r1898 - in trunk/src/site: . resources/tutos rst/tutos
Author: tchemit Date: 2010-05-11 18:36:02 +0200 (Tue, 11 May 2010) New Revision: 1898 Url: http://nuiton.org/repositories/revision/jaxx/1898 Log: continue doc Added: trunk/src/site/resources/tutos/webstart.gif trunk/src/site/rst/tutos/config.rst Modified: trunk/src/site/rst/tutos/helloworld.rst trunk/src/site/rst/tutos/helloworld2.rst trunk/src/site/site_fr.xml Added: trunk/src/site/resources/tutos/webstart.gif =================================================================== (Binary files differ) Property changes on: trunk/src/site/resources/tutos/webstart.gif ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: svn:keywords + Author Date Id Revision HeadURL Added: trunk/src/site/rst/tutos/config.rst =================================================================== --- trunk/src/site/rst/tutos/config.rst (rev 0) +++ trunk/src/site/rst/tutos/config.rst 2010-05-11 16:36:02 UTC (rev 1898) @@ -0,0 +1,52 @@ +.. - +.. * #%L +.. * JAXX +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2008 - 2010 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU Lesser General Public License as +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Lesser Public License for more details. +.. * +.. * You should have received a copy of the GNU General Lesser Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/lgpl-3.0.html>. +.. * #L% +.. - +Interface de Configuration +========================== + +Dans ce tutoriel, nous allons apprendre à utiliser l'api de construction +d'interface graphique de configuration. + +Sources de ce tutoriel +---------------------- + +Les sources de ce tutoriel sont disponibles au `telechargement ici`_. + +.. _telechargement ici::http://nuiton.org/projects/list_files/jaxx + +Lancer ce tutoriel +------------------ + +.. image::webstart.gif + +Pour lancer ce tutoriel via `Java Web Start`_, suivez `ce lien`_. + +Pour plus de détail sur `webstart`_. + +.. _Java Web Start: http://java.sun.com/products/javawebstart/ + +.. _ce lien: ../jaxx-tutorial-config/jnlp/launch.jnlp + +.. _webstart: ../jaxx-tutorial-config/jnlp-report.html + Property changes on: trunk/src/site/rst/tutos/config.rst ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/src/site/rst/tutos/helloworld.rst =================================================================== --- trunk/src/site/rst/tutos/helloworld.rst 2010-05-11 16:06:55 UTC (rev 1897) +++ trunk/src/site/rst/tutos/helloworld.rst 2010-05-11 16:36:02 UTC (rev 1898) @@ -168,3 +168,17 @@ .. _telechargement ici::helloworld.zip +Lancer ce tutoriel +------------------ + +.. image::webstart.gif + +Pour lancer ce tutoriel via `Java Web Start`_, suivez `ce lien`_. + +Pour plus de détail sur `webstart`_. + +.. _Java Web Start: http://java.sun.com/products/javawebstart/ + +.. _ce lien: ../jaxx-tutorial-helloworld/jnlp/launch.jnlp + +.. _webstart: ../jaxx-tutorial-helloworld/jnlp-report.html \ No newline at end of file Modified: trunk/src/site/rst/tutos/helloworld2.rst =================================================================== --- trunk/src/site/rst/tutos/helloworld2.rst 2010-05-11 16:06:55 UTC (rev 1897) +++ trunk/src/site/rst/tutos/helloworld2.rst 2010-05-11 16:36:02 UTC (rev 1898) @@ -121,3 +121,18 @@ Les sources de ce tutoriel sont disponibles au `telechargement ici`_. .. _telechargement ici::helloworld2.zip + +Lancer ce tutoriel +------------------ + +.. image::webstart.gif + +Pour lancer ce tutoriel via `Java Web Start`_, suivez `ce lien`_. + +Pour plus de détail sur `webstart`_. + +.. _Java Web Start: http://java.sun.com/products/javawebstart/ + +.. _ce lien: ../jaxx-tutorial-helloworld2/jnlp/launch.jnlp + +.. _webstart: ../jaxx-tutorial-helloworld2/jnlp-report.html \ No newline at end of file Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2010-05-11 16:06:55 UTC (rev 1897) +++ trunk/src/site/site_fr.xml 2010-05-11 16:36:02 UTC (rev 1898) @@ -61,6 +61,7 @@ <item name="Tutoriels"> <item name="Hello World" href="tutos/helloworld.html"/> <item name="Hello World 2" href="tutos/helloworld2.html"/> + <item name="ConfigUI" href="tutos/config.html"/> </item> </menu> @@ -69,7 +70,13 @@ <item name="A faire" href="Todo.html"/> </menu> - <menu ref="modules"/> + <menu name="modules"> + <item name="JAXX :: Runtime" href="./jaxx-runtime/index.html"/> + <item name="JAXX :: Compiler" href="./jaxx-compiler/index.html"/> + <item name="JAXX :: Maven Plugin" href="./maven-jaxx-plugin/index.html"/> + <item name="JAXX :: Widgets" href="./jaxx-widgets/index.html"/> + <item name="JAXX :: Demo" href="./jaxx-demo/index.html"/> + </menu> <menu ref="reports"/> </body>
participants (1)
-
tchemit@users.nuiton.org