Changeset 510

Show
Ignore:
Timestamp:
10/01/07 15:38:10 (1 year ago)
Author:
seancribbs
Message:

Update Scheduler README.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/extensions/scheduler/README

    r509 r510  
    11= Scheduler 
    22 
    3 Description goes here 
     3Created by: Sean Cribbs, September 2007 
     4 
     5The Scheduler extension creates publish and expiration dates (or 
     6appearance and disappearance) that are configurable by the content 
     7editor.  These may be set in the "meta" area of the page editing 
     8screen, and include a calendar-style date picker, thanks to Dan Webb's 
     9wonderful LowPro library (and his date_selector behavior).  These 
     10dates only affect what may be found from the 'live' site.  All pages 
     11are accessible when in 'dev' or 'preview' mode. 
     12 
     13== Installation 
     14 
     151) Use Subversion to checkout or export the extension into 
     16   vendor/extensions of your Radiant project. 
     172) Run 'rake production db:migrate:extensions radiant:extensions:scheduler:update'  
     18   (substitute development if you are using that env) 
     193) (Re)start your server. 
     204) If you want to run the extension tests, make sure to run  
     21   'rake db:test:prepare' before you begin. 
     22 
     23== TODO 
     24* Make finding/iterating of children respect publish and expiration dates on  
     25  live site.