[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    www/areas/edu/klettres
From:       Anne-Marie Mahfouf <annma () kde ! org>
Date:       2005-10-03 1:09:56
Message-ID: 1128301796.998442.16058.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 466556 by annma:

improve by putting all the name son a special page


 M  +16 -29    index.php  
 A             klettres.inc  
 M  +1 -0      menu.inc  
 A             more_info.php  
 AM            pics/klettres_2005_09.png  
 AM            pics/klettres_2005_09_330.png  


--- trunk/www/areas/edu/klettres/index.php #466555:466556
@@ -3,53 +3,40 @@
   $page_title = 'KLettres';
   include( "edu.inc" );
   include ( "header.inc" );
+?>
 
-  $appinfo = new AppInfo( "KLettres" );
-  $appinfo->setIcon( "../pics/projects/cr32-app-klettres.png", "32", "32" );
-  $appinfo->setVersion( "1.3" );
-  $appinfo->setCopyright( "2001", "Anne-Marie Mahfouf" );
-  $appinfo->setLicense("gpl");
-  $appinfo->addAuthor( "Anne-Marie Mahfouf", "annma AT kde DOT org" );
-  $appinfo->addContributor( "Anne-Marie Mahfouf", "annma AT kde DOT org", \
                "Maintainer" );
-  $appinfo->addContributor( "Geert Stams", "gstams DOT 1 AT hccnet DOT nl", "Dutch \
                sounds" );
-  $appinfo->addContributor( "Erik Kj&aelig;r Pedersens", "erik AT binghamton DOT \
                edu", "Danish sounds" );
-  $appinfo->addContributor( "Ludovic Grossard", "grossard AT kde DOT org", "French \
                sounds" );
-  $appinfo->addContributor( "Eva Mikul&#269;&iacute;kov&aacute;", "evmi AT seznam \
                DOT cz", "Czech sounds" );
-  $appinfo->addContributor( "Silvia Moty&#269;kov&aacute; &amp; Jozef \
                &#344;&iacute;ha", "silviamotycka AT seznam DOT cz", "Slovak sounds" \
                );
-  $appinfo->addContributor( "Robert Wadley", "robntina AT juno DOT com", "English \
                sounds" );
-  $appinfo->addContributor( "Pietro Pasotti", "pietro AT itopen DOT it", "Italian \
                sounds" );
-  $appinfo->addContributor( "Ana Bel&eacute;n Caballero", "neneta AT iquis DOT com", \
                "Spanish sounds" );
-  $appinfo->addContributor( "Juan Pedro Paredes", "juampe AT iquis DOT com", \
                "Spanish sounds with Ana" );
-  $appinfo->addContributor( "Vikas Kharat", "kharat AT sancharnet DOT in", \
                "Romanized Hindi sounds" );
-  $appinfo->addContributor( "John Magoye and Cormac Lynch", "cormaclynch AT eircom \
                DOT net", "Luganda sounds" );
-  $appinfo->addContributor( "Renaud Blanchard", "kisukuma AT chez DOT com", \
                "Graphics" );
-  $appinfo->addContributor( "Whitehawk Stormchaser", "zerokode AT gmx DOT net", \
                "Original icon, background" );
-  $appinfo->addContributor( "Robert Gogolok", "robertgogolok AT web DOT de", \
                "Support" );
-  $appinfo->addContributor( "Chris Luetchford", "chris AT os11 DOT com", "SVG icon" \
                );
-  $appinfo->addContributor( "Peter Hedlund", "peter AT peterandlinda DOT com", "Code \
                for generating special characters icons" );
-  $appinfo->addContributor( "Waldo Bastian", "bastian AT kde DOT org", "Port to \
                KConfig XT, coding help" );
-  $appinfo->addContributor( "Danny Allen", "dannya40uk AT yahoo DOT co DOT uk", \
                "Kids and grownup SVG icons" );
-  $appinfo->addContributor( "Michael Goettsche", "michael DOT goettsche AT kdemail \
                DOT net", "Timer widget in Settings" );
-  $appinfo->show();
+<?php
+  include("klettres.inc");
+  $appinfo->showIconAndCopyright();
 ?>
 
 <br />
 <div id="quicklinks">
 [
-  <a href="#description">Description</a> |
+  <a href="#features">Features</a> |
   <a href="#news">News</a>
 ]
 </div>
 
-<h3><a name="description">Description</a></h3>
 <p>KLettres aims to help to learn the alphabet and then to read some syllables in \
different languages.<br />  It is meant to help learning the very first sounds of a \
new language, for children or for adults.<br />  </p>
+
 <p>
 Currently available are: <b>Czech, Danish, Dutch, English, French, Italian, Luganda, \
Romanized Hindi, Spanish </b> and <b>Slovak</b>, you can choose using the \
<i>Languages</i> menu.  <br />
 A toolbar with the special characters per language is now provided if you don't have \
the correct country keyboard or the keyboard layout to be able to display correctly \
the accented letters.  </p>
+
+<center>
+<?php
+  $gallery = new EduGallery("KLettres - Screenshot");
+  $gallery->addImage("pics/klettres_2005_09_330.png", "pics/klettres_2005_09.png", \
330, 301,  "[Screenshot]", "", "KLettres in English in KDE 3.5"); +  \
$gallery->show(); +  ?>
+ </center>
+
+<h3><a name="features">Features</a></h3>
 KLettres has four levels which can be changed via a <i>Levels</i> drop down box or \
the Level menu:  <ul>
 <li><b>Level 1</b>: the letter is displayed and the user hears it.</li>
--- trunk/www/areas/edu/klettres/menu.inc #466555:466556
@@ -7,4 +7,5 @@
   $this->appendLink("Online HandBook", \
"http://docs.kde.org/development/en/kdeedu/klettres/", false );  $this->appendLink( \
"TODO", "./todo.php" );  $this->appendLink("API Documentation","html/index.html");
+  $this->appendLink("More Info","more_info.php",false);
 ?>
** trunk/www/areas/edu/klettres/pics/klettres_2005_09.png #property svn:mime-type
   + application/octet-stream
** trunk/www/areas/edu/klettres/pics/klettres_2005_09_330.png #property svn:mime-type
   + application/octet-stream


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic