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

Akarsh Simha akarshsimha at gmail.com
Sun Jan 11 07:39:14 CET 2009


SVN commit 909162 by asimha:

More changes to the site.

CCMAIL: kstars-devel at kde.org



 A             contributors.php  
 M  +8 -3      index.php  
 M  +2 -1      menu.inc  


--- trunk/www/sites/edu/kstars/index.php #909161:909162
@@ -10,6 +10,9 @@
   $appinfo->setVersion( "1.3.0" );
   $appinfo->setCopyright( "2001", "the KStars Team" );
   $appinfo->setLicense("gpl");
+
+// The contributors list has moved to a separate page
+/*
   $appinfo->addAuthor( "Jason Harris",
   	"kstars AT 30doradus DOT org" );
   $appinfo->addContributor("Jason Harris",
@@ -24,6 +27,8 @@
   	"mutlaqja AT ikarustech DOT com", "" );
   $appinfo->addContributor( "Mark Hollomon",
   	"mhh AT mindspring DOT com", "" );
+*/
+
   $appinfo->show();
 ?>
 
@@ -45,9 +50,9 @@
 <p>
 <b>KStars</b> is a Desktop Planetarium for KDE. It provides an accurate
 graphical simulation of the night sky, from any location on Earth, at
-any date and time.  The display includes 130,000 stars, 13,000 deep-sky
-objects,all 8 planets, the Sun and Moon, and thousands of comets and
-asteroids.</p>
+any date and time.  The display includes upto 100 million stars,
+13,000 deep-sky objects,all 8 planets, the Sun and Moon, and thousands
+of comets and asteroids.</p>
 <hr />
 
 <?php
--- trunk/www/sites/edu/kstars/menu.inc #909161:909162
@@ -9,10 +9,11 @@
   $this->appendLink("AstroInfo Project","./astroinfo.php");
   $this->appendLink("i18n","./i18n.php");
   $this->appendLink("Kstars-devel ML","https://mail.kde.org/mailman/listinfo/kstars-devel", false);
+  $this->appendLink("Contributors", "./contributors.php");
   $this->appendLink("Open Bug Reports","https://bugs.kde.org/buglist.cgi?product=kstars&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;order=Importance", false);
   $this->appendLink("TODO List","./todo.php");
   $this->appendLink("SVN How-To","./svn.php");
   $this->appendLink("Browse SVN (trunk)","http://websvn.kde.org/trunk/KDE/kdeedu/kstars/", false);
-  $this->appendLink("Browse SVN (3.5)","http://websvn.kde.org/branches/KDE/3.5/kdeedu/kstars/", false);
+  $this->appendLink("Browse SVN (4.2)","http://websvn.kde.org/branches/KDE/4.2/kdeedu/kstars/", false);
 
 ?>


More information about the Kstars-devel mailing list