== Exporting Trac Wiki Text == To simply retrieve the wiki text for a page, add "?format=txt" to a Trac wiki page URL. This trick won't yield a list of pages from [http://dsource.org/projects/tutorials/wiki/TitleIndex?format=txt], but the HTML generated from TitleIndex might be helpful. This Python script may be useful for converting to Markdown format: [https://gist.github.com/sgk/1286682]. Related ideas: * to import into !BitBucket: [https://bitbucket.org/secdev/trac2bitbucket] * to import into !SourceForge: [http://sourceforge.net/p/forge/documentation/Trac%20Importer/]