RDtool 0.6.7

What is RDtool

RD is Ruby's POD. RDtool is formatter for RD.

What is Changed

See HISTORY.

How to Install

RDtool requires:

Please install Racc before installation of RDtool.

The following site (maintained by Nakada) supplies the binary archives of Racc.

And...

  1. ruby rdtoolconf.rb
  2. Check and modify Makefile if need.
  3. make all in src dir.
  4. su if you install into public directories.
  5. make install
  6. If you want to use , utils/rdswap.rb, utils/rd-mode.el, install it by hand.
  7. make clean if you want.

How to use

Simply,

% rd2 rdfile.rd > outputfile

If you want to indicate format-library, do

% rd2 -r library rdfile.rd > outputfile

Please rd2 --help to know more options.

To look options depend on format-library, do --help after an indication format-library. For example,

% rd2 -r rd/rd2html-lib.rb --help

rd2 load "${HOME}/.rd2rc" when it runs.

How to write RD?

Please read doc/rd-draft.rd.

About bug report

If you find a bug in RDtool, please E-mail me <URL:mailto:toshirok@yb3.so-net.ne.jp>.

License

You can use/re-distribute/change RDtool under Ruby's License or GPL. This distribute of RDtool include files which is copyrighted by somebody else, and these files can be re-distributed under those own license. These files include the condition of those license in themselves.