[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

[ANN] Rassmalog 11.0.0

Suraj Kurapati

5/2/2008 6:46: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 11.0.0


Contents

â?¢ Thanks
â?¢ Caution
â?¢ Improvements
â?¡ Usability
â?¢ Repairs

This release removes needless cruft (keep it simple!), adds
new plugins, adds support for Ruby 1.9.0, freshens the
default CSS theme, fixes translation files, and updates the
documentation.

1 Thanks

â?¢ Aggelos Orfanakos contributed fixes for the Greek
language translation file.

â?¢ Josef â??Juppâ?? Schugt suggested the Lazy Blogging
feature.

â?¢ Greg Weber suggested creating an official preview task
and contributed a HTML validation plugin (plugins/
validate.rb).

2 Caution

â?¢ Trailing dashes are now correctly removed from
generated file names (the result of String#
to_file_name). As a result, you may need to update
hyperlinks to blog entries generated with a previous
version of Rassmalog.

â?¢ The entire config/entry.erb template is no longer
rendered inside the RSS feed. Instead, only the text of
the entry (and a â??read moreâ? link, if necessary) are
rendered.

â?¢ The search page no longer has a JavaScript-based search
implementation. Instead, visitors are urged to use
their browserâ??s built-in search mechanism, which is far
superior to what is possible with JavaScript.

3 Improvements

â?¢ Added the plugins/new.rb plugin which provides a Rake
task for easily creating new blog entry source files.
See the documentation for more information.

â?¢ Added an official preview task which continuously
generates the blog while you write your blog entries.

â?¢ Added documentation about plugin usage, creating
mulitple RSS feeds, and the preview task to the user
guide.

3.1 Usability

â?¢ Added an â??all entriesâ? link (in between the older/newer
navigation links for a blog entry) which takes you to
the corresponding place in the list of all entries.
This allows users to access nearby entries without fear
of having to scroll through the gigantic â??all entriesâ?
list, just to return to where they were a few pages
ago!

â?¢ Enhanced the default CSS style by providing more visual
clues about the navigation menu, document structure,
and page layout.

4 Repairs

â?¢ Fixed several Ruby warnings and added support for Ruby
1.9.0
--
Posted via http://www.ruby-....

1 Answer

Suraj Kurapati

5/2/2008 2:08:00 PM

0

Hi,

Suraj Kurapati wrote:
>
> 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...
>
> �����������������������������������������������������������
>

I created a new (very small) release:

Version 11.0.1

This release fixes some XHTML validation issues.

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