Text::Hatena -- A Ruby library for Hatena notation
require 'text/hatena' parser = Text::Hatena.new parser.parse(text) html = parser.to_html
Text::Hatena parses the document with Hatena notation, and translate to HTML format.
This library is based on Perl's Text::Hatena.
You can get archive files from my web page
Subversion repository is here:
You can install Text::Hatena with setup.rb.
% [sudo] ruby setup.rb
Or, you can use Rubygems and Rake to install.
% rake install (package and install with gem command.)
Text::Hatena is released under the Ruby license. Please see http://www.ruby-lang.org/ja/LICENSE.txt.
Text::Hatena homepage is http://moonrock.jp/~don/ruby/text-hatena/.
For other information, feel free to contact mailto:don@na.rim.or.jp.