No description
Find a file
tocariimaa 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
articles rewrite urls again 2025-02-08 21:10:28 -03:00
README.md initial commit 2025-02-08 18:36:18 -03:00

wiki

This is the main location of this wiki, until I get some proper hosting.

Main page is here.

Everything on this wiki is released to the public domain (CC0 1.0 license).