public
Description: Org-mode like markup conversion for rakki
Homepage:
Clone URL: git://github.com/manveru/org.git
org /
name age message
file CHANGELOG Sun Mar 29 09:24:39 -0700 2009 Version 2009.03.28 [manveru]
file MANIFEST Sun Mar 29 09:24:39 -0700 2009 Version 2009.03.28 [manveru]
file README.md Thu Jan 01 06:55:47 -0800 2009 Org for rakki [manveru]
file Rakefile Sun Mar 29 09:24:38 -0700 2009 Better rake tasks, now managed by raku [manveru]
directory doc/ Thu Jan 01 06:55:47 -0800 2009 Org for rakki [manveru]
directory lib/ Sun Mar 29 09:24:39 -0700 2009 Version 2009.03.28 [manveru]
file org.gemspec Sun Mar 29 09:24:39 -0700 2009 Version 2009.03.28 [manveru]
directory spec/ Sat Mar 21 04:11:31 -0700 2009 Add support for ordered lists and more prefix f... [tadahiko]
directory tasks/ Sun Mar 29 09:24:38 -0700 2009 Better rake tasks, now managed by raku [manveru]
README.md

Org

Org provides transformation of a selected subset of org-mode markup for wikis.

About

If you fancy emacs' org-mode and would like to use its power for a wiki based on plain-text files you should check this out. Org tries to stay compatible with org-mode, but does not support the full syntax. The most notable features you will find are table of contents, tables, headers, links and simple physical text formatting. One feature org-mode doesn't provide (AFAIK) is code highlighting, since the preferred way is to simply link to the file containing the code, but that is a bit impractical in a wiki, so I added this feature.

Features

  • Headers
  • Links
  • Tables
  • Text markup

Dependencies

  • StringScanner (ruby stdlib)
  • CodeRay (optional)
  • Uv (optional)

Syntax

For a nice intro to the syntax supported by Org please check the [doc/syntax.org] file.