Services-Whois.md
... ...
@@ -32,7 +32,7 @@ sudo ruby whoisd.rb nobody
32 32
33 33
34 34
## Monotone
35
-Monotone is an distributed revision control system. Monotone tracks revisions to files, groups sets of revisions into changesets, and tracks history across renames. The design principle is distributed operation making heavy use of cryptographic primitives to track file revisions (via the SHA-1 secure hash) and to authenticate user actions (via RSA cryptographic signatures). Each participant maintains their own revision history store in a local SQLite database. Monotone is especially strong in its support of a diverge/merge workflow, which it achieves in part by always allowing commit before merge. Revisions are exchanged using the custom netsync protocol which shares some conceptual ground with rsync and cvsup.
35
+Monotone is an distributed revision control system. Monotone tracks revisions to files, groups sets of revisions into changesets, and tracks history across renames. The design principle is distributed operation making heavy use of cryptographic primitives to track file revisions (via the SHA-1 secure hash) and to authenticate user actions (via RSA cryptographic signatures). Each participant maintains their own revision history store in a local SQLite database. Monotone is especially strong in its support of a diverge/merge workflow, which it achieves in part by always allowing commit before merge. Revisions are exchanged using the custom netsync protocol which shares some conceptual ground with rsync and cvs.
36 36
* [Website](http://monotone.ca/)
37 37
* [Tutorial](http://monotone.ca/docs/Tutorial.html)
38 38
... ...
@@ -40,6 +40,7 @@ Monotone is an distributed revision control system. Monotone tracks revisions to
40 40
* crest: mtn.crest.dn42
41 41
* welterde: headend.srv.welterde.de(46.4.248.203)
42 42
* somerandomnick: mtn1.srn.dn42(172.22.131.102)
43
+ * dracoling: vpn.smrsh.net
43 44
44 45
### Monotone branches
45 46
* net.dn42.registry: Contains the registry and some related code