Author: echatellier Date: 2012-03-28 23:04:42 +0200 (Wed, 28 Mar 2012) New Revision: 2851 Url: http://chorem.org/repositories/revision/jtimer/2851 Log: Update documentation Added: trunk/src/site/resources/images/screen/jtimeralert.jpg Removed: trunk/src/site/en/rst/configuration.rst trunk/src/site/rst/configuration.rst Modified: trunk/src/site/en/rst/devel/roadmap.rst trunk/src/site/en/rst/index.rst trunk/src/site/en/rst/screenshots.rst trunk/src/site/resources/images/screen/jtimer.jpg trunk/src/site/resources/images/screen/jtimeridle.jpg trunk/src/site/resources/images/screen/jtimerreport.jpg trunk/src/site/rst/devel/roadmap.rst trunk/src/site/rst/index.rst trunk/src/site/rst/screenshots.rst trunk/src/site/site_en.xml trunk/src/site/site_fr.xml Deleted: trunk/src/site/en/rst/configuration.rst =================================================================== --- trunk/src/site/en/rst/configuration.rst 2012-03-28 20:19:38 UTC (rev 2850) +++ trunk/src/site/en/rst/configuration.rst 2012-03-28 21:04:42 UTC (rev 2851) @@ -1,83 +0,0 @@ -.. - -.. * #%L -.. * jTimer -.. * -.. * $Id$ -.. * $HeadURL$ -.. * %% -.. * Copyright (C) 2007 - 2011 CodeLutin, Chatellier Eric -.. * %% -.. * This program is free software: you can redistribute it and/or modify -.. * it under the terms of the GNU 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 Public License for more details. -.. * -.. * You should have received a copy of the GNU General Public -.. * License along with this program. If not, see -.. * <http://www.gnu.org/licenses/gpl-3.0.html>. -.. * #L% -.. - -Configuration -============= - -JTimer.properties ------------------ - -You can overwrite default configuration by editing -property file in ``$HOME/.jtimer/JTimer.properties`` - -Sample: - -:: - - # Service class - jtimer.service.class=org.chorem.jtimer.ws.xmlrpc.ChoremXMLRPCClient - # Service resource to use for previous class - jtimer.service.resource=JTimer - # Service endpoint to use for previous class - jtimer.service.endpoint=http://localhost:8080 - - # Idle time (integer in seconds) - jtimer.ui.idletime=300 - - # jtimer io saver directory - jtimer.io.saver.class=org.chorem.jtimer.io.GTimerIncrementalSaver - # Saver directory - jtimer.io.saver.directory=$HOME/.gtimer - # Save delay - jtimer.io.saver.autosavedelay=300 - -Configuration details -~~~~~~~~~~~~~~~~~~~~~ - -Webservices -########### - -``jtimer.service.class=org.chorem.jtimer.ws.xmlrpc.ChoremXMLRPCClient`` - Implementation name to use for webservices -``jtimer.service.resource=JTimer`` - Remote resource name -``jtimer.service.endpoint`` - Service endpoint - -Inactivité -########## - -``jtimer.ui.idletime=300`` - Idle detect delay (in seconds) - -Sauvegarde -########## - -``jtimer.io.saver.class=org.chorem.jtimer.io.GTimerIncrementalSaver`` - Save manager to use. Here in GTimer file format. -``jtimer.io.saver.directory=$HOME/.gtimer`` - Save directory. $HOME variable can be used. It will be - replaced by user home directory. -``jtimer.io.saver.autosavedelay=300`` - Running task save delay (in secondes). Modified: trunk/src/site/en/rst/devel/roadmap.rst =================================================================== --- trunk/src/site/en/rst/devel/roadmap.rst 2012-03-28 20:19:38 UTC (rev 2850) +++ trunk/src/site/en/rst/devel/roadmap.rst 2012-03-28 21:04:42 UTC (rev 2851) @@ -5,7 +5,7 @@ .. * $Id$ .. * $HeadURL$ .. * %% -.. * Copyright (C) 2007 - 2011 CodeLutin, Chatellier Eric +.. * Copyright (C) 2007 - 2012 CodeLutin, Chatellier Eric .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as @@ -25,11 +25,10 @@ Roadmap ======= -Version 2.0 +Version 1.4 ----------- -* *non available* -* File format change -* gTimer import/export +* Time tracking algorithm refactoring +* Switch to Better swing application framework (bsaf) Version 1.3 ----------- Modified: trunk/src/site/en/rst/index.rst =================================================================== --- trunk/src/site/en/rst/index.rst 2012-03-28 20:19:38 UTC (rev 2850) +++ trunk/src/site/en/rst/index.rst 2012-03-28 21:04:42 UTC (rev 2851) @@ -5,7 +5,7 @@ .. * $Id$ .. * $HeadURL$ .. * %% -.. * Copyright (C) 2007 - 2011 CodeLutin, Chatellier Eric +.. * Copyright (C) 2007 - 2012 CodeLutin, Chatellier Eric .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as @@ -22,11 +22,9 @@ .. * <http://www.gnu.org/licenses/gpl-3.0.html>. .. * #L% .. - -Home -==== - Presentation ------------- +============ + jTimer is a time tracking tool for projects activities. It also can generate activities reports. @@ -46,8 +44,6 @@ `Download Java`_. -Warning, a `known issue`_ break jTimer under OpenJDK. - Links ----- * gTimer_. Modified: trunk/src/site/en/rst/screenshots.rst =================================================================== --- trunk/src/site/en/rst/screenshots.rst 2012-03-28 20:19:38 UTC (rev 2850) +++ trunk/src/site/en/rst/screenshots.rst 2012-03-28 21:04:42 UTC (rev 2851) @@ -5,7 +5,7 @@ .. * $Id$ .. * $HeadURL$ .. * %% -.. * Copyright (C) 2007 - 2011 CodeLutin, Chatellier Eric +.. * Copyright (C) 2007 - 2012 CodeLutin, Chatellier Eric .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as @@ -25,6 +25,8 @@ Screenshots =========== +jTimer main screenshots (taken from version 1.4.0). + Main view --------- @@ -40,6 +42,11 @@ .. image:: ../images/screen/jtimeridle.jpg +Alerts +------ + +.. image:: ../images/screen/jtimeralert.jpg + System tray ----------- Modified: trunk/src/site/resources/images/screen/jtimer.jpg =================================================================== (Binary files differ) Added: trunk/src/site/resources/images/screen/jtimeralert.jpg =================================================================== (Binary files differ) Property changes on: trunk/src/site/resources/images/screen/jtimeralert.jpg ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/src/site/resources/images/screen/jtimeridle.jpg =================================================================== (Binary files differ) Modified: trunk/src/site/resources/images/screen/jtimerreport.jpg =================================================================== (Binary files differ) Deleted: trunk/src/site/rst/configuration.rst =================================================================== --- trunk/src/site/rst/configuration.rst 2012-03-28 20:19:38 UTC (rev 2850) +++ trunk/src/site/rst/configuration.rst 2012-03-28 21:04:42 UTC (rev 2851) @@ -1,84 +0,0 @@ -.. - -.. * #%L -.. * jTimer -.. * -.. * $Id$ -.. * $HeadURL$ -.. * %% -.. * Copyright (C) 2007 - 2011 CodeLutin, Chatellier Eric -.. * %% -.. * This program is free software: you can redistribute it and/or modify -.. * it under the terms of the GNU 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 Public License for more details. -.. * -.. * You should have received a copy of the GNU General Public -.. * License along with this program. If not, see -.. * <http://www.gnu.org/licenses/gpl-3.0.html>. -.. * #L% -.. - -Configuration -============= - -JTimer.properties ------------------ - -Vous pouvez surchargez la configuration par défaut en -éditant le fichier de propriétés dans ``$HOME/.jtimer/JTimer.properties`` - -Exemple: - -:: - - # Service class - jtimer.service.class=org.chorem.jtimer.ws.xmlrpc.ChoremXMLRPCClient - # Service resource to use for previous class - jtimer.service.resource=JTimer - # Service endpoint to use for previous class - jtimer.service.endpoint=http://localhost:8080 - - # Idle time (integer in seconds) - jtimer.ui.idletime=300 - - # jtimer io saver directory - jtimer.io.saver.class=org.chorem.jtimer.io.GTimerIncrementalSaver - # Saver directory - jtimer.io.saver.directory=$HOME/.gtimer - # Save delay - jtimer.io.saver.autosavedelay=300 - -Détail de la configuration -~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Webservices -########### - -``jtimer.service.class=org.chorem.jtimer.ws.xmlrpc.ChoremXMLRPCClient`` - Nom de l'implementation a utiliser pour les services web -``jtimer.service.resource=JTimer`` - Nom de la ressources distante -``jtimer.service.endpoint`` - Adresse du service - -Inactivité -########## - -``jtimer.ui.idletime=300`` - Durée de détection l'inactivité (en secondes) - -Sauvegarde -########## - -``jtimer.io.saver.class=org.chorem.jtimer.io.GTimerIncrementalSaver`` - Nom du gestionnaire de sauvegarde à utiliser. Ici sauvegarde au format GTimer. -``jtimer.io.saver.directory=$HOME/.gtimer`` - Dossier de sauvegarde utilisé. La variable $HOME peut être utilisée, elle sera - remplacée par le dossier d'accueil de l'utilisateur. -``jtimer.io.saver.autosavedelay=300`` - Interval de sauvegarde des tâches en cours seulement, les autres modifications - sont stockées en temps réel (en secondes). Modified: trunk/src/site/rst/devel/roadmap.rst =================================================================== --- trunk/src/site/rst/devel/roadmap.rst 2012-03-28 20:19:38 UTC (rev 2850) +++ trunk/src/site/rst/devel/roadmap.rst 2012-03-28 21:04:42 UTC (rev 2851) @@ -25,11 +25,10 @@ Roadmap ======= -Version 2.0 +Version 1.4 ----------- -* *non disponible* -* Modification du format de stockage. -* Import/Export gtimer. +* Modification de l'algorithme de timing des taches +* Utilisation de Better Swing Application framework (bsaf) Version 1.3 ----------- Modified: trunk/src/site/rst/index.rst =================================================================== --- trunk/src/site/rst/index.rst 2012-03-28 20:19:38 UTC (rev 2850) +++ trunk/src/site/rst/index.rst 2012-03-28 21:04:42 UTC (rev 2851) @@ -5,7 +5,7 @@ .. * $Id$ .. * $HeadURL$ .. * %% -.. * Copyright (C) 2007 - 2011 CodeLutin, Chatellier Eric +.. * Copyright (C) 2007 - 2012 CodeLutin, Chatellier Eric .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as @@ -22,11 +22,9 @@ .. * <http://www.gnu.org/licenses/gpl-3.0.html>. .. * #L% .. - -Accueil -======= - Présentation ------------- +============ + jTimer est un outil de suivit de temps passé sur des projets. Il permet également de générer des rapports d'activité. @@ -47,8 +45,6 @@ `Telecharger Java`_. -Attention, un `bug connu`_ empeche jTimer de fonctionner sur l'OpenJDK. - Liens ----- * gTimer_. Modified: trunk/src/site/rst/screenshots.rst =================================================================== --- trunk/src/site/rst/screenshots.rst 2012-03-28 20:19:38 UTC (rev 2850) +++ trunk/src/site/rst/screenshots.rst 2012-03-28 21:04:42 UTC (rev 2851) @@ -5,7 +5,7 @@ .. * $Id$ .. * $HeadURL$ .. * %% -.. * Copyright (C) 2007 - 2011 CodeLutin, Chatellier Eric +.. * Copyright (C) 2007 - 2012 CodeLutin, Chatellier Eric .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as @@ -25,6 +25,8 @@ Copies d'écran ============== +Principales captures d'écrans de jTimer (effectuées avec jTimer 1.4.0). + Vue principale -------------- @@ -40,6 +42,11 @@ .. image:: images/screen/jtimeridle.jpg +Alertes +------- + +.. image:: images/screen/jtimeralert.jpg + Zone de notification -------------------- Modified: trunk/src/site/site_en.xml =================================================================== --- trunk/src/site/site_en.xml 2012-03-28 20:19:38 UTC (rev 2850) +++ trunk/src/site/site_en.xml 2012-03-28 21:04:42 UTC (rev 2851) @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2007 - 2011 CodeLutin, Chatellier Eric + Copyright (C) 2007 - 2012 CodeLutin, Chatellier Eric %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -23,8 +23,6 @@ <http://www.gnu.org/licenses/gpl-3.0.html>. #L% --> - - <project name="${project.name}"> <publishDate format="MM-dd-yyyy" /> @@ -47,8 +45,8 @@ <body> <links> - <item name="[fr" href="../index.html" /> - <item name="en]" href="index.html" /> + <item name="fr" href="../index.html" /> + <item name="en" href="index.html" /> </links> <breadcrumbs> @@ -59,11 +57,11 @@ <item name="Home" href="index.html" /> <item name="Screenshots" href="screenshots.html" /> <item name="Download" href="http://www.chorem.org/projects/jtimer/files" /> - <item name="Configuration" href="configuration.html" /> - <item name="Release Notes" href="http://www.chorem.org/repositories/entry/jtimer/trunk/changelog.txt" /> + <item name="Release Notes" href="changes-report.html" /> </menu> <menu name="Contibute" inherit="top"> + <item name="Forge" href="http://www.chorem.org/projects/jtimer" /> <item name="Bug tracker" href="http://www.chorem.org/projects/jtimer/issues" /> <item name="I18N" href="contribute/i18n.html" /> </menu> @@ -71,10 +69,7 @@ <menu name="Developers" inherit="top"> <item name="Roadmap" href="devel/roadmap.html" /> <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" /--> - <!-- item name="Webservices" href="devel/webservices.html" /--> <item name="File format" href="devel/fileformat.html" /> </item> </menu> Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2012-03-28 20:19:38 UTC (rev 2850) +++ trunk/src/site/site_fr.xml 2012-03-28 21:04:42 UTC (rev 2851) @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2007 - 2011 CodeLutin, Chatellier Eric + Copyright (C) 2007 - 2012 CodeLutin, Chatellier Eric %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -23,8 +23,6 @@ <http://www.gnu.org/licenses/gpl-3.0.html>. #L% --> - - <project name="${project.name}"> <skin> @@ -45,8 +43,8 @@ <body> <links> - <item name="[fr" href="index.html" /> - <item name="en]" href="en/index.html" /> + <item name="fr" href="index.html" /> + <item name="en" href="en/index.html" /> </links> <breadcrumbs> @@ -57,11 +55,11 @@ <item name="Accueil" href="index.html" /> <item name="Copies d'écran" href="screenshots.html" /> <item name="Téléchargement" href="http://www.chorem.org/projects/jtimer/files" /> - <item name="Configuration" href="configuration.html" /> - <item name="Notes de version" href="http://www.chorem.org/repositories/entry/jtimer/trunk/changelog.txt" /> + <item name="Notes de version" href="changes-report.html" /> </menu> <menu name="Contribuer" inherit="top"> + <item name="Forge" href="http://www.chorem.org/projects/jtimer" /> <item name="Bug tracker" href="http://www.chorem.org/projects/jtimer/issues" /> <item name="I18N" href="contribute/i18n.html" /> </menu> @@ -69,10 +67,7 @@ <menu name="Développeur" inherit="top"> <item name="Roadmap" href="devel/roadmap.html" /> <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" / --> - <!-- item name="Webservices" href="devel/webservices.html" / --> <item name="Format de fichier" href="devel/fileformat.html" /> </item> </menu>