Skip to content

iwadon/text-hatena

Repository files navigation

NAME

Text::Hatena – A Ruby library for Hatena notation

SYNOPSIS

require 'text/hatena'

parser = Text::Hatena.new
parser.parse(text)
html = parser.to_html

DESCRIPTION

Text::Hatena parses the document with Hatena notation, and translate to HTML format.

This library is based on Perl’s Text::Hatena.

DOWNLOAD

You can get archive files from my web page:

Subversion repository is here:

INSTALLATION

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.)

AUTHOR

CONTRIBUTORS

LICENSE

Text::Hatena is released under the Ruby license. Please see www.ruby-lang.org/ja/LICENSE.txt.

SUPPORT

Text::Hatena homepage is moonrock.jp/~don/ruby/text-hatena/.

For other information, feel free to contact don@na.rim.or.jp.