2020-11-19 15:50:39 +01:00
{% extends "base.html" %}
2020-12-04 13:37:08 +01:00
{% block header %}< pre id = "title" > -----------------------------------------------------------------A------------------------------------------------------------------
--------------------------------------------------------- - - - - - ------------------------------------------------------------
--------------------------------------------------N--N--N--N--N--N--N--N--N--N------------------------------------------------------
------------------------------------------o----o---o----o---o----o----o---o----o---o------------------------------------------------
------------------------------------u----u-----u-----u-----u-----u-----u-----u-----u-----u------------------------------------------
------------------------------r------r------r------r------r------r------r------r------r------r--------------------------------------
-------------------------i-------i-------i-------i-------i-------i-------i-------i-------i-------i----------------------------------
--------------------s--------s--------s--------s--------s--------s--------s--------s--------s--------s------------------------------
-----------------h---------h--------h---------h--------h---------h---------h--------h---------h--------h----------------------------
----------------i--------i---------i---------i---------i---------i---------i---------i---------i---------i--------------------------
---------------n---------n---------n---------n---------n---------n---------n---------n---------n---------n--------------------------
----------------g--------g---------g---------g---------g---------g---------g---------g---------g---------g--------------------------
----------------- --------- -------- --------- -------- --------- --------- -------- --------- -------- ----------------------------
--------------------N--------N--------N--------N--------N--------N--------N--------N--------N--------N------------------------------
-------------------------e-------e-------e-------e-------e-------e-------e-------e-------e-------e----------------------------------
------------------------------t------t------t------t------t------t------t------t------t------t--------------------------------------
------------------------------------w----w-----w-----w-----w-----w-----w-----w-----w-----w------------------------------------------
------------------------------------------o----o---o----o---o----o----o---o----o---o------------------------------------------------
--------------------------------------------------r--r--r--r--r--r--r--r--r--r------------------------------------------------------
---------------------------------------------------------k-kk-kk-k-kk-kk------------------------------------------------------------
< / pre >
< section id = "intro" >
< div id = "column1" >
< p > < em > A Nourishing Network< / em > is a 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 < a href = "https://servus.at" target = "new" > servus.at< / a > .< / p >
< / div >
< div id = "column2" >
< p > A subscription to the digital and/or postal feed will activate a stream of essays that will reach you in the coming months.< / p >
< p > The network nourishes her subscribers at irregular times and will provide means to her readers to further disseminate the material in different networked ways.< / p >
2021-05-28 14:34:47 +02:00
< del > Subscribe to the web feed: < a href = "{{ SITEURL }}/{{ FEED_RSS }}" > RSS< / a > , < a href = "{{ SITEURL }}/{{ FEED_ALL_ATOM }}" > Atom< / a > , < a href = "https://social.servus.at/@ann" target = "new" > ActivityPub< / a > < / li > < / del >
< br >
< del > Subscribe to the postal feed: < a href = "{{ SITEURL }}/pages/subscribe-to-the-postal-feed.html" > subscribe/unsubscribe< / a > < / li > < / del >
2020-12-04 13:37:08 +01:00
< / p >
< p > How to < a href = "{{ SITEURL }}/pages/subscribe-to-the-web-feed.html" > subscribe to the web feed< / a > ?< / p >
< br >
< / div >
< / section >
{% endblock %}
2020-11-19 15:50:39 +01:00
2020-12-04 13:37:08 +01:00
{% block content %}
2020-11-19 17:12:44 +01:00
{% for article in articles %}
2020-12-01 23:06:29 +01:00
< pre >
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
< / pre >
2020-11-19 15:50:39 +01:00
< article class = "post" >
< h2 class = "post-title" >
2020-12-04 13:37:08 +01:00
{{ article.title }}
2020-11-19 15:50:39 +01:00
< / h2 >
< div class = "post-info" >
2020-12-01 14:30:40 +01:00
< div class = "author" >
{{ article.author }}
< / div >
2020-11-19 15:50:39 +01:00
< div class = "date" >
{{ article.locale_date }}
< / div >
2020-12-04 13:37:08 +01:00
< br >
< div > < a href = "{{ SITEURL }}/{{ article.url }}" title = "Permalink to {{ article.title|striptags }}" > Read this post< / a > < / div >
2020-11-19 15:50:39 +01:00
< / div >
< div class = "post-summary" >
< / div >
< / article >
2020-12-01 16:07:51 +01:00
< pre >
< / pre >
2020-11-19 15:50:39 +01:00
{% endfor %}
{% endblock content %}