This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | Wed Aug 20 12:34:24 -0700 2008 | [sandra] |
| |
INSTALL | Wed Aug 20 12:34:24 -0700 2008 | [sandra] |
| |
LICENSE | Wed Aug 20 12:34:24 -0700 2008 | [sandra] |
| |
README | Wed Aug 20 12:34:24 -0700 2008 | [sandra] |
| |
Rakefile | Wed Aug 20 12:34:24 -0700 2008 | [sandra] |
| |
app/ | Wed Aug 20 12:34:24 -0700 2008 | [sandra] |
| |
config/ | Wed Aug 20 12:34:24 -0700 2008 | [sandra] |
| |
db/ | Wed Aug 20 12:34:24 -0700 2008 | [sandra] |
| |
delete_me | Wed Aug 20 09:29:28 -0700 2008 | [Josh Adams] |
| |
lib/ | Wed Aug 20 12:34:24 -0700 2008 | [sandra] |
| |
log/ | Wed Aug 20 12:34:24 -0700 2008 | [sandra] |
| |
public/ | Wed Aug 20 12:34:24 -0700 2008 | [sandra] |
| |
script/ | Wed Aug 20 12:34:24 -0700 2008 | [sandra] |
| |
spec/ | Wed Aug 20 12:34:24 -0700 2008 | [sandra] |
| |
stories/ | Wed Aug 20 12:34:24 -0700 2008 | [sandra] |
| |
test/ | Wed Aug 20 12:34:24 -0700 2008 | [sandra] |
| |
themes/ | Wed Aug 20 12:34:24 -0700 2008 | [sandra] |
| |
vendor/ | Wed Aug 20 12:34:24 -0700 2008 | [sandra] |
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 invalid.
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





