diff --git a/README.md b/README.md index 38f0984..0241da9 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/__init__.py b/__init__.py index 67aef4a..48dc52a 100644 --- a/__init__.py +++ b/__init__.py @@ -1 +1 @@ -from .pandoc import register +from .pelidoc import register diff --git a/pandoc.py b/pelidoc.py similarity index 99% rename from pandoc.py rename to pelidoc.py index 9ea7192..dd56240 100644 --- a/pandoc.py +++ b/pelidoc.py @@ -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 = []