gui, man, authors: Update docs, translations, and contributors

This commit is contained in:
Jakob Borg
2019-06-05 07:45:26 +02:00
parent 97057eb9de
commit 6e8aa0ec25
18 changed files with 21 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "STDISCOSRV" "1" "May 23, 2019" "v1" "Syncthing"
.TH "STDISCOSRV" "1" "Jun 03, 2019" "v1" "Syncthing"
.SH NAME
stdiscosrv \- Syncthing Discovery Server
.

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "STRELAYSRV" "1" "May 23, 2019" "v1" "Syncthing"
.TH "STRELAYSRV" "1" "Jun 03, 2019" "v1" "Syncthing"
.SH NAME
strelaysrv \- Syncthing Relay Server
.

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-BEP" "7" "May 23, 2019" "v1" "Syncthing"
.TH "SYNCTHING-BEP" "7" "Jun 03, 2019" "v1" "Syncthing"
.SH NAME
syncthing-bep \- Block Exchange Protocol v1
.

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-CONFIG" "5" "May 23, 2019" "v1" "Syncthing"
.TH "SYNCTHING-CONFIG" "5" "Jun 03, 2019" "v1" "Syncthing"
.SH NAME
syncthing-config \- Syncthing Configuration
.

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-DEVICE-IDS" "7" "May 23, 2019" "v1" "Syncthing"
.TH "SYNCTHING-DEVICE-IDS" "7" "Jun 03, 2019" "v1" "Syncthing"
.SH NAME
syncthing-device-ids \- Understanding Device IDs
.

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-EVENT-API" "7" "May 23, 2019" "v1" "Syncthing"
.TH "SYNCTHING-EVENT-API" "7" "Jun 03, 2019" "v1" "Syncthing"
.SH NAME
syncthing-event-api \- Event API
.

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-FAQ" "7" "May 23, 2019" "v1" "Syncthing"
.TH "SYNCTHING-FAQ" "7" "Jun 03, 2019" "v1" "Syncthing"
.SH NAME
syncthing-faq \- Frequently Asked Questions
.

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-GLOBALDISCO" "7" "May 23, 2019" "v1" "Syncthing"
.TH "SYNCTHING-GLOBALDISCO" "7" "Jun 03, 2019" "v1" "Syncthing"
.SH NAME
syncthing-globaldisco \- Global Discovery Protocol v3
.

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-LOCALDISCO" "7" "May 23, 2019" "v1" "Syncthing"
.TH "SYNCTHING-LOCALDISCO" "7" "Jun 03, 2019" "v1" "Syncthing"
.SH NAME
syncthing-localdisco \- Local Discovery Protocol v4
.

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-NETWORKING" "7" "May 23, 2019" "v1" "Syncthing"
.TH "SYNCTHING-NETWORKING" "7" "Jun 03, 2019" "v1" "Syncthing"
.SH NAME
syncthing-networking \- Firewall Setup
.

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-RELAY" "7" "May 23, 2019" "v1" "Syncthing"
.TH "SYNCTHING-RELAY" "7" "Jun 03, 2019" "v1" "Syncthing"
.SH NAME
syncthing-relay \- Relay Protocol v1
.

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-REST-API" "7" "May 23, 2019" "v1" "Syncthing"
.TH "SYNCTHING-REST-API" "7" "Jun 03, 2019" "v1" "Syncthing"
.SH NAME
syncthing-rest-api \- REST API
.

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-SECURITY" "7" "May 23, 2019" "v1" "Syncthing"
.TH "SYNCTHING-SECURITY" "7" "Jun 03, 2019" "v1" "Syncthing"
.SH NAME
syncthing-security \- Security Principles
.

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-STIGNORE" "5" "May 23, 2019" "v1" "Syncthing"
.TH "SYNCTHING-STIGNORE" "5" "Jun 03, 2019" "v1" "Syncthing"
.SH NAME
syncthing-stignore \- Prevent files from being synchronized to other nodes
.
@@ -183,9 +183,9 @@ bar/ # synced
baz # synced
quux # ignored, matches "qu*"
quuz # synced, matches "qu*" but is excluded by the preceding "!quuz"
bar2/ # ignored, matched "*2"
bar2/ # synced, despite matching "*2" due to child frobble
baz # ignored, due to parent being ignored
frobble # ignored, due to parent being ignored; "!frobble" doesn\(aqt help
frobble # synced, due to "!frobble"
My Pictures/ # ignored, matched case insensitive "(?i)my pictures" pattern
Img15.PNG # ignored, due to parent being ignored
.ft P

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING-VERSIONING" "7" "May 23, 2019" "v1" "Syncthing"
.TH "SYNCTHING-VERSIONING" "7" "Jun 03, 2019" "v1" "Syncthing"
.SH NAME
syncthing-versioning \- Keep automatic backups of deleted files by other nodes
.

View File

@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SYNCTHING" "1" "May 23, 2019" "v1" "Syncthing"
.TH "SYNCTHING" "1" "Jun 03, 2019" "v1" "Syncthing"
.SH NAME
syncthing \- Syncthing
.