r1896 - in trunk/jaxx-tutorial: . src src/site src/site/rst
Author: tchemit Date: 2010-05-11 17:54:20 +0200 (Tue, 11 May 2010) New Revision: 1896 Url: http://nuiton.org/repositories/revision/jaxx/1896 Log: add minimal site Added: trunk/jaxx-tutorial/src/ trunk/jaxx-tutorial/src/site/ trunk/jaxx-tutorial/src/site/rst/ trunk/jaxx-tutorial/src/site/rst/index.rst trunk/jaxx-tutorial/src/site/site_fr.xml Added: trunk/jaxx-tutorial/src/site/rst/index.rst =================================================================== --- trunk/jaxx-tutorial/src/site/rst/index.rst (rev 0) +++ trunk/jaxx-tutorial/src/site/rst/index.rst 2010-05-11 15:54:20 UTC (rev 1896) @@ -0,0 +1,5 @@ +------------ +Tutorial Pom +------------ + +Parent pom of all tutorials. \ No newline at end of file Property changes on: trunk/jaxx-tutorial/src/site/rst/index.rst ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: trunk/jaxx-tutorial/src/site/site_fr.xml =================================================================== --- trunk/jaxx-tutorial/src/site/site_fr.xml (rev 0) +++ trunk/jaxx-tutorial/src/site/site_fr.xml 2010-05-11 15:54:20 UTC (rev 1896) @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> + + +<project name="${project.name}"> + + <bannerLeft> + <name>${project.name}</name> + <src>${site.home.url}/jaxx.png</src> + <href>index.html</href> + </bannerLeft> + + <body> + + <breadcrumbs> + <item name="${project.name}" href="index.html" /> + </breadcrumbs> + + <menu ref="parent"/> + + <menu name="Utilisateur" inherited="top"> + <item name="Accueil" href="index.html"/> + </menu> + + <menu ref="modules"/> + + </body> +</project> Property changes on: trunk/jaxx-tutorial/src/site/site_fr.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL
participants (1)
-
tchemit@users.nuiton.org