diff --git a/add_git_remotes.sh b/add_git_remotes.sh new file mode 100755 index 0000000..5235d5b --- /dev/null +++ b/add_git_remotes.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +# Adds mirror remotes to a git repot, expects one parameter: the repo name. + +echo $1 + +git remote | xargs -n1 git remote remove # delete all remotes + +git remote add origin https://git.coom.tech/drummyfish/less_retarded_wiki.git/$1.git + +git remote set-url --add --push origin https://git.coom.tech/drummyfish/$1.git +git remote set-url --add --push origin ssh://tastyfish@192.168.0.106:/home/tastyfish/git/$1 +git remote set-url --add --push origin https://git.thisisjoes.site/drummyfish/$1.git + +git remote -v + +git push --set-upstream origin master diff --git a/how_to.md b/how_to.md index e2bd687..31cb031 100644 --- a/how_to.md +++ b/how_to.md @@ -12,6 +12,26 @@ Firstly let us welcome you, no matter who you are, no matter your political opin OK, let's say this is a set of general advice, life heuristics, pointers and basics of our philosophy, something to get you started, give you a point of view aligned with what we do, help you make a decision here and there, help you free yourself. Remember that by definition **nothing we ever advice is a commandment** or a rule you mustn't ever break, that would be wrong in itself. Some things also may be yet a "thought in progress" and change. +### Required Time To Read + +Depends on how fast you read. + +### What You Will Learn + +You will learn things that are both: + +- written here and +- you didn't know before + +### Prerequisits + +- brain +- eyes (not needed if you're using TTS) + +### Where To Go Next + +Wherever you want, this is no dictatorship. + ## Moderacy (Middle Way) Vs Extremism An important issue of many ideologies/philosophies/religions/etc. has shown to be striking the right balance between moderacy and extremism. Let's sum up the two stances: diff --git a/make_html.sh b/make_html.sh index dd31f5d..846e635 100755 --- a/make_html.sh +++ b/make_html.sh @@ -13,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, stats, 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