summaryrefslogtreecommitdiff
path: root/www/webby
AgeCommit message (Collapse)AuthorFilesLines
2010-09-13* Add CONFLICTS a pattern matches previous package nametaca1-2/+2
without "${RUBY_PKGPREFIX}-".
2010-09-10Update www/webby to 0.9.4.taca3-68/+237
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Correct spelling of CATEGORIES. * Add LICENSE. * Remove default value of GEM_BUILD. * Ajust new ruby package's framework. * Add CONFLICTS since it will install the same name commands both ruby18 and ruby19 based packages. == 0.9.4 / 2009-04-05 * 6 minor enhancements - Added a Maruku filter (thanks to Martyn Loughran) - Updated to version 0.8.0 of Blueprint css - Better handling of errors generated by filters - Modified how the editor is spawned when creating pages - URLs for index pages now have a trailing slash - Configuration options now have nice descriptions webby --options * 7 bug fixes - Fixed haml & sass option handling [Alex Brem] - Work around for a parsing bug in the rdiscount gem (markdown handling) - Editor launching now handles switches passed to the editor - When a page fails to render, it no longer writes an empty file to the output folder (thereby overwriting the last good page) - Pagination bug - Presentation slides were not being found when headers had attributes - The blog template now has all the CSS files == 0.9.3 / 2008-10-08 * 4 minor enhancements - Added a "wikiwords" filter to process [[text]] as links to other pages (thanks to Paul) - Added colorization to the output text (facets gem required) - Replaced the Heel webserver with webrick - Special windows version with windows line endings in generated files * 2 bug fixes - Fixed a bug on Windows where line endings were messing with meta-data - The paginator was not linking correctly back to the first page from subsequent pages in a list == 0.9.2 / 2008-09-11 * 1 bug fix - Layouts were not being found if more than one layout was in a directory in the layouts folder == 0.9.1 / 2008-09-10 * 1 major enhancement - multiple output files can be generated from a single page * 2 minor enhancements - simplified the handling of meta-data at the top of files - pagination now honors the "page per directory" flag * 2 bug fixes - filename extensions were not being preserved when creating a new page - webby now works properly with rake 0.8.2 == 0.9.0 / 2008-08-25 * 2 major enhancements - The "rake" command line tool has been replaced by the "webby" command line tool for day to day site tasks - Now using the "rdiscount" gem for markdown syntax * 4 minor enhancements - Layouts can exist in subdirectories of the layouts folder - Addition of a "tumblog" template - Addition of a sitemap file (Ana Nelson) - Updated to version 6.4.2 of ImageMagick for tex2img conversions * 5 bug fixes - Better error message when an unkonwn filter is given - Table of contents generation bug - Failing to clean out the "content_for" cache when doing a multi-page render - Explicitly loading the RedCloth gem - Handling exceptions from system calls on the Windows platform == 0.8.4 / 2008-06-03 * 1 minor improvement - Global defaults for HAML and SASS [Dag Odenhall] * 1 bug fix - Added the blog templates to the package == 0.8.3 / 2008-06-02 * 2 major enhancements - Added blogging support - Added S5 slide presentation support * 6 minor enhancements - Changed the arguments to the DB#find method - Added locals support for page templates - Updated atom feed generation template - Partials now support local variables when rendering - Can guard rendering results from processing by subsequent filters (useful when rendering partials or embedding other pages) - Support for "content_for" style captures [M@ McCray] * 5 bug fixes - Fixed reference to an non-existent Error class - Basepath filter now handles XML files properly - Removed the "--delete" flag from the rsync options [Denis Defreyne] - Fixed a nil cursor bug in the rendering filter stack - Recursive find now works from the root content folder (bug 20281)
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-41/+1
2008-04-04Initial import of webby-0.8.2 as www/webby.jlam4-0/+183
Webby is a static website generator tool. Rake tasks are used to convert erb, textile, markdown, etc. formatted files into HTML suitable for publication to a web server.