[Kstars-devel] www/sites/edu/kstars

Akarsh Simha akarshsimha at gmail.com
Mon Aug 15 05:10:58 UTC 2011


SVN commit 1247223 by asimha:

Adding the updated contributors list to our main page.

[Bad code at the moment. Will be fixed]

CCMAIL: kstars-devel at kde.org



 M  +52 -23    index.php  


--- trunk/www/sites/edu/kstars/index.php #1247222:1247223
@@ -5,29 +5,6 @@
   include ( "header.inc" );
 ?>
 
-<?php
-  $appinfo = new AppInfo( "KStars" );
-  $appinfo->setVersion( "1.5.0" );
-  $appinfo->setCopyright( "2009", "the KStars Team" );
-  $appinfo->setLicense("gpl");
-
-  $appinfo->addAuthor( "Jason Harris",
-  	"kstars AT 30doradus DOT org" );
-  $appinfo->addContributor("Jason Harris",
-  	"kstars AT 30doradus DOT org" );
-  $appinfo->addContributor( "Heiko Evermann",
-  	"heiko AT evermann DOT de", "" );
-  $appinfo->addContributor( "Thomas Kabelmann",
-  	"tk78 AT gmx DOT de", "" );
-  $appinfo->addContributor( "Pablo de Vicente",
-  	"pvicentea AT wanadoo DOT es", "" );
-  $appinfo->addContributor( "Jasem Mutlaq",
-  	"mutlaqja AT ikarustech DOT com", "" );
-  $appinfo->addContributor( "Mark Hollomon",
-  	"mhh AT mindspring DOT com", "" );
-  $appinfo->show();
-?>
-
 <a href="kstars-welcome-large.png">
    <img alt="[Screenshot]" src="kstars-welcome.png" width="600" />
 </a>
@@ -38,6 +15,7 @@
   <a href="#description">Description</a> |
   <a href="#features">Features</a> |
   <a href="#news">News</a> |
+  <a href="#credits">Credits</a> |
   <a href="#join">Join us!</a>
 ]
 </div>
@@ -97,6 +75,57 @@
 
 <hr />
 
+<h3><a name="Credits">Credits</a></h3>
+  $appinfo->addAuthor( "Jason Harris",
+  	"kstars AT 30doradus DOT org" );
+
+  $appinfo->addContributor("Jason Harris",
+  	"kstars AT 30doradus DOT org" );
+  $appinfo->addContributor( "Heiko Evermann",
+  	"heiko AT evermann DOT de", "Major code contributions" );
+  $appinfo->addContributor( "Thomas Kabelmann",
+  	"tk78 AT gmx DOT de", "Major code contributions" );
+  $appinfo->addContributor( "Pablo de Vicente",
+  	"pvicentea AT wanadoo DOT es", "Major code contributions" );
+  $appinfo->addContributor( "Jasem Mutlaq",
+  	"mutlaqja AT ikarustech DOT com", "Major code contributions, INDI" );
+  $appinfo->addContributor( "Mark Hollomon",
+  	"mhh AT mindspring DOT com", "Major code contributions" );
+  $appinfo->addContributor( "James Bowlin",
+  	"bowlin AT mindspring DOT com", "Major code contributions, reorganization of code, HTM" );
+  $appinfo->addContributor( "Carsten Niehaus",
+        "cniehaus AT kde DOT org", "Major code contributions" );
+  $appinfo->addContributor( "Luciano Montanaro",
+  	"", "Additional Data / Catalogs, Patches" );
+  $appinfo->addContributor( "Glenn Becker",
+        "", "Additional Data / Catalogs" );
+  $appinfo->addContributor( "Carl Knight",
+   	"sleepless DOT knight AT paradise DOT net DOT nz", "Abell Planetary Catalog" );
+  $appinfo->addContributor( "Médéric Boquien",
+  	"mboquien AT free DOT fr", "Code contributions" );
+  $appinfo->addContributor( "Jérôme Sonrier",
+        "jsid AT emor3j DOT fr DOT eu DOT org", "Code contributions" );
+  $appinfo->addContributor( "Akarsh Simha", 
+        "akarsh DOT simha AT kdemail DOT net", "Code contributions" );
+  $appinfo->addContributor( "Alexey Khudyakov", 
+        "alexey DOT skladnoy AT gmail DOT com", "<strong>Current Maintainer</strong>" );
+  $appinfo->addContributor( "Prakash Mohan", 
+        "prakash DOT mohan AT kdemail DOT net", "The Observation Planner and Execute feature" );
+  $appinfo->addContributor( "Henry de Valence", 
+        "hdevalence AT gmail DOT com", "OpenGL painting" );
+  $appinfo->addContributor( "Victor Carbune", 
+        "victor DOT carbune AT kdemail DOT net", "SQLite backend for
+  	object data storage and retrieval, major contributions." );
+  $appinfo->addContributor( "Samikshan Bairagya", 
+        "samikshan AT gmail DOT com", "Supernovae in KStars" );
+  $appinfo->addContributor( "Rafał Kułaga", 
+        "rl DOT kulaga AT gmail DOT com", "Better printing support for finder charts." );
+
+  $appinfo->show();
+?>
+
+And a lot of other people. See <a href="http://edu.kde.org/kstars/contributors.php">the full credits list</a>.
+
 <?php
   include "joinus.inc";
 ?>


More information about the Kstars-devel mailing list