A Fidus Writer plugin to integrate with an emaillist using PHPList.
Project description
FidusWriter-PHPList
FidusWriter-PHPList is a Fidus writer plugin to connect a Fidus Writer instance with an email list using PHPList. It allows users signing up on the Fidus Writer instance to also sign up for the email list.
Installation
-
Install PHPList 3.X if you haven't done so already. Install Fidus Writer with the command:
pip install fiduswriter[phplist]
-
Create an email list within PHPList if you don't have one already. Take note of the list ID.
-
Within PHPList, install the REST API plugin.
-
Setup an admin user with access rights to manage subscriber lists within PHPList.
-
Add "phplist" to your INSTALLED_APPS setting in the configuration.py file like this::
INSTALLED_APPS += ( ... 'phplist', )
-
Add these settings to configuration.py::
PHPLIST_BASE_URL # The URL of your PHPList installation PHPLIST_LOGIN # The PHPList user's username created in step 4 PHPLIST_PASSWORD # The PHPList user's password created in step 4 PHPLIST_SECRET (optional) # If you have set an obligatory secret within the PHPLIst REST API, set it here as well. PHPLIST_LIST_ID # The email list id found in step 2.
-
(Re)start your Fidus Writer server.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fiduswriter-phplist-3.11.5.tar.gz
.
File metadata
- Download URL: fiduswriter-phplist-3.11.5.tar.gz
- Upload date:
- Size: 22.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.6.1 requests/2.24.0 setuptools/65.6.3 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2124a77f54f458886c505a852e49c3255c4d5c520257f78cc5d8f3ec746ee1f4 |
|
MD5 | e2022e2be5b7e151c8c8ab898a3c9cea |
|
BLAKE2b-256 | 94dffc02a77c3e4456617e52f8d7d182c8c59c1ea4576812f34017218d62e9e9 |
File details
Details for the file fiduswriter_phplist-3.11.5-py3-none-any.whl
.
File metadata
- Download URL: fiduswriter_phplist-3.11.5-py3-none-any.whl
- Upload date:
- Size: 28.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.6.1 requests/2.24.0 setuptools/65.6.3 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | faf64d647024d384a570609c6a51dca8d88c0d35f1b5d54c1e44db17bbf6433b |
|
MD5 | 414b90e4aef266bb1add71a3a6aec458 |
|
BLAKE2b-256 | 48f71d629715bea233986ec38f1a2d95e2008a8a2a8d5463ad12de690932b883 |