Skip to content

Desktop application providing a collaborated way of creating software documentation with wiki syntax.

Notifications You must be signed in to change notification settings

vigoo/distributed-documentor

Repository files navigation

distributed-documentor

Build Status

Overview

Desktop application providing a collaborated way of creating software documentation with wiki syntax.

  • Uses Mercurial repositories to store documentations
  • Pages are written in MediaWiki format, with live preview
  • Documentation can be exported to static HTML or CHM

sample screenshot

Building

First install the wikitext libraries to your local repository using lib/install-local.sh or lib/install-local.bat.

Then to build the WebStart application use:

mvn webstart:jnlp

To create a single JAR:

mvn package