public
Description: WhiteCloth is a ruby library for converting creole markup into html.
Homepage: http://whitecloth.rubyforge.org/
Clone URL: git://github.com/nono/whitecloth.git
name age message
file COPYING Mon Mar 17 15:49:51 -0700 2008 first commit [nono]
file README Thu Mar 20 18:40:54 -0700 2008 Work in progress [nono]
file Rakefile Sun Mar 30 16:07:04 -0700 2008 Working on spliting paragraphs, headings and ho... [nono]
file TODO Mon Mar 17 17:38:58 -0700 2008 Use newgen --simple to have the minimum: a Rake... [nono]
directory lib/ Sun Mar 30 16:07:04 -0700 2008 Working on spliting paragraphs, headings and ho... [nono]
directory spec/ Mon Mar 17 17:38:58 -0700 2008 Use newgen --simple to have the minimum: a Rake... [nono]
README
= WhiteCloth =

Author:: Bruno Michel <bmichel@menfin.info>
License:: [[http://www.opensource.org/licenses/mit-license.php|MIT]]
Homepage:: [[http://github.com/nono/whitecloth/tree]]

== What is WhiteCloth? ==

WhiteCloth is a Ruby library for converting creole markup into html. Its name
is a pun with [[RedCloth|http://code.whytheluckystiff.net/redcloth/]] and
[[BlueCloth|http://www.deveiate.org/projects/BlueCloth/]], two Ruby libraries
for others markup: Textile and Markdown.

== What is creole? ==

Creole is a common wiki markup language to be used across different wikis.
It's not replacing existing markup but instead enabling wiki users to transfer
content seamlessly across wikis, and for novice users to contribute more
easily. Source: [[http://www.wikicreole.org/]]

== Can you show me a creole text? ==

Yes, you are reading it: this README file is an example of a text using the
creole markup! It contains **bold** text, and //italics//. The equal signs are
used for indicating titles.

Here is the beginning of a new paragraph. Paragraphs can be wraped on several
lines and are separated by a blank line. For the full description of creole,
you can visit [[http://www.wikicreole.org/wiki/Creole1.0]].