8cf2010427c595e4f4d36e329dc1ac2deb0d4d47
Services-Whois.md
| ... | ... | @@ -22,11 +22,16 @@ sudo ruby whoisd.rb nobody |
| 22 | 22 | ``` |
| 23 | 23 | |
| 24 | 24 | ## Web access |
| 25 | -* UFO: http://ix.ucis.dn42/dn42/ ([public](http://ix.ucis.nl/dn42/) or 172.22.166.3) (read only) |
|
| 26 | 25 | * NixNodes: https://io.nixnodes.net/?registry - registry browser/editor (beta, newer firefox/chrome only) |
| 27 | 26 | |
| 27 | +* UFO: http://ix.ucis.dn42/dn42/ ([public](http://ix.ucis.nl/dn42/) or 172.22.166.3) (read only) |
|
| 28 | + |
|
| 28 | 29 | The used PHP scripts are available from UFO a.k.a. Ivo at request. |
| 29 | 30 | |
| 31 | + |
|
| 32 | + |
|
| 33 | + |
|
| 34 | + |
|
| 30 | 35 | ## Monotone |
| 31 | 36 | 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. |
| 32 | 37 | * [Website](http://monotone.ca/) |