You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
5.3 KiB
72 lines
5.3 KiB
{% extends "base.html" %}
|
|
|
|
{% 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>
|
|
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><br>
|
|
Subscribe to the postal feed: <a href="{{ SITEURL }}/pages/subscribe-to-the-postal-feed.html">subscribe/unsubscribe</a></li>
|
|
</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 %}
|
|
|
|
{% block content %}
|
|
{% for article in articles %}
|
|
<pre>
|
|
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
|
|
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
|
|
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
|
|
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
|
|
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
|
|
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
|
|
) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) ) ) ) )) ) ) )
|
|
( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( ( ( ( (( ( ( (
|
|
</pre>
|
|
<article class="post">
|
|
<h2 class="post-title">
|
|
{{ article.title }}
|
|
</h2>
|
|
<div class="post-info">
|
|
<div class="author">
|
|
{{ article.author }}
|
|
</div>
|
|
<div class="date">
|
|
{{ article.locale_date }}
|
|
</div>
|
|
<br>
|
|
<div><a href="{{ SITEURL }}/{{ article.url }}" title="Permalink to {{ article.title|striptags }}">Read this post</a></div>
|
|
</div>
|
|
<div class="post-summary">
|
|
</div>
|
|
</article>
|
|
<pre>
|
|
</pre>
|
|
{% endfor %}
|
|
{% endblock content %}
|
|
|