bd0e4956b8
articles/programming_language.md: update article
2025-03-04 18:14:09 -03:00
e8ee16c26e
articles/programming_language.md: proper capitalization for title
2025-03-04 18:07:21 -03:00
c9a068f430
articles/programming_language.md: update
2025-02-18 13:03:59 -03:00
0c95c0b596
articles/programming_language.md: update
2025-02-16 14:49:25 -03:00
9943c12580
articles/programming_language.md: update
2025-02-13 14:50:14 -03:00
be631d5e70
articles/programming_language.md: update
2025-02-13 14:13:25 -03:00
1165beca48
articles/programming_language.md: mention awk
2025-02-11 14:22:29 -03:00
6d5e4b8605
articles/programming_language.md: update
2025-02-11 01:21:10 -03:00
fefe7e1ef3
articles/programming_language.md: add article links
2025-02-11 01:13:28 -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
f8869cb84e
initial commit
2025-02-08 18:36:18 -03:00