pandoc.py becomes pelidoc.py (official name)
This commit is contained in:
parent
470dac824a
commit
8b7f6f56f9
@ -1,4 +1,4 @@
|
|||||||
# Pandoc Generator
|
# Pandoc Generator (Pelidoc)
|
||||||
|
|
||||||
A Pelican plugin to use Pandoc software.
|
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
|
```python
|
||||||
PLUGIN_PATHS = ['plugins']
|
PLUGIN_PATHS = ['plugins']
|
||||||
PLUGINS = ['pandoc']
|
PLUGINS = ['Pelidoc']
|
||||||
```
|
```
|
||||||
|
|
||||||
Obviously, you'll have to adapt instructions if you already have installed some plugins.
|
Obviously, you'll have to adapt instructions if you already have installed some plugins.
|
||||||
|
@ -1 +1 @@
|
|||||||
from .pandoc import register
|
from .pelidoc import register
|
||||||
|
@ -146,7 +146,7 @@ class PandocGenerator(Generator):
|
|||||||
If PANDOC_EXPORT_PAGES is False, pages are not generated.
|
If PANDOC_EXPORT_PAGES is False, pages are not generated.
|
||||||
|
|
||||||
We don't use the writer passed as argument since we write our own
|
We don't use the writer passed as argument since we write our own
|
||||||
files (© PDF plugin :)).
|
files ((c) PDF plugin :)).
|
||||||
|
|
||||||
"""
|
"""
|
||||||
contents_to_export = []
|
contents_to_export = []
|
Loading…
Reference in New Issue
Block a user