Nyctergatis Markup Engine (NME) Wiki Plugin
- Author:
- Yves Piguet
- See also:
- http://www.nyctergatis.com (home of NME project) and http://www.wikicreole.org (Creole site).
The Wiki plugins are optional plugins and hooks to provide additional capabilities useful in wikis:
- << keywords aaa, bbb, ... >> adds keywords which can be extracted
- << execute method arg1 arg2 ... >> adds a method call which can be extracted; its execution is up to the application
- << date YYYY-MM-DD hh:mm >> adds a date which can be extracted
- top-level headings can be extracted
Each piece of extracted information is written to the output stream in a separate line which begins with an identifier (respectively Keyword, Execute, Date, or Time), a semicolon and a space. Typically, the document should be converted with NMEProcess using the NMEOutputFormatNull format.