| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
The search page is based on the website/builders/replicant-blog.scm
page, and I started from there and tried to minimize the amount of
code added to avoid duplication between the two pages.
During that process, for some reasons my browser showed an old version
of the page, and so I kept removing code and didn't see when it
reverted to listing the articles.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
While the search could be implemented with things like Xapian which is
available in most GNU/Linux distributions, not only this could be a
lot of work, but it also makes the site not static anymore, which
increase the attack surface of the server that runs the search.
And finally it teach users the bad practice of relying on SAASS
(service as a software substitute) or equivalent instead of doing the
work themselves on their computers with the tools they want.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
| |
The new name reflects more the goal of this script.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The existing CommonMark file was moved in the place where the
html would be converted to CommonMark. When running 'make markdown',
this avoids silently having two similar files under different names in
the markdown directory.
Instead any modifications of the file would show up in git and could
be caught by humans more easily.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
|
|
|
| |
The guile patch was finally merged upstream in the commit
bc2c612b89d3c4e7ef017a417af25b50f92fccee ("SRFI-19: Add support for
ISO 8601 zones with a colon.").
Since the patch changed a bit since the initial version, I backported
the upstream commit.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
| |
Some people who are not blog post authors commented though so we'd
have to look at what to do with these. They can probably be archived
and displayed as well like a mailing list would be.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
| |
We now have a valid license for each of the articles.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
| |
This was broken from the start with the commit
d4c78bb24dcc052a318dc73da8fc734d372394b2 ("Add very primitive
tests.").
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
| |
The two authors (dllud and GNUtoo) already agreed to use this license.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Guile use ISO-8859-1 by default for ports. Since the markdown contain
some UTF-8 characters, the resulting HTML ended up with unknown
characters replaced by some '??'.
Converting some dashes or quotes to ASCII equivalent was done in
previous commits and was not a big issue, but some files also have
characters with accents, so keeping most of the UTF-8 characters as-is
and moving directly to UTF-8 is a better solution.
Some characters still don't work, and end up in some haunt build
errors (which is better than silent faillures like before). They all
have valid equivalents so they were replaced by their equivalents.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
| |
Without that fix, the order of the links.txt differs, and running
'make links.txt' often changes the order of the lines, making it
harder to review any changes.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
| |
Since the commit 24ba2134fae77c76af8ab5880e1b21b519ed5941 ("Add
generated markdown files."), we now have markdown files in git, so we
need to force their recreation with make -B.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
|
| |
Without this fix,
site/new-replicant-60-0004-release-and-replicant-11-status.html has:
"As for the details on what constitute a ???replaceable battery???,
[...]".
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
| |
For some reasons tags and licenses are moved in the metadata header,
so we need to add-in the changes to the generated markdown files.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
| |
This was broken in the commit 32c41425a104e2a309f78507e31c578efa0fe632
("convert.py: metadata: Convert prints to strings.").
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
| |
The get_metadata function was supposed to return text not print it.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
|
| |
Some generated markdown have em dashes, such as
2010_11_fdroid-a-free-software-alternative-to-google-market.md so like
with the commit e8885a941d90661a7bf45996a0ffcc1e4262d090 ("convert.py,
markdown: Fix en dash.") we also needs to convert them to minuses.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Some generated markdown have en dashes, and without this fix, it ends
up being displayed as '???' in the generated HTML files.
As an example with site/replicant--37c3.html we have:
Introduction to Replicant ??? December 28 10:00, Saal D
Converting the en dashes into minus fixed it.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 4ff9d384f766cee1d8e322b9f6b747161f55f85e
("convert.py, markdown: Fix trailing whitespaces.").
Without this revert, in site/replicant--37c3.html we see
'Location: G5, Hall 3, Level 0 DECT: 8652'
instead of:
Location: G5, Hall 3, Level 0
DECT: 8652
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
|
| |
Many lines have 2 spaces at the end.
An example is the 'Location: [G5, Hall 3, Level 0][4] ' line inside
the markdown/2023_12_replicant-37c3.md file.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some generated markdown have right single quotation marks, and without
this fix, it ends up being displayed as '???' in the generated HTML
files.
As an example with site/new-replicant-test-images-available.html we
have:
We are please to remind you that, as usual, Replicant is fully
free software and doesn???t include any proprietary firmwares.
Converting the right single quotation marks to apostrophes fixed it.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
| |
This was broken by the commit eb2d282a86f9a1895e091176f0c1fcf4df893fb0
("Move articles in wordpress/articles.").
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
| |
The haunt generated blog doesn't have the ability to comment directly
within the blog and for now having the ability to comment through the
mailing list is probably easier to implement.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
| |
The haunt generated blog doesn't have a specific 404 error file that
works with the twentyeleven CSS.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
|
|
|
| |
This CSS should be simplified, and starting to remove parts that are
not used or with marginal use makes sense.
People stuck on old Windows or Mac OS versions can probably use old
versions of free software browsers instead, or browser like K-Meleon
which look free software.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
| |
The files were verified to work fine with 'make build', and the
generated website seems to be the same than before (including with the
same conversion issues).
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|