[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Gerbil 1.0.0

Suraj Kurapati

1/13/2008 1:27:00 AM


Gerbil

Gerbil is an extensible document generator based on eRuby
that outputs to any format you want: plain text, HTML,
LaTeX, UNIX man page, your own custom format, and so on.

http://gerbil.rub...

�����������������������������������������������������������

Version 1.0.0

Contents

â?¢ Caution
â?¢ Repairs

This release makes Gerbil available as a RubyGem, fixes
some bugs, and updates the user guide.

1 Caution

â?¢ The gerbil file has been moved to bin/gerbil.

â?¢ The format/ directory has been renamed to fmt.

â?¢ The format/html.rb file has been moved to lib/gerbil/
html.rb.

â?¢ The format/rdoc.rb file has been moved to lib/gerbil/
rdoc.rb.

â?¢ In format/rdoc.rb, the name of the RDoc.gen_parse_tree
method has been pluralized (tree â?? trees) because it
really returns an array of trees rather than a single
tree.

â?¢ The CHANGES.yaml file has been removed, in favor of
this RSS feed: http://gerbil.rub.../news.xml

â?¢ The GENERATOR object has been renamed to Gerbil.

2 Repairs

â?¢ User guide now says â??gem install RedClothâ? instead of
â??gem install redclothâ?. I donâ??t see why RubyGems
requires the correct capitalization, so I filed a bug
report about it.

â?¢ In the HTML format, images inside descendant nodes of a
figure node were not properly centered.

â?¢ In the HTML format, the $title parameter was not
converted into HTML.
--
Posted via http://www.ruby-....