hmarkup - Simple wikitext-like markup format implementation.

Description

This package implements a simple extensible wikitext-like markup format. Currently the only implemented output format is XHTML.

API Documentation

Haddock-generated API documentation

Download

Darcs

$ darcs get --partial http://www.cs.chalmers.se/~bringert/darcs/hmarkup/

Tarball

Latest release: hmarkup-2006.9.6.tar.gz

You can also use hmarkup-latest.tar.gz which should always redirect you to the latest release tarball.

Requirements

Installation

  1. Unpack the sources and enter the source directory:
    $ tar -zxf hmarkup-2006.9.6.tar.gz
    $ cd hmarkup-2006.9.6
    
  2. Configure:
    $ runghc Setup.hs configure
    
  3. Build:
    $ runghc Setup.hs build
    
  4. Install (as root):
    # runghc Setup.hs install
    

Maintainer

bjorn@bringert.net

License

See LICENSE.