Changes between Version 7 and Version 8 of TracWikiToHtmlConverterScript


Ignore:
Timestamp:
Nov 11, 2015, 10:43:46 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracWikiToHtmlConverterScript

    v7 v8  
    55== Description
    66
    7 Converts tracwiki markup to HTML.
    8 Originally posted by Erik Bray on http://groups.google.com/group/trac-dev/msg/479decac43883dc0
     7This script converts Trac wiki markup to HTML. This was originally posted by Erik Bray on http://groups.google.com/group/trac-dev/msg/479decac43883dc0.
    98
    109Assumes that `trac` is installed in `site-packages` folder, or that you added the path to your `trac` folder to `sys.path`.
     
    1817
    1918If you have any issues, create a
    20 [http://trac-hacks.org/newticket?component=TracWikiToHtmlConverterScript&owner=coldpizza new ticket].
     19[/newticket?component=TracWikiToHtmlConverterScript new ticket].
     20
     21[[TicketQuery(component=TracWikiToHtmlConverterScript&group=type,format=progress)]]
    2122
    2223== Download
    2324
    24 Download the zipped source from [download:tracwikitohtmlconverterscript here].
     25Download the zipped source from [export:tracwikitohtmlconverterscript here].
    2526
    2627== Source
    2728
    28 You can check out the script from [http://trac-hacks.org/svn/tracwikitohtmlconverterscript here] using Subversion, or [source:tracwikitohtmlconverterscript browse the source] with Trac.
     29You can check out the script from [/svn/tracwikitohtmlconverterscript here] using Subversion, or [source:tracwikitohtmlconverterscript browse the source] with Trac.
    2930
    3031== Example
    3132
    32 {{{
    33 #!python
     33{{{#!python
    3434#!/usr/bin/env python
    3535# found on trac google group: