Skip to main content

Pelican plugin to export articles to other platforms.

Project description

pelican-export

pelican-export is a plugin into pelican that handles exporting of posts from pelican to other formats. Currently the following formats are supported:

  • Wordpress

Installation

pelican-export requires python3.7 or above.

pip install pelican-export

Usage

As with any pelican plugin, the plugin should be included in the PLUGINS global variable in your pelicanconf.py. In addition, you should configure the exporter using the configure_exporter method exposed. Here's an example with WordPress:

# declare the plugin for pelican
PLUGINS = ["pelican-export"]

# configure the pelican_export itself
from pelican_export import configure_exporter

configure_exporter(export_type="wordpress", export_configuration={
    "url": "http://example.com/xmlrpc.php", 
    "username": "foo", 
    "password": "bar",
})

Authoring an Exporter

See the exporter for the interface, and the initialization code for how to integrate it as an option.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pelican-export-0.1.2.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

pelican_export-0.1.2-py2.py3-none-any.whl (14.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page