# # # patch "www/index.html" # from [eb5940fac0c30d2dea928c0c8cc2c8b6a2b29f06] # to [5066177decbca89c88ccc7f55e795d7da4c87cbb] # ============================================================ --- www/index.html eb5940fac0c30d2dea928c0c8cc2c8b6a2b29f06 +++ www/index.html 5066177decbca89c88ccc7f55e795d7da4c87cbb @@ -53,7 +53,7 @@ h4 { /* border: solid 4px blue; */ } -#news, #main, #links { +#left, #main, #right { width: 30%; padding: 0.5em; } @@ -71,7 +71,7 @@ h4 { Monotone Dumb Protocol
- The Monotone Dumb (or "plain") protocol allows two-way synchronization of monotone databases via sftp or plain + The Monotone Dumb protocol allows two-way synchronization of monotone databases via sftp or plain files, and one-way (pull) via http(s) and ftp.
@@ -79,7 +79,7 @@ h4 {
- + +
+

news

  • 2007-12-05 mtndumb 0.0.5 released
    @@ -88,6 +88,31 @@ h4 {
+

links

+

mailing-list

+

Currently no dedicated. Use monotone-devel. +

download latest release

+

+ mtndumb-0.0.5 (zip) (tar.gz).
+ browse source +

+ +

requirements

+

Python 2.5

+ +

pycrypto - only for SFTP transport

+

+ download pycrypto for win32 from voidspace.

+

+ install on debian-like system sudo apt-get install python2.5-crypto.

+ +

contact

+

+Currently the only one maintainer is Zbigniew Zagórski (z.zagorski account at gmail.com). + +

+ + + + + + -
+ +

Credits

+

Dumb protocol idea and initial implementation is work of Nathaniel Smith. + Later some people from monotone community contributed lot of making almost quite usable software. + I (Zbigniew Zagórski) it made usable (i think) as separate downloadable and public package and maintain program and site currently. +

+ +
+

installation

Just invoke @@ -127,8 +168,11 @@ and ensure that you have $HOME/bin and ensure that you have $HOME/bin in PATH and $HOME/lib/python in PYTHONPATH.

-

usage

+