Changes between Version 6 and Version 7 of TracWikiToHtmlConverterScript
- Timestamp:
- Mar 22, 2015, 1:26:04 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracWikiToHtmlConverterScript
v6 v7 1 1 [[PageOutline(2-5,Contents,pullout)]] 2 = Convert tracwiki markup to HTML =3 2 4 == Description == 3 = Convert tracwiki markup to HTML 4 5 == Description 5 6 6 7 Converts tracwiki markup to HTML. … … 9 10 Assumes that `trac` is installed in `site-packages` folder, or that you added the path to your `trac` folder to `sys.path`. 10 11 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. 12 13 13 == Bugs/Feature Requests ==14 == Bugs/Feature Requests 14 15 15 16 Existing bugs and feature requests for TracWikiToHtmlConverterScript are … … 19 20 [http://trac-hacks.org/newticket?component=TracWikiToHtmlConverterScript&owner=coldpizza new ticket]. 20 21 21 == Download ==22 == Download 22 23 23 24 Download the zipped source from [download:tracwikitohtmlconverterscript here]. 24 25 25 == Source ==26 == Source 26 27 27 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. 28 29 29 == Example == 30 == Example 31 30 32 {{{ 31 33 #!python … … 49 51 print HtmlFormatter(env, context, wiki).generate() 50 52 }}} 51 == Recent Changes == 53 54 == Recent Changes 52 55 53 56 [[ChangeLog(tracwikitohtmlconverterscript, 3)]] 54 57 55 == Author/Contributors ==58 == Author/Contributors 56 59 57 60 '''Author:''' [wiki:coldpizza] [[BR]] 58 '''Maintainer:''' [ wiki:coldpizza] [[BR]]61 '''Maintainer:''' [[Maintainer]] [[BR]] 59 62 '''Contributors:'''