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 | |
|---|---|---|---|
| |
README.rdoc | Tue Jun 02 03:59:35 -0700 2009 | |
| |
Rakefile | Tue Jun 02 03:59:35 -0700 2009 | |
| |
future_publishing_extension.rb | Tue Jun 02 03:59:35 -0700 2009 | |
| |
lib/ | Sat Jun 06 04:21:15 -0700 2009 | |
| |
spec/ | Tue Jun 02 03:59:35 -0700 2009 |
README.rdoc
Future publishing
The future publishing extension makes it possible to publish a page at a certain time in the future.
Created by Benny Degezelle for www.belmodo.tv
Usage
Use the default published_at datetime_select controls to pick the date that you want to publish a page. If you haven’t done so allready, you will have to set a config option through the settings extension or console. Namely:
Radiant::Config['page.edit.published_date?'] = true
Warning:
In order for this extension to work properly, you will have to set the correct timezone in your environment.rb. Not doing so will probably result in bad Time comparing.. To do this, put this inside your Radiant::Initializer block:
config.time_zone = "Brussels"
You can run this rake task to find out your timezone:
rake time:zones:local







