Jakob Borg
279fd90d57
Update release process
2016-03-23 10:21:21 +01:00
Jakob Borg
c2a514250f
Infrastructure updates
2016-03-14 08:46:33 +01:00
Audrius Butkevicius
0bdfaabceb
Revert "adjust path to theme path"
2016-03-09 13:04:42 +00:00
Lars K.W. Gohlke
d2a7faed49
adjust path to theme path
2016-03-08 22:39:00 +01:00
Jakob Borg
7079b3f0c9
Add note about compiler versions and vendoring
2016-03-08 08:36:05 +01:00
Jakob Borg
4883e834e9
Revert "updated compiler version"
2016-03-08 08:28:50 +01:00
Lars K.W. Gohlke
0a251931cb
updated compiler version
...
see compiler change to version 1.6 in https://github.com/syncthing/syncthing/releases/tag/v0.12.20
2016-03-07 22:55:34 +01:00
Jakob Borg
4e9c5102bb
Remove docker instructions
2016-01-30 09:14:40 +01:00
Jakob Borg
1a2f99efe8
Correct internal->lib in dev intro
2016-01-19 14:14:28 -08:00
Otto Jongerius
6f97972956
Remove links
...
They are either dead or not visible to non team members.
2016-01-17 23:28:14 +11:00
Jakob Borg
0cfbceb428
Add other build servers
2015-12-21 12:04:47 +01:00
4cdn
8eec93a6ec
typo
2015-12-06 10:23:31 -05:00
kc1212
61c0db1ecf
Missing lib/protocol in source layout
...
Not sure whether the description is correct.
2015-11-24 00:03:42 +01:00
Jakob Borg
6e4828ff96
The build slaves are offline for the moment
2015-11-16 12:14:40 +01:00
Jakob Borg
5244ac68ad
Clarify team membership and review policy
2015-11-06 19:05:10 +01:00
Jakob Borg
d5d0bd946b
Update infrastructure for v0.12
2015-11-04 17:22:21 +00:00
Phil Davis
9d40bbe3fd
General doc grammar and typos
2015-10-08 22:06:15 +05:45
Jakob Borg
015746163f
Document custom upgrade server
2015-09-10 14:28:50 +02:00
Jakob Borg
8634ef23c1
more speling
2015-09-07 08:39:43 +02:00
Jakob Borg
9077d68d46
spling
2015-09-07 08:37:59 +02:00
simplypeachy
7dbf077e29
Minor grammatical clean-up
2015-09-02 00:04:15 +01:00
Jakob Borg
fad1014d40
Add infrastructure article
2015-09-01 09:44:47 +02:00
Jakob Borg
d82d20201c
Describe new release signatures
2015-08-31 21:18:06 +02:00
Jakob Borg
8f74785064
New release process
2015-08-30 20:59:14 +02:00
Jakob Borg
d2413c30eb
Update issues.rst
2015-08-20 21:26:24 +02:00
Jakob Borg
7e741ca388
Update source directory structure
2015-08-13 12:39:46 +02:00
Zillode
81ef3e2859
Show example with api-key using curl
...
I always need to look for this, so I think it might be useful here
2015-08-08 21:02:56 +02:00
Jean-Denis Vauguet
1940d5fbfa
Fix link to Community Contributions from dev/intro
...
[Stefan Tatschner]: Added missing link title
2015-07-06 09:44:00 +02:00
Jakob Borg
d36508766d
Coding style
2015-07-01 17:30:08 +02:00
Jakob Borg
d980bdbbfc
Update release.rst
2015-06-28 08:12:29 +02:00
Jakob Borg
f0d6e9aeba
Improve formatting of build commands
2015-06-15 20:52:38 +02:00
Jakob Borg
76a8ef14f8
Correct contribution guidelines link
2015-06-13 22:40:09 +02:00
Jakob Borg
716a75645e
Add contribution guidelines
2015-06-10 00:00:12 +02:00
Jakob Borg
605e8d04c6
Remove spurious space in device ID
2015-06-09 23:38:39 +02:00
Jakob Borg
0d946a3401
Clean up the dev intro a little, add source code tree
2015-06-09 23:36:14 +02:00
Stefan Tatschner
fd865c3d14
device-ids: Use proper code blocks
2015-06-06 22:43:07 +02:00
Stefan Tatschner
fc70cf4e6a
issues.rst: Use definition lists instead of plain lists
2015-06-06 14:06:03 +02:00
Jakob Borg
08e652b2a2
Add development content from old wiki
2015-06-03 19:46:27 +02:00
Stefan Tatschner
4f2b1e5d04
Add a TODO, since the debugging page duplicates syncthing(1)
2015-05-31 10:31:07 +02:00
Jakob Borg
84e2295834
Typos
2015-05-30 08:31:21 +02:00
Jakob Borg
e29443e5dc
Update building.rst
2015-05-30 08:29:22 +02:00
Jakob Borg
665ce7aa58
Note about GOPATH
2015-05-30 08:24:24 +02:00
Stefan Tatschner
5d5d5394a0
Fix broken .. seealso::
2015-05-29 23:34:41 +02:00
Stefan Tatschner
a979a50124
Create syncthing-rest-api(7)
2015-05-29 16:43:13 +02:00
Stefan Tatschner
bcee82cdde
Create syncthing-device-ids(7)
2015-05-29 16:42:28 +02:00
Stefan Tatschner
0215ab696a
Create syncthing-event-api(7)
2015-05-29 16:39:22 +02:00
Stefan Tatschner
dd410c92f1
Fix some rst styling things in autostart.rst
2015-05-29 16:26:09 +02:00
Stefan Tatschner
e3cb19f311
Do not count by hand
...
Humans are too stupid to count, so let the computer do the actual work!
2015-05-29 16:24:58 +02:00
Stefan Tatschner
e5242d68b4
Change .. code:: to .. code-block::
...
Sphinx uses .. code-block:: directives to enable highlighting:
http://sphinx-doc.org/markup/code.html#directive-code-block
Use
for i in *.rst; do
sed -i 's/code::/code-block::/g' $i
done
to update these strings to enable proper highlighting.
Note: A have disabled the windows "bash" one, because the highlighting
is broken anyway...
2015-05-29 16:24:58 +02:00
Alex Chan
f6b264275b
Spelling fixes
2015-05-29 09:40:00 +01:00