si riparte

This commit is contained in:
boyska 2019-02-17 23:05:00 +01:00
commit ac5dd19990
32 changed files with 1655 additions and 0 deletions

3
.agignore Normal file
View file

@ -0,0 +1,3 @@
*/*.min.css
*/*.min.js
themes/*/static/*/*.min.*

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
output
.*.sw.
cache
*.pid
*.pyc
.*.swp

72
Makefile Normal file
View file

@ -0,0 +1,72 @@
PY?=python
PELICAN?=pelican
PELICANOPTS=
BASEDIR=$(CURDIR)
INPUTDIR=$(BASEDIR)/content
OUTPUTDIR=$(BASEDIR)/output
CONFFILE=$(BASEDIR)/pelicanconf.py
PUBLISHCONF=$(BASEDIR)/publishconf.py
DEBUG ?= 0
ifeq ($(DEBUG), 1)
PELICANOPTS += -D
endif
VERBOSE ?= 0
ifeq ($(VERBOSE), 1)
PELICANOPTS += -v
endif
all: publish
help:
@echo 'Makefile for a pelican Web site '
@echo ' '
@echo 'Usage: '
@echo ' make html (re)generate the web site '
@echo ' make clean remove the generated files '
@echo ' make regenerate regenerate files upon modification '
@echo ' make publish generate using production settings '
@echo ' make serve [PORT=8000] serve site at http://localhost:8000'
@echo ' make devserver [PORT=8000] start/restart develop_server.sh '
@echo ' make stopserver stop local server '
@echo ' '
@echo 'Set the VERBOSE variable to 1 for some more messages, e.g. make VERBOSE=1 html'
@echo 'Set the DEBUG variable to 1 to enable debugging, e.g. make DEBUG=1 html'
@echo ' '
html:
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS)
clean:
[ ! -d $(OUTPUTDIR) ] || rm -rf $(OUTPUTDIR)
regenerate:
$(PELICAN) -r $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS)
serve:
ifdef PORT
cd $(OUTPUTDIR) && $(PY) -m pelican.server $(PORT)
else
cd $(OUTPUTDIR) && $(PY) -m pelican.server
endif
devserver:
ifdef PORT
$(BASEDIR)/develop_server.sh restart $(PORT)
else
$(BASEDIR)/develop_server.sh restart
endif
stopserver:
kill -9 `cat pelican.pid`
kill -9 `cat srv.pid`
@echo 'Stopped Pelican and SimpleHTTPServer processes running in background.'
publish:
$(PELICAN) $(INPUTDIR) --ignore-cache -o $(OUTPUTDIR) -s $(PUBLISHCONF) $(PELICANOPTS)
autopublish:
while true; do inotifywait -r content pelicanconf.py publishconf.py Makefile themes -e modify -e create -e delete; make clean publish; sleep 0.1; done
.PHONY: html help clean regenerate serve devserver publish

43
README.md Normal file
View file

@ -0,0 +1,43 @@
Hackmeeting 2019
==================
Sources for Italian Hackmeeting 0x16 (2019) website.
HowTo
-------
So you want to contribute, nice!
```
mkvirtualenv hackmeeting-website
pip install -r requirements.txt
make all serve
firefox http://localhost:8000/
```
Also, `make help` is your friend.
**Morte ai nemici dell'UTF-8**
Se devi debuggare, `make DEBUG=1`
Aggiungere un talk
--------------------
```
cp -r talks/_talk_example/ talks/MIOTALK/
vim talks/MIOTALK/meta.yaml
```
Quindi rifai `make publish` come spiegato prima: l'output ti informa di eventuali errori nei campi o
sovrapposizioni con altri talk, leggilo!
Hacking
---------
Il sito è un'istanza di pelican, più alcuni plugin custom: langmenu, per avere un menu che punta alle versioni
localizzate della pagina; talks, per gestire i talk in modo speciale.
Il tutto richiede python 2.7, ma prima o poi sarebbe il caso di passare a python 3. Quindi cerca di tenere la
compatibilità, se metti mano al codice python.

0
content/images/.keepme Normal file
View file

View file

@ -0,0 +1,6 @@
Title: Come arrivare
slug: come-arrivare
navbar_sort: 2
lang: en
TODO

View file

@ -0,0 +1,6 @@
Title: Come arrivare
slug: come-arrivare
navbar_sort: 2
lang: it
TODO

View file

@ -0,0 +1,17 @@
Contact
###########
:slug: contact
:navbar_sort: 8
:lang: en
**Mailing List**
There is a `mailing list <https://www.autistici.org/mailman/listinfo/hackmeeting>`_ where you can ask for info and follow the discussions about the meeting. It is mostly in italian but feel free to ask questions in english.
**IRC**
There is also an IRC (Internet Relay Chat) channel where discuss and chat with other participants: connect to server ``irc.autistici.org`` and join channel ``#hackit99`` (again, it will be mostly in italian, but english speakers are welcome).
If you prefer XMPP/Jabber, you can reach the same channel as room ``#hackit99@mufhd0.esiliati.org`` (please
include the hash)

View file

@ -0,0 +1,16 @@
Contatti
###########
:slug: contact
:navbar_sort: 8
:lang: it
**Mailing List**
La comunità Hackmeeting ha una `lista di discussione <https://www.autistici.org/mailman/listinfo/hackmeeting>`_ dove poter chiedere informazioni e seguire le attività della comunità. La lista ha un `archivio pubblico <http://lists.autistici.org/list/hackmeeting.html>`_, quindi puoi leggerla anche senza iscriverti. L'iscrizione è invece necessaria per scrivere.
**IRC**
Esiste anche un canale IRC (Internet Relay Chat) dove poter discutere e chiacchierare con tutti i membri della comunità: collegati al server ``irc.autistici.org`` ed entra nel canale ``#hackit99``.
Se preferisci XMPP/Jabber, puoi raggiungere lo stesso canale come ``#hackit99@mufhd0.esiliati.org`` (includi il cancelletto).

View file

@ -0,0 +1,16 @@
About
#####
:navbar_sort: 1
:lang: en
:slug: index
May31-June2, 2019 / Firenze
========================================
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.**

View file

@ -0,0 +1,15 @@
About
###################
:slug: index
:navbar_sort: 1
:lang: es
31/5 - 2/6 2019 / Firenze
========================================
Hackmeeting es el encuentro anual de las contraculturas digitales italianas, de aquellas comunidades que analizan de manera crítica los mecanismos de desarollo de las tecnologías en nuestra sociedad. Pero hackmeeting no es sólo esto, es mucho más. Te lo contamos al oído, no se lo digas a nadie, el hackmeeting es solamente para verdaderos hackers, para quienes quieran gestionarse la vida como quieran y luchan por eso, aunque no hayan visto un ordenador en su vida.
Tres días de charlas, juegos, fiestas, debates, intercambios de ideas y aprendizaje colectivo, para analizar juntxs las tecnologías que usamos todos los días, cómo cambian y cómo pueden impactar en nuestras vidas, tanto reales como virtuales. Un encuentro para indagar qué papel podemos jugar en este cambio y liberarnos del control de aquellos que quieren monopolizar su desarrollo, rompiendo nuestras estructuras sociales y relegándonos a espacios virtuales cada vez más limitados.
**El evento es totalmente autogestionado: no hay ni organizadores ni asistentes, solamente participantes!**

31
content/pages/index.fr.md Normal file
View file

@ -0,0 +1,31 @@
Title: About
Date: 2016-04-17
Slug: index
navbar_sort: 1
lang: fr
31/5 - 2/6 2019 / Firenze
========================================
Hackmeeting 2016 aura lieu à partir de vendredi 6 juin jusqu'à dimanche
8 july à Genova, au LSOA buridda.
*Hackmeeting* est le rencontre annuel des cultures numériques alternatives
italiennes, des communautés qui agissent de façon critique face aux mécanismes
de développement des technologies dans notre société. Mais c'est pas seulement
ça: on y trouve bien plus. On te le chuchote à l'oreille, ne le dis à personne:
hackit est seulement pour les vrais hackers, c'est à dire pour ceux/celles qui
veulent conduire leur vie comme ils/elles préfèrent, et qui savent comment se
battre pour accomplir leur objectif; même s'ils/elles n'ont jamais vu un ordi.
Trois jours entre talk techniques, jeux, fêtes, débats, discussions et
apprentissage collectif, tout ça pour étudier tous ensemble les technologies
qu'on utilise tous les jours, leur développement et les changements qu'elles
provoquent dans le réel et le virtuel des nos vies; pour comprendre quel soit
le rôle qu'on puisse jouer pour adresser ces changement vers la libération à
las fois des technologies elles-mêmes et des nos vies.
**L'événement est complètement autogéré: il n'y a que des participants, pas
d'organisateurs, pas d'entrepreneurs.**

16
content/pages/index.rst Normal file
View file

@ -0,0 +1,16 @@
About
#####
:navbar_sort: 1
:lang: it
:slug: index
31maggio-2giugno / Firenze
========================================
L'*hackmeeting* è l'incontro annuale delle controculture digitali italiane, di quelle comunità che si pongono in maniera critica rispetto ai meccanismi di sviluppo delle tecnologie all'interno della nostra società. Ma non solo, molto di più. Lo sussuriamo nel tuo orecchio e soltanto nel tuo, non devi dirlo a nessuno: l'hackit è solo per veri hackers, ovvero per chi vuole gestirsi la vita come preferisce e sa s/battersi per farlo. Anche se non ha mai visto un computer in vita sua.
Tre giorni di seminari, giochi, feste, dibattiti, scambi di idee e apprendimento collettivo, per analizzare assieme le tecnologie che utilizziamo quotidianamente, come cambiano e che stravolgimenti inducono sulle nostre vite reali e virtuali, quale ruolo possiamo rivestire nell'indirizzare questo cambiamento per liberarlo dal controllo di chi vuole monopolizzarne lo sviluppo, sgretolando i tessuti sociali e relegandoci in spazi virtuali sempre più stretti.
**L'evento è totalmente autogestito: non ci sono organizzatori e fruitori, ma solo partecipanti.**

91
content/pages/info.en.md Normal file
View file

@ -0,0 +1,91 @@
Title: Info
slug: info
navbar_sort: 1
lang: en
## Info
* **Who is organizing?**
Hackmeeting is a yearly meeting of a community that communicates
through
[a mailing list](https://www.autistici.org/mailman/listinfo/hackmeeting). There
is no distinction between organizers and users. Everyone can subscribe
and partecipate in the organization by visiting the site
[it.hackmeeting.org](https://it.hackmeeting.org) and entering the community.
* **What is an hacker?**
Hackers are curious people, always eager to discover how things are
done. Whether it is technology or not, hackers reclaim freedom to
experiment, disassemble and reassemble things or concepts, to
understand how are they made, to improve them, and then to share how
to do it again. Hackers solve problems and build things, believing in
freedom and sharing. They do not like closed systems. Hackers' forma
mentis is not restricted to the field of software hacking: there are
people that keep the hacker mentality in every existing field, driven
by their creative impulse.
* **Who holds the talks?**
Whoever wants to. If someone wants to propose a talk, they just has to
propose it on the mailing list. If the proposal is well received, it
gets on calendar. If there are some problems, the community will be
happy to help improve the proposal.
* **Whats in there, besides talks?**
There is a LAN space, as to say an area dedicated to the net: everyone
can plug their laptop, forming a network with the other participants. In
general, this is the right place to meet other attendees, to ask for
help in installing Linux, to solve a doubt, or just to have a chat.
Hackmeeting is an open-air festival, a meeting, an hacking party, a
moment of consideration, an occasion to learn something together, an act
of rebellion, an exhange of ideas, experiences, dreams, utopias.
* **How much does it cost?**
Traditionally, entrance in Hackmeeting is totally free: always keep in
mind that organizing the event has a cost. Expenses are sustained
through voluntary contributions, selling shirts and other gadgets and
sometimes through the earnings of the bar.
Please donate whatever you can, every small donation counts.
* **Eating**
There is a self-organized kitchen, and we invite everyone to
participate. As for every year, alimentary restrictions of every type
will be respected, so there will be vegetarian and vegan meals.
We also try to respect any other necessity (gluten-free meals and so
on), if this is your case please write it in
the mailing list.
* **What shall I bring?**
If you want to bring a computer, take a power
strip too. Do not forget networking hardware (like Ethernet cables,
switches, WiFi access points). Remember to bring the hardware that
you will want to hack in company. We will try to get some internet
connection for everybody to share, but we can't really guarantee anything.
If you think that you need it, bring a 3G/4G stick with you
and the necessary to share it with friends! Try to be as independent
as possible regarding your hardware.
* **May I arrive before Thursday?**
Do you want to arrive sooner? Wonderful! In the preceding days there is
always much to do (arrange network infrastructure, arrange seminar halls and
many other things) so any helping hand is well accepted.
Maybe just let us know in advance by sending a message in the list!
* **May I take photos, make videos, post, tag, share, upload?**
We think that the freedom to choose the dimensions of ones own private
sphere and public profile must be guaranteed to every participant: in
this spirit, photos and/or videos are admitted only if explicitly
authorized by every person that appears in the media. Nobody should be
photographed without knowing.
Many people at Hackmeeting really care about their privacy, please ask
before taking a picture.
* **How are people expected to behave?**
Hackmeeting is a self-managed space, a temporary independent space and
whoever passes through is expected to behave according to the principles
of antisexism, antiracism and antifascism. If you are victim or witness
of an act of oppression, aggression, brute force, port scan, ping flood
and other non-consensual DOS and you do not know how to react, always
count on the communitys support and do not hesitate to attract
attention and ask for help.

38
content/pages/info.md Normal file
View file

@ -0,0 +1,38 @@
Title: Info
slug: info
navbar_sort: 1
## Info
* **Chi organizza l'hackmeeting?**
Lhackmeeting è un momento annuale di incontro di una comunità che si riunisce intorno a [una mailing list](https://www.autistici.org/mailman/listinfo/hackmeeting). Non esistono organizzatori e fruitori. Tutti possono iscriversi e partecipare allorganizzazione dell'evento, semplicemente visitando il sito www.hackmeeting.org ed entrando nella comunità.
* **Chi è un hacker?**
Gli hacker sono persone curiose, che non accettano di non poter mettere le mani sulle cose. Che si tratti di tecnologia o meno gli hackers reclamano la libertà di sperimentare. Smontare tutto, e per poi rifarlo o semplicemente capire come funziona. Gli Hackers risolvono problemi e costruiscono le cose, credono nella libertà e nella condivisione. Non amano i sistemi chiusi. La forma mentis dellhacker non è ristretta allambito del software-hacking: ci sono persone che mantengono un atteggiamento da hacker in ogni campo dellesistente, spinti dallo stesso istinto creativo.
* **Chi tiene i seminari?**
Chi ne ha voglia. Se qualcuno vuole proporre un seminario, non deve fare altro che proporlo in lista. Se la proposta piace, si calendarizza. Se non piace, si danno utili consigli per farla piacere.
* **Ma cosa si fa, a parte seguire i seminari?**
Esiste un “lan-space”, vale a dire unarea dedicata alla rete: ognuno arriva col proprio portatile e si può mettere in rete con gli altri. In genere in questa zona è facile conoscere altri partecipanti, magari per farsi aiutare a installare Linux, per risolvere un dubbio, o anche solo per scambiare quattro chiacchiere. Lhackmeeting è un open-air festival, un meeting, un hacking party, un momento di riflessione, unoccasione di apprendimento collettivo, un atto di ribellione, uno scambio di idee, esperienze, sogni, utopie.
* **Quanto costa lingresso?**
Come ogni anno, lingresso allHackmeeting è del tutto libero; ricordati però che organizzare lHackmeeting ha un costo. Le spese sono sostenute grazie ai contributi volontari, alla vendita di magliette e altri gadget e in alcuni casi allintroito del bar e della cucina.
* **Cosa posso portare**
Se hai intenzione di utilizzare un computer, portalo accompagnato da una ciabatta elettrica. Non dimenticare una periferica di rete di qualche tipo (vedi cavi ethernet, switch e/o dispositivi WiFi). Ricordati inoltre di portare tutto lhardware su cui vorrai smanettare con gli altri. Durante levento la connessione internet sarà estremamente limitata dato il posto ma, se vuoi essere assolutamente sicuro di poterti connettere, portati una pennina 4G e il necessario per condividerla con gli amici! In generale, cerca di essere autosufficiente sul lato tecnologico.
* **Posso arrivare prima di venerdì?**
Vuoi arrivare qualche giorno prima? Fantastico! Nei giorni precedenti ad hackmeeting ci sono sempre molte cose da fare (preparare linfrastruttura di rete, preparare le sale seminari, e tanto altro!) quindi una mano è ben accetta. Dai un'occhiata alla mailing list per organizzarti.
* **Posso scattare foto, girare video, postare, taggare, condividere, uploadare?**
Pensiamo che ad ogni partecipante debba essere garantita la libertà di scegliere in autonomia lampiezza della propria sfera privata e dei propri profili pubblici; per questo allinterno di hackmeeting sono ammessi fotografie o video solo se chiaramente segnalati e precedentemente autorizzati da tutte e tutti quanti vi compaiano.
Le persone che attraversano hackmeeting hanno particolarmente a cuore il concetto di
privacy: prima di fare una foto, esplicitalo.
* **Come ci si aspetta che si comportino tutte e tutti?**
Hackmeeting è uno spazio autogestito, una zona temporaneamente autonoma e chi ci transita è responsabile che le giornate di hackit si svolgano nel rispetto dellantisessismo, antirazzismo e antifascimo. Se subisci o assisti a episodi di oppressione, aggressione, brute force, port scan, ping flood e altri DOS non consensuali e non sai come reagire o mitigare lattacco, conta sul sostegno di tutta la comunità e non esitare a richiamare pubblicamente lattenzione e chiedere aiuto.

View file

@ -0,0 +1,29 @@
Schedule
===========
:slug: schedule
:navbar_sort: 7
:lang: en
`Add the schedule <schedule.ics>`_ as a calendar
The schedule is still work in progress: a large part of hackmeeting
contents are scheduled last-minute!
Read the `call for contents (Italian) <http://lists.autistici.org/message/20170502.165954.0e930b75.en.html>`_ and propose yours in `mailing list <{filename}contatti.rst>`_.
Contents in a language other than Italian are not only accepted, but
appreciated!
Hackmeeting (still) hasn't a proper translation system, but you can
find a bunch of people to ask to do translations when you need it.
.. talkgrid::
:lang: en
.. talklist::
:lang: en

View file

@ -0,0 +1,22 @@
Programma
===========
:slug: schedule
:navbar_sort: 7
:lang: it
`Aggiungi il programma <schedule.ics>`_ di hackmeeting nel tuo calendario.
Il programma è soggetto a variazioni continue: vieni ad hackmeeting e vivitelo!
Fatti coraggio, proponi il tuo contenuto in `mailing list <{filename}contatti.rst>`_: crea un nuovo thread
dedicato alla tua proposta. Nel subject inserisci ``[TALK]``
(ad esempio ``[TALK] come sbucciare le mele con un cluster di GPU``) così che sia facile ritrovarlo per chi è
interessato.
.. talkgrid::
:lang: it
.. talklist::
:lang: it

9
content/pages/stampa.rst Normal file
View file

@ -0,0 +1,9 @@
Stampa
#########
:slug: press
:navbar_sort: 10
:lang: it
TODO

180
content/pages/storia.md Normal file
View file

@ -0,0 +1,180 @@
Title: Storia
slug: storia
navbar_sort: 9
####La storia dell'HackMeeting
* **1998 - Firenze - CPA Firenze Sud**
Viene organizzato il primo hackmeeting al Cpa di Firenze. [Strano Network](http://strano.net/), [Avana BBS](http://avana.forteprenestino.net/), [Ecn](http://www.ecn.org), [Freaknet](http://www.freaknet.org), Decoder, Metro Olografix e la rete
Cybernet decidono di fare un meeting perché quattro anni prima cera stato un primo giro di vite contro gli hacker italiani. Il problema era
che i media iniziavano ad accorgersi che cera il fenomeno digitale e identificavano il tentativo di capire la logica delle nuove tecnologie
come fenomeno “criminali”. La comunità hacker invece voleva sottolineare che il computer era uno strumento di massa, domestico e non solo
tecnico-universitario o militare, di controllo o di mercato.
Linformazione che su quella rete di pc passava, doveva essere libera. Radio Cybernet strimmava i seminari su web, prima webradio italiana. Da
allora, la radio ci sarà praticamente ogni anno. I tre giorni di Firenze sono quelli in cui e nato limpianto dellhackmeeting attuale. Il
messaggio era: usciamo dal digitale e portiamo nel reale e alla portata di tutti questioni tecniche e opportunità di comunicazione diretta;
siamo noi a dirtelo senza mediazioni (”dont hate the media, become the media” da lì a qualche anno avrebbe affiancato “information wants to be
free”). Quellanno per esempio esce Kryptonite, un libro che raccoglie how-to su strumenti specifici, legati alla privacy e allanonimato
(anonimous remailer, gpg, packet radio). Lintenzione divulgativa dellhackmeeting è chiara. Allhackmeeting partecipa tutta la scena più
rappresentativa dellunderground italiano. La prima generazione di hacker che si riconosce nel termine non nel senso più comunemente
attribuito dai media. Strumenti tecnici: corsi di linux per principianti e workshop sulla accessibilità delle tecnologie e dei siti.
* **1999 - Milano - Deposito Bulk**
Viene deciso collettivamente di uscire dalla dimensione dei tre giorni per darsi spazi tutto lanno, e dare origine agli hacklab dove
incontrarsi, avere un laboratorio, condividere il lavoro, divulgare tematiche. Ospite di rilievo è Wau Holland, un hacker libertario
cofondatore del Chaos Computer Club, che senza carta di identità arrivò in Italia in modi rocamboleschi. Connessioni internazionali vengono
fatte conoscere alla comunità italiana. Strumenti tecnici: si ricorda il seminario su attaccare i protocolli di comunicazione (ip icmp tcp udp +
servizi), per capire/spiegare un po meglio come funzionano i protocolli di rete e quindi dove e perché sono vulnerabili. Un altro tema che
diventerà ricorrente negli hackmeting.
* **2000 - Roma - Forte Prenestino**
Sede di Avana BBS, primo hackmeeting organizzato con gli hacklab, diventati ormai realtà concrete. Jaromil si presenta con asciicam,
costruendo le relazioni declinate in altri ambiti come la net art, aspetto artistico, giocoso e capace di critica dellhacking. È anche un
hackmeeting dedicato ai diritti in rete, alla cooperazione sociale, allaccessibilità in rete. Molti i seminari su etica e web.
* **2001 - Catania - Freaknet media lab**
Un posto particolare, visto che era nato prima degli hacklab e già si apriva al pubblico con i bollettini meteo per i pescatori, via internet,
e le tastiere in arabo per gli immigrati. È lhackmeeting più forte dal punto di vista del numero di ore passato sul codice. Viene presentato il
progetto autistici.org/inventati.org come server autogestito che si affiancava a ecn. Viene presentato anche Bolic1, che diventerà poi
Dynebolic (the media hacktivist tool). Il Freaknet propone nelluniversità scientifica di Catania che si adotti il software libero
come software di base e allhackmeeting viene proposto di estenderlo anche ad altre città. Passeranno per questo meeting anche quelli che poi
creeranno il media center del G8. Vengono proposti strumenti e persone che poi si coaguleranno per dare vita a media come Indymedia. Si inizia
a parlare di reddito e lavoro nella net economy. Strumenti tecnici: si tiene un seminario di reverse engineering, ovvero
modificare il comportamento di un programma senza conoscere il codice sorgente.
* **2002 - Bologna - TPO**
Hackmeeting mondano. la parola mediattivismo è uscita e diffusa, Indymedia è un media consolidato, NGvision rappresenta un archivio video
su web consistente, ci sono le telestreet, lhackmeeeting diventa non più solo da hacker ma da attivismo media, e non a caso compaiono le
donne. Viene Richard Stallman. Strumenti tecnici: viene presentato il Retrocomputing ovvero la passione per il recupero dellhardware.
* **2003 - Torino - Barrio**
Viene fatto il mitico seminario di stiraggio acrobatico e la questione genere/tecnologie viene proposta dal Sexy shock di Bologna, collettivo
di donne, sottolineando che ci sono questioni di genere anche tra hacker e che sarebbe il caso di occuparsene. Alle aule vengono dati nomi
storici dellanarchismo. Strumenti tecnici: Honeypots, sicurezza informatica sul web sono tra gli argomenti trattati. Wireless diffuso.
* **2004 - Genova - Buridda**
Si apre ulteriormente lambito, vengono presentati seminari di robotica, ma anche sulla prostituzione. E sopratutto a partire da Reload di Milano
viene lanciato il concetto di reality hacking, hacking della vita quotidiana e della politica, chiedendo agli hacklab di uscire dagli
stretti ambiti nerd per entrare in quelli più allargati dellagire politico. Strumenti tecnici: Bluetooth security uno dei seminari.
* **2005 - Napoli - TerraTerra**
Viene presentato Open non è free, il secondo libro che esce dalla comunità di hackmeeting. Visto che nella società iniziano a circolare i
concetti di open source e di free software, la comunità sente la necessità di sottolineare la necessità di approcciare in maniera critica
queste tematiche che sono comunque ormai assorbite anche dal mercato. Strumenti tecnici: introduzione al Phreaking, ovvero come telefonare
gratis, dal fischietto di Captain Crunch al vOIP.
* **2006 - Parma - Collettivo Mario Lupo**
Gli hacklab non sono più lelemento principale di organizzazione ma cè una percezione più comunitaria che permette loccupazione di uno spazio
per la durata dellhackmeeting. Loccupazione avviene in un momento ambiguo e cosparso di sgomberi nel territorio parmense e prende la forma
politica di una TAZ, anche se cera la speranza di fare molto di più (tenere il posto, che poi invece verrà sgomberato). Nellambito dei
seminari si apre ulteriormente lapplicazione della filosofia hack in ambiti vari, per esempio, serpicanaro e la licenza open per la
produzione materiale, bucare un sistema che non è solo informatico ma reale e di mercato. Viene presentato The darkside of Google, altro libro
scritto da persone della comunità su aspetti ancora (allora) poco noti di Google. Strumenti tecnici: Web Semantico e Ontologie informatiche; si discute di Copyleft e fightsharing.
* **2007 - Pisa - Rebeldia**
Rispetto allanno precedente si recupera di nuovo sul profilo internazionale, vengono Emmanuel Goldstein, parte della scena americana storica dei phreakers e media hacktivist. Andy Muller Maghun, membro del CCC, esordisce dicendo “il CCC nasce come progetto politico”, segno di come in Europa sin dall82 si considerava il potenziale politico dellhacking come concetto, Armin Medosh, che fa una ricostruzione storica in chiave marxista dellevoluzione tecnologica. Appaiono seminari che impongono una presa di coscienza collettiva ecologica: viene fatto il seminario “hack the bread”, che riporta laccento su pratiche politiche anche a livello personale. Viene introdotto lo spazio capanne dei suchi, uno spazio diverso dal workshop, di discussione libera e lavoro in comune. Strumenti tecnici: metodi di compromissione dellanonimato, come difendersi. Voip Security, necessità di attenzione anche su Voip. IPSec, Meccanismi per proteggersi da attacchi basati sullanalisi statistica del traffico (Web site fingerprinting, etc ).
* **2008 - Palermo - AsK 191**
Hackmeeting importante per il luogo, lincontro con le persone dellAsk ha prodotto un momento di autogestione in comune molto forte. Conferma
spirito forte comunitario, non molto aperto perché non cera risposta da parte del pubblico palermitano. Limpronta ecologica continua, si parla
di compost, di rifiuti, di energia solare e onde radio. Sharing not exploiting: Prosumer vs. Corporation, riflessione su social network e
web 2.0, ritorni economici delle corporation. Dal punto di vista dellimmaginario compare il workshop sullo steampunk, il dopo cyberpunk.
Strumenti tecnici: Web semantico, come approccio al web 3.0
* **2009 - Rho - Fornace**
Di nuovo lhackmeeting va a supportare unautogestione in difficoltà. Lo scenario è Rho, hinterland milanese devastato dalla speculazione Expo,
un enorme capannone vuoto occupato da pochi giorni. Si parla di paura, di creazione della paura, di come uscire da questo modello sociale di
persone spaventate, che si guardano in cagnesco. Licona dellhackit è il babau, il cattivo delle favole. Si stabilizza allinterno delle
tematiche linteresse per la questione precariato e modelli di vita conseguenti. Si inaugura la pratica dei warm up, seminari che introducono nelle settimane precedenti sia nella città ospite, che nel resto dItalia levento principale. A livello di immaginario si parla di fantascienza, di retrocomputing e restauro, videogiochi per cellulari. Strumenti tecnici: streaming audio/video giss, sniffjoke, reti gsm, reti mesh
* **2010 - Roma - La Torre**
Hackmeeting tra gli ulivi nel caldo romano, tutti in tenda, ci si riprende dallhinterland milanese dellanno prima. Si parla di controllo, di quanto ne abbiamo intorno, di quali strumenti utilizza. Le tematiche ecologiste rientrano dalla porta principale con il seminario sulle pale eoliche, la presentazione della rete per lautocostruzione e il seminario sugli orti urbani. Nel lan space presenti sempre più arduini, e un modello di elicottero radiocomandato. Ospite dellhackit Margaret killjoy, un buffo personaggio dello Steampunk Magazine, un rivista autoprodotta americana, presentata assieme a Ruggine, una rivista autoprodotta italiana di racconti e disegni. Affollatissimo il seminario di pr0n, misterisca e intrigante estensione di firefox. Strumenti tecnici: ipv6 e reti mesh, opencv, arduino.
* **2011 - Firenze - csa nExt Emerson**
Il tema di questa edizione è stato quello dellapocalisse. Dalle nuvole dei disastri nucleari alle nuvole del cloud computing: la tecnologia e la conoscenza quando centralizzate per interessi economici e politici e in contrasto con le aspirazioni individuali e collettive di autonomia portano inevitabilmente alla… apocalisse.
* **2012 - LAquila - Asilo Occupato**
Una presenza significativa in una città come LAquila che non assomiglia più ad una città. Hack the town!! Se non è più possibile riparare i danni, dare un senso a ciò che è andato distrutto, hackmeeting prova a capire se è possibile farla funzionare in un altro modo, partendo dalla ricostruzione dei tessuti sociali e relazionali, delle connessioni vitali della città.
* **2013 - Cosenza - Ex-Officine**
Si è tenuto nellarea occupata delle ex officine Ferrovie della Calabria ed ha avuto come tema la “iattura del controllo”. Lidea dellHackmeeting 2013 era quello di stimolare una nuova saggezza popolare 2.0 per far fronte alle forze avverse che minacciano le libertà di espressione e di condivisione nella rete. Neanche a farlo apposta, fra iatture e superstizioni, proprio nei giorni di questhackmeeting escono le prime rivelazioni di Snowden.
Lattività di chi controlla i movimenti in rete, per affari, o per controllo è il tema chiave, ma gli argomenti trattati sono stati molteplici: dalla privacy alle tecnologie di comunicazione, dalla contrasessualità alle relazioni di inchiesta sui software spia utilizzati da governi e non. Degno di nota è anche lesperimento di media trolling che porta hackmeeting sulle pagine dei più importanti quotidiani nazionali attraverso un divertente e totalmente infondato “scoop”.
* **2014 - Bologna - XM24**
Xm24 ospita gli ultimi 3 giorni di un hackmeeting durato molto più a lungo:
l'articolato percorso di warmup cittadino, coordinato dall'hacklabbo ma che
vede la partecipazione di molte realtà, antagoniste e non, porta ad un'edizione
particolarmente partecipata.
Grazie alla lunga storia mediattivista di Xm24, la visibilità e il carattere
universitario di Bologna e alla rete di comunità che si intrecciano nella lista
hackmeeting prende vita un evento che dimostra alla sua stessa comunità come la
scena sia tutt'altro che morta, ma anzi particolarmente attenta e attiva.
Durante le tre giornate la necessità e la centralita' di un evento costruito
dal basso viene riaffermato con forza non soltato dalla partecipazione della
comunità storica, ma anche dalle assemblee di comunita' trasversali ad
hackmeeting(eg. quella delle WCN italiane), l'affacciarsi di molti volti nuovi
e i moltissimi talk di grande attualità (eg. Citizen Lab con il lavoro sulla
sorveglianza digitale).
PS: il logo è un non morto, non un gorilla, non un fattone ;)
* **2015 - Napoli - Mensa occupata**
Dopo dieci anni Hackmeeting torna a Napoli e si riprende il centro della città.
La collocazione centralissima della Mensa Occupata favorisce lo svolgimento di un hackmeeting di livello non esclusivamentetecnico e molto divulgativo. A meno di due mesi del primo maggio e delle lotte contro Expo, la riflessione sul lato più politico e militante dell'hacking si impone: tecniche di autodifesa neuro-digitali, studio delle legislazioni in materia di intercettazioni, Tor, crittografia e resistenza digitale. Alla comunità si è aggiunta tanta gente nuova e questa diventa l'occasione per reinventarsi. Si scopre che i fritti favoriscono la concentrazione.
* **2016 - Pisa - Polo Fibonacci**
Polo Fibonacci, l'hackmeeting si ritrova a Pisa il 3-5 Giugno e occupa un polo
universitario riempiendolo di giochi, feste, workshop e dibattiti. Per parlare di
tecnologia, di privacy, di sicurezza, ma anche di differenze, di gender e di
piu' inclusione all'interno del hackmeeting.
Si analizzano malware, si discute di crittografia quantistica e
ci si ritrova a giocare a retrogame alle 3 di mattina tra musica punk e la
birra che ormai e' finita da un po'
I bagni non divisi per genere si chiamano come gli editor: VIM, NANO o EMACS, mentre
alcune faccie internazionali e non rispondo ad email e scrivono pezzi di python nel mezzo del Lan Space
mentre altri cercano per la prima volta di installare Linux.
L'attenzione si sposta parecchio sui malware, anche detti captatori informatici
si prova ad analizzarli e vedere la demo di hacking-team, poi Ippolita presenta [Anime Elettriche](http://www.vita.it/it/interview/2016/04/27/anime-elettriche-corpi-digitali-linee-di-fuga-e-tattiche-di-resistenza/52/) e la sera
alcuni propongono giochi sulla comprensione del consenso, tavole rotonde sulle
discussioni di genere e tentativi di migliorare la comunita'
Poi all'improvviso e' gia' domenica e abbracci e baci, si accolla il prossimo
hackit ai Torinesi, ci vediamo in Val Susa.
* **2017 - Venaus, Val di Susa - Borgata 8 Dicembre e Presidio permanente**
E' il ventesimo hackmeeting e per celebrare l'occasione, si pensa di
farlo in un posto diverso. L'idea gira in lista, piace subito e così si parte.
Si impara a saldare, a fare il dado vegetale, a costruire un'antenna, a
farsi il formaggio con il latte di capra.
Si parla di sicurezza digitale, di anonimato, di fisica quantistica, di
cyberspionaggio, di pokemon, di controllo, di radio e di reti mesh.
Ci si mischia con i resistenti valsusini, ci si contagia, si scambiano
racconti, esperienze, sogni.La comunità condivide con la valle, la valle si racconta alla comunità.
Si dorme in tenda si cucina e ci si lava all'aperto, si cena al cantiere
di Chiomonte, si cammina in montagna.
Tagliare le reti, insomma, ci sta!

40
content/pages/warmup.rst Normal file
View file

@ -0,0 +1,40 @@
:slug: warmup
:navbar_sort: 4
:lang: it
:title: WarmUp
Warmup
===========
Cosa sono
--------------
I warmup sono eventi "preparatori" ad hackmeeting. Avvengono in giro per l'Italia, e possono trattare gli
argomenti più disparati.
Elenco
---------
.. contents:: :local:
TODO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
testo del warmup
.. image:: images/warmup-antani.jpg
:height: 300px
:alt: Locandina "antani"
:name: Locandina "antani"
:target: https://ifdo.noblogs.org/
Proporre un warmup
------------------
Vuoi fare un warmup? ottimo!
* iscriviti alla [mailing list di hackmeeting](https://www.autistici.org/mailman/listinfo/hackmeeting).
* scrivi in mailing list riguardo al tuo warmup: non c'è bisogno di alcuna "approvazione ufficiale", ma segnalarlo in lista è comunque un passaggio utile per favorire dibattito e comunicazione.

78
pelicanconf.py Normal file
View file

@ -0,0 +1,78 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
AUTHOR = u'Hackmeeting'
SITENAME = u'Hackmeeting 0x16'
CC_LICENSE = 'by-nc-sa'
SITEURL = 'https://hackmeeting.org/hackit19/'
PATH = 'content'
PAGE_PATHS = ['pages']
ARTICLE_PATHS = ['news']
STATIC_PATHS = ['images', 'talks', 'extra']
#DIRECT_TEMPLATES = ('search',) # tipue search
TIMEZONE = 'Europe/Paris'
DEFAULT_LANG = u'it'
# Feed generation is usually not desired when developing
FEED_ALL_ATOM = None
CATEGORY_FEED_ATOM = None
TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
# Blogroll
LINKS = None
# Social widget
SOCIAL = None
DEFAULT_PAGINATION = 10
USE_OPEN_GRAPH = False # COL CAZZO
# Uncomment following line if you want document-relative URLs when developing
# RELATIVE_URLS = True
DEFAULT_DATE = (2019, 3, 1)
TYPOGRIFY = True
PAGE_ORDER_BY = 'navbar_sort'
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'
BANNER= True
BANNER_ALL_PAGES= True
SITELOGO="logo/logo.png"
# PAGE_BACKGROUND = 'images/background.jpg'
#THEME = 'themes/hackit0x15/'
FONT_URL = 'theme/css/anaheim.css'
# Custom css by sticazzi.
CUSTOM_CSS = 'theme/css/hackit.css'
EXTRA_PATH_METADATA = {
# 'extra/main.css': {'path': 'themes/pelican-bootstrap3/static/css/main.css' },
'extra/favicon.png': {'path': 'images/favicon.png'},
'images/locandina.jpg': {'path': 'images/locandina.jpg'},
}
# Pelican bootstrap 3 theme settings
BOOTSTRAP_THEME = 'darkly'
HIDE_SITENAME = True
HIDE_SIDEBAR = True
PLUGIN_PATHS = ['plugins']
PLUGINS = ['langmenu', 'talks', 'tipue_search']
MD_EXTENSIONS = ['toc']
#TALKS = {
# u'1': { u'Speaker' : u'',
# u'Title': u'',
# u'Abstract': u'',
# u'Room': u'',
# u'Schedule': u'',
# u'Day':'',
# }
#}

39
plugins/langmenu.py Normal file
View file

@ -0,0 +1,39 @@
'''
This plugin attemps to create something similar to menuitems,
but more meaningful with respect to l10n
'''
from __future__ import print_function
from pelican import signals
def add_localmenuitems(generator):
menu = {} # lang: list of pages
for page in generator.context['pages']:
menu.setdefault(page.lang, [])
for tr in page.translations:
menu.setdefault(tr.lang, [])
print('we have langs ' + ','.join(menu.keys()))
for page in sorted(generator.context['pages'],
key=lambda x: int(x.navbar_sort)):
defined_langs = []
menu[page.lang].append(page)
defined_langs.append(page.lang)
for tr in page.translations:
menu[tr.lang].append(tr)
defined_langs.append(tr.lang)
for lang in menu.keys():
if lang not in defined_langs:
menu[lang].append(page)
menuitems = {}
for lang in menu:
menuitems[lang] = []
for page in menu[lang]:
menuitems[lang].append((page.title, page.url))
generator.context['LOCALMENUITEMS'] = menuitems
def register():
signals.page_generator_finalized.connect(add_localmenuitems)

521
plugins/talks.py Normal file
View file

@ -0,0 +1,521 @@
# -*- coding: utf-8 -*-
'''
Manage talks scheduling in a semantic way
'''
from __future__ import print_function
import os
import io
from functools import wraps
import logging
import re
import datetime
import shutil
from copy import copy
import locale
from contextlib import contextmanager
from babel.dates import format_date, format_datetime, format_time
from markdown import markdown
from docutils import nodes
from docutils.parsers.rst import directives, Directive
import six
from pelican import signals, generators
import jinja2
try:
import ics
except ImportError:
ICS_ENABLED = False
else:
ICS_ENABLED = True
import unidecode
import dateutil
pelican = None # This will be set during register()
def memoize(function):
'''decorators to cache'''
memo = {}
@wraps(function)
def wrapper(*args):
if args in memo:
return memo[args]
else:
rv = function(*args)
memo[args] = rv
return rv
return wrapper
@contextmanager
def setlocale(name):
saved = locale.setlocale(locale.LC_ALL)
try:
yield locale.setlocale(locale.LC_ALL, name)
finally:
locale.setlocale(locale.LC_ALL, saved)
@memoize
def get_talk_names():
names = [name for name in os.listdir(pelican.settings['TALKS_PATH'])
if not name.startswith('_') and
get_talk_data(name) is not None
]
names.sort()
return names
def all_talks():
return [get_talk_data(tn) for tn in get_talk_names()]
def unique_attr(iterable, attr):
return {x[attr] for x in iterable
if attr in x}
@memoize
def get_global_data():
fname = os.path.join(pelican.settings['TALKS_PATH'], 'meta.yaml')
if not os.path.isfile(fname):
return None
with io.open(fname, encoding='utf8') as buf:
try:
data = yaml.load(buf)
except Exception:
logging.exception("Syntax error reading %s; skipping", fname)
return None
if data is None:
return None
if 'startdate' not in data:
logging.error("Missing startdate in global data")
data['startdate'] = datetime.datetime.now()
if 'rooms' not in data:
data['rooms'] = {}
return data
def _get_time_shift(timestring):
''' Il problema che abbiamo è che vogliamo dire che le 2 di notte del sabato sono in realtà "parte" del
venerdì. Per farlo accettiamo orari che superano le 24, ad esempio 25.30 vuol dire 1.30.
Questa funzione ritorna una timedelta in base alla stringa passata
'''
timeparts = re.findall(r'\d+', timestring)
if not timeparts or len(timeparts) > 2:
raise ValueError("Malformed time %s" % timestring)
timeparts += [0,0] # "padding" per essere sicuro ci siano anche [1] e [2]
duration = datetime.timedelta(hours=int(timeparts[0]),
minutes=int(timeparts[1]),
seconds=int(timeparts[2]))
if duration.total_seconds() > 3600 * 31 or duration.total_seconds() < 0:
raise ValueError("Sforamento eccessivo: %d" % duration.hours)
return duration
@memoize
def get_talk_data(talkname):
fname = os.path.join(pelican.settings['TALKS_PATH'], talkname, 'meta.yaml')
if not os.path.isfile(fname):
return None
with io.open(fname, encoding='utf8') as buf:
try:
data = yaml.load(buf)
except Exception:
logging.exception("Syntax error reading %s; skipping", fname)
return None
if data is None:
return None
try:
gridstep = pelican.settings['TALKS_GRID_STEP']
data.setdefault('nooverlap', [])
if 'title' not in data:
logging.warn("Talk <{}> has no `title` field".format(talkname))
data['title'] = six.text_type(talkname)
else:
data['title'] = six.text_type(data['title'])
if 'text' not in data:
logging.warn("Talk <{}> has no `text` field".format(talkname))
data['text'] = ''
else:
data['text'] = six.text_type(data['text'])
if 'duration' not in data:
logging.info("Talk <{}> has no `duration` field (50min used)"
.format(talkname))
data['duration'] = 50
data['duration'] = int(data['duration'])
if data['duration'] < gridstep:
logging.info("Talk <{}> lasts only {} minutes; changing to {}"
.format(talkname, data['duration'], gridstep))
data['duration'] = gridstep
if 'links' not in data or not data['links']:
data['links'] = []
if 'contacts' not in data or not data['contacts']:
data['contacts'] = []
if 'needs' not in data or not data['needs']:
data['needs'] = []
if 'room' not in data:
logging.warn("Talk <{}> has no `room` field".format(talkname))
else:
if data['room'] in get_global_data()['rooms']:
data['room'] = get_global_data()['rooms'][data['room']]
if 'time' not in data or 'day' not in data:
logging.warn("Talk <{}> has no `time` or `day`".format(talkname))
if 'time' in data:
del data['time']
if 'day' in data:
del data['day']
else:
data['day'] = get_global_data()['startdate'] + \
datetime.timedelta(days=data['day'])
try:
shift = _get_time_shift(str(data['time']))
except ValueError:
logging.error("Talk <%s> has malformed `time`", talkname)
data['delta'] = shift
data['time'] = datetime.datetime.combine(
data['day'], datetime.time(0,0,0))
data['time'] += shift
data['time'] = data['time'].replace(tzinfo=dateutil.tz.gettz('Europe/Rome'))
data['id'] = talkname
resdir = os.path.join(pelican.settings['TALKS_PATH'], talkname,
pelican.settings['TALKS_ATTACHMENT_PATH'])
if os.path.isdir(resdir) and os.listdir(resdir):
data['resources'] = resdir
return data
except Exception:
logging.exception("Error on talk %s", talkname)
raise
def overlap(interval_a, interval_b):
'''how many minutes do they overlap?'''
return max(0, min(interval_a[1], interval_b[1]) -
max(interval_a[0], interval_b[0]))
def get_talk_overlaps(name):
data = get_talk_data(name)
overlapping_talks = set()
if 'time' not in data:
return overlapping_talks
start = int(data['time'].strftime('%s'))
end = start + data['duration'] * 60
for other in get_talk_names():
if other == name:
continue
if 'time' not in get_talk_data(other):
continue
other_start = int(get_talk_data(other)['time'].strftime('%s'))
other_end = other_start + get_talk_data(other)['duration'] * 60
minutes = overlap((start, end), (other_start, other_end))
if minutes > 0:
overlapping_talks.add(other)
return overlapping_talks
@memoize
def check_overlaps():
for t in get_talk_names():
over = get_talk_overlaps(t)
noover = get_talk_data(t)['nooverlap']
contacts = set(get_talk_data(t)['contacts'])
for overlapping in over:
if overlapping in noover or \
set(get_talk_data(overlapping)['contacts']).\
intersection(contacts):
logging.warning('Talk %s overlaps with %s' % (t, overlapping))
@memoize
def jinja_env():
env = jinja2.Environment(
loader=jinja2.FileSystemLoader(os.path.join(
pelican.settings['TALKS_PATH'],
'_templates')),
autoescape=True,
)
env.filters['markdown'] = lambda text: jinja2.Markup(markdown(text))
env.filters['dateformat'] = format_date
env.filters['datetimeformat'] = format_datetime
env.filters['timeformat'] = format_time
return env
class TalkListDirective(Directive):
final_argument_whitespace = True
has_content = True
option_spec = {
'lang': directives.unchanged
}
def run(self):
lang = self.options.get('lang', 'C')
tmpl = jinja_env().get_template('talk.html')
def _sort_date(name):
'''
This function is a helper to sort talks by start date
When no date is available, put at the beginning
'''
d = get_talk_data(name)
room = d.get('room', '')
time = d.get('time', datetime.datetime(1, 1, 1).replace(
tzinfo=dateutil.tz.gettz('Europe/Rome')))
title = d.get('title', '')
return (time, room, title)
return [
nodes.raw('', tmpl.render(lang=lang, **get_talk_data(n)),
format='html')
for n in sorted(get_talk_names(),
key=_sort_date)
]
class TalkDirective(Directive):
required_arguments = 1
final_argument_whitespace = True
has_content = True
option_spec = {
'lang': directives.unchanged
}
def run(self):
lang = self.options.get('lang', 'C')
tmpl = jinja_env().get_template('talk.html')
data = get_talk_data(self.arguments[0])
if data is None:
return []
return [
nodes.raw('', tmpl.render(lang=lang, **data),
format='html')
]
def _delta_to_position(delta):
gridstep = pelican.settings['TALKS_GRID_STEP']
sec = delta.total_seconds() // gridstep * gridstep
return int('%2d%02d' % (sec // 3600, (sec % 3600) // 60))
def _delta_inc_position(delta, i):
gridstep = pelican.settings['TALKS_GRID_STEP']
delta = delta + datetime.timedelta(minutes=i*gridstep)
sec = delta.total_seconds() // gridstep * gridstep
return int('%2d%02d' % (sec // 3600, (sec % 3600) // 60))
def _approx_timestr(timestr):
gridstep = pelican.settings['TALKS_GRID_STEP']
t = str(timestr)
minutes = int(t[-2:])
hours = t[:-2]
minutes = minutes // gridstep * gridstep
return int('%s%02d' % (hours, minutes))
class TalkGridDirective(Directive):
'''A complete grid'''
final_argument_whitespace = True
has_content = True
option_spec = {
'lang': directives.unchanged
}
def run(self):
try:
lang = self.options.get('lang', 'C')
tmpl = jinja_env().get_template('grid.html')
output = []
days = unique_attr(all_talks(), 'day')
gridstep = pelican.settings['TALKS_GRID_STEP']
for day in sorted(days):
talks = {talk['id'] for talk in all_talks()
if talk.get('day', None) == day
and 'time' in talk
and 'room' in talk}
if not talks:
continue
talks = [get_talk_data(t) for t in talks]
rooms = set()
for t in talks:
if type(t['room']) is list:
for r in t['room']:
rooms.add(r)
else:
rooms.add(t['room'])
# TODO: ordina in base a qualcosa nel meta.yaml globale
rooms = list(sorted(rooms))
# room=* is not a real room.
# Remove it unless that day only has special rooms
if '*' in rooms and len(rooms) > 1:
del rooms[rooms.index('*')]
mintimedelta = min({talk['delta'] for talk in talks})
maxtimedelta = max({talk['delta'] + datetime.timedelta(minutes=talk['duration']) for talk in talks})
mintime = _delta_to_position(mintimedelta)
maxtime = _delta_to_position(maxtimedelta)
times = {}
t = mintimedelta
while t <= maxtimedelta:
times[_delta_to_position(t)] = [None] * len(rooms)
t += datetime.timedelta(minutes=gridstep)
for talk in sorted(talks, key=lambda x: x['delta']):
talktime = _delta_to_position(talk['delta'])
position = _approx_timestr(talktime)
assert position in times, 'pos=%d,time=%d' % (position, talktime)
if talk['room'] == '*':
roomnums = range(len(rooms))
elif type(talk['room']) is list:
roomnums = [rooms.index(r) for r in talk['room']]
else:
roomnums = [rooms.index(talk['room'])]
for roomnum in roomnums:
if times[position][roomnum] is not None:
logging.error("Talk %s and %s overlap! (room %s)",
times[position][roomnum]['id'],
talk['id'],
rooms[roomnum]
)
continue
times[position][roomnum] = copy(talk)
times[position][roomnum]['skip'] = False
for i in range(1, talk['duration'] // gridstep):
p = _approx_timestr(_delta_inc_position(talk['delta'], i))
times[p][roomnum] = copy(talk)
times[p][roomnum]['skip'] = True
render = tmpl.render(times=times,
rooms=rooms,
mintime=mintime, maxtime=maxtime,
timestep=gridstep,
lang=lang,
)
output.append(nodes.raw(
'', u'<h4>%s</h4>' % format_date(day, format='full',
locale=lang),
format='html'))
output.append(nodes.raw('', render, format='html'))
except:
logging.exception("Error on talk grid")
import traceback
traceback.print_exc()
return []
return output
def talks_to_ics():
c = ics.Calendar()
c.creator = u'pelican'
for t in all_talks():
e = talk_to_ics(t)
if e is not None:
c.events.add(e)
return six.text_type(c)
def talk_to_ics(talk):
def _decode(s):
if six.PY2:
return unidecode.unidecode(s)
else:
return s
if 'time' not in talk or 'duration' not in talk:
return None
e = ics.Event(
uid="%s@%d.hackmeeting.org" % (talk['id'],
get_global_data()['startdate'].year),
name=_decode(talk['title']),
begin=talk['time'],
duration=datetime.timedelta(minutes=talk['duration']),
transparent=True,
)
# ics.py has some problems with unicode
# unidecode replaces letters with their most similar ASCII counterparts
# (ie: accents get stripped)
if 'text' in talk:
e.description = _decode(talk['text'])
e.url = pelican.settings['SCHEDULEURL'] + '#talk-' + talk['id']
if 'room' in talk:
e.location = talk['room']
return e
class TalksGenerator(generators.Generator):
def __init__(self, *args, **kwargs):
self.talks = []
super(TalksGenerator, self).__init__(*args, **kwargs)
def generate_context(self):
self.talks = {n: get_talk_data(n) for n in get_talk_names()}
self._update_context(('talks',))
check_overlaps()
def generate_output(self, writer=None):
for talkname in sorted(self.talks):
if 'resources' in self.talks[talkname]:
outdir = os.path.join(self.output_path,
pelican.settings['TALKS_PATH'], talkname,
pelican.settings['TALKS_ATTACHMENT_PATH']
)
if os.path.isdir(outdir):
shutil.rmtree(outdir)
shutil.copytree(self.talks[talkname]['resources'], outdir)
if ICS_ENABLED:
with io.open(os.path.join(self.output_path,
pelican.settings.get('TALKS_ICS')),
'w', encoding='utf8') as buf:
buf.write(talks_to_ics())
else:
logging.warning('module `ics` not found. '
'ICS calendar will not be generated')
def add_talks_option_defaults(pelican):
pelican.settings.setdefault('TALKS_PATH', 'talks')
pelican.settings.setdefault('TALKS_ATTACHMENT_PATH', 'res')
pelican.settings.setdefault('TALKS_ICS', 'schedule.ics')
pelican.settings.setdefault('TALKS_GRID_STEP', 30)
def get_generators(gen):
return TalksGenerator
def pelican_init(pelicanobj):
global pelican
pelican = pelicanobj
try:
import yaml
except ImportError:
print('ERROR: yaml not found. Talks plugins will be disabled')
def register():
pass
else:
def register():
signals.initialized.connect(pelican_init)
signals.get_generators.connect(get_generators)
signals.initialized.connect(add_talks_option_defaults)
directives.register_directive('talklist', TalkListDirective)
directives.register_directive('talk', TalkDirective)
directives.register_directive('talkgrid', TalkGridDirective)

View file

@ -0,0 +1,67 @@
Tipue Search
============
A Pelican plugin to serialize generated HTML to JSON that can be used by jQuery plugin - Tipue Search.
Copyright (c) Talha Mansoor
Author | Talha Mansoor
----------------|-----
Author Email | talha131@gmail.com
Author Homepage | http://onCrashReboot.com
Github Account | https://github.com/talha131
Why do you need it?
===================
Static sites do not offer search feature out of the box. [Tipue Search](http://www.tipue.com/search/)
is a jQuery plugin that search the static site without using any third party service, like DuckDuckGo or Google.
Tipue Search offers 4 search modes. Its [JSON search mode](http://www.tipue.com/search/docs/json/) is the best search mode
especially for large sites.
Tipue's JSON search mode requires the textual content of site in JSON format.
Requirements
============
Tipue Search requires BeautifulSoup.
```bash
pip install beautifulsoup4
```
How Tipue Search works
=========================
Tipue Search serializes the generated HTML into JSON. Format of JSON is as follows
```python
{
"pages": [
{
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta. Mauris massa. Vestibulum lacinia arcu eget nulla. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Curabitur sodales ligula in libero.",
"tags": "Example Category",
"url" : "http://oncrashreboot.com/plugin-example.html",
"title": "Everything you want to know about Lorem Ipsum"
},
{
"text": "Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum. Nulla metus metus, ullamcorper vel, tincidunt sed, euismod in, nibh.",
"tags": "Example Category",
"url" : "http://oncrashreboot.com/plugin-example-2.html",
"title": "Review of the book Lorem Ipsum"
}
]
}
```
JSON is written to file `tipuesearch_content.json` which is created in the root of `output` directory.
How to use
==========
To utilize JSON Search mode, your theme needs to have Tipue Search properly configured in it. [Official documentation](http://www.tipue.com/search/docs/#json) has the required details.
Pelican [Elegant Theme](https://github.com/talha131/pelican-elegant) and [Plumage
theme](https://github.com/kdeldycke/plumage) have Tipue Search configured. You can view their
code to understand the configuration.

View file

@ -0,0 +1 @@
from .tipue_search import *

View file

@ -0,0 +1,107 @@
# -*- coding: utf-8 -*-
"""
Tipue Search
============
A Pelican plugin to serialize generated HTML to JSON
that can be used by jQuery plugin - Tipue Search.
Copyright (c) Talha Mansoor
"""
from __future__ import unicode_literals
import os.path
import json
from bs4 import BeautifulSoup
from codecs import open
try:
from urlparse import urljoin
except ImportError:
from urllib.parse import urljoin
from pelican import signals
class Tipue_Search_JSON_Generator(object):
def __init__(self, context, settings, path, theme, output_path, *null):
self.output_path = output_path
self.context = context
self.siteurl = settings.get('SITEURL')
self.relative_urls = settings.get('RELATIVE_URLS')
self.tpages = settings.get('TEMPLATE_PAGES')
self.output_path = output_path
self.json_nodes = []
def create_json_node(self, page):
if getattr(page, 'status', 'published') != 'published':
return
soup_title = BeautifulSoup(page.title.replace('&nbsp;', ' '), 'html.parser')
page_title = soup_title.get_text(' ', strip=True).replace('', '"').replace('', '"').replace('', "'").replace('^', '&#94;')
soup_text = BeautifulSoup(page.content, 'html.parser')
page_text = soup_text.get_text(' ', strip=True).replace('', '"').replace('', '"').replace('', "'").replace('', ' ').replace('^', '&#94;')
page_text = ' '.join(page_text.split())
page_category = page.category.name if getattr(page, 'category', 'None') != 'None' else ''
page_url = '.'
if page.url:
page_url = page.url if self.relative_urls else (self.siteurl + '/' + page.url)
node = {'title': page_title,
'text': page_text,
'tags': page_category,
'loc': page_url}
self.json_nodes.append(node)
def create_tpage_node(self, srclink):
with open(os.path.join(self.output_path, self.tpages[srclink]),
encoding='utf-8') as srcfile:
soup = BeautifulSoup(srcfile, 'html.parser')
page_title = soup.title.string if soup.title is not None else ''
page_text = soup.get_text()
# Should set default category?
page_category = ''
page_url = urljoin(self.siteurl, self.tpages[srclink])
node = {'title': page_title,
'text': page_text,
'tags': page_category,
'url': page_url}
self.json_nodes.append(node)
def generate_output(self, writer):
# bisognerebbe cambiare usando questo coso
# for p in self.context['PAGES']:
# print 'U', p.url
path = os.path.join(self.output_path, 'tipuesearch_content.json')
pages = self.context['pages'] + self.context['articles']
for article in self.context['articles']:
pages += article.translations
for srclink in self.tpages:
self.create_tpage_node(srclink)
for page in pages:
self.create_json_node(page)
root_node = {'pages': self.json_nodes}
with open(path, 'w', encoding='utf-8') as fd:
json.dump(root_node, fd, separators=(',', ':'), ensure_ascii=False)
def get_generators(generators):
return Tipue_Search_JSON_Generator
def register():
signals.get_generators.connect(get_generators)

25
publishconf.py Normal file
View file

@ -0,0 +1,25 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
# This file is only used if you use `make publish` or
# explicitly specify it as your config file.
import os
import sys
sys.path.append(os.curdir)
from pelicanconf import *
SITEURL = '/hackit18'
RELATIVE_URLS = True
TALKS_GRID_STEP = 30
# plugin/talks.py
SCHEDULEURL = 'https://hackmeeting.org' + SITEURL + '/schedule.html'
# DELETE_OUTPUT_DIRECTORY = True
# Following items are often useful when publishing
#DISQUS_SITENAME = ""
#GOOGLE_ANALYTICS = ""

18
requirements.txt Normal file
View file

@ -0,0 +1,18 @@
Babel==2.4.0
beautifulsoup4==4.6.0
blinker==1.3
docutils==0.12
feedgenerator==1.7
ics==0.4
Jinja2==2.7.3
Markdown==2.6.1
MarkupSafe==0.23
pelican==3.5.0
Pygments==2.0.2
python-dateutil==2.4.1
pytz==2014.10
PyYAML==3.12
six==1.9.0
smartypants==1.8.6
typogrify==2.0.7
Unidecode==0.4.17

4
talks/README.md Normal file
View file

@ -0,0 +1,4 @@
Per aggiungere un talk, copia la directory `_talk_example` in una nuova
directory che contenga **solo caratteri alfabetici**, quindi
cambia il file ``meta.yaml`` a tuo piacimento.
Usa UTF-8 o morirai.

View file

@ -0,0 +1,44 @@
title: "Il titolo del talk"
text: |
Descrizione del talk divisa in molte righe
Puoi scrivere quanto vuoi
ma devi rimanere indentato
Puoi anche mettere delle spaziature.
# Se ancora non è stata assegnata una stanza al talk, commentala. Non usare un valore tipo "qualunque" o
# cose del genere, che ci si incasina tutto
room: antani
# duration è la durata in minuti del talk
# duration: 50
# Ci vanno le virgolette intorno! altrimenti 17.30 viene interpretato come un numero decimale
time: "17.30"
# day è il giorno in cui avverrà il talk. Finché non decommenti il talk non sarà schedulato
# 0=giovedì, 1=venerdì, 2=sabato, 3=domenica
# day: 0
tags:
- tante
- cose
- belle
# Devono essere dei link validi!
links:
- https://git.lattuga.net/asd/foo
# mail dovrebbe contenere un link all'email in lista hackmeeting in cui il talk è stato proposto
# così si può sapere chi contattare e se c'è stata una discussione
# prendi il link da https://lists.autistici.org/list/hackmeeting.en.html
# il campo mail NON è un indirizzo email
mail: "blabla"
# contacts invece sono i nomi, o gli indirizzi, delle persone che presentano
#contacts:
# - tizio
# - caio
# se chiedono di non sovrapporli con qualche talk, segnalo qui
# cosi' poi il coso ci avvisa quando sbagliamo
nooverlap: []
# Devi usare UTF-8, non t'inventare scuse, sappiamo ndo abiti
# vim: set fileencoding=utf-8 ts=4 sw=4 et:

View file

@ -0,0 +1,36 @@
<table class="talk-grid rooms-{{-rooms|length}}">
<thead>
<tr>
<th></th>
{% for room in rooms %}
<th>{{room}}</th>
{% endfor %}
</tr>
</thead>
<tbody>
{% for time in times|sort %}
<tr>
<td>{{time}}</td>
{% for talk in times[time] %}
{% if not loop.first and talk.room == '*' %}
{# skip: covered by colspan #}
{% elif talk == None %}
<td></td>
{% elif not talk.skip %}
<td id="t-cell-{{talk.id}}" class="talk
{% if talk.room == '*' -%}allrooms{%endif-%}
{% for t in talk.tags %} tag-{{t|replace(' ', '_')}} {%endfor-%}
"
rowspan="{{talk.duration // timestep}}"
{% if talk.room == '*' %}colspan="{{rooms|length}}"{%endif%}>
<a href="#talk-{{talk.id}}"
title="{{talk.tags|join(",")}}"
>{{talk.title}}</a>
</td>
{% endif %}
{% endfor %}
</tr>
{% endfor %}
</tbody>
</table>
{# vim: set ft=jinja: #}

View file

@ -0,0 +1,59 @@
{% macro durata_human(d) %}
{%- if d >= 60 -%}{{d//60}}h{%- endif -%}
{%- if d % 60 != 0 -%}{{d%60}}m {%- endif -%}
{% endmacro %}
<div id="talk-{{id}}"
class="{% for t in tags -%} tag-{{t|replace(' ', '_')}} {% endfor -%}">
<h3 class="talk-title"><a href="#t-cell-{{id}}">{{title.strip()}}</a></h3>
<div class="talk-info">
<p>
{% if time is defined and day is defined %}
{# Vedi http://babel.pocoo.org/en/latest/dates.html #}
<span>
{{day|dateformat(format='EEEE', locale=lang)}}
-
{{time.time()|timeformat(format='short', locale=lang)}}
{% if duration %} ({{durata_human(duration)}}) {% endif %}
</span>
{% else %}
<i>L'orario non è ancora stato fissato</i>
{% if duration %} <p>Durata: {{durata_human(duration)}}</p> {% endif %}
{% endif %} {# date-time #}
{% if room is defined %}
<span>Stanza {{ room }}</span>
{% endif %}
</p>
{% if needs: %}
<div class="talk-needs">
<strong>Materiale necessario:</strong>
{{needs|join(", ")}}
</div>
{% endif %}
</div>
<div class="talk-description">{{text | markdown}}
{% if contacts: %}
<p class="contacts">A cura di {{contacts|join(', ')}}</p>
{% endif %}
</div>
{% if links or resources or mail: %}
<div class="talk-resources">
<h4>Link utili:</h4>
<ul>
{% if links is defined: %}
{% for link in links %}
<li>{{link|urlize}}</li>
{% endfor %}
{% endif %}
{% if resources is defined: %}
<li><a href="{{resources}}">Materiali</a></li>
{% endif %}
{% if mail is defined: %}
<li><a href="{{mail}}">Mail</a></li>
{% endif %}
</ul>
</div>
{% endif %}
</div>
{# vim: set ft=jinja: #}