[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

[ANN] Gerbil 2.0.0

Suraj Kurapati

2/4/2008 6:56: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 2.0.0

Contents

â?¢ Thanks
â?¢ Caution
â?¢ Improvements
â?¢ Repairs

This release fixes some bugs, improves the RDoc library,
and adds nodes for customization of the default header and
footer.

1 Thanks

â?¢ Zhang Chiyuan (pluskid) fixed the regexp placeholder
bug described below.

2 Caution

â?¢ The lib/gerbil/rdoc.rb library has changed! Read it for
details.

3 Improvements

â?¢ In the html format, added the following nodes which
allow you customize the default header and footer
whilst preserving the default content:
â?¡ header_outside_above â?? above the entire header
block
â?¡ header_inside_above â?? above the default header
content
â?¡ header_inside_below â?? below the default header
content
â?¡ header_outside_below â?? below the entire header
block
â?¡ footer_outside_above â?? above the entire footer
block
â?¡ footer_inside_above â?? above the default footer
content
â?¡ footer_inside_below â?? below the default footer
content
â?¡ footer_outside_below â?? below the entire footer
block

4 Repairs

� �\0� and other regexp substitution placeholders in node
content were being interpreted. In particular, any
occurrences of â?\0â? in a nodeâ??s content was replaced by
a strange SHA1 digest! {pluskid}

â?¢ The lib/gerbil/rdoc.rb library did not extract method
information recursively.

â?¢ In the html format, added a CSS margin above HTML
tables because they were visually colliding with other
elements above them.

â?¢ Fixed some Ruby code warnings in the html format.
--
Posted via http://www.ruby-....