From b9c5f3e252ab1f5725d653528cc8a719e6822f6d Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Mon, 26 Apr 2010 23:35:41 -0700 Subject: added an About page --- include/about.php | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 include/about.php (limited to 'include/about.php') diff --git a/include/about.php b/include/about.php new file mode 100644 index 0000000..bcf7760 --- /dev/null +++ b/include/about.php @@ -0,0 +1,67 @@ + + * + * This file is part of e-DoKo. + * + * e-DoKo is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * e-DoKo is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with e-DoKo. If not, see . + * + */ + +/* make sure that we are not called from outside the scripts, + * use a variable defined in config.php to check this + */ +if(!isset($HOST)) + exit; + +echo ' +
+ +
+

Coding

+
    +
  • Arun Persaud
  • +
  • Sean Brennan
  • +
+
+ +
+

Database support

+
    +
  • Arun Persaud
  • +
  • Jeff Zerger
  • +
+
+ +
+

Graphics

+
    +
  • Lance Thornton
  • +
  • Frances Allen
  • +
  • Arun Persaud
  • +
+
+ +
+

Translation

+
    +
  • German +
      +
    • Arun Persaud
    • +
    +
  • +
+
+
+' +?> -- cgit v1.2.3-18-g5258 From 11823f4dd6a5b231893b84ca94861e3e6ba57f1d Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Tue, 4 May 2010 19:39:51 -0700 Subject: added BK as translator --- include/about.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/about.php') diff --git a/include/about.php b/include/about.php index bcf7760..ad39eaf 100644 --- a/include/about.php +++ b/include/about.php @@ -58,6 +58,7 @@ echo '
  • German
    • Arun Persaud
    • +
    • BK
  • -- cgit v1.2.3-18-g5258