Skip to content

Commit

Permalink
Add scheduling feature in CHANGES.txt
Browse files Browse the repository at this point in the history
- Add scheduling feature to `CHANGES.txt`
- Minor doc fix for schedule rule.
  • Loading branch information
punchagan committed Aug 27, 2013
1 parent a4d9826 commit 7656946
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ Features
* Separate slides.tmpl template so that non-bootstrap themes can support them.
* New ADDITIONAL_METADATA option to specify metadata to include in the new_post
command, alongside with the defaults (Issue #622)

* Schedule new posts automatically by specifying an iCal recursive rule as
SCHEDULE_RULE (Issue #602)

Bugfixes
--------

Expand Down
2 changes: 1 addition & 1 deletion docs/manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ For example, if you would like to schedule your posts to be on every
Monday, Wednesday and Friday at 7am, add the following
``SCHEDULE_RULE`` to your configuration ::

SCHEDULE_RULE = 'RRULE:FREQ=WEEKLY;BYDAY=MO,WE,FR;BYHOUR=7'
SCHEDULE_RULE = 'RRULE:FREQ=WEEKLY;BYDAY=MO,WE,FR;BYHOUR=7;BYMINUTE=0;BYSECOND=0'

For more details on how to specify a recurrence rule, look at the
`iCal specification <http://www.kanzaki.com/docs/ical/rrule.html>`_.
Expand Down

0 comments on commit 7656946

Please sign in to comment.