| 3 | | Description goes here |
|---|
| | 3 | Created by: Sean Cribbs, September 2007 |
|---|
| | 4 | |
|---|
| | 5 | The Scheduler extension creates publish and expiration dates (or |
|---|
| | 6 | appearance and disappearance) that are configurable by the content |
|---|
| | 7 | editor. These may be set in the "meta" area of the page editing |
|---|
| | 8 | screen, and include a calendar-style date picker, thanks to Dan Webb's |
|---|
| | 9 | wonderful LowPro library (and his date_selector behavior). These |
|---|
| | 10 | dates only affect what may be found from the 'live' site. All pages |
|---|
| | 11 | are accessible when in 'dev' or 'preview' mode. |
|---|
| | 12 | |
|---|
| | 13 | == Installation |
|---|
| | 14 | |
|---|
| | 15 | 1) Use Subversion to checkout or export the extension into |
|---|
| | 16 | vendor/extensions of your Radiant project. |
|---|
| | 17 | 2) Run 'rake production db:migrate:extensions radiant:extensions:scheduler:update' |
|---|
| | 18 | (substitute development if you are using that env) |
|---|
| | 19 | 3) (Re)start your server. |
|---|
| | 20 | 4) 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. |
|---|