public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
technoweenie (author)
Sun Sep 24 23:13:33 -0700 2006
commit  c7ab20fea87d25476c02707fbc01e51c98a23c65
tree    cd9c8dab72d07f0ca1ebc17a2fec6a801e0dca13
parent  48a8d52db2d7551ace365f251f28ec7624bc8b0e
name age message
file CHANGELOG Sun Sep 24 22:21:58 -0700 2006 add linking to article from comment [technoweenie]
file INSTALL Wed Jun 14 22:28:29 -0700 2006 Added brief install instructions [Caged]
file README Sat Aug 12 11:48:39 -0700 2006 add readme and mephiso project [technoweenie]
file Rakefile Wed Dec 28 17:56:16 -0800 2005 initial import [technoweenie]
directory app/ Sun Sep 24 23:13:33 -0700 2006 test that posting a comment clears the comment ... [technoweenie]
directory config/ Sun Sep 17 14:32:07 -0700 2006 restructure liquid drops/filters [technoweenie]
directory db/ Sun Sep 24 22:14:55 -0700 2006 cache title/permalink/published_at fields in co... [technoweenie]
directory lib/ Sun Sep 24 22:14:55 -0700 2006 cache title/permalink/published_at fields in co... [technoweenie]
directory public/ Sun Sep 24 19:15:05 -0700 2006 add theme toolbox [technoweenie]
directory script/ Wed Dec 28 17:56:16 -0800 2005 initial import [technoweenie]
directory test/ Sun Sep 24 23:13:33 -0700 2006 test that posting a comment clears the comment ... [technoweenie]
directory themes/ Sun Sep 17 23:44:55 -0700 2006 update default theme with archive stuff [technoweenie]
directory vendor/ Sun Sep 24 21:50:10 -0700 2006 add white list protection for comments [technoweenie]
README
= Installation

See public/install.html for setup instructions.

= Timezones

You MUST export the environment variable TZ=UTC, or else the article dates
and times will be fubar.

This would not be needed if rails used UTC for everything, but
unfortunately it doesn't... eg: action_view/helpers/date_helper.rb uses
Time::now instead of Timer::now.utc, and Time::mktime instead of
Time::utc.

XXX oh, we can't depend on the rails helpers at all, because they don't
    translate the time from UTC (assuming the TZ env var is correctly
    set) to site time, you've to roll our own, or monkey patch rails :/

= License

Mephisto is distributed under the same license as Ruby on Rails. See
http://www.opensource.org/licenses/mit-license.php