34 Commits

Author SHA1 Message Date
Ciro Santilli
13bc5fbd19 bump package version 2020-06-15 06:00:05 +00:00
Ciro Santilli
25ccf284e8 add google analytics 2020-06-15 05:00:04 +00:00
Ciro Santilli
dc55a0836b bump package version 2020-06-15 04:00:03 +00:00
Ciro Santilli
45abe9bf5c python fixed? 2020-06-15 03:00:02 +00:00
Ciro Santilli
aa80af7bd6 bump package version 2020-06-15 02:00:01 +00:00
Ciro Santilli
9c0b09985b more hao haidong, OK maybe this is enough now 2020-06-15 01:00:00 +00:00
Ciro Santilli
cc4bf8dcb3 peoples daily hao haidong purge 2020-06-14 03:00:02 +00:00
Ciro Santilli
b9e49eb2b9 a bit more webcaching 2020-06-14 02:00:01 +00:00
Ciro Santilli
f2f8a7554f learned how to use google pagecache! 2020-06-14 01:00:00 +00:00
Ciro Santilli
ea89be15b7 fix 2020-06-06 03:00:02 +00:00
Ciro Santilli
10036b878d Hao Haidong 2020-06-06 02:00:01 +00:00
Ciro Santilli
7d4703d61b more tiananmen, mohu 2020-06-06 01:00:00 +00:00
Ciro Santilli
394835237d facebook marks state funded websites 2020-06-05 01:00:00 +00:00
Ciro Santilli
d8f3a73d60 quora is crap 2020-06-03 02:00:01 +00:00
Ciro Santilli
3dc74b25ab better snowden 2020-06-03 01:00:00 +00:00
Ciro Santilli
5e27ccdc79 dafadizi 2020-05-30 01:00:00 +00:00
Ciro Santilli
2032abb04a jpmorgan sons and daughters 2020-05-29 01:00:00 +00:00
Ciro Santilli
a04b675594 shitposts on other social media 2020-05-26 01:00:00 +00:00
Ciro Santilli
1ace4a41a7 learn a bit more chinese 2020-05-25 04:00:03 +00:00
Ciro Santilli
e1a9ac5a46 what doesnt kill me 2020-05-25 03:00:02 +00:00
Ciro Santilli
bce4f3df7b Drew Pavlou 2020-05-25 02:00:01 +00:00
Ciro Santilli
b622eca417 waste more time 2020-05-25 01:00:00 +00:00
Ciro Santilli
457ad48780 2020-05-23 traffic peak 2020-05-24 04:00:03 +00:00
Ciro Santilli
a2a4cb0bc4 gai new sense, liru 2020-05-24 03:00:02 +00:00
Ciro Santilli
0cf8dd87ba mean to be used in chinese 2020-05-24 02:00:01 +00:00
Ciro Santilli
8aa8273758 a bit more internet slang 2020-05-24 01:00:00 +00:00
Ciro Santilli
b3539b4a45 university espionage 2020-05-22 01:00:00 +00:00
Ciro Santilli
6e15b2af9b split some flg stuff to separate sections 2020-05-18 01:00:00 +00:00
Ciro Santilli
1d7a8fbb3f more flg biblio 2020-05-17 02:00:01 +00:00
Ciro Santilli
a7e9e5ba0a reorganize flg a bit, move important stuff up, centralize all metaphysics 2020-05-17 01:00:00 +00:00
Ciro Santilli
c8e8a9e927 christina li from shenyun might be li hongzhi's daughter 2020-05-15 03:00:02 +00:00
Ciro Santilli
21cc13b9b0 li hongzhi bibliography 2020-05-15 02:00:01 +00:00
Ciro Santilli
a18b818a80 Aarvoll, Vissarion 2020-05-15 01:00:00 +00:00
Ciro Santilli
3f9bec6104 bump package version 2020-05-14 16:24:21 +01:00
5 changed files with 1595 additions and 519 deletions

9
README-docinfo.html Normal file
View File

@@ -0,0 +1,9 @@
<script>
<!-- Google Analytics, AKA selling my soul to Google for some backlinks. -->
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-47867706-1', 'auto');
ga('send', 'pageview');
</script>

File diff suppressed because it is too large Load Diff

View File

@@ -22,5 +22,5 @@
"scripts": {
"prepublishOnly": "cp README.adoc README;make"
},
"version": "0.0.60"
"version": "0.0.63"
}

View File

@@ -4,10 +4,6 @@
set -eux
# Git mirrors.
git push git@gitlab.com:cirosantilli/china-dictatorship.git
git push git@bitbucket.org:cirosantilli/china-dictatorship.git
make
# GitHub pages.
@@ -31,23 +27,25 @@ new_version="$(./push-mirrors-bump-package-json-version)"
npm publish
git add package.json
## Python package. TODO broken.
## error: invalid command 'bdist_wheel'
## fuck you python packaging.
## Initial setup:
##sudo apt install python3-testresources
##python3 -m pip install --user --upgrade setuptools wheel
#./push-mirrors-bump-setup-py-version
## Initial one time setup.
##python3 -m pip install --user setuptools wheel twine
#cp README.adoc README.html china_dictatorship
#python setup.py sdist bdist_wheel
## Asks for username and password every time, unless you setup ~/.pypirc.
#twine upload dist/*
#rm -rf build dist *.egg-info
#git add setup.py
# Python package.
# Initial setup:
#sudo apt install python3-testresources
#python3 -m pip install --user --upgrade setuptools wheel
./push-mirrors-bump-setup-py-version
# Initial one time setup.
#python3 -m pip install --user setuptools wheel twine
cp README.adoc README.html china_dictatorship
python setup.py sdist bdist_wheel
# Asks for username and password every time, unless you setup ~/.pypirc.
twine upload dist/*
rm -rf build dist *.egg-info
git add setup.py
# Bump package versions
git commit -m 'bump package version'
git tag -m "$new_version" "$new_version"
# Push to git mirrors.
git push --follow-tags
git push git@gitlab.com:cirosantilli/china-dictatorship.git
git push git@bitbucket.org:cirosantilli/china-dictatorship.git

View File

@@ -16,7 +16,7 @@ with open(path.join(this_directory, 'README.adoc')) as f:
setup(
name='china-dictatorship',
version='0.0.59',
version='0.0.63',
description='2018新疆改造中心1989六四事件1999法轮功 2019 996.ICU, 2018包子露宪2015 710律师劫2015巴拿马文件 邓家贵2017低端人口2008西藏骚乱',
long_description=long_description,
# Otherwise upload fails with: "The description failed to render in the default format of reStructuredText."