Changeset 3575
- Timestamp:
- 04/29/08 22:25:29 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
zoomquiettranslation/plugins/KSTracRelaTicket/readme.txt
r3570 r3575 1 1 = RelaTicket = 2 2 3 == Description==3 == ÃèÊö == 4 4 * http://trac-hacks.org/wiki/RelaTicket 5 * This software are helper scripts for [http://trac-hacks.org/wiki/RelaTicketAdmin RelaTicketAdmin] trac plugin.6 * RelaTicket are used to periodically generate keylist burndown statistic html files.5 * žÃœÅ±ŸÊÇ [http://trac-hacks.org/wiki/RelaTicketAdmin RelaTicketAdmin] µÄžšÖúœÅ±Ÿ. 6 * ÓÃÓÚ¶šÆÚÉú³É¹ØÁªŽ«Æ±ÊÓÍŒHTMLÎÄŒþ. 7 7 8 == Dependencies==8 == ÒÀÀµ == 9 9 * [http://adodb.sourceforge.net Python Adodb] 10 10 * [http://www.advsofteng.com ChartDirector for Python] 11 11 12 == Configuration == 13 1. Checkout or download these source files. 14 15 2. Modify ''Settings'' in ini.py according to your environment. 12 == ÅäÖà == 13 1. ÐÞžÄini.pyµÄ''Settings'' 16 14 {{{ 17 15 'rootpath':'/path/to/the/parent/of/trac/environment' … … 22 20 }}} 23 21 24 3. Test: run below command, and you will get result html files in the directory 'exp'.22 2. ²âÊÔ: ÖŽÐÐÏÂÃæµÄÃüÁî, ÔÚ'exp'¿ÉÒÔ¿ŽµœÊä³öœá¹û. 25 23 {{{ 26 24 python run_burndown.py 27 25 }}} 28 26 29 4. If test passed, you should add above command to your crontab to make it run periodically.27 3. Èç¹ûÍš¹ý²âÊÔ£¬ÐèÒªœ«ÉÏÊöÃüÁîÔöŒÓµœcrontabÖÐ. 30 28 31 == Download and Source==29 == ÏÂÔØ == 32 30 33 Check out [/svn/zoomquiettranslation/plugins/KSTracRelaTicket using Subversion], or [source:zoomquiettranslation/plugins/KSTracRelaTicket browse the source] with Trac. 31 * [/svn/zoomquiettranslation/plugins/KSTracRelaTicket SVN] 34 32 35 == Recent Changes == 36 37 [[ChangeLog(zoomquiettranslation/plugins/KSTracRelaTicket, 3)]] 38 39 == Author/Contributors == 40 41 '''Author:''' [wiki:richard] [[BR]] 42 '''Contributors:''' 33 * [source:zoomquiettranslation/plugins/KSTracRelaTicket ä¯ÀÀ]
