[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

[ANN] Rassmalog 7.1.0

Suraj Kurapati

10/24/2007 5:12:00 AM


Rassmalog

A static blog engine based on YAML, eRuby, and Rake.
It transforms blog entries written in Textile or other
formatting systems into valid XHTML files that you can
view on your computer or upload to your website.

http://rassmalog.rub...

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

Version 7.1.0

Contents

â?¢ Features
â?¢ Repairs
â?¢ Updates

This release improves localization, updates the
documentation, and adds better error reporting.



1 Features #

â?¢ Added a â??localeâ? parameter to the main blog entry
configuration file.

This parameter allows you to translate dates, times,
and currencies into any language of your choice. The
translation is performed by your operating system and
is NOT related to Rassmalogâ??s translation files in any
way.

Thanks to Dieter Zinke for requesting this feature.



2 Repairs #

â?¢ The German translation file has been corrected by Josef
â??Juppâ?? Schugt. Thanks!

â?¢ The stylesheets have been reformatted for easier
editing, thanks to Josef â??Juppâ?? Schugt.

â?¢ The API reference documentation now documents the
various parameters and attributes of blog entries (the
Entry object).

Thanks to Dieter Zinke for reminding me to do this.



3 Updates #

â?¢ Added better error detection and reporting when parsing
the blog configuration file and general blog entry
parameters. This makes it easier to distinguish between
problems in a blog entry vs. problems in Rassmalog.
--
Posted via http://www.ruby-....

1 Answer

Suraj Kurapati

10/24/2007 7:10:00 PM

0

Hello,

I've made some slight improvements -- which, for some reason, always
come to mind just after I make a release -- on the error reporting
logic, hence the "error monger" name for this release. See the change
log below.

Cheers.

-------------

Version 7.1.1

Contents

â?¢ Caution
â?¢ Repairs

This release updates the documentation and improves error
reporting.


1 Caution #

â?¢ In the config/format.rb file, the String.coderay and
String.redcloth have been renamed to
String.thru_coderay and String.thru_redcloth for
consistency with the String.thru_erb method.



2 Repairs #

â?¢ The stack trace of an error now shows the blog entry
file and/or the ERB template file(s) involved, instead
of always showing the ambiguous â??(erb)â?? identifier. As
a result, you can better trace the source of a problem.

â?¢ The CSS styles corressponding to the search form and
search results/error box have been moved into input/
styles/screen.css as requested by Josef â??Juppâ?? Schugt.

â?¢ Added documentation for more attributes in the API
reference documentation.

--
Posted via http://www.ruby-....