SI28/Publication: Difference between revisions
m (Transclude graph) |
|||
| Line 58: | Line 58: | ||
---- | ---- | ||
*Colophon (Barbara) | *[[SI28/Publication/Colophon|Colophon]] (Barbara) | ||
*Introduction (Lea) | *Introduction (Lea) | ||
*Content (Youjung) | *Content (Youjung) | ||
*Writing-Machines | *Writing-Machines | ||
**Writing-Machines/Arnhem (Phillip) | **[[Writing Machine Directory/arnhem|Writing-Machines/Arnhem]] (Phillip) | ||
**Writing-Machines/Beatles (Ema) | **[[Writing Machine Directory/beatles|Writing-Machines/Beatles]] (Ema) | ||
**Writing-Machines/Death-Core-Writing-Machine (Ema) | **[[Writing Machine Directory/deathcorewritingmachine|Writing-Machines/Death-Core-Writing-Machine]] (Ema) | ||
**Writing-Machines/Glyphica (Lea) | **[[Writing Machine Directory/glyphica|Writing-Machines/Glyphica]] (Lea) | ||
**Writing-Machines/Mud-Cell-Poem (Youjung) | **[[Writing Machine Directory/mudcellpoem|Writing-Machines/Mud-Cell-Poem]] (Youjung) | ||
**Writing-Machines/Poetry-Generator (Youjung) | **[[Writing Machine Directory/poetrygenerator|Writing-Machines/Poetry-Generator]] (Youjung) | ||
**Writing-Machines/Reading-and-Interpreting-a-Dotmatrixs-Scoring (Robin) | **[[Writing Machine Directory/reading and interpreting a dotmatrixs scoring|Writing-Machines/Reading-and-Interpreting-a-Dotmatrixs-Scoring]] (Robin) | ||
**Writing-Machines/Walking (Lea) | **[[Writing Machine Directory/walking|Writing-Machines/Walking]] (Lea) | ||
**Writing-Machines/State-Machines (KIKI) | **[[Writing Machine Directory/statemachines|Writing-Machines/State-Machines]] (KIKI) | ||
*Public-Event | *Public-Event | ||
**Public-Event/A-story-in-a-story-in-a-story (Barbs) | **[[Projects SI 28/A story in a story in a story|Public-Event/A-story-in-a-story-in-a-story]] (Barbs) | ||
**Public-Event/Gesture-Machine (Valentin) | **[[Projects SI 28/Gesture Machine|Public-Event/Gesture-Machine]] (Valentin) | ||
**Public-Event/The-Metathinking-Metamachine (Tommi) | **[[Projects SI 28/The Metathinking Metamachine|Public-Event/The-Metathinking-Metamachine]] (Tommi) | ||
**Public-Event/The-Calm-Machine (Sibyl, Lea) | **[[Projects SI 28/The-Calm-Machine|Public-Event/The-Calm-Machine]] (Sibyl, Lea) | ||
**Public-Event/Writing-Machine-Ensemble (Ema, Daan, Robin) | **[[Projects SI 28/Writing Machine Ensemble|Public-Event/Writing-Machine-Ensemble]] (Ema, Daan, Robin) | ||
**Public-Event/Water-Vessel | **[[Projects SI 28/Water Vessel Dwelling in Temporality|Public-Event/Water-Vessel-Dwelling-in-Temporality]] (Soda) | ||
**Public-Event/Marginalia (Luca) | **[[User:Lucatorsera/Marginalia|Public-Event/Marginalia]] (Luca) | ||
**Public-Event/The-Love-Machine (Phillip) | **Public-Event/The-Love-Machine (Phillip) | ||
*Radio-Shows | *Radio-Shows | ||
**Radio-Show/Week1 (Robin) | **[[SI28-Radio-Worm/Week1|Radio-Show/Week1]] (Robin) | ||
**Radio-Show/Week2 (Daan) | **[[SI28-Radio-Worm/Week2|Radio-Show/Week2]] (Daan) | ||
**Radio-Show/Week3 (Ema) | **[[SI28-Radio-Worm/Week3|Radio-Show/Week3]] (Ema) | ||
**Radio-Show/Week4 (Soda) | **[[SI28-Radio-Worm/Week4|Radio-Show/Week4]] (Soda) | ||
**Radio-Show/Week5 (Lea) | **[[SI28-Radio-Worm/Week5|Radio-Show/Week5]] (Lea) | ||
**Radio-Show/Week6 (Daan) | **[[SI28-Radio-Worm/Week6|Radio-Show/Week6]] (Daan) | ||
**Radio-Show/Week7 (Youjung) | **[[SI28-Radio-Worm/Week7|Radio-Show/Week7]] (Youjung) | ||
**Radio-Show/Week8 (Tommi) | **[[SI28-Radio-Worm/Week8|Radio-Show/Week8]] (Tommi) | ||
*Glossary (Valentin) | *[[SI28-Glossary|Glossary]] (Valentin) | ||
Front + back cover design (Kiki) | Front + back cover design (Kiki) | ||
[[Category: SI28]] | [[Category: SI28]] | ||
Revision as of 15:07, 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:
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
Content
Important
Wikipage titles: Title listed here should be used for wiki page + PDF + CSS.
File names: Name in () is person responsible for the PDF and CSS.
- Colophon (Barbara)
- Introduction (Lea)
- Content (Youjung)
- Writing-Machines
- Writing-Machines/Arnhem (Phillip)
- Writing-Machines/Beatles (Ema)
- Writing-Machines/Death-Core-Writing-Machine (Ema)
- Writing-Machines/Glyphica (Lea)
- Writing-Machines/Mud-Cell-Poem (Youjung)
- Writing-Machines/Poetry-Generator (Youjung)
- Writing-Machines/Reading-and-Interpreting-a-Dotmatrixs-Scoring (Robin)
- Writing-Machines/Walking (Lea)
- Writing-Machines/State-Machines (KIKI)
- Public-Event
- Public-Event/A-story-in-a-story-in-a-story (Barbs)
- Public-Event/Gesture-Machine (Valentin)
- Public-Event/The-Metathinking-Metamachine (Tommi)
- Public-Event/The-Calm-Machine (Sibyl, Lea)
- Public-Event/Writing-Machine-Ensemble (Ema, Daan, Robin)
- Public-Event/Water-Vessel-Dwelling-in-Temporality (Soda)
- Public-Event/Marginalia (Luca)
- Public-Event/The-Love-Machine (Phillip)
- Radio-Shows
- Radio-Show/Week1 (Robin)
- Radio-Show/Week2 (Daan)
- Radio-Show/Week3 (Ema)
- Radio-Show/Week4 (Soda)
- Radio-Show/Week5 (Lea)
- Radio-Show/Week6 (Daan)
- Radio-Show/Week7 (Youjung)
- Radio-Show/Week8 (Tommi)
- Glossary (Valentin)
Front + back cover design (Kiki)
