| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I took the occasion of adding our views on NLnet funding as this is
probably something that not a lot of people see from the outside.
In order to increase the impact of signing the petition, I also wanted
to add some background about the strategic importance of the work
NLnet is doing and put that in a broader historic context, whose
impact go beyond the free software movement.
However it took some time as I had some difficulties writing the end
of the text in a way that didn't require too much political knowledge,
that was not tied to a specific set of countries (even in the European
Union, some of the member countries have very different histories) and
that also worked accross a wide set of political affiliations.
In addition due to various issues from all the people involved (me
included), the back and forth between reviews and new versions of the
text also took some time.
Thanks a lot to to Joonas Kylmälä for the review of the markdown file.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
| |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
| |
Thanks a lot to the person who spoted the mistake.
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>
|
| |
|
|
| |
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>
|
| |
|
|
|
|
| |
The two authors (dllud and GNUtoo) already agreed to use this license.
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>
|
| |
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
| |
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>
|
| |
|
|
| |
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>
|
| |
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
|
| |
The mardown was converted to HTML with 'make build' and then published
on WordPress by copy-pasting the content generated with
haunthtml2wordpress.py.
The publication created a date in the WordPress HTML file that I
re-imported into the markdown.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
| |
The modifications were written by dllud from suggestion made by
Tiberiu.
GNUtoo: commit message.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since me and dllud planned to work together on this report, it was
easier to do it in markdown in a git repository than finding a way to
do that through Wordpress directly.
The method to integrate that markdown document back in wordpress has
been described in the Replicant infrastructure wiki here:
https://redmine.replicant.us/projects/replicant-infrastructure/wiki/Wordpress
Co-developed-by: dllud <dllud@riseup.net>
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>
|