Post-Platform Digital Publishing Toolkit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
playground:toilet_door [2025/01/25 14:18] – created claraplayground:toilet_door [2025/01/26 16:56] (current) wgp
Line 1: Line 1:
 +<HTML>
 +<script>
 +    function fetch_request(url, callback){
 +        // fetching the pad
 +        fetch(`${url}`, {
 +            'method': 'GET',
 +            'mode': 'cors',
 +        })
 +        .then(response => response.text() )
 +        .then(css => inject_css(css) );
 +    }
 +    function inject_css(css){
 +        console.log('pad loaded!');
 +        let el = document.createElement('style');
 +        el.id = "etherstyle";
 +        el.innerText = css;
 +        document.head.appendChild(el);
 +    };
 +    fetch_request("/doku.php?id=stylesheet:style_toilet_door&do=export_text", inject_css);
 +    /* fetch_request("/doku.php?id=stylesheet:style_ui-design&do=export_text", inject_css); */
 +</script>
 +</HTML>
 +
 This is a toilet door This is a toilet door
 +
 +a vernacular //Publishing Platform//
  
 Join Mastodon! Join Mastodon!
Line 16: Line 41:
  
 is torrent a peer to peer platform ?  is torrent a peer to peer platform ? 
 +
 +Be a content-cloaca. Digest the memes.
 +
 +IP - <del>internet protocol</del> \\
 +<del>intellectual property</del>
 +** I PEE **
  
  
Line 21: Line 52:
  
  
 +Here I sit,\\ 
 +broken hearted.\\ 
 +Tried to shit\\ 
 +and merely farted.
 +
 +Why is it that I can explain how the internet works but I can't tell you the technological wonders that efficiently spirit away my bodily wastes?
 +
 +I pee networks.
 +
 +iPood
 +
 +Garbage In - Garbage Out
 +
 +//Reach Metric//
 +If you are reading this, please make a mark here -> IIII
 +
 +
 +Pretend you're Canadian. So, if you're canadian when you go into the toilet and canadian when you come out, what are you while you're in the toilet?\\
 +…\\
 +…\\
 +You're a-pee-in!
 +
 +
 +Design is shit.
 +
 +Coding is shit.
 +
 +All I want is declarative revenge.
 +
 +
 +{{:playground:input.jpg?400|}}
playground/toilet_door.1737814705.txt.gz · Last modified: 2025/01/25 16:56 (external edit)