aboutsummaryrefslogtreecommitdiffstats
path: root/links.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use from WordPress.Denis 'GNUtoo' Carikli2025-06-151-1/+2
| | | | | | | Some links had to be adjusted manually in WordPress before publishing it, probably due to some linebreak that broke markdown links. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Use first_online_replicant_meeting from Wordpress.Denis 'GNUtoo' Carikli2025-06-151-0/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* 37c3/FOSDEM 2024: Add Wordpress link, move CommonMark file.Denis 'GNUtoo' Carikli2025-06-151-0/+1
| | | | | | | | | | | | 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>
* Makefile, links.txt: sort links to make it more reproducible.Denis 'GNUtoo' Carikli2025-06-151-60/+60
| | | | | | | | 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>
* Add in links.txt.Denis 'GNUtoo' Carikli2024-02-281-0/+71
Since a human is supposed to review that file manually, it's a good idea to add the file directly in git because without that the review work will not be able to be reused by other people. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>