pandoc.py becomes pelidoc.py (official name)

This commit is contained in:
Marien Fressinaud 2015-02-10 18:18:01 +01:00
parent 470dac824a
commit 8b7f6f56f9
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Pandoc Generator
# Pandoc Generator (Pelidoc)
A Pelican plugin to use Pandoc software.
@ -22,7 +22,7 @@ Then, put the plugin directory in your plugin directory. For instance, create a
```python
PLUGIN_PATHS = ['plugins']
PLUGINS = ['pandoc']
PLUGINS = ['Pelidoc']
```
Obviously, you'll have to adapt instructions if you already have installed some plugins.

View File

@ -1 +1 @@
from .pandoc import register
from .pelidoc import register

View File

@ -146,7 +146,7 @@ class PandocGenerator(Generator):
If PANDOC_EXPORT_PAGES is False, pages are not generated.
We don't use the writer passed as argument since we write our own
files (© PDF plugin :)).
files ((c) PDF plugin :)).
"""
contents_to_export = []