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

Akarsh Simha akarshsimha at gmail.com
Mon Aug 15 05:27:02 UTC 2011


SVN commit 1247225 by asimha:

We have so many contributors now, that we can't have everyone on the
main page. So I put us all on a different page.

CCMAIL: kstars-devel at kde.org



 M  +17 -1     contributors.php  
 M  +6 -57     index.php  


--- trunk/www/sites/edu/kstars/contributors.php #1247224:1247225
@@ -5,10 +5,11 @@
   include ( "header.inc" );
 
   $appinfo = new AppInfo( "KStars" );
-  $appinfo->setVersion( "1.5.0" );
+  $appinfo->setVersion( "2.0.0" );
   $appinfo->setCopyright( "2001", "the KStars Team" );
   $appinfo->setLicense("gpl");
 
+
   $appinfo->addAuthor( "Jason Harris",
   	"kstars AT 30doradus DOT org" );
 
@@ -49,10 +50,25 @@
   $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();
 ?>
 
+<h4>GSoC, SoCiS, SoK students</h4>
+A listing of our Google Summer of Code, ESA SoCiS, and Season of KDE students:
+<ul>
+<li>Akarsh Simha (GSoC 2008): 100 million stars</li>
+<li>Prakash Mohan (GSoC 2009): Observation planner</li>
+<li>Victor Cărbune (GSoC 2010): SQLite Database for Objects</li>
+<li>Henry de Valence (GSoC 2010): OpenGL rendering backend</li>
+<li>Rafał Kułaga (GSoC 2011): Professional finder chart printing</li>
+<li>Samikshan Bairagya (SoK 2011): Making KStars more suitable for a scientifically inclined user</li>
+<li>Łukasz Jaśkiewicz (ESA SoCiS 2011): Making KStars more useful for beginners</li>
+
 <H4>A round of applause for our successful Google Code-in students!</H4>
 These pre-university students contributed to KStars as a part of
 Google Code-in 2010.
--- trunk/www/sites/edu/kstars/index.php #1247224:1247225
@@ -76,64 +76,13 @@
 <hr />
 
 <h3><a name="Credits">Credits</a></h3>
-<?php
+<p>
+<strong>Original Author:</strong> Jason Harris <jharris at 30doradus dot org> <br />
+<strong>Current Maintainer:</strong> Alexey Khudyakov <alexey dot skladnoy at gmail dot com> <br />
+<strong>INDI:</strong> Jasem Mutlaq <mutlaqja at ikarustech dot com> <br />
+For our full credits list, see <a href="http://edu.kde.org/kstars/contributors.php">our contributors' page</a>.
+</p>
 
-  $appinfo = new AppInfo( "KStars" );
-  $appinfo->setVersion( "2.0.0" );
-  $appinfo->setCopyright( "2001-2011", "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", "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