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:cabane [2025/01/23 11:04] – created vincianeplayground:cabane [2025/02/25 21:07] (current) vinciane
Line 1: Line 1:
-> Making huts of all kinds - inventing, gardening the possible; without fear of calling “huts” huts of phrases, paper, thought, friendship, new ways of representing space, time, action, links, practices. Building huts to occupy the terrain in a different way; which means always, today, putting ourselves together. [...] There is bravery, bravado, a joy in seizing the present.  [...]+<HTML> 
 +<link type="text/css" rel="stylesheet" href="https://toolkit.wellgedacht.org/doku.php?id=stylesheet:style_playgound&do=export_text"> 
 +<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_cabane&do=export_text", inject_css); 
 +</script> 
 +</HTML> 
 +====== ⁂ ====== 
 +=====Our huts===== 
 + 
 +Making huts of all kinds - inventing, gardening the possible; without fear of calling “huts” huts of phrases, paper, thought, friendship, new ways of representing space, time, action, links, practices. Building huts to occupy the terrain in a different way; which means always, today, putting ourselves together. [...] There is bravery, bravado, a joy in seizing the present.  [...]
 Braving here means first and foremost “doing”, in a very material joy - building, gathering, cultivating, cooking, darning, making, gardening, changing rhythm, assembling, weaving, tracing, drawing, raising, digging, taking the air, speaking, quoting... Building faster and everywhere. Telling stories, inventing stories, making stories too: posing problems, making destructive gestures more difficult. [...] And it's not just about doing, but about doing together: living together, trying out collective ways; inhabiting together [...]; thinking together; and very often, writing together. [...] We're building, we're re-inhabiting, and we have to get ready to keep on moving, down mountains, across plains, from hut to hut, from hut to river.  Braving here means first and foremost “doing”, in a very material joy - building, gathering, cultivating, cooking, darning, making, gardening, changing rhythm, assembling, weaving, tracing, drawing, raising, digging, taking the air, speaking, quoting... Building faster and everywhere. Telling stories, inventing stories, making stories too: posing problems, making destructive gestures more difficult. [...] And it's not just about doing, but about doing together: living together, trying out collective ways; inhabiting together [...]; thinking together; and very often, writing together. [...] We're building, we're re-inhabiting, and we have to get ready to keep on moving, down mountains, across plains, from hut to hut, from hut to river. 
  
-Translated extract form //Nos Cabanes// by Marielle Macé+extract form //Nos Cabanes// by Marielle Macé translated from french
  
playground/cabane.1737630261.txt.gz · Last modified: 2025/01/25 16:56 (external edit)