summaryrefslogtreecommitdiff
path: root/www/thoth
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-26/+1
2008-04-21Update patch checksumjlam1-2/+2
2008-04-21Update www/thoth to version 0.1.4. Changes from version 0.1.3 include:jlam3-9/+9
* Fixed a nasty bug introduced in 0.1.3 that caused a memory leak and resulted in the index page (/) not being cached properly.
2008-04-14Update www/thoth to 0.1.3. Changes from version 0.1.2 include:jlam3-7/+38
* When creating or editing a blog post or page, the preview is displayed above the edit form rather than below it. * Spaces in blog post URLs are replaced with - rather than _ (this change will only affect new posts; existing post URLs will not be changed). * Blog posts provide Atom feeds for recent comments. * Tag pages provide Atom feeds for posts with that tag. * Blog posts are marked up using the hAtom microformat. * Thoth auto-generates an XML sitemap at http://yourblog.com/sitemap (set site.enable_sitemap to false to disable). * Comment URLs are built using the name of the post the comment is attached to rather than the id. * Fixed a bug that prevented Atom and RSS feeds from being cached when server-side caching was enabled. * Fixed entry titles in Atom feeds claiming to be type="html" when in fact they weren't. * Fixed a bug that sometimes caused flash messages to be cached with the output of an action and re-displayed until the cached action expired.
2008-04-13+ Remove databases/ruby-sequel-model -- it has been merged intojlam1-4/+4
databases/ruby-sequel as of version 1.4.0. + Update dependencies for www/thoth and www/merb-sequel to reflect removal of ruby-sequel-model -- use ruby-sequel instead. Bump the PKGREVISION for these two packages.
2008-04-04Initial import of thoth-0.1.2 as www/thoth.jlam4-0/+145
Thoth is a blog engine written in Ruby and based on Ramaze and Sequel. Its simple, elegant architecture, minimalist featureset, and extensible codebase make it both fast and easy to customize.