summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorKarl Semich <0xloem@gmail.com>2016-08-27 09:38:32 -0400
committerKarl Semich <0xloem@gmail.com>2016-08-27 09:38:32 -0400
commitc5dd48544f335ed55711b94ddb2a61841132ef35 (patch)
treedd4ec5141afd197832242aaa21bc108883774b7b /backend
parent75a2cc7acb5a2a83dae172003b13729baf2e2756 (diff)
downloadstandingwithresilience-c5dd48544f335ed55711b94ddb2a61841132ef35.tar.gz
standingwithresilience-c5dd48544f335ed55711b94ddb2a61841132ef35.zip
Workaround for Freenet's CSS content filter hiding the title
Diffstat (limited to 'backend')
-rw-r--r--backend/TODO17
-rw-r--r--backend/resilient/__init__.py2
2 files changed, 16 insertions, 3 deletions
diff --git a/backend/TODO b/backend/TODO
index c1cb11c..3544369 100644
--- a/backend/TODO
+++ b/backend/TODO
@@ -1,13 +1,21 @@
[x] set up ikistrap loading locally
-[ ] sync swr with freenet, zeronet, and ipfs
+[x] fix ikistrap's appearance on freenet
+ [x] in bootstrap.min.css, a space is needed prior to every !
+ [x] freenet is censoring .navbar::after, which makes the title show
+ maybe a workaround css rule
[ ] put swr on gitlab per pages-ikiwiki
+[ ] sync swr with
+ [x] freenet 8/27/16
+ [ ] freenet infocalypse
+ [x] zeronet 8/27/16
+ [ ] zeronet public gateway
+ [ ] ipfs
get automatically if not present: (submodule or gpg)
-[ ] DO ONE:
+[x] DO ONE:
[ ] ikiwiki
[ ] ipfs
[ ] freenet
[x] pyfreenet
- [ ] automatically configure open FCP port 9481
[ ] infocalypse
[ ] gitocalypse
[ ] zeronet
@@ -20,4 +28,7 @@ integrate with git-annex
[ ] fix reinsertion in gitlake
[ ] add zeronet to gitlake?
+[ ] ipfs-wiki already exists, can we merge? what development effort?
+[ ] zeronet wiki already exists, can we merge? what development effort?
+
[ ] pin private to bitcoin/namecoin ... this is also a good place for ipns
diff --git a/backend/resilient/__init__.py b/backend/resilient/__init__.py
index fca9441..c8675d2 100644
--- a/backend/resilient/__init__.py
+++ b/backend/resilient/__init__.py
@@ -81,6 +81,8 @@ class ikiwiki:
os.mkdir(html_path)
status = os.system("ikiwiki --setup '%s' '%s' '%s'" % (ikiwiki_setup_path, wiki_src_path, html_path))
+ # workaround for ikistrap overwriting custom css files, which are included for freenet's filter
+ os.system("git checkout -- '%s'/css" % html_path)
ikiwiki.synced = (status == 0)
if ikiwiki.synced: