Skip to content

rcairo/doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 25, 2015
27cf2f0 · Jul 25, 2015
May 26, 2014
May 26, 2014
May 25, 2014
May 25, 2014
May 25, 2014
Jan 11, 2008
May 25, 2014
Apr 11, 2008
May 26, 2014
Apr 12, 2008
Apr 12, 2008
Aug 17, 2008
Jul 25, 2015
May 24, 2007
May 24, 2007
May 24, 2007
Apr 12, 2008
Apr 12, 2008

Repository files navigation

# -*- rd -*-

= README

== How to start for new language

Generate templates by update-rd.rb:

  % ruby update-rd.rb LANGUAGE_NAME

For example, to generate templates for Japanese, type the
following:

  % ruby update-rd.rb ja

== How to generate HTML from RD

Use update-html.rb:

  % ruby update-html.rb RD_DIRECTORY

For example, to generate HTML for Japanese, type the
following:

  % ruby update-html.rb ja

You need to install RDtool to generate HTML.