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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Feb 05 08:39:12 -0800 2009 | |
| |
COPYING | Thu Feb 05 08:38:45 -0800 2009 | |
| |
Changelog | Wed Aug 12 15:55:41 -0700 2009 | |
| |
LICENSE | Thu Dec 11 17:09:06 -0800 2008 | |
| |
README | Wed Aug 12 15:55:41 -0700 2009 | |
| |
Rakefile | Wed Aug 12 15:25:55 -0700 2009 | |
| |
lib/ | Wed Aug 12 15:55:41 -0700 2009 | |
| |
releases/ | Thu Feb 05 10:06:04 -0800 2009 | |
| |
test/ | Wed Aug 12 15:25:55 -0700 2009 | |
| |
wikicreole.gemspec | Wed Aug 12 15:55:41 -0700 2009 |
README
== WikiCreole
WikiCreole is a Creole-to-XHTML converter written in pure Ruby. It supports
Creole 1.0 as well as extensions. Check out the rdoc documentation by issuing
the following command:
ri WikiCreole
== Install
sudo gem install gmccreight-WikiCreole --source http://gems.github.com
== Synopsis
require 'rubygems'
require 'wiki_creole'
xhtml = WikiCreole.creole_parse(creole_markup_string)
== Contribute
http://github.com/gmccreight/wikicreole/tree/master
or send an email to creole.to.gordon@mccreight.com






