Skip to content

iwadon/text-hatena

Repository files navigation

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 www.ruby-lang.org/ja/LICENSE.txt.

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

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

About

A Ruby library for Hatena notation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages