1
0
Fork 0
forked from github/pelican

Add a list of plugins to the docs. Closes #493.

This commit is contained in:
Justin Mayer 2012-09-11 06:50:33 -07:00
commit 161f60e569
3 changed files with 93 additions and 30 deletions

View file

@ -4,13 +4,14 @@ from pelican import signals
License plugin for Pelican
==========================
Simply add license variable in article's context, which contain
the license text.
This plugin allows you to define a LICENSE setting and adds the contents of that
license variable to the article's context, making that variable available to use
from within your theme's templates.
Settings:
---------
Add LICENSE to your settings file to define default license.
Define LICENSE in your settings file with the contents of your default license.
"""