Merge branch 'master' of github.com:ametaireau/pelican

This commit is contained in:
Alexis Metaireau 2011-01-19 16:23:37 +01:00
commit f081c3b41b
4 changed files with 49 additions and 13 deletions

View file

@ -127,3 +127,10 @@ And the french one::
Despite the text quality, you can see that only the slug is the same here.
You're not forced to define the slug that way, and it's completely possible to
have two translations with the same title (which defines the slug)
Autoreload
==========
It's possible to tell pelican to watch for your modifications, instead of
manually launching it each time you need. Use the `-r` option, or
`--autoreload`.