pymdWiki: Document generation tool from markdown files

Started by
-1 comments, last by sepul 10 years, 8 months ago

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

dark-hammer engine - http://www.hmrengine.com

This topic is closed to new replies.

Advertisement