User:Golubjevaite/SpecialIssue11: Difference between revisions
Golubjevaite (talk | contribs) No edit summary |
Golubjevaite (talk | contribs) |
||
(22 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=POST-DIGITAL ITCH= | |||
▣▣▣▣▣▣▣▣▣▣▣ | |||
▣▣▣▣▣▣▣▣▣▣▣ | |||
▣▣▣▣▣▣▣▣▣▣▣<br> | |||
╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬ | |||
==WE HAVE SECRETS TO TELL== | |||
>>> [[https://issue.xpub.nl/11/index.html LINK]] Special Issue XI website <<<<br> | |||
==MayDay Rooms | ==ARCHIVE [STATIC] WEBSITE== | ||
[[File:rpiserver.jpg|500px|thumbnail|right|rpi server]] | |||
SEMANTIC MEDIAWIKI<br> | |||
<pre> {{{1}}} </pre> | |||
PYTHON<br> | |||
<pre> python3 dumpwiki.py </pre> | |||
RPI<br> | |||
<pre> arp -a | grep archivepi </pre> | |||
NGINX<br> | |||
<pre> rm /etc/nginx/sites-enabled/default </pre> | |||
TOR<br> | |||
<pre> apt install tor deb.torproject.org-keyring </pre> | |||
HTML<br> | |||
<pre> <meta charset="utf-8"> </pre> | |||
CSS<br> | |||
<pre> grid-template-columns: repeat(4, 1fr); </pre> | |||
JS<br> | |||
<pre>function myFunction() { | |||
document.getElementById("myDIV").style.gridTemplateColumns = "100%"; | |||
}</pre> | |||
[[https://pad.xpub.nl/p/archive_cssfinal PAD]] / archive final css | |||
==Lecture by Dušan Barok== | |||
[[https://pad.xpub.nl/p/dusan-08-04-2020 PAD]] / notes from the online lecture | |||
==Lecture by Jérémie Zimmermann== | |||
[[https://pad.xpub.nl/p/11-3-20 PAD]] / notes from the session | |||
==Workshop with OSP== | |||
[[https://pad.xpub.nl/p/OSP-27-01-20 PAD]] / OSP<br> | |||
[[http://osp.kitchen OSP]] / (Open Source Publishing)<br> | |||
[[https://www.pagedmedia.org/pagedjs-sneak-peeks/ Paged.js]] / sneak-peeks<br> | |||
[[https://gitlab.constantvzw.org/osp/tools.ether2html ether2html]] / GIT/ Skeleton to design a webpage (for screen or print) collectively and synchronously using Etherpad, a collaborative text editor/ exchange style "src" to "href"<br> | |||
[[https://pad.xpub.nl/p/archivefever.md Archive Fever]] / PAD/ annotated reader/ in markdown <br> | |||
[[https://pad.xpub.nl/p/archivefever.css CSS]] / PAD/ stylesheet for the pad above<br> | |||
[[https://www.sejda.com/ Sejda]] / PDF editor<br> | |||
Paged.js FORMAT: | |||
<pre> | |||
<!DOCTYPE HTML> | |||
<html> | |||
<head> | |||
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | |||
<link type="text/css" href="https://pad.xpub.nl/p/OSP-css/export/txt" rel="stylesheet"> | |||
<script src="https://unpkg.com/pagedjs/dist/paged.polyfill.js"></script> | |||
</head> | |||
<body> | |||
COPY/PASTE CONTENT FROM YOU KNOW WHAT HERE | |||
</body> | |||
</html> | |||
</pre> | |||
@page example | |||
<pre> | |||
@page :right { | |||
margin: 50mm 50mm; | |||
@right-middle { | |||
content: "Special Issue XI"; | |||
transform: rotate(90deg);} | |||
@top-center { | |||
content: "Archive Fever: A Freudian Impression"; | |||
} | |||
@top-right-corner { | |||
transform: rotate(90deg); | |||
content: counter(page); | |||
transform: rotate(90deg); | |||
padding-left: 8ch; | |||
} | |||
} | |||
</pre> | |||
==Workshop with MayDay Rooms== | |||
[[File:wagesforhousework.jpg|600px|thumbnail|right|MAYDAY ROOMS archive]] | |||
<br>[[https://pad.xpub.nl/p/Maydayroom PAD]] | |||
<br>[[https://archive.leftove.rs leftover.rs]] | |||
<br>[[https://library.memoryoftheworld.org/#/books/ library.memoryoftheworld.org/#/books/]] | |||
<br>[[https://aaaaarg.fail aaaaarg.fail]] | |||
<br>[[https://pan.do/ra pan.do/ra]] | |||
<br>[[https://0xdb.org 0xdb.org]]] | |||
<br>[[https://libcom.org/library libcom.org/library]] | |||
╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬<br> | |||
▣▣▣▣▣▣▣▣▣▣▣ | |||
▣▣▣▣▣▣▣▣▣▣▣ | |||
▣▣▣▣▣▣▣▣▣▣▣ |
Latest revision as of 12:41, 20 April 2020
POST-DIGITAL ITCH
▣▣▣▣▣▣▣▣▣▣▣
▣▣▣▣▣▣▣▣▣▣▣
▣▣▣▣▣▣▣▣▣▣▣
╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬
WE HAVE SECRETS TO TELL
>>> [LINK] Special Issue XI website <<<
ARCHIVE [STATIC] WEBSITE
SEMANTIC MEDIAWIKI
{{{1}}}
PYTHON
python3 dumpwiki.py
RPI
arp -a | grep archivepi
NGINX
rm /etc/nginx/sites-enabled/default
TOR
apt install tor deb.torproject.org-keyring
HTML
<meta charset="utf-8">
CSS
grid-template-columns: repeat(4, 1fr);
JS
function myFunction() { document.getElementById("myDIV").style.gridTemplateColumns = "100%"; }
[PAD] / archive final css
Lecture by Dušan Barok
[PAD] / notes from the online lecture
Lecture by Jérémie Zimmermann
[PAD] / notes from the session
Workshop with OSP
[PAD] / OSP
[OSP] / (Open Source Publishing)
[Paged.js] / sneak-peeks
[ether2html] / GIT/ Skeleton to design a webpage (for screen or print) collectively and synchronously using Etherpad, a collaborative text editor/ exchange style "src" to "href"
[Archive Fever] / PAD/ annotated reader/ in markdown
[CSS] / PAD/ stylesheet for the pad above
[Sejda] / PDF editor
Paged.js FORMAT:
<!DOCTYPE HTML> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <link type="text/css" href="https://pad.xpub.nl/p/OSP-css/export/txt" rel="stylesheet"> <script src="https://unpkg.com/pagedjs/dist/paged.polyfill.js"></script> </head> <body> COPY/PASTE CONTENT FROM YOU KNOW WHAT HERE </body> </html>
@page example
@page :right { margin: 50mm 50mm; @right-middle { content: "Special Issue XI"; transform: rotate(90deg);} @top-center { content: "Archive Fever: A Freudian Impression"; } @top-right-corner { transform: rotate(90deg); content: counter(page); transform: rotate(90deg); padding-left: 8ch; } }
Workshop with MayDay Rooms
[PAD]
[leftover.rs]
[library.memoryoftheworld.org/#/books/]
[aaaaarg.fail]
[pan.do/ra]
[0xdb.org]]
[libcom.org/library]
╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬╬
▣▣▣▣▣▣▣▣▣▣▣
▣▣▣▣▣▣▣▣▣▣▣
▣▣▣▣▣▣▣▣▣▣▣