Sito di hackmeeting 2018 https://hackmeeting.org/hackit18/

swasp d6982302d1 comunicato stampa há 5 anos atrás
content d6982302d1 comunicato stampa há 5 anos atrás
plugins a3913c7553 clean some code há 5 anos atrás
talks 9a62b03145 aggiunto storia tecnologia há 5 anos atrás
themes baa7d80277 stile diverso per pranzi/cene/assemblee há 5 anos atrás
.agignore b0804c62fa ripartiamo dal sito vecchio há 6 anos atrás
.gitignore b0804c62fa ripartiamo dal sito vecchio há 6 anos atrás
Makefile b0804c62fa ripartiamo dal sito vecchio há 6 anos atrás
README.md d3eee582a8 py3 compatibility há 5 anos atrás
locandina.jpg e3533d9dfa Aggiungi locandina in press. há 6 anos atrás
pelicanconf.py ae62919d93 FIX logo há 6 anos atrás
publishconf.py 632db0c37f ICS: url and description; refactoring há 6 anos atrás
requirements.txt 632db0c37f ICS: url and description; refactoring há 6 anos atrás

README.md

Hackmeeting 2018

Sources for Italian Hackmeeting 0x15 (2018) website.

HowTo

So you want to contribute, nice!

mkvirtualenv hackmeeting-website
pip install -r requirements.txt
make
firefox output/index.html

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 dal prossimo anno si potrebbe passare a python 3. Quindi cerca di tenere la compatibilità, se metti mano al codice python.