Changes between Version 6 and Version 7 of TracWikiToHtmlConverterScript


Ignore:
Timestamp:
Mar 22, 2015, 1:26:04 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with nolicense

Legend:

Unmodified
Added
Removed
Modified
  • TracWikiToHtmlConverterScript

    v6 v7  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Convert tracwiki markup to HTML =
    32
    4 == Description ==
     3= Convert tracwiki markup to HTML
     4
     5== Description
    56
    67Converts tracwiki markup to HTML.
     
    910Assumes that `trac` is installed in `site-packages` folder, or that you added the path to your `trac` folder to `sys.path`.
    1011
    11 >> NOTE: The script will not work if `trac` is not installed locally. If that is the case, in most cases `easy_install trac` will install it.
     12'''Note''': The script will not work if `trac` is not installed locally. If that is the case, in most cases `easy_install trac` will install it.
    1213
    13 == Bugs/Feature Requests ==
     14== Bugs/Feature Requests
    1415
    1516Existing bugs and feature requests for TracWikiToHtmlConverterScript are
     
    1920[http://trac-hacks.org/newticket?component=TracWikiToHtmlConverterScript&owner=coldpizza new ticket].
    2021
    21 == Download ==
     22== Download
    2223
    2324Download the zipped source from [download:tracwikitohtmlconverterscript here].
    2425
    25 == Source ==
     26== Source
    2627
    2728You can check out the script from [http://trac-hacks.org/svn/tracwikitohtmlconverterscript here] using Subversion, or [source:tracwikitohtmlconverterscript browse the source] with Trac.
    2829
    29 == Example ==
     30== Example
     31
    3032{{{
    3133#!python
     
    4951print HtmlFormatter(env, context, wiki).generate()
    5052}}}
    51 == Recent Changes ==
     53
     54== Recent Changes
    5255
    5356[[ChangeLog(tracwikitohtmlconverterscript, 3)]]
    5457
    55 == Author/Contributors ==
     58== Author/Contributors
    5659
    5760'''Author:''' [wiki:coldpizza] [[BR]]
    58 '''Maintainer:''' [wiki:coldpizza] [[BR]]
     61'''Maintainer:''' [[Maintainer]] [[BR]]
    5962'''Contributors:'''