From c5dd48544f335ed55711b94ddb2a61841132ef35 Mon Sep 17 00:00:00 2001 From: Karl Semich <0xloem@gmail.com> Date: Sat, 27 Aug 2016 09:38:32 -0400 Subject: Workaround for Freenet's CSS content filter hiding the title --- backend/TODO | 17 ++++++++++++++--- backend/resilient/__init__.py | 2 ++ 2 files changed, 16 insertions(+), 3 deletions(-) (limited to 'backend') 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: -- cgit v1.2.3