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.
-
Junya Kondo / Text-Hatena - search.cpan.org (search.cpan.org/dist/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.)
-
Hiroyuki Iwatsuki ([email protected])
-
drawnboy (d.hatena.ne.jp/drawnboy/)
-
Yune Kotomi (yune-kotomi.tarenari.jp/)
-
Seki (d.hatena.ne.jp/m_seki/)
Text::Hatena is released under the Ruby license. Please see www.ruby-lang.org/ja/LICENSE.txt.
Text::Hatena homepage is moonrock.jp/~don/ruby/text-hatena/.
For other information, feel free to contact [email protected].