-
Notifications
You must be signed in to change notification settings - Fork 4
/
README.en
62 lines (35 loc) · 1.33 KB
/
README.en
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
== 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.
* ((<"Junya Kondo / Text-Hatena - search.cpan.org"|URL:http://search.cpan.org/dist/Text-Hatena/>))
== DOWNLOAD
You can get archive files from my web page
* ((<URL:http://moonrock.jp/~don/ruby/text-hatena/>))
Subversion repository is here:
* ((<URL:http://moonrock.jp/~don/svn/text-hatena/>))
== 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
* Hiroyuki Iwatsuki (((<URL:mailto:[email protected]>)))
== CONTRIBUTORS
* drawnboy (((<URL:http://d.hatena.ne.jp/drawnboy/>)))
* Yune Kotomi (((<URL:http://yune-kotomi.tarenari.jp/>)))
* Seki (((<URL:http://d.hatena.ne.jp/m_seki/>)))
== LICENSE
Text::Hatena is released under the Ruby license. Please see
((<URL:http://www.ruby-lang.org/ja/LICENSE.txt>)).
== SUPPORT
Text::Hatena homepage is ((<URL:http://moonrock.jp/~don/ruby/text-hatena/>)).
For other information, feel free to contact ((<URL:mailto:[email protected]>)).