Commit graph

171 commits

Author SHA1 Message Date
323906de43 articles/pointer.md: update 2025-02-11 01:16:42 -03:00
fefe7e1ef3 articles/programming_language.md: add article links 2025-02-11 01:13:28 -03:00
0866564b4f s6.md: update 2025-02-11 00:31:37 -03:00
6df30842d7 cpp.md: update 2025-02-11 00:30:08 -03:00
3b0dd39e94 free_software.md: update 2025-02-11 00:29:53 -03:00
6775298dd4 bsd.md: update 2025-02-11 00:29:40 -03:00
11eb0e955a bsd.md: update 2025-02-10 18:35:12 -03:00
5c6bbfdeb1 bsd.md: update 2025-02-10 18:33:53 -03:00
e7d960e718 linux.md: update 2025-02-10 18:32:20 -03:00
4cfaee9bde linux.md: new article 2025-02-10 18:29:50 -03:00
5301ac8164 s6.md: new article 2025-02-10 18:29:34 -03:00
65db661824 systemd.md: update article link 2025-02-10 18:29:06 -03:00
a62610bfd2 bsd.md: add 386BSD info 2025-02-10 18:13:51 -03:00
f9c2fa55b0 pascal.md: update 2025-02-10 17:33:54 -03:00
1fe8f53497 bsd.md: update 2025-02-10 17:33:26 -03:00
2a84b239b5 update readme 2025-02-08 21:55:58 -03:00
cb69c5d301 rewrite articles urls, once again
change the html extension to md
2025-02-08 21:29:57 -03:00
02e5298b51 rewrite urls again
```
find articles -type f -name '*.md' -exec \
    perl -pi -e 's/\[([^]]+)\]\(articles\/([a-zA-Z0-9\/_.-]+)\)/\[\1\]\(\2\)/g' {} \;
```
2025-02-08 21:10:28 -03:00
4b17ce4782 rewrite articles urls
Probably I will never have a VPS so this wiki will live in a git
repository only. To make the article urls work properly so the
wiki can be browsed, I removed the leading `/`.

For the record, this is what I used (sed could have done the job too):
```
find articles -type f -name '*.md' -exec \
  perl -pi -e 's/\[([^]]+)\]\(\/([a-zA-Z0-9\/_.-]+)\)/\[\1\]\(\2\)/g' {} \;
````
2025-02-08 21:01:45 -03:00
fb50cd7f68 fix broken external url 2025-02-08 18:39:46 -03:00
f8869cb84e initial commit 2025-02-08 18:36:18 -03:00