r1236 - in topia/trunk: . src src/site src/site/fr src/site/fr/rst
Author: chatellier Date: 2008-11-19 09:47:24 +0000 (Wed, 19 Nov 2008) New Revision: 1236 Added: topia/trunk/src/ topia/trunk/src/site/ topia/trunk/src/site/fr/ topia/trunk/src/site/fr/rst/ topia/trunk/src/site/fr/rst/index.rst topia/trunk/src/site/site.xml Log: Add parent site Added: topia/trunk/src/site/fr/rst/index.rst =================================================================== --- topia/trunk/src/site/fr/rst/index.rst (rev 0) +++ topia/trunk/src/site/fr/rst/index.rst 2008-11-19 09:47:24 UTC (rev 1236) @@ -0,0 +1,17 @@ +ToPIA +===== + +Présentation +------------ + +ToPIA, pour Tools for Portable and Independant Architecture, est un framework +d'abstraction des plateformes techniques. + +Constitution +------------ + +Il est actuellement composé de 3 modules : + + * topia-persistence : pour la gestion de la persistance sur hibernate + * topia-soa : pour le développement orienté service + * topia-ui : pour la génération des interfaces \ No newline at end of file Property changes on: topia/trunk/src/site/fr/rst/index.rst ___________________________________________________________________ Name: svn:executable + * Added: topia/trunk/src/site/site.xml =================================================================== --- topia/trunk/src/site/site.xml (rev 0) +++ topia/trunk/src/site/site.xml 2008-11-19 09:47:24 UTC (rev 1236) @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project name="${project.name}"> + + <publishDate format="dd/MM/yyyy"/> + + <skin> + <groupId>org.codelutin</groupId> + <artifactId>maven-lutin-skin</artifactId> + <version>0.2.1</version> + </skin> + + <bannerLeft> + <name>${project.name}</name> + <href>index.html</href> + </bannerLeft> + + <bannerRight> + <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> + <href>${project.organization.url}</href> + </bannerRight> + + <poweredBy> + <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> + <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/> + <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" + img="images/restructuredtext-logo.png"/> + </poweredBy> + + <body> + <links> + <item name="ToPIA Service" href="http://topia.labs.libre-entreprise.org/topia-service"/> + <item name="Labs" href="http://labs.libre-entreprise.org/"/> + <item name="Code Lutin" href="http://www.codelutin.com/"/> + </links> + + <menu ref="parent"/> + + </body> +</project>
participants (1)
-
chatellier@users.labs.libre-entreprise.org