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

Akarsh Simha akarshsimha at gmail.com
Sat Apr 25 16:52:01 CEST 2009


SVN commit 959051 by asimha:

+ Fix the version number on the website. Thanks for pointing that out,
  Jeamy!

+ Fix the copyright notice on the website.

+ Putting 'Current Maintainer' in bold so that I don't miss mail from
  potential contributors

+ Putting a copy of the Join Us! section at the bottom of the
  Contributors page.

+ Adding some information for beginners to the 'Join Us!' section.

CCMAIL: kstars-devel at kde.org



 M  +7 -1      contributors.php  
 M  +5 -17     index.php  
 A             joinus.inc  


--- trunk/www/sites/edu/kstars/contributors.php #959050:959051
@@ -39,7 +39,7 @@
   $appinfo->addContributor( "Jér&ocircme Sonrier",
         "jsid AT emor3j DOT fr DOT eu DOT org", "Code contributions" );
   $appinfo->addContributor( "Akarsh Simha", 
-        "akarsh dot simha at kdemail dot net", "Current Maintainer" );
+        "akarsh dot simha at kdemail dot net", "<strong>Current Maintainer</strong>" );
 
   $appinfo->show();
 ?>
@@ -65,3 +65,9 @@
 <li>Jeamy Lee</li>
 </ul>
 And everyone else who helped us by filing those bug reports, popularizing our software...
+
+
+<?php
+   include('joinus.inc');
+   include('footer.inc');
+?>
\ No newline at end of file
--- trunk/www/sites/edu/kstars/index.php #959050:959051
@@ -7,8 +7,8 @@
 
 <?php
   $appinfo = new AppInfo( "KStars" );
-  $appinfo->setVersion( "1.3.0" );
-  $appinfo->setCopyright( "2001", "the KStars Team" );
+  $appinfo->setVersion( "1.5.0" );
+  $appinfo->setCopyright( "2009", "the KStars Team" );
   $appinfo->setLicense("gpl");
 
 // The contributors list has moved to a separate page
@@ -94,22 +94,10 @@
 
 <hr />
 
-<h3><a name="join">Join Us!</a></h3>
+<?php
+  include "joinus.inc";
+?>
 
-<p>
-Interested in helping develop KStars? We need programmers, of course,
-but even if you don't code, we can still use your help. If you are an
-astronomy enthusiast, there is our <a
-href="astroinfo.html">AstroInfo</a> project. We could also use help
-writing documentation and translating. Even bug reports and feature
-requests are a big help, so keep them coming!</p>
-<p>
-You can also subscribe to the
-<a
-href="http://mail.kde.org/mailman/listinfo/kstars-devel">kstars-devel</a>
-mailing list to keep up with the latest KStars activities.
-</p>
-
 <br />
 <hr width="50%" align="center" />
 <p>Webmasters: Jasem Multaq, Akarsh Simha<br />


More information about the Kstars-devel mailing list