1
0
Fork 0

traduzione EN about + FIX slug index

This commit is contained in:
boyska 2017-03-01 11:24:56 +01:00
parent 3a79f2f9ef
commit 318157be36
No known key found for this signature in database
GPG key ID: 7395DCAE58289CA9
3 changed files with 25 additions and 1 deletions

View file

@ -0,0 +1,22 @@
About
#####
:navbar_sort: 1
:lang: en
:slug: index
June 15-18, 2017 / Val di Susa / Turin
========================================
Hackmeeting is the yearly Italian digital counter-cultures meeting; it gathers those communities that take a hard look at how technologies work in our society. And that's not all. We tell you, just you, in a whisper (don't even tell anybody!): Hack-it is just for real hackers, that is to say for those people who want to manage their own lives as they want and are ready to fight for this right, even though they haven't ever seen a computer in their life.
Three days of lessons, games, parties, debates, crossfires and collective learning, analyzing together those technologies that we use everyday, the way they change and how they can impact on our real or virtual lives; which role we can play in order to redirect these changes and set us free of control from those who want to monopolize their development, letting society crumble and relegating us in even tighter virtual spaces.
**The event is totally self-managed: there are neither promoters nor users, just participants.**
Prehack: 25-26 febbraio / Bussoleno
===================================
Dal sabato pomeriggio alla domenica a pranzo

View file

@ -1,9 +1,9 @@
About
#####
:slug: index
:navbar_sort: 1
:lang: it
:slug: index
15-18 Giugno 2017 / Val di Susa / Torino
========================================

View file

@ -41,6 +41,8 @@ PAGE_URL = '{slug}.html'
PAGE_SAVE_AS = '{slug}.html'
PAGE_LANG_URL = '{slug}.{lang}.html'
PAGE_LANG_SAVE_AS = '{slug}.{lang}.html'
INDEX_SAVE_AS = 'articles.html'
#PAGE_BACKGROUND = 'images/background.jpg'
THEME = 'themes/hackit0x14/'