SI28/Publication: Difference between revisions
m (Link to intro) |
m (Rephrase pieces intro) |
||
| Line 55: | Line 55: | ||
== Pieces == | == Pieces == | ||
Pieces | Pieces the publication is made of (initially copied from [[Dirty wiki scraping#Pieces]]). | ||
* cover | * cover | ||
Revision as of 13:43, 3 December 2025
This page documents the process we followed to create the final publication of Special Issue 28, and it will be included in the publication itself. Woooooo
Protocol
- Include what ought not be printed in
<div class=noprint></div> - The Projects SI 28 page will not be printed, and it will contain just brief intro and description of each project, with a link to the dedicated project page.
- If parts of other pages appear or are transcluded, avoid repetitions: do not print them. E.g. if there is a writing machine in a radio show, only write a short explanation and then transclude the page of the wiring machine within the
noprintdiv. - Links:
- Do not write the full URL in the text unless we want it to be printed
- Keep colour change
- Add here other decisions made
Workflow
As decided in the Prototyping class of the 2nd December 2025:
(messy graphviz source code can be found here)
Approach
Dirty wiki scraping based on full consensus while allowing anarchy!
Stylesheets
- The global, shared CSS we are all going to be using for all pages is Amazine.css. We decide together how it should be, following the #Protocol.
- Each of us can include their own stylesheet, on top of
Amazine.css
make-amazine.sh
- create a local folder called
amazine
:mkdir amazine - move inside this folder:
cd amazine - inside this folder, make a bash script with the name
make-amazine.sh
:nano make-amazine.sh - inside this script, change the wiki page links to the one you want to work with
- create and edit your own CSS file:
nano mypage.css - then run the bash script:
bash make-amazine.sh - check if this generated a pdf!
# --------- CSS
# download Amazine.css from the wiki to my local folder
curl 'https://pzwiki.wdka.nl/mediadesign/Amazine.css?action=raw' -o Amazine.css
# --------- HTML
# (OPTIONAL) download local copy of the wiki page as HTML file
# curl 'https://pzwiki.wdka.nl/mediadesign/Writing_Machines%E2%80%93Protocols%E2%80%93Feedback?action=render' -o specialissuepage.html
# wget -E -k -p -l 1 'https://pzwiki.wdka.nl/mediadesign/Writing_Machines%E2%80%93Protocols%E2%80%93Feedback?action=render'
# --------- PDF
# generate a PDF with weasyprint, for each of your wiki pages
weasyprint -s Amazine.css -s mypage.css 'https://pzwiki.wdka.nl/mediadesign/mypage?action=render' mypage.pdf
Pieces
Pieces the publication is made of (initially copied from Dirty wiki scraping#Pieces).
- cover
- SI28/Publication/Colophon
- SI28/Introduction
- content
- Glossary
Writing Machines Notebook- Some blog pages:
- All Writing Machines
- All pages belonging to Category:SI28/Radio Shows
Event documentation(include some images and docs in the projects pages)- All pages belonging to Category:SI28/Projects
