(anonymous guest) (logged out)

Copyright (C) by the contributors. Some rights reserved, license BY-SA.

Sponsored by the Wiki Symposium and the Nuveon GmbH.

 
This is version . It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]

Nyctergatis Markup Engine (NME) is an experimental implementation of a Creole parser written in C. More background about its objectives with respect to Creole can be found in YvesPiguet page. NME is not linked to any wiki, but you can try its sandbox. It has the following features:

Creole 0.5 features:

  • bold, italic, bold italic
  • unordered lists and ordered lists with nesting up to 8 levels
  • headings level 1-4
  • links (without images)
  • paragraphs
  • line breaks
  • preformatted
  • horizontal rule
  • tables with headings
  • images
  • placeholders (plugins)

Differences (on purpose):

Other markup:

Parser features:

  • C library and command-line application
  • one pass, based on a state machine
  • many options: support for "blog-like paragraphs" where line breaks are paragraph separators, and many features (links, images, styles, etc) can be disabled independently
  • support for automatic conversion of text patterns, such as CamelCase words or URL to links, smileys to images, etc.
  • conversion to HTML, RTF, LaTeX, plain text, Creole, man page, JSPWiki, or customized
  • the parser is as forgiving as possible, producing valid output even with unbalanced markup
  • plugins where output can be written directly with target format or translated from Creole
  • open-source (new BSD license)
  • last update: 18 April 2007

Add new attachment

Only authorized users are allowed to upload new attachments.

« This particular version was published on 18-Apr-2007 10:54 by YvesPiguet.