Skip to main content

Pelican plugin implementing Linkback protocols, on the linking server side

Project description

Pull Requests Welcome build status Pypi latest version License: AGPL v3

Pelican plugin implementing Linkback protocols, on the linking server side. More information in this blog article.

Protocols currently implemented:

❌ Refback: won't be implemented because it requires to retrieve the HTTP Referer header, which cannot be done by Pelican, a static blog engine

❌ TalkBack: won't be implemented because it did not gain enough popularity / traction since its birth in 2011

❌ Trackback (protocol spec): won't be implemented because it does not seem widely used, and requires to parse embedded RDF documents (enclosed in HTML comments as a fallback), which seems a poor design in an era of HTML5 / RDFa

Do not hesitate to suggest other protocols, or report your experience with this plugin, by submitting an issue.

What are linkbacks?

A linkback is a method for Web authors to obtain notifications when other authors link to one of their documents. This enables authors to keep track of who is linking to, or referring to, their articles. The four methods (Refback, Trackback, Pingback and Webmention) differ in how they accomplish this task.

I invite you to read this Wikipedia page for more information & links: Linkback

What does this plugin do?

For every hyperlink in your articles, this plugin will notify their hosting websites (just those supporting a Linkback protocol) of those references.

This plugin does not perform inclusion of Linkbacks in your articles / as comments, for every website referencing your content following a Linkback protocol, because this cannot be performed by a static website generator like Pelican.

When you enable this plugin the first time, it will process all the hyperlinks of your existing articles. It will do it only once, and then create a cache file to avoid processing those links next time. Still, because the publish step will be longer than usual the first time you enable this plugin, I recommend to use pelican -D flag to get debug logs, and hence follow the plugin progress.

Installation / setup instructions

To enable this plugin:

  1. Install the package from Pypi: pip install pelican-plugin-linkbacks
  2. Add the plugin to your publishconf.py:
PLUGINS = [..., 'linkbacks']

Cache

In order to avoid the repetitive CPU / bandwidth cost of repeatedly performing links parsing & linkback notifications, this hook only proceed to do so once, the first time an article is published.

In order to do so, it uses a very simple and small cache that contains the list of all hyperlinks already parsed, per article slug.

To remove a blog entry from cache, in order for the plugin to retry sending a linkback:

jq "del(.['$slug'])" pelican-plugin-linkbacks.json | sponge pelican-plugin-linkbacks.json

Configuration

Available options:

  • LINKBACKS_CACHEPATH (optional, default: $CACHE_PATH/pelican-plugin-linkbacks.json, where $CACHE_PATH is a Pelican setting) : the path to the JSON file containg this plugin cache (a list of URLs already processed).
  • LINKBACKS_USERAGENT (optional, default: pelican-plugin-linkbacks) : the User-Agent HTTP header to use while sending notifications.
  • LINKBACKS_CERT_VERIFY (optional, default: False) : enforce HTTPS certificates verification when sending linkbacks
  • LINKBACKS_REQUEST_TIMEOUT (optional, in seconds, default: 3) : time in seconds allowed for each HTTP linkback request before abandon

Manual execution

The linkbacks.py module can be used as script to test this plugin behavior:

export SITEURL=...
python path/to/pelican/plugins/linkbacks/linkbacks.py $pelican_generated_html_file

Optionally the colorama package can be installed to get colored logs in the output.

Contributing

Contributions are welcome and much appreciated. Every little bit helps. You can contribute by improving the documentation, adding missing features, and fixing bugs. You can also help out by reviewing and commenting on existing issues.

To start contributing to this plugin, review the Contributing to Pelican documentation, beginning with the Contributing Code section.

Releasing a new version

With a valid configuration in ~/.config/pypoetry/:

  1. update CHANGELOG.md
  2. bump version in pyproject.toml
  3. poetry build && poetry publish
  4. perform a release on GitGub, including the description added to CHANGELOG.md

Linter & tests

To execute them:

pylint pelican/plugins/linkbacks/
pytest

Integration tests

You'll find some advices & resources on indieweb.org: pingback page, webmention page.

For WebMentions specifically, the webmention.io service can be useful.

For Pingbacks, I used for my tests a Wordpress instance launched with Docker:

docker run --rm -p 80:80 -e WORDPRESS_DB_HOST=host.docker.internal -e WORDPRESS_DB_USER=... -e WORDPRESS_DB_PASSWORD=... wordpress

From my experience, you'll also have to:

  • configure a local MySQL database to accept connections from $WORDPRESS_DB_USER:$WORDPRESS_DB_PASSWORD
  • configure the xmlrpc_pingback_error Wordpress filter to be passthrough, to get useful error messages
  • configure the http_request_host_is_external Wordpress filter to always return true, so that it won't reject host.docker.internal links

Wordpress client source code related to XML-RPC pingbacks can be found there:

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_plugin_linkbacks-1.0.6.tar.gz (25.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pelican_plugin_linkbacks-1.0.6-py3-none-any.whl (25.3 kB view details)

Uploaded Python 3

File details

Details for the file pelican_plugin_linkbacks-1.0.6.tar.gz.

File metadata

  • Download URL: pelican_plugin_linkbacks-1.0.6.tar.gz
  • Upload date:
  • Size: 25.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.10.12 Linux/6.6.87.2-microsoft-standard-WSL2

File hashes

Hashes for pelican_plugin_linkbacks-1.0.6.tar.gz
Algorithm Hash digest
SHA256 9c2622edf594fc74c1aeb0eb4c8c02ff7285eee6124ea0702a9a963c68ad41fa
MD5 c076aaeaa24203cd4cb28e7174e29497
BLAKE2b-256 05293905177bfea596e7575a2b1c723f76dbe2753877e8819dab52e0cabec071

See more details on using hashes here.

File details

Details for the file pelican_plugin_linkbacks-1.0.6-py3-none-any.whl.

File metadata

  • Download URL: pelican_plugin_linkbacks-1.0.6-py3-none-any.whl
  • Upload date:
  • Size: 25.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.10.12 Linux/6.6.87.2-microsoft-standard-WSL2

File hashes

Hashes for pelican_plugin_linkbacks-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 4e0c47fb49ea9d1e1026aaf68f8e5f09c96fcc01ead350bb22ee3dc81de32af7
MD5 812a9248752bbc7f8a18c096c13653a7
BLAKE2b-256 12d97f898261d19d0f7401ca0df6fccb8c9851e7d70a3249ad1f1cc2afccaa15

See more details on using hashes here.

Supported by

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