diff --git a/lrs_wiki.md b/lrs_wiki.md index e214f56..e87d904 100644 --- a/lrs_wiki.md +++ b/lrs_wiki.md @@ -4,4 +4,11 @@ LRS wiki, also Less Retarded Wiki, is a [public domain](public_domain.md) [encyc LRS wiki was started by [drummyfish](drummyfish.md) on November 3 2021 as a way of recording and spreading his views and findings about technology, as well as for creating a completely public domain educational resource and account of current society for future generations. -The wiki is similar to other wikis, for example in its topics and technical aspects it is similar to the earliest (plain HTML) versions of [Wikipedia](wikipedia.md), [wikiwikiweb](wikiwikiweb.md) (by which it was partly inspired) and [permacomputing wiki](permacomputing_wiki.md) (which in turn seems to have been secretly inspired by it). In tone and political incorrectness it is similar to [Encyclopedia Dramatica](dramatica.md). \ No newline at end of file +The wiki is similar to other wikis, for example in its topics and technical aspects it is similar to the earliest (plain HTML) versions of [Wikipedia](wikipedia.md), [wikiwikiweb](wikiwikiweb.md) (by which it was partly inspired) and [permacomputing wiki](permacomputing_wiki.md) (which in turn seems to have been secretly inspired by it). In tone and political incorrectness it is similar to [Encyclopedia Dramatica](dramatica.md). + +## See Also + +- [LRS wiki stats](wiki_stats.md) +- [LRS wiki style guide](wiki_style.md) +- [LRS](lrs.md) +- [less retarded society](less_retarded_society.md) \ No newline at end of file diff --git a/main.md b/main.md index cc5a5e3..df9c264 100644 --- a/main.md +++ b/main.md @@ -4,6 +4,8 @@ Welcome to [Less Retarded Wiki](lrs_wiki.md), an [encyclopedia](encyclopedia.md) only I can edit. But you can [fork](fork.md) it, it is [public domain](public_domain.md) under [CC0](cc0.md) (see [wiki rights](wiki_rights.md)) :) Holy [shit](shit.md), I'm gonna get [cancelled](cancel_culture.md) hard as soon as [SJWs](sjw.md) find out about this (once this happens, read the [wiki post mortem](wiki_post_mortem.md)). Until then, let's enjoy the ride. THERE IS NO [MODERATION](moderation.md), I can do whatever I want here lol. I love this. INB4 "[hate speech](hate_speech.md)" website { [LMAO](lmao.md) [codeberg](codeberg.md) and [Gitlab](gitlab.md) have already banned us :D [Wikipedia](wikipedia.md)/WM Commons also now banned me globally for "opinions expressed on my website". ~drummyfish } CONGRATULATIONS, you have discovered the one true, undistorted and unbiased view of the world -- this is not a [joke](jokes.md), this wiki contains pure [truth](truth.md) and the solution to most of the issues that plague our current society. Do you have what it takes to [unretard](unretard.md) yourself? We wish you a nice journey :) +{ This wiki is now also on [gopher](gopher.md), see my gopherhole (unless it's down again). ~drummyfish } + { We have reached 2^9 articles, yay! Yeah, some are just empty, but it's nice. ~drummyfish } DISCLAIMER: All opinions expressed here are facts. I agree with myself 100%. diff --git a/make_html.sh b/make_html.sh index 39d49c8..dd31f5d 100755 --- a/make_html.sh +++ b/make_html.sh @@ -2,6 +2,9 @@ # Creates HTML version of the wiki. echo "making HTML" + +./make_stats.sh + rm -rf html mkdir html @@ -10,7 +13,7 @@ cp report.html html DATE=`date +"%D"` FILECOUNT=`ls *.md | wc -l` FILELIST="filelist.html" -HEADER="LRS Wiki

less_retarded_wiki

main page, file list ($FILECOUNT), source, report, wiki last updated on $DATE
" +HEADER="LRS Wiki

less_retarded_wiki

main page, file list ($FILECOUNT), source, report, stats, wiki last updated on $DATE
" FOOTER="

All content available under CC0 1.0 (public domain). Send comments and corrections to drummyfish at disroot dot org.

" echo "$HEADER