aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove fix-dates.sh manual process.Denis 'GNUtoo' Carikli2025-06-151-0/+8
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Makefile: fix help.Denis 'GNUtoo' Carikli2025-06-151-1/+1
| | | | | | | | | | | | Since the markdown target depends on the html target and that it is mentioned in the README, it's a good idea to mention it in the Makefile help as well. This was broken since the commit dac22e627f3c716201556537849743387464c73d ("Initial import") which is also the very first commit. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* convert.py: remove non-determinism.Denis 'GNUtoo' Carikli2025-06-151-5/+4
| | | | | | | | | | | Introducing non-deterministic code paths in the conversion is a bad idea because we want the new blog to be as close as possible. And so if humans verify that the old and new website are similar, to be effective, the verification need to be done on top of a deterministic process. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Makefile: CONVERT: Add python-sh.Denis 'GNUtoo' Carikli2025-06-151-1/+5
| | | | | | | | | | | | | | If we run the command mentionned in CONVERT we end up with the following error: $ guix shell -C \ python python-beautifulsoup4 python-html2text \ -- python3 convert.py Traceback (most recent call last): File "[...]/haunt-blog/convert.py", line 34, in <module> import sh ModuleNotFoundError: No module named 'sh' Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Move articles in wordpress/articles.Denis 'GNUtoo' Carikli2024-02-281-7/+12
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Move downloaded html file in their own directory.Denis 'GNUtoo' Carikli2024-02-281-10/+13
| | | | | | | This makes it more clear that these files were downloaded from the Replicant wordpress instance. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Add forgetten page.Denis 'GNUtoo' Carikli2024-02-281-0/+1
| | | | | | | | There are actually 8 pages as https://blog.replicant.us/page/8/ has an "Introducing Replicant" article. It also has a link for "Newer posts" but no link for "Older posts". Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Initial importDenis 'GNUtoo' Carikli2023-12-311-0/+108
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>