Update docs & translations

This commit is contained in:
Jakob Borg
2016-03-06 11:55:53 +01:00
parent 1a6e078510
commit 8b045a826a
21 changed files with 75 additions and 71 deletions
+22 -18
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-BEP" "7" "February 12, 2016" "v0.12" "Syncthing"
.TH "SYNCTHING-BEP" "7" "March 04, 2016" "v0.12" "Syncthing"
.SH NAME
syncthing-bep \- Block Exchange Protocol v1
.
@@ -56,7 +56,7 @@ level protocols providing encryption and authentication.
.sp
.nf
.ft C
+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-|
+\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-+
| Block Exchange Protocol |
|\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-|
| Encryption & Auth (TLS 1.2) |
@@ -498,14 +498,14 @@ struct ClusterConfigMessage {
string ClientVersion<64>;
Folder Folders<1000000>;
Option Options<64>;
}
};
struct Folder {
string ID<256>;
Device Devices<1000000>;
unsigned int Flags;
Option Options<64>;
}
};
struct Device {
opaque ID<32>;
@@ -516,12 +516,12 @@ struct Device {
hyper MaxLocalVersion;
unsigned int Flags;
Option Options<64>;
}
};
struct Option {
string Key<64>;
string Value<1024>;
}
};
.ft P
.fi
.UNINDENT
@@ -750,7 +750,7 @@ struct IndexMessage {
FileInfo Files<1000000>;
unsigned int Flags;
Option Options<64>;
}
};
struct FileInfo {
string Name<8192>;
@@ -758,22 +758,22 @@ struct FileInfo {
hyper Modified;
Vector Version;
hyper LocalVersion;
BlockInfo Blocks<1000000>;
}
BlockInfo Blocks<10000000>;
};
struct Vector {
Counter Counters<>
}
Counter Counters<>;
};
struct Counter {
unsigned hyper ID
unsigned hyper Value
}
unsigned hyper ID;
unsigned hyper Value;
};
struct BlockInfo {
unsigned int Size;
opaque Hash<64>;
}
};
.ft P
.fi
.UNINDENT
@@ -858,7 +858,7 @@ struct RequestMessage {
opaque Hash<64>;
unsigned int Flags;
Option Options<64>;
}
};
.ft P
.fi
.UNINDENT
@@ -1054,7 +1054,7 @@ T{
T} T{
Total length
T} T{
64 MiB
512 MiB
T}
_
T{
@@ -1098,7 +1098,7 @@ T{
T} T{
Number of Blocks
T} T{
1.000.000
10.000.000
T}
_
T{
@@ -1214,6 +1214,10 @@ T} T{
T}
_
.TE
.sp
The currently defined values allow maximum file size of 1220 GiB
(10.000.000 x 128 KiB). The maximum message size covers an Index message
for the maximum file.
.SH EXAMPLE EXCHANGE
.TS
center;
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-CONFIG" "5" "February 12, 2016" "v0.12" "Syncthing"
.TH "SYNCTHING-CONFIG" "5" "March 04, 2016" "v0.12" "Syncthing"
.SH NAME
syncthing-config \- Syncthing Configuration
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-DEVICE-IDS" "7" "February 12, 2016" "v0.12" "Syncthing"
.TH "SYNCTHING-DEVICE-IDS" "7" "March 04, 2016" "v0.12" "Syncthing"
.SH NAME
syncthing-device-ids \- Understanding Device IDs
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-EVENT-API" "7" "February 12, 2016" "v0.12" "Syncthing"
.TH "SYNCTHING-EVENT-API" "7" "March 04, 2016" "v0.12" "Syncthing"
.SH NAME
syncthing-event-api \- Event API
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-FAQ" "7" "February 12, 2016" "v0.12" "Syncthing"
.TH "SYNCTHING-FAQ" "7" "March 04, 2016" "v0.12" "Syncthing"
.SH NAME
syncthing-faq \- Frequently Asked Questions
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-GLOBALDISCO" "7" "February 12, 2016" "v0.12" "Syncthing"
.TH "SYNCTHING-GLOBALDISCO" "7" "March 04, 2016" "v0.12" "Syncthing"
.SH NAME
syncthing-globaldisco \- Global Discovery Protocol v3
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-LOCALDISCO" "7" "February 12, 2016" "v0.12" "Syncthing"
.TH "SYNCTHING-LOCALDISCO" "7" "March 04, 2016" "v0.12" "Syncthing"
.SH NAME
syncthing-localdisco \- Local Discovery Protocol v3
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-NETWORKING" "7" "February 12, 2016" "v0.12" "Syncthing"
.TH "SYNCTHING-NETWORKING" "7" "March 04, 2016" "v0.12" "Syncthing"
.SH NAME
syncthing-networking \- Firewall Setup
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-RELAY" "7" "February 12, 2016" "v0.12" "Syncthing"
.TH "SYNCTHING-RELAY" "7" "March 04, 2016" "v0.12" "Syncthing"
.SH NAME
syncthing-relay \- Relay Protocol v1
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-REST-API" "7" "February 12, 2016" "v0.12" "Syncthing"
.TH "SYNCTHING-REST-API" "7" "March 04, 2016" "v0.12" "Syncthing"
.SH NAME
syncthing-rest-api \- REST API
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-SECURITY" "7" "February 12, 2016" "v0.12" "Syncthing"
.TH "SYNCTHING-SECURITY" "7" "March 04, 2016" "v0.12" "Syncthing"
.SH NAME
syncthing-security \- Security Principles
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-STIGNORE" "5" "February 12, 2016" "v0.12" "Syncthing"
.TH "SYNCTHING-STIGNORE" "5" "March 04, 2016" "v0.12" "Syncthing"
.SH NAME
syncthing-stignore \- Prevent files from being synchronized to other nodes
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "TODO" "7" "February 12, 2016" "v0.12" "Syncthing"
.TH "TODO" "7" "March 04, 2016" "v0.12" "Syncthing"
.SH NAME
Todo \- Keep automatic backups of deleted files by other nodes
.
+1 -1
View File
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING" "1" "February 12, 2016" "v0.12" "Syncthing"
.TH "SYNCTHING" "1" "March 04, 2016" "v0.12" "Syncthing"
.SH NAME
syncthing \- Syncthing
.