Changes between Version 13 and Version 14 of PhpBugTracker2TracScript


Ignore:
Timestamp:
Dec 12, 2016, 10:21:44 PM (7 years ago)
Author:
figaro
Comment:

Added standard installation instructions

Legend:

Unmodified
Added
Removed
Modified
  • PhpBugTracker2TracScript

    v13 v14  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = phpBugTracker to Trac
     3= Import phpBugTracker tickets into Trac
    44
    55== Description
    66
    7 This simple script imports tickets from a phpBugTracker database into Trac. [http://phpbt.sourceforge.net/ phpBugTracker] is a web-based bug tracker and has been discontinued since 2007.
     7This script imports tickets from a phpBugTracker database into Trac. [https://github.com/a-v-k/phpBugTracker phpBugTracker] is a web-based bug tracker.
     8
     9The script could be called as follows:
     10{{{#!sh
     11./phpbt2trac.py --db phpbt --db-prefix phpbt_ --tracenv /home/{user}/{trac-env}/ -h localhost -u postgres -p
     12}}}
    813
    914== Bugs/Feature Requests
     
    2530Check out [/svn/phpbugtracker2tracscript here] using Subversion, or [source:phpbugtracker2tracscript browse the source] with Trac.
    2631
    27 == Example
     32== Installation
    2833
    29 The script could be called as follows:
    30 {{{#!sh
    31 ./phpbt2trac.py --db phpbt --db-prefix phpbt_ --tracenv /home/{user}/{trac-env}/ -h localhost -u postgres -p
    32 }}}
     34General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3335
    3436== Recent Changes