Skip to main content
GameDev.net gamedev.net
🔒 Locked

pymdWiki: Document generation tool from markdown files

Started by sepul Aug 8, 2013 at 12:03 PM 0 replies 1.4k views
Original Post
sepul
sepul

pymdWiki: Document generation tool from markdown files

Tried to find a good solution to generate/publish wiki from offline markdown files, didn't find anything useful so I've created this tool for this purpose

You just write markdown documents, run this program on the root directory of documentation files (.md), pick a theme, and it will generate html files out of them. Optionally you can specify an ftp server, the generated files will be uploaded to the ftp automatically.

Here's some features:

  • Recursive directory processing of .md files
  • Preserves links and images
  • Themes with JSON config files
  • Automatic Table of contents (TOC) generation
  • Lightweight command line multi-platform program (written in python)

For more info about usage visit project page, windows binaries are also available in Downloads section for those who don't want to bother with python.

I've developed this for my other open-source project wiki, but here's a simple test that is generated with this program:

http://hmrengine.com/tmp/main.html

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.