Author: bpoussin Date: 2012-11-23 17:54:05 +0100 (Fri, 23 Nov 2012) New Revision: 27 Url: http://forge.codelutin.com/repositories/revision/cantharella/27 Log: add file for web site presentation Added: trunk/src/ trunk/src/resources/ trunk/src/resources/images/ trunk/src/resources/images/Extraction.png trunk/src/resources/images/Home.png trunk/src/resources/images/Station.png trunk/src/site/ trunk/src/site/rst/ trunk/src/site/rst/index.rst trunk/src/site/site_en.xml Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-11-16 05:13:26 UTC (rev 26) +++ trunk/pom.xml 2012-11-23 16:54:05 UTC (rev 27) @@ -176,7 +176,21 @@ <pluginManagement> <plugins> + + <!-- plugin site --> <plugin> + <artifactId>maven-site-plugin</artifactId> + <dependencies> + <dependency> + <groupId>org.nuiton.jrst</groupId> + <artifactId>doxia-module-jrst</artifactId> + <version>${jrstPluginVersion}</version> + </dependency> + </dependencies> + </plugin> + + + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>hibernate3-maven-plugin</artifactId> <version>${version.hibernate3-maven-plugin}</version> Added: trunk/src/resources/images/Extraction.png =================================================================== (Binary files differ) Property changes on: trunk/src/resources/images/Extraction.png ___________________________________________________________________ Added: svn:mime-type + image/jpeg Added: trunk/src/resources/images/Home.png =================================================================== (Binary files differ) Property changes on: trunk/src/resources/images/Home.png ___________________________________________________________________ Added: svn:mime-type + image/jpeg Added: trunk/src/resources/images/Station.png =================================================================== (Binary files differ) Property changes on: trunk/src/resources/images/Station.png ___________________________________________________________________ Added: svn:mime-type + image/jpeg Added: trunk/src/site/rst/index.rst =================================================================== --- trunk/src/site/rst/index.rst (rev 0) +++ trunk/src/site/rst/index.rst 2012-11-23 16:54:05 UTC (rev 27) @@ -0,0 +1,20 @@ +Description +=========== + +The information system (IS) “Cantharella: Pharmacochemical database of natural +substances” share and sustain pharmacochemical data of all organisms collected +for the study of their natural substances, with a controlled access via +internet. + +.. image: images/Home.png +.. image: images/Station.png +.. image: images/Extraction.png + +Features +======== + +- Collaborative work between spatially disparate people +- Secure access and "compartmentalized” according to data access rights +- Traceability of the chemical process leading to the active compounds +- Capitalization of data and related documents (to be developed) +- Interoperability with other IS (to be developed) Added: trunk/src/site/site_en.xml =================================================================== (Binary files differ) Property changes on: trunk/src/site/site_en.xml ___________________________________________________________________ Added: svn:mime-type + application/xml