services/Whois.md
... ...
@@ -121,6 +121,9 @@ sudo gem install netaddr
121 121
cd whoisd/ruby
122 122
sudo ruby whoisd.rb nobody
123 123
```
124
+## Whois restful API
125
+This service is in beta testing
126
+https://whois.rest.dn42/
124 127
125 128
# Monotone
126 129
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.