Changes between Version 112 and Version 113 of GanttCalendarPlugin


Ignore:
Timestamp:
Sep 15, 2014, 8:28:09 AM (10 years ago)
Author:
Jun Omae
Comment:

Don't use https://github.com/jun66j5/tracganttcalendarplugin, which is not mirror

Legend:

Unmodified
Added
Removed
Modified
  • GanttCalendarPlugin

    v112 v113  
    7171You can check out !GanttCalendarPlugin from [http://svn.sourceforge.jp/svnroot/shibuya-trac/plugins/ganttcalendarplugin/trunk here] using Subversion, or [http://sourceforge.jp/projects/shibuya-trac/scm/svn/tree/head/plugins/ganttcalendarplugin/trunk/ browse the source] in Shibuya.trac.
    7272
    73 [[BR]]
    74 
    7573[http://svn.sourceforge.jp/svnroot/shibuya-trac/plugins/ganttcalendarplugin/trunk/ganttcalendar/locale/ Supported Languages]: English, German, Simplified Chinese, Japanese, Korean
    7674
     
    8078svn export http://svn.sourceforge.jp/svnroot/shibuya-trac/plugins/ganttcalendarplugin/trunk
    8179}}}
    82   * Build eggs
    83  or Use [https://github.com/jun66j5/tracganttcalendarplugin mirror repository]:
    84 {{{
    85 #!sh
    86 easy_install https://github.com/jun66j5/tracganttcalendarplugin/tarball/trunk
    87 }}}
    88 
     80  * Build and install egg
     81{{{#!sh
     82python setup.py bdist_egg
     83easy_install dist/*.egg
     84}}}
    8985 2. Configure components section in trac.ini (you can disable / enable per project)
    9086{{{