This repository now lives in https://framagit.org/arkhi/spip-plugin-webmention.
(English | français)
This project aims to implement webmention in Spip.
This plugin offers the following.
- sending a webmention of type
repost-of
for each published item from a syndicated site; - a skeleton for the
repost-of
type; - a configuration backend within Spip to:
- filter feeds to repost;
- define custom values within the skeleton (name, URL, avatar);
- a debug mode to log requests and server responses.
- Download the zip file of this repository.
- Uncompress it in the “plugins” folder at the root of the spip website.
- Configure the plugin within the Spip backend (
?exec=configurer_webmention
).
- Clone this repository within the « plugins » folder of the Spip website :
git clone https://github.com/arkhi/spip-plugin-webmention webmention
- Configure the plugin within the Spip backend (
?exec=configurer_webmention
).
This project depends on libraries that implement webmentions and microformats.
Anyone is welcome to contribute!
The current working use‑case which started this project is as follow:
- Publish interesting content through Tiny Tiny RSS.
- Get the Tiny Tiny RSS published items feed within Spip.
- Display published articles from within the Spip based website.
This equals to a repost-of
webmention.
- Logo comes from https://indieweb.org/File:webmention-logo.svg.
- Thanks to the spipers of IRC for their assistance.