Version1.0.0 rd-hindex-1.0.0.tar.gz
This script makes an index RD from HeadLines of the input RD. It is useful to handle long RDs.
ruby rd-hindex.rb input.rd > input.hindex.rd rd2 input.hindex.rd input.rd > input.html
Usage: rd-hindex.rb [options] rd-file > hindex-file
global options:
-b, --base-level=NUM Set the base-level of HeadLine (default=2)
-d, --max-depth=NUM Set the max depth of HeadLine (default=6)
--with-part=PART include PART with Filter
See test-rd-hindex.rb