Zenweb 3.5.0 Released

zenweb version 3.5.0 has been released!

Zenweb is a set of classes/tools for organizing and formating a
website. It is website oriented rather than webpage oriented, unlike
most rendering tools. It is content oriented, rather than style
oriented, unlike most rendering tools. It uses a rubygems plugin
system to provide a very flexible, and powerful system.

Zenweb 3 was inspired by jekyll. The filesystem layout is similar to
jekyll’s layout, but zenweb isn’t focused on blogs. It can do any sort
of website just fine.

Zenweb uses rake to handle dependencies. As a result, scanning a
website and regenerating incrementally is not just possible, it is
blazingly fast.

Changes:

3.5.0 / 2014-06-17

  • 3 minor enhancements:

    • Added Page#no_index?
    • Markdown’s sitemap excludes any #no_index? page.
    • Page#all_subpages excludes #no_index? pages.