RedCloth 2.0.11 -- Textile Humane Web Text for Ruby

just discovered in the porridge dripping from a willow tree:

RedCloth 2.0.11.
http://rubyforge.org/frs/download.php/698/redcloth-2.0.11.tar.gz

RedCloth[1] is a module for using Textile in Ruby. Textile is a text
format. A very simple text format. Another stab at making readable
text that can be converted to HTML.

I recently noticed that aliased links were busted. But they’re fine
now. Aliased links allow you to provide a nickname for URLs in your
document. For example, the textile reference is given an alias of 'ref’
at the end of this message. Link it like this: “A Textile Reference”:ref.

Also, div tags go untouched now. The references are now generating as
valid XHTML. More patches and bug reports from my faithful associates
Mr. D. Mertz and Mr. F. Ros. The hyphen problem is diminished. I thank
everyone.

Oh, and Ri documentation is auto-installed. RDoc now at
http://redcloth.rubyforge.org/.

_why

fn1. http://whytheluckystiff.net/ruby/redcloth/
[ref]http://hobix.com/textile/

And, of course, don’t forget:

$ sudo gem -Ri redcloth --install-stub
Attempting remote installation of ‘redcloth’
Successfully installed RedCloth version 2.0.11
$ ruby -rredcloth -e ‘puts
RedCloth.new(%q{“RubyGems”:http://rubygems.rubyforge.org}).to_html’

RubyGems

:slight_smile:
Chad

···

On Thu, 3 Jun 2004 00:59:49 +0900, why the lucky stiff ruby-talk@whytheluckystiff.net wrote:

just discovered in the porridge dripping from a willow tree:

RedCloth 2.0.11.
http://rubyforge.org/frs/download.php/698/redcloth-2.0.11.tar.gz