[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

[ANN] Rassmalog 2.0.0

Suraj Kurapati

12/15/2006 5:35:00 AM

Rassmalog is a static blog engine based on RSS 2.0, YAML,
and Textile. It features an extensible blog formatting
mechanism, easy configuration, and automatic tagging,
archiving, syntax coloring, and table of contents.

Website: http://rassmalog.rub...

Sources: http://rassmalog.rub.../src/rassmalog/

Download: http://rubyforge.org/frs/?gro...


Version 2.0.0

This release adds support for L10N/I18N/M17N, adds new
configuration parameters, fixes some bugs, and improves the
documentation.

Notice

â?¢ Generated file names no longer have spaces in them.

â?¢ Blog entry file names are now required to end with
.yaml

â?¢ Variables available in ERB templates have been renamed.

â?¢ The publish task, which uploads your blog to your
website, has been renamed to upload for clarity.

â?¢ The index parameter has been renamed to recent_entries
in the primary blog configuration file.

Details

â?¢ New configuration parameters have been added to the
blog configuration file:
â?¡ The front_page parameter defines the name of a file
in the output/ directory that should be the front
page of your blog. This allows you to display an
entry as your front page.
â?¡ The summarize_entries parameter specifies whether
entries are summarized in tag and archive pages.
â?¡ The uploader parameter defines the command that
uploads your blog to your website.

â?¢ English text used in core of Rassmalog can now be
easily translated for L10N/I18N/M17N without having to
edit the source code.

â?¢ A list of recent entries is now generated before the
archives in the navigation menu.

â?¢ Blog entry names and tags can now contain question
marks and other characters in URL syntax.

â?¢ Output is now correctly generated whenever the
associated source file (configuration, blog entriess)
changes.

â?¢ Descriptions of parameters in examples and templates
have been improved.

â?¢ Incorrect detection of absolute URLs in RSS feed
template has been fixed.

â?¢ Incorrect parsing of an anchor for the table of contents
has been fixed.

â?¢ The content of <code> and <tt> elements is now
preserved verbatim by the String#to_html method.

â?¢ Text that is indented in Textile (which is supposed to
be pre-formatted verbatim text) is no longer processed
as source code.

â?¢ The README and HISTORY documentation files have been
converted into blog entries. Youâ??re reading one of them
now!

Posted on Thu Dec 14 15:26:05 2006.
Tagged as rassmalog, history.

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