Merge branch 'master' of ssh://git.abbiamoundominio.org:10022/unit/website-pelican
This commit is contained in:
commit
b41f2d0158
|
@ -1,4 +1,5 @@
|
|||
Title: Incontro a VillaVegan su controllo e tecnica
|
||||
Date: 2019-07-18
|
||||
Category: news
|
||||
Slug: 2019-07-18-incontro-villavegan
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
Title: Visioni libere: The internet own boy
|
||||
Category: news
|
||||
Tags: cinema, visionilibere, Connessioni Caotiche
|
||||
Slug: 2019-05-04-visionilibere-the_internet_own_boy
|
||||
|
||||
Durante [Connessioni Caotiche 2019]({filename}/blog/2019-04-23-connessioni_caotiche.md)
|
||||
proiezione del documentario su Aaron Swartz.
|
||||
|
||||
**Sabato 4 maggio 2019**
|
||||
|
||||
**The Internet’s own boy, Brian Knappenberg, 2014**
|
||||
|
||||
*ENG sub ITA*
|
||||
|
||||
Cinemacello Macao, viale Molise 68, Milano.
|
||||
|
||||
Ore 21:00
|
||||
|
||||
Il Ragazzo di internet è Aaron Swartz, attivista
|
||||
dei diritti in rete accusato di frode informatica
|
||||
per aver divulgato pubblicazioni scientifiche
|
||||
e suicidatosi l'11 gennaio 2013 nella sua casa a Brooklyn.
|
||||
Aaron, hacker e attivista di 26 anni era accusato dal
|
||||
19 luglio 2012 di frode informatica per aver scaricato
|
||||
articoli accademici allo scopo di renderli pubblici
|
||||
per sostenere il libero accesso all'informazione.
|
||||
|
||||
Visioni libere:
|
||||
|
||||
[web page](https://unit.abbiamoundominio.org/visionilibere/) |
|
||||
[wiki](https://wiki.unit.abbiamoundominio.org/VisioniLibere) |
|
||||
[precedenti visioni]({tag}visionilibere) |
|
||||
[foto sala cinemacello](https://wiki.unit.abbiamoundominio.org/VisioniLibere?action=AttachFile&do=get&target=cinemacello.jpg).
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
Title: Visioni libere: Stare into the lights my pretties
|
||||
Date: 2019-05-20
|
||||
Category: news
|
||||
Slug: 2019-05-20-visionilibere-stare_into_the_light_my_pretties.md
|
||||
|
||||
|
|
|
@ -17,10 +17,7 @@ RELATIVE_URLS = False
|
|||
FEED_ALL_ATOM = 'feeds.atom.xml'
|
||||
FEED_ALL_RSS = 'feed.xml'
|
||||
|
||||
## attivando feed sui tag (solo atom) per avere fare podcast di bitume
|
||||
#TAG_FEED_ATOM = "feeds.tag_%s.atom.xml" # %s è deprecato, usa {slug}
|
||||
#TAG_FEED_ATOM = "feeds.{slug}.atom.xml" #CRITICAL: TypeError
|
||||
#TAG_FEED_ATOM = "feeds.tag_{slug}.atom.xml" #CRITICAL: TypeError
|
||||
TAG_FEED_ATOM = 'feeds/feed.{slug}.atom.xml'
|
||||
|
||||
DELETE_OUTPUT_DIRECTORY = True
|
||||
|
||||
|
|
|
@ -18,16 +18,16 @@
|
|||
<link href="{{ FEED_DOMAIN }}/{{ FEED_RSS }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} RSS Feed" />
|
||||
{% endif %}
|
||||
{% if CATEGORY_FEED_ATOM and category %}
|
||||
<link href="{{ FEED_DOMAIN }}/{{ CATEGORY_FEED_ATOM|format(category.slug) }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Categories Atom Feed" />
|
||||
<link href="{{ FEED_DOMAIN }}/{{ CATEGORY_FEED_ATOM|format(slug=category.slug) }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Categories Atom Feed" />
|
||||
{% endif %}
|
||||
{% if CATEGORY_FEED_RSS and category %}
|
||||
<link href="{{ FEED_DOMAIN }}/{{ CATEGORY_FEED_RSS|format(category.slug) }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} Categories RSS Feed" />
|
||||
<link href="{{ FEED_DOMAIN }}/{{ CATEGORY_FEED_RSS|format(slug=category.slug) }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} Categories RSS Feed" />
|
||||
{% endif %}
|
||||
{% if TAG_FEED_ATOM and tag %}
|
||||
<link href="{{ FEED_DOMAIN }}/{{ TAG_FEED_ATOM|format(tag.slug) }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Tags Atom Feed" />
|
||||
<link href="{{ FEED_DOMAIN }}/{{ TAG_FEED_ATOM|format(slug=tag.slug) }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Tags Atom Feed" />
|
||||
{% endif %}
|
||||
{% if TAG_FEED_RSS and tag %}
|
||||
<link href="{{ FEED_DOMAIN }}/{{ TAG_FEED_RSS|format(tag.slug) }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} Tags RSS Feed" />
|
||||
<link href="{{ FEED_DOMAIN }}/{{ TAG_FEED_RSS|format(slug=tag.slug) }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} Tags RSS Feed" />
|
||||
{% endif %}
|
||||
{% endblock head %}
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue
Block a user