aboutsummaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* markdown: Add blog post about the first online Replicant meeting.Denis 'GNUtoo' Carikli2025-06-151-4/+6
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Add very primitive tests.Denis 'GNUtoo' Carikli2025-06-151-0/+2
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Automatize haunthtml2wordpress.py.Denis 'GNUtoo' Carikli2025-06-151-4/+3
| | | | | | | | Without that, on another computer with Parabola, we end up with a </div> line being printed at the end. So we need a more reliable process and this is done by using guix shell with a fixed revision. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* README: fix typo in wordpress import section.Denis 'GNUtoo' Carikli2025-06-151-1/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* README: Add information about dependencies.Denis 'GNUtoo' Carikli2025-06-151-0/+6
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Add script to easily publish haunt HTML files in WordPress.Denis 'GNUtoo' Carikli2025-06-151-0/+19
| | | | | | | | | | | | | | | | | | | There is still many things to do before we could replace the WordPress blog with Haunt. For instance we didn't import the WordPress comments yet, and viewers also don't have any way of commenting. We also need to add a Replicant logo, and probably improve a bit the code and documentation. Because of all that, and also because working directly on markdown files with git makes the work faster, easier, and easier to review, having a way to add back markdown files inside WordPress is a good idea. Some markdown plugins for WordPress do exist but it was probably faster to write some scripts to generate HTML that WordPress can accept than reviewing these plugins for licensing and suitability. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Remove fix-dates.sh manual process.Denis 'GNUtoo' Carikli2025-06-151-10/+0
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Move articles in wordpress/articles.Denis 'GNUtoo' Carikli2024-02-281-2/+2
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Initial importDenis 'GNUtoo' Carikli2023-12-311-0/+47
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>