| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
| |
This makes it more clear that these files were downloaded from the
Replicant wordpress instance.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
| |
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>
|
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|