From 4426fbca8b382c62d007e11c10fe937658bbe732 Mon Sep 17 00:00:00 2001 From: Castro0o Date: Thu, 16 Apr 2020 11:36:57 +0200 Subject: [PATCH 1/8] image parent links: link to image file --- dumpwiki.py | 23 ++++++++++++++++++----- static/archive.css | 2 -- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/dumpwiki.py b/dumpwiki.py index 7a37930..c4fc24e 100644 --- a/dumpwiki.py +++ b/dumpwiki.py @@ -55,15 +55,25 @@ def filenameforlink(href): href = urlquote(href) return href -def rewritelinks (html): - t = html5lib.parseFragment(html, treebuilder = "etree", namespaceHTMLElements = False) +def rewriteimglinks(tree): + # t = html5lib.parseFragment(html, treebuilder = "etree", namespaceHTMLElements = False) + + # invoke after img src have be rewritten # remove links to wiki File: pages - for a in t.findall(".//a[@class='image']"): # select img wrapping a + for a in tree.findall(".//a[@class='image']"): # select img wrapping a href = a.attrib.get('href') - if a.findall(".//img") and 'File:' in href: # ensure a has child: img - a.attrib['href'] = 'javascript:void(0);' # disable href + if a.findall(".//img"): # ensure a has child: img + img = a.find(".//img") + img_src = img.attrib['src'] + a.attrib['href'] = img_src # 'javascript:void(0);' # disable href + a.attrib['target'] = "_blank" + print(a) + print(ET.tostring(a, method="html", encoding="unicode")) + return tree +def rewritelinks (html): + t = html5lib.parseFragment(html, treebuilder = "etree", namespaceHTMLElements = False) for a in t.findall(".//*[@href]"): linkclass = a.attrib.get("class", "") href = a.attrib.get("href") @@ -108,6 +118,9 @@ def rewriteimgs(html): img.attrib['srcset'] = "" # rm srcset value:it prevent imgs displaying img.attrib['width'] = "" img.attrib['height'] = "" + + t = rewriteimglinks(tree=t) + html = ET.tostring(t, method="html", encoding="unicode") return html diff --git a/static/archive.css b/static/archive.css index fd416eb..b3dea09 100644 --- a/static/archive.css +++ b/static/archive.css @@ -12,5 +12,3 @@ a:hover { text-decoration: none; color: blue; } - -a.image {cursor: default!important;} /* KEEP THIS: it is important to avoid images to seeming like links */ \ No newline at end of file From 875de65e35c11ac04ff157aa3a7368c09ccb724b Mon Sep 17 00:00:00 2001 From: Castro0o Date: Thu, 16 Apr 2020 14:24:50 +0200 Subject: [PATCH 2/8] TODO overview page --- dumpwiki.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dumpwiki.py b/dumpwiki.py index c4fc24e..918be0b 100644 --- a/dumpwiki.py +++ b/dumpwiki.py @@ -57,7 +57,8 @@ def filenameforlink(href): def rewriteimglinks(tree): - # t = html5lib.parseFragment(html, treebuilder = "etree", namespaceHTMLElements = False) + #on Overview_main_page + # add link to publication on # invoke after img src have be rewritten # remove links to wiki File: pages From c773995dc9e908dd1d7d4829f44d0d454c1c8c42 Mon Sep 17 00:00:00 2001 From: "E.zn" Date: Thu, 16 Apr 2020 23:47:20 +0200 Subject: [PATCH 3/8] almost there --- static/orgs.css | 156 +++++++++++++++++++----------------------------- 1 file changed, 60 insertions(+), 96 deletions(-) diff --git a/static/orgs.css b/static/orgs.css index 7e4b8e1..8110433 100644 --- a/static/orgs.css +++ b/static/orgs.css @@ -1,151 +1,115 @@ + +#top { + padding-top: 20px; + padding-left: 50px; +} + body { background-color: #F4EBE8; font-family: Roboto Mono; - font-size:11.5px; - + font-size:14px; } +/* Page title */ h1 { position: fixed; right:0%; - top:3%; + top:5%; text-align: right; background-color: #0BEFEB; - padding: 15px 85px 15px 30px; - z-index: 10; - color: #371F10; - font-size: 28px; - opacity: 0.7; -} - -/* -h1 { - position: fixed; - right:0%; - top:3%; - text-align: right; - background-color: transparent; - padding: 10px 30px 30px 20px; + padding: 3px 35px 3px 10px; z-index: 10; color: black; font-size: 28px; - border: 1px solid blue; - border-right: none; + opacity: 0.7; + color: #371F10; } -*/ +/* Organizations list */ .collapsible{ padding-left: 70px; - line-height: 0%; + line-height: 1; color: #371F10; } .active, .collapsible:hover { - color: red; + color: blue; cursor: pointer; } .active, .collapsible:after { padding-top: 10px; - color: #054646; padding-left: 85px; + color: #371F10; + font-weight: bold; } +/* Droped-down publication links */ .content { max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; padding-left: 50px; - background-color: #86a2a2; + background-color: #371F10; position: relative; line-height: 30px; margin-left: 85px; + color: white; + font-size: 14px; } -.up { - position: fixed; - font-weight: bolder; - bottom: 0%; - right: 15.1%; - background-color: blue; - z-index: 10; - padding: 10px; - border: none; +.content a { + color:white; + text-decoration: none; } -.down { - position: fixed; - font-weight: bolder; - bottom: 0%; - right: 12.8%; - background-color: blue; - z-index: 10; - padding: 10px; - border: none; +.content a:hover { + color: blue; + cursor: pointer; } -.top { +/* Scroll column */ +.scrollcolumn { position: fixed; - font-weight: bolder; - bottom: 0%; - right: 17.3%; - background-color: blue; + display: inline; + top:35%; + right:0%; + width: 60px; + outline: none; z-index: 10; - padding: 10px; - border: none; + text-align: center; } -.bottom { - position: fixed; - font-weight: bolder; - bottom: 0%; - right: 10%; - background-color: blue; - z-index: 10; - padding: 10px; - border: none; +/* Scroll buttons */ +.scrl { + background-color: white; + cursor: pointer; + border:none; + font-size: 15px; + margin-top: 10px; + height: 60px; + width: 60px; } -.indexlink { - position: fixed; - text-decoration: none; - font-size: 40px; - bottom: 0%; - right: 0%; - background-color: transparent; - border: none; - border-right-color: transparent; - z-index: 10; - padding: 0px 20px 10px 10px; - border: none; +.scrl:hover { + background-color: #0BEFEB; } -.timeline { - position: fixed; - font-size: 20px; - bottom: 0%; - right: 3%; - background-color: transparent; - border: none; - border-right-color: transparent; +/* Scroll button title */ +.scbt { + visibility: hidden; + width: 120px; + background-color: black; + color: #fff; + text-align: center; + border-radius: 6px; + padding: 5px 0; + font-size: 15px; + right: 50px; z-index: 10; - padding: 0px 30px 20px 10px; - border: none; -} - -.timeline a { - text-decoration: none; -} - -.indexlink a { - text-decoration: none; + position: absolute; } -#top { - padding-top: 42px; -} - -.up:hover, .down:hover, .top:hover, .bottom:hover { - cursor: pointer; - color: white; +.scrl:hover > .scbt { + visibility: visible; } \ No newline at end of file From 92622ad9ab9fcd632b6c5a7e60fecc4e6408ead7 Mon Sep 17 00:00:00 2001 From: "E.zn" Date: Thu, 16 Apr 2020 23:48:29 +0200 Subject: [PATCH 4/8] x --- templates/orgs.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/templates/orgs.html b/templates/orgs.html index c36f762..a8dec84 100644 --- a/templates/orgs.html +++ b/templates/orgs.html @@ -10,13 +10,15 @@ {{ page.name }} -

▤   {{ page.name }}

- - - - - +

▤ {{ page.name }}

+
+ + + + +
+
{{ body|safe }}