diff --git a/Makefile b/Makefile index 5fea1c4..a0aa293 100644 --- a/Makefile +++ b/Makefile @@ -77,11 +77,11 @@ md=$(wildcard content/Essays/*.md) $(wildcard content/pages/*.md) md2pdf=$(md:%.md=%.pdf) %.pdf: %.md themes/basic/static/css/print.css - pandoc -f markdown -t html -c themes/basic/static/css/print.css $< -o $@.html +# pandoc -f markdown -t html -c themes/basic/static/css/print.css $< -o $@.html pandoc --pdf-engine=weasyprint -c themes/basic/static/css/print.css $< -o $@ print: $(md2pdf) - $(shell mv content/Essays/*.html content/print/) +# $(shell mv content/Essays/*.html content/print/) $(shell mv content/Essays/*.pdf content/print/) $(shell mv content/pages/*.html content/print/) $(shell mv content/pages/*.pdf content/print/) diff --git a/content/Essays/Kris_De_Decker-how_to_build_a_low_tech_internet.md b/content/Essays/Kris_De_Decker-how_to_build_a_low_tech_internet.md index 851b590..14310d8 100644 --- a/content/Essays/Kris_De_Decker-how_to_build_a_low_tech_internet.md +++ b/content/Essays/Kris_De_Decker-how_to_build_a_low_tech_internet.md @@ -1,4 +1,7 @@ -### How to Build a Low-tech Internet +Title: How to Build a Low-tech Internet +Author: Kris de Decker + +# How to Build a Low-tech Internet Wireless internet access is on the rise in both modern consumer societies and in the developing world. diff --git a/content/Essays/Mel-Hogan_Pandemics-Dark-Cloud.md b/content/Essays/Mel-Hogan_Pandemics-Dark-Cloud.md index 67ce2a3..8c60c9a 100644 --- a/content/Essays/Mel-Hogan_Pandemics-Dark-Cloud.md +++ b/content/Essays/Mel-Hogan_Pandemics-Dark-Cloud.md @@ -1,3 +1,6 @@ +Title: The Pandemic's Dark Cloud +Author: Mél Hogan + "The Pandemic\'s Dark Cloud" was written in November 2020 as a reflection on the relationship between the pandemic and environmental media, with a focus on "the cloud" and its undergirding networked @@ -18,7 +21,7 @@ McLuhan lecture at the Canadian Embassy in Berlin, and giving a plenary at transmediale 2020.\ \@mel\_hogan / melhogan.com / mhogan\@ucalgary.ca* -**The Pandemic\'s Dark Cloud **by Mél Hogan +# The Pandemic's Dark Cloud As the pandemic settled into consciousness across the globe, humans devolved. People in countries where the response to COVID-19 was most diff --git a/content/Essays/zabala_warning.md b/content/Essays/zabala_warning.md index d703b1f..0e3b9f1 100644 --- a/content/Essays/zabala_warning.md +++ b/content/Essays/zabala_warning.md @@ -45,7 +45,7 @@ the views of my student's parents, it might help us to reevaluate our political, environmental, and technological priorities for the future.

Like recent philosophies of plants or -[[insects]{.underline}](http://cup.columbia.edu/book/a-philosophy-of-the-insect/9780231175791), +[insects](http://cup.columbia.edu/book/a-philosophy-of-the-insect/9780231175791), which emerged as a response to a global environmental crisis, a "philosophy of warnings" is also a reaction to a global emergency that requires philosophical elucidation. Although the ongoing pandemic has @@ -134,3 +134,7 @@ realism by challenging our framed global order and its realist advocates. This philosophy is not meant to rescue us *from* emergencies but rather rescue us *into* emergencies that we are trained to ignore.

+ +
+[Santiago Zabala](http://www.santiagozabala.com/) is ICREA Research Professor of Philosophy at the Pompeu Fabra University in Barcelona. His most recent book is *Being at Large: Freedom in the Age of Alternative Facts* (McGill-Queen's University Press, 2020). +
diff --git a/content/pages/instruction-sheet.md b/content/pages/about.md similarity index 96% rename from content/pages/instruction-sheet.md rename to content/pages/about.md index 4777812..cc9d35c 100644 --- a/content/pages/instruction-sheet.md +++ b/content/pages/about.md @@ -2,10 +2,10 @@ Title: About # A Nourishing Network -*A Nourishing Network *is a publishing project that aims at documenting +*A Nourishing Network* is a publishing project that aims at documenting and circulating current research done by a network of artists, activists and programmers that collaborate with the Austrian net culture -initiative *servus.at.* Especially in this moment of reduced mobility +initiative *servus.at*. Especially in this moment of reduced mobility and physical encounters, the publication stimulates the circulation of materials and their further development in a community that usually gathers in small-sized events and festivals. diff --git a/content/pages/colophon.md b/content/pages/colophon.md index a96a762..c38784b 100644 --- a/content/pages/colophon.md +++ b/content/pages/colophon.md @@ -1,5 +1,5 @@
-

A Nourishing Network is a peer-to-peer publishing experiment starting from the feed as a potentially multi-directional circulation device. Through web-syndication protocols and mail art practices, this publication engages with complex circulation flows, thereby exploring the social dynamics of such networked forms of publishing.

+

A Nourishing Network is a peer-to-peer publishing experiment starting from the feed as a potentially multi-directional circulation device.

Editing: Davide Bevilacqua
Design and development: Manetta Berends, Alice Strete
Paper: xxxx
Typeface: Gnu Unifont, White Rabbit, Ansi Shadow
Production: Varia

Sponsors:
Thanks:
Other

diff --git a/content/pages/feed.md b/content/pages/feed.md new file mode 100644 index 0000000..3f156ad --- /dev/null +++ b/content/pages/feed.md @@ -0,0 +1 @@ +Title: Feed \ No newline at end of file diff --git a/content/pages/subscribe.md b/content/pages/subscribe.md new file mode 100644 index 0000000..d92ba3b --- /dev/null +++ b/content/pages/subscribe.md @@ -0,0 +1,2 @@ +Title: Subscribe + diff --git a/themes/basic/static/css/fonts.css b/themes/basic/static/css/fonts.css index 65bd2c8..d2def2a 100644 --- a/themes/basic/static/css/fonts.css +++ b/themes/basic/static/css/fonts.css @@ -1,6 +1,8 @@ @font-face { font-family: "White Rabbit"; - src: url("../fonts/whiterabbit/whitrabt.ttf") format("truetype"); + src: + local("White Rabbit"), + url(../fonts/whiterabbit/whitrabt.ttf); } @font-face { diff --git a/themes/basic/static/css/main.css b/themes/basic/static/css/main.css index 26ca812..c31a52f 100644 --- a/themes/basic/static/css/main.css +++ b/themes/basic/static/css/main.css @@ -1,50 +1,80 @@ +@font-face { + font-family: "White Rabbit"; + src: url(../fonts/white-rabbit/WHITRABT.ttf); +} + +@import("fonts.css"); + body { position: relative; top: 0; left: 0; - margin: 0 2em; - padding: 1em; - background-color: lavender; + max-width: 1120px; + margin: 1em 2em; + /*padding: 1em;*/ + /*background-color: lavender;*/ font-family: monospace; font-size: 14px; - color: red; + line-height: 1.6; + /*color: red;*/ } header, -#subscribe, +section#intro, footer{ position: relative; width: calc(100% - 4em); - margin: 2em 0; - /*padding: 2em;*/ - /*text-align: center;*/ -} - -#menu .links a{ - border: 1px solid red; - padding: 1em; -} - -header pre, -footer pre{ - /*text-align: center;*/ - line-height: 1; + margin: 0 0 4em 0; } + section#intro, + article.post{ + width: calc(100% - 4em); + padding: 1em 2em; + } + section#intro{ + columns: 2 auto; + column-fill: auto; + } h1, h2, -h3{ +h3, +h1 a, +h2 a, +h3 a{ font-family: "White Rabbit"; + /*font-size: 100%;*/ + margin: 1.5em 0; + padding: 0; + font-weight: normal; + /*color:red !important;*/ } + h1#title{ + width: 100%; + text-align: center; + } a, a:visited, a:active{ - color: magenta; + color: black; + text-decoration: none; } article.post{ - margin: 4em 0; - /*padding: 2em;*/ - /*background-color: white;*/ } + +#menu .links a{ + border: 1px solid; + padding: 1em; +} + +/* ASCII */ +header pre, +footer pre, +article.post pre, +section#content pre{ + line-height: 1; +} + + diff --git a/themes/basic/static/fonts/white-rabbit/Matthew Welch License - White Rabbit.txt b/themes/basic/static/fonts/white-rabbit/Matthew Welch License - White Rabbit.txt new file mode 100644 index 0000000..6b4bcf0 --- /dev/null +++ b/themes/basic/static/fonts/white-rabbit/Matthew Welch License - White Rabbit.txt @@ -0,0 +1,42 @@ +Font: White Rabbit +Created By: Matthew Welch +E-Mail: matt@squaregear.net +Web Address: http://www.squaregear.net/fonts/ + +My fonts are all free. You can use them for personal or commercial projects, +and I ask for no money. I would, however, love to hear from you. If you use +my fonts for something please e-mail me letting me know how you used it. Send +me a copy if you can or let me know where I can find your work. You are under +no obligation to do this, I just like to see how my fonts get used. + +A license.txt file should have been included with this font, explaining the +license under which it is made available. You can also read it at: + +http://www.squaregear.net/fonts/license.shtml + +About the font: + +White Rabbit is reminiscent of the characters displayed on all those +old low-res terminal screens. Smoothed out and cleaned up for 1999, +this is the font to use for all your computing applications. + + +Copyright (C) 1999 by Matthew Welch + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this font software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/themes/basic/static/fonts/white-rabbit/WHITRABT.TXT b/themes/basic/static/fonts/white-rabbit/WHITRABT.TXT new file mode 100644 index 0000000..49948e9 --- /dev/null +++ b/themes/basic/static/fonts/white-rabbit/WHITRABT.TXT @@ -0,0 +1,42 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + + +Font: White Rabbit (whitrabt.ttf) +Created By: Matthew Welch +E-Mail: daffy-duck@worldnet.att.net +Web Address: http://home.att.net/~daffy-duck + (PGP public key available here) + +White Rabbit, like all of my fonts, is free. You can use it for most +personal or business uses you'd like, and I ask for no money. I +would, however, like to hear from you. If you use my fonts for +something please send me a postcard or e-mail letting me know how +you used it. Send me a copy if you can or let me know where I can +find your work. + +You may use this font for graphical or printed work, but you may not +sell it or include it in a collection of fonts (on CD or otherwise) +being sold. You can redistribute this font as long as you charge +nothing to receive it. If you redistribute it include this text file +with it as is (without modifications). + +If you use this font for commercial purposes please credit me in +at least some little way. + +About the font: + +White Rabbit is reminiscent of the characters displayed on all those +old low-res terminal screens. Smoothed out and cleaned up for 1999, +this is the font to use for all your computing applications. + + + +-----BEGIN PGP SIGNATURE----- +Version: PGP for Personal Privacy 5.0 +Charset: noconv + +iQA/AwUBNzDcWuEM8BJ4ZA+2EQJlHgCff/odpTMZxjkMHJrSJMpKNxRMCmsAoNu0 +kdQTGph0RRtmtuaBROcKnCxW +=lMfG +-----END PGP SIGNATURE----- diff --git a/themes/basic/static/fonts/white-rabbit/WHITRABT.ttf b/themes/basic/static/fonts/white-rabbit/WHITRABT.ttf new file mode 100644 index 0000000..7745ff6 Binary files /dev/null and b/themes/basic/static/fonts/white-rabbit/WHITRABT.ttf differ diff --git a/themes/basic/static/fonts/white-rabbit/whitrabt.ttf b/themes/basic/static/fonts/white-rabbit/whitrabt.ttf new file mode 100644 index 0000000..38e1d76 Binary files /dev/null and b/themes/basic/static/fonts/white-rabbit/whitrabt.ttf differ diff --git a/themes/basic/templates/base.html b/themes/basic/templates/base.html index 40b4fbf..daabe3d 100644 --- a/themes/basic/templates/base.html +++ b/themes/basic/templates/base.html @@ -15,32 +15,61 @@ ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) +( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( + ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( -

{{ SITENAME }}{% if SITESUBTITLE %} {{ SITESUBTITLE }}{% endif %}

- + +

{{ SITENAME }}{% if SITESUBTITLE %} {{ SITESUBTITLE }}{% endif %}

+
	
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
+(  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
+(  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
+(  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
+(  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
+		
+
+

A Nourishing Network is a small publishing project that documents and circulates current research done by a network of artists, activists and programmers that collaborate with the Austrian net culture initiative servus.at. Especially in this moment of reduced mobility and physical encounters, we are excited to launch this playful publishing experiment, which will circulate within a community that usually gathers in small-sized events and festivals.

+

A subscription to the digital and/or postal feed will activate a stream of essays that will reach you in the coming months. The network nourishes her subscribers at irregular times and involves her readers into the feeding process, by providing means to further disseminate the material in different networked ways.

+ +
+

Subscribe

+ +
-
-

Subscribe

-

Subscribe to this feed!

- -
{% block content %} @@ -49,14 +78,24 @@
diff --git a/themes/basic/templates/index.html b/themes/basic/templates/index.html index 49507e2..b5650a9 100644 --- a/themes/basic/templates/index.html +++ b/themes/basic/templates/index.html @@ -1,13 +1,22 @@ {% extends "base.html" %} {% block content %} -
{% for article in articles %} -
+
+	
	
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
+(  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
+(  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
+(  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
+ )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  ) )  ) )) )  )  )  )  ) )) )  )  )
+(  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( (  ( (( (  (  (  (  ( (( (  (  ( 
+	

{{ article.title }} @@ -34,5 +43,4 @@ o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o

{% endfor %} -
{% endblock content %}