leiroc issue
This commit is contained in:
@@ -2884,7 +2884,7 @@ Basically a 2 character slang for <<hurt-the-feelings-of-the-chinese-people>> wh
|
||||
|
||||
The pardox is: as soon as you start talking about ruhua, you start to risk getting banned in China, because most of ruhua is banned in China itself.
|
||||
|
||||
In this project for example: https://github.com/leiroc/insults the author is aiming to create a list of such insults. So someone came and suggested this project, which is obviouly censored in China, as an example. They even have an <<icp-license>> at https://insults.cn/[], isn't that cute?
|
||||
In this project for example: https://github.com/leiroc/insults the author is aiming to create a list of such insults. So someone came and suggested adding this project to the list at: https://github.com/leiroc/insults/issues/4[], which is obviouly censored in China, as an example. They even have an <<icp-license>> at https://insults.cn/[], isn't that cute?
|
||||
|
||||
[[shina]]
|
||||
====== Shina (zhina, 支那)
|
||||
@@ -5099,7 +5099,7 @@ ____
|
||||
|
||||
The bot is basically Ciro's lawyer, always loyally on his corner of the fighting ring.
|
||||
|
||||
Finally, also try to extract the email of the user from one of their repositories. When successful, Ciro takes a <<wayback-machine>> snapshot of the repository as proof of SHA, and then forks it to https://github.com/cirosantilli-test-org to keep the email safe in case of account deletion. You never know when this information might be useful.
|
||||
Finally, also try to extract the email of the user from one of their repositories. When successful, Ciro takes a <<wayback-machine>> snapshot of the repository as proof of SHA, and then forks it to https://github.com/cirosantilli-test-org to possibly keep their email safe in case of account deletion. You never know when this information might be useful.
|
||||
|
||||
Then, after replying, do your best never to read the inevitable reply again, and above all, never ever reply. An interesting reply never follows from a non-interesting original post. It is hard at first, but you will eventually get the hang of it.
|
||||
|
||||
|
||||
7
push
7
push
@@ -23,10 +23,11 @@ if git -C "$gh_pages_dir" commit -m "$(git log -1 --format="%H")"; then
|
||||
fi
|
||||
|
||||
# GitLab pages
|
||||
gl_pages_dir=out/gl-pages
|
||||
out_dir=out/
|
||||
gl_pages_dir="${out_dir}/gl-pages"
|
||||
if [ ! -d "$gl_pages_dir" ]; then
|
||||
mkdir -p "${gl_pages_dir}/public"
|
||||
git clone --branch gl-pages --depth 1 git@gitlab.com:cirosantilli/china-dictatorship.git remote get-url origin "$gl_pages_dir"
|
||||
mkdir -p "${out_dir}"
|
||||
git clone --branch gl-pages --depth 1 git@gitlab.com:cirosantilli/china-dictatorship.git "$gl_pages_dir"
|
||||
fi
|
||||
make MEDIA=https://gitlab.com/cirosantilli/china-dictatorship-media/-/raw/master OUT="${gl_pages_dir}/public/index.html"
|
||||
cp .gitlab-ci.yml "${gl_pages_dir}"
|
||||
|
||||
Reference in New Issue
Block a user