This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
org /
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | Sun Mar 29 09:24:39 -0700 2009 | |
| |
MANIFEST | Sun Mar 29 09:24:39 -0700 2009 | |
| |
README.md | Thu Jan 01 06:55:47 -0800 2009 | |
| |
Rakefile | Sun Mar 29 09:24:38 -0700 2009 | |
| |
doc/ | Thu Jan 01 06:55:47 -0800 2009 | |
| |
lib/ | Sun Mar 29 09:24:39 -0700 2009 | |
| |
org.gemspec | Sun Mar 29 09:24:39 -0700 2009 | |
| |
spec/ | Sat Mar 21 04:11:31 -0700 2009 | |
| |
tasks/ | Sun Mar 29 09:24:38 -0700 2009 |
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.







