mirror of
https://github.com/fazo96/tesina.git
synced 2025-03-12 20:58:39 +01:00
fix PDF e aggiunta immagine gui syncthing
This commit is contained in:
parent
7ac563a41b
commit
46ae99c6d9
@ -1,8 +1,14 @@
|
|||||||

|

|
||||||
|

|
||||||
|
|
||||||
__Syncthing__ è un __Software Libero__ pubblicato su [syncthing.net](http://syncthing.net) sotto licenza __Mozilla Public License Versione 2.0__. Sono disponibili distribuzioni per __Windows__, __OSX__, __GNU/Linux__, __BSD__, __Solaris__ e __Android__.
|
__Syncthing__ è un __Software Libero__ pubblicato su [syncthing.net](http://syncthing.net) sotto licenza __Mozilla Public License Versione 2.0__. Sono disponibili distribuzioni per __Windows__, __OSX__, __GNU/Linux__, __BSD__, __Solaris__ e __Android__.
|
||||||
|
|
||||||
L'intero ecosistema di __Syncthing__ è _libero_, _aperto_ e _Open Source_.
|

|
||||||
|
- _Immagine:_ __GUI__ di __Syncthing__ in funzione su __Ubuntu Linux__
|
||||||
|
|
||||||
|
L'intero ecosistema di __Syncthing__ è _libero_, _aperto_ e _Open Source_, il software nasce come applicativo a riga di comando con interfaccia _Web_, accessibile tramite un _Web Browser_. Ogni dispositivo è identificato tramite __TLS__ e l'indirizzo __IP__ degli altri dispositivi viene trovato tramite un __Software Tracker__ anch'esso __Open Source__. E' possibile utilizzare il tracker gestito dagli sviluppatori del software oppure usarne uno gestito personalmente.
|
||||||
|
|
||||||
|
Il software è implementato usando il linguaggio di programmazione __Go__ (anche detto __Golang__).
|
||||||
|
|
||||||
### Come si usa
|
### Come si usa
|
||||||
|
|
||||||
@ -22,11 +28,6 @@ Quando i due dispositivi __sono accesi contemporaneamente__ e __sono in grado di
|
|||||||
- alternativamente, un nodo può essere configurato in __sola lettura__ per una o più cartelle
|
- alternativamente, un nodo può essere configurato in __sola lettura__ per una o più cartelle
|
||||||
|
|
||||||
### Dettagli tecnici
|
### Dettagli tecnici
|
||||||
|
|
||||||
Syncthing è un software a riga di comando con interfaccia _Web_, accessibile tramite un _Web Browser_. Ogni dispositivo è identificato tramite __TLS__ e l'indirizzo __IP__ degli altri dispositivi viene trovato tramite un __Software Tracker__ anch'esso __Open Source__. E' possibile utilizzare il tracker gestito dagli sviluppatori del software oppure usarne uno gestito personalmente.
|
|
||||||
|
|
||||||
Il software è implementato usando il linguaggio di programmazione __Go__ (anche detto __Golang__).
|
|
||||||
|
|
||||||
### Block Exchange Protocol
|
### Block Exchange Protocol
|
||||||
|
|
||||||
Syncthing è un'implementazione del __Block Exchange Protocol (BEP)__, che offre una soluzione al problema della sincronizzazione decentralizzata di una o più cartelle di file tra due o più dispositivi. Questo protocollo è nato e cresciuto insieme a Syncthing.
|
Syncthing è un'implementazione del __Block Exchange Protocol (BEP)__, che offre una soluzione al problema della sincronizzazione decentralizzata di una o più cartelle di file tra due o più dispositivi. Questo protocollo è nato e cresciuto insieme a Syncthing.
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
# Tor
|

|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
> Tor is free software and an open network that helps you defend against traffic analysis, a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security.
|
> Tor is free software and an open network that helps you defend against traffic analysis, a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"styles": {
|
"styles": {
|
||||||
"pdf": "style.css",
|
"pdf": "style_pdf.css",
|
||||||
"website": "style.css"
|
"website": "style.css"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
10
style.css
10
style.css
@ -2,6 +2,16 @@ img[alt="Syncthing"] {
|
|||||||
max-width: 25em !important;
|
max-width: 25em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img[alt="Tor"] {
|
||||||
|
max-width: 20em !important;
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* HTML */
|
||||||
|
|
||||||
|
img[alt="SyncthingPDF"]{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
18
style_pdf.css
Normal file
18
style_pdf.css
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
img[alt="Tor"] {
|
||||||
|
max-width: 20em !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* PDF */
|
||||||
|
|
||||||
|
img[alt="Syncthing"]{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
img[alt="SyncthingPDF"] {
|
||||||
|
width: 350px !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user