2d29bf9fa0b0e427e29a8723358519a99c4a8b12
services/Whois.md
... | ... | @@ -122,8 +122,8 @@ cd whoisd/ruby |
122 | 122 | sudo ruby whoisd.rb nobody |
123 | 123 | ``` |
124 | 124 | ## Whois restful API |
125 | -This service is in beta testing |
|
126 | -https://whois.rest.dn42/ |
|
125 | +Note: this service is in beta testing, API may still change and URL will certainly be changed. |
|
126 | +https://whois.rest.dn42:4242/ |
|
127 | 127 | |
128 | 128 | # Monotone |
129 | 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. |