Project

General

Profile

Wordpress » History » Version 7

Denis 'GNUtoo' Carikli, 04/29/2024 09:41 PM
Update akismet information.

1 1 Denis 'GNUtoo' Carikli
h1. Wordpress
2
3
h2. Plugins
4
5 7 Denis 'GNUtoo' Carikli
| Plugin                               | License | Free software directory review page or comments                                        |
6
| -Akismet Anti-spam: Spam Protection- | GPLv2+  | Disabled for privacy and technical reasons, see below.                                 |
7
| Companion Auto Update                |         |                                                                                        |
8
| Post Notification by Email           | GPLv2+  | "Post_Notification_by_Email":https://directory.fsf.org/wiki/Post_Notification_by_Email |
9 1 Denis 'GNUtoo' Carikli
10
Replicant also has a modified Post Notification by Email modified by Paul Kocialkowski from version Version 4.1.2 of Post Notification by Email.
11 7 Denis 'GNUtoo' Carikli
12
While the Akismet plugin is under the GPLv2 or later, it requires an API key and Replicant didn't have a valid API key anymore when I checked (April 2024). For additional safety I also disabled the plugin. At the time where I disabled the plugin, its version was "Version 5.3.2". I'm unsure what data it sends with or without an API key though. It's possible to find out by reading its source code though as it's relatively small.
13 3 Denis 'GNUtoo' Carikli
14
h2. Research on markdown with Wordpress.
15
16 6 Denis 'GNUtoo' Carikli
h2. Using markdown through Haunt.
17 3 Denis 'GNUtoo' Carikli
18
There is work in progress to migrate the Wordpress blog to a static website that uses markdown. 
19
20
Haunt is a good candidate for that and there was some work to try it out in the "contrib/GNUtoo/haunt-blog":https://git.replicant.us/contrib/GNUtoo/infrastructure/haunt-blog/ repository.
21
22
So until this work is finished, we can still use that work to work on blog posts with a markdown format and then convert that markdown to html suitable for Wordpress.
23
24 6 Denis 'GNUtoo' Carikli
To do that, you can follow the "README":https://git.replicant.us/contrib/GNUtoo/infrastructure/haunt-blog/tree/README of this project.