diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a7fbe92
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+
+*.json
+data.json
diff --git a/README.md b/README.md
index cb1cdce..4c42432 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,26 @@
# Baseball Scoreboard
This is a HTML and JS baseted scoreboard for basball live.
+# Installation (English)
+Download and unzip the compressed folder
+## IMPORTANT
+check the file data.json have read and write permission (give it via `chmod 666 data.json`) and make sure update.php have execution rights (Again give it via: `chmod 711 update.php`)
+
+# Installation (Italiano)
+Scarica e decomprimi la cartella compressa
+## IMPORTANTE
+controlla che il file data.json abbia i permessi di lettura e scrittura (forniscilo tramite `chmod 666 data.json`) e assicurati che update.php abbia i diritti di esecuzione (di nuovo dallo:` chmod 711 update.php`)
+# UPDATE LOG (English)
+## V1.0.1
+### New Features:
+* LIVE scoreboard: Now scoreboard updates live
+* Pre-game and Post-game overlays used for not leaving blank the camera, them will adjust whit name, colour and score (Post-game only)
+* Fixed cache with all files now the browser will not cache files
+* Ining arrow more reactive (before dash had a problem)
+* Removed debug log on console
+### Know Bugs:
+* we don't find any other bug if you find please advise me
+=======
# UPDATE LOG (English)
## V1.0.0
### Features:
@@ -16,3 +36,33 @@ This is a HTML and JS baseted scoreboard for basball live.
* initial cache about ALL BROWSERS (Just repeat the action for 3/4 times and it's gone)
* Scoreboard don't update live yo have to wait minus then 5s
* we don't find any other bug if you find please advise me
+# Update Log (Italiano)
+## V1.0.1
+### Nuove Funzioni:
+* SEGNAPUNTI LIVE: ora il segnapunti si aggiorna in live
+* Sovrapposizioni pre-partita e post-partita utilizzate per non lasciare vuota la telecamera, verranno regolate con nome, colore e punteggio (solo dopo la partita)
+* Risolto il problema con la cache con tutti i file ora il browser non memorizzerà i file nella cache
+* Freccia ining più reattiva (prima il trattino aveva problemi)
+* Rimosso il debug log nella console del browser
+### Bug conosciuti:
+* non troviamo nessun altro bug se trovi per favore avvisami
+## V1.0.0
+### Funzioni:
+* Aggiunta e rimozione punteggio
+* Strike, Ball, Out
+* Cambio Automatico Battitore
+* Grafica occupazione basi
+* Reset Ining Automatico
+* Ining con Alto/Basso
+* Cambio colore e nome delle squadre
+* Reset COMPLETO
+### Bug conosciuti:
+* icache iniziale su TUTTI I BROWSER (Ripeti l'azione per 3/4 volte e non c'è più)
+* Il tabellone non si aggiorna dal vivo, devi aspettare meno di 5 secondi
+* non troviamo nessun altro bug se trovi per favore avvisami
+
+# LICENCE
+[![Licenza Creative Commons](https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png)](http://creativecommons.org/licenses/by-nc-nd/4.0/)
+Baseball-Scoreboard di [Luca Facchini e Kristian Ceribashi](https://github.com/luca-ceri/) è distribuito con Licenza [Creative Commons Attribuzione - Non commerciale - Non opere derivate 4.0 Internazionale](http://creativecommons.org/licenses/by-nc-nd/4.0/).
+Permessi ulteriori rispetto alle finalità della presente licenza possono essere disponibili presso [https://github.com/lucafano04](https://github.com/lucafano04).
+=======
\ No newline at end of file
diff --git a/data.json b/data.json
index 65449fb..6278c19 100644
--- a/data.json
+++ b/data.json
@@ -1 +1 @@
-var data='{"Away":"PESARO","ScoreA":0,"ColorA":"#ff0000","Home":"FANO","ScoreH":0,"ColorH":"#ff8800","Ball":0,"Strike":0,"Out":0,"Ining":1,"bot":null,"b1":false,"b2":false,"b3":false}'
\ No newline at end of file
+var data='{"Away":"PESARO","ScoreA":0,"ColorA":"#ff0000","Home":"FANO","ScoreH":0,"ColorH":"#ff8800","Ball":0,"Strike":0,"Out":0,"Ining":0,"bot":0,"b1":false,"b2":false,"b3":false}'
\ No newline at end of file
diff --git a/gest1.html b/gest1.html
deleted file mode 100644
index 4fd714e..0000000
--- a/gest1.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
BALL
-
STRIKE
-
OUT
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/postgame.html b/postgame.html
new file mode 100644
index 0000000..68b11da
--- /dev/null
+++ b/postgame.html
@@ -0,0 +1,71 @@
+
+
+ Baseball Scoreboard
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pregame.html b/pregame.html
new file mode 100644
index 0000000..9e38ad1
--- /dev/null
+++ b/pregame.html
@@ -0,0 +1,65 @@
+
+
+ Baseball Scoreboard
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/scoreboard.html b/scoreboard.html
index 0332430..43c4756 100644
--- a/scoreboard.html
+++ b/scoreboard.html
@@ -39,18 +39,16 @@