Author: echatellier Date: 2009-08-27 16:38:07 +0200 (Thu, 27 Aug 2009) New Revision: 2653 Modified: trunk/src/site/en/rst/devel/fileformat.rst trunk/src/site/en/rst/index.rst trunk/src/site/rst/devel/fileformat.rst trunk/src/site/site.xml trunk/src/site/site_en.xml Log: Add documentation about alert file format. Modified: trunk/src/site/en/rst/devel/fileformat.rst =================================================================== --- trunk/src/site/en/rst/devel/fileformat.rst 2009-08-26 16:51:22 UTC (rev 2652) +++ trunk/src/site/en/rst/devel/fileformat.rst 2009-08-27 14:38:07 UTC (rev 2653) @@ -1,13 +1,14 @@ File format =========== -File format used in jTimer 1.2.0 is gTimer 1.2 file format +File format used in jTimer 1.2.0 is gTimer 1.2 file format. +Since 1.3.0, jTimer add new features that gTimer can't handle. Project ------- -**Extention :** .project +**Extension :** .project **Format :** @@ -30,7 +31,7 @@ Task ---- -**Extention :** .task +**Extension :** .task **Format :** @@ -61,7 +62,7 @@ Notes ----- -**Extention :** .ann +**Extension :** .ann **Format :** @@ -69,11 +70,33 @@ <timestamp texte> -**Note:** x.ann is linked to x.task task. +**Note:** x.ann note is linked to x.task task. **Example :** 7.ann :: 1228950001 First note - 1228950002 Second note \ No newline at end of file + 1228950002 Second note + +Alerts +------ + +**Extension :** .alert + +**Format :** + +:: + + <alert type> <duration> + +**Note:** x.alert alert is linked to x.task task. + +Alerts are not defined in 1.2 gTimer firle format. + +**Example :** 7.alert + +:: + + reachdailytime 3600 + reachtotaltime 7200 \ No newline at end of file Modified: trunk/src/site/en/rst/index.rst =================================================================== --- trunk/src/site/en/rst/index.rst 2009-08-26 16:51:22 UTC (rev 2652) +++ trunk/src/site/en/rst/index.rst 2009-08-27 14:38:07 UTC (rev 2653) @@ -13,10 +13,6 @@ * Reports generation * Internationalization (i18n) -Online demo ------------ -`Launch demo`_. - Links ----- * gTimer_. Modified: trunk/src/site/rst/devel/fileformat.rst =================================================================== --- trunk/src/site/rst/devel/fileformat.rst 2009-08-26 16:51:22 UTC (rev 2652) +++ trunk/src/site/rst/devel/fileformat.rst 2009-08-27 14:38:07 UTC (rev 2653) @@ -2,8 +2,9 @@ ================= Le format de fichier dans jTimer 1.2.0 est le format 1.2 de gTimer. +Depuis jTimer 1.3.0, quelques additions de fichiers ont été effectées que +gTimer ne saura pas traiter. - Projet ------ @@ -67,13 +68,35 @@ :: - <timestamp texte> + <timestamp> <texte> -**Note:** Les notes x.ann sont associé à la tâche x.task. +**Note:** La note x.ann est associée à la tâche x.task. **Exemple :** 7.ann :: 1228950001 First note - 1228950002 Second note \ No newline at end of file + 1228950002 Second note + +Alertes +------- + +**Extension :** .alert + +**Format :** + +:: + + <alert type> <durée> + +**Note:** L'alerte x.alert est associée à la tâche x.task. + +Les alertes ne sont pas défini dans le format 1.2 de gTimer. + +**Exemple :** 7.alert + +:: + + reachdailytime 3600 + reachtotaltime 7200 \ No newline at end of file Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2009-08-26 16:51:22 UTC (rev 2652) +++ trunk/src/site/site.xml 2009-08-27 14:38:07 UTC (rev 2653) @@ -7,7 +7,7 @@ <skin> <groupId>org.nuiton</groupId> <artifactId>maven-nuiton-skin</artifactId> - <version>1.0.0-rc-1</version> + <version>1.0.0</version> </skin> <bannerLeft> @@ -50,7 +50,7 @@ <menu name="Développeur" inherit="top"> <item name="Roadmap" href="devel/roadmap.html" /> - <item name="Fonctionnement" href="devel/index.html" collapse="true"> + <item name="Fonctionnement" href="devel/index.html"> <!-- item name="Interface utilisateur" href="devel/ui.html" / --> <item name="Framework swing" href="devel/saf.html" /> <!-- item name="Evenements" href="devel/events.html" / --> Modified: trunk/src/site/site_en.xml =================================================================== --- trunk/src/site/site_en.xml 2009-08-26 16:51:22 UTC (rev 2652) +++ trunk/src/site/site_en.xml 2009-08-27 14:38:07 UTC (rev 2653) @@ -7,7 +7,7 @@ <skin> <groupId>org.nuiton</groupId> <artifactId>maven-nuiton-skin</artifactId> - <version>1.0.0-rc-1</version> + <version>1.0.0</version> </skin> <bannerLeft> @@ -50,7 +50,7 @@ <menu name="Developers" inherit="top"> <item name="Roadmap" href="devel/roadmap.html" /> - <item name="Operation" href="devel/index.html" collapse="true"> + <item name="Operation" href="devel/index.html"> <!-- item name="User interface" href="devel/ui.html" /--> <item name="Swing framework" href="devel/saf.html" /> <!-- item name="Events" href="devel/events.html" /-->