# # # patch "downloads.php" # from [1791426f4ffd4f385ccc0a7f7c0b6141649ba42d] # to [45748bf1d8094d7baf4d28c5a08f386aec2432aa] # # patch "res/styles.css" # from [1e47aca026a150190bfa6672bd71a35d60e58d91] # to [bf4786d80f29639413ccf3da853bbb93de2ca258] # ============================================================ --- downloads.php 1791426f4ffd4f385ccc0a7f7c0b6141649ba42d +++ downloads.php 45748bf1d8094d7baf4d28c5a08f386aec2432aa @@ -155,7 +155,7 @@ END; foreach ($latestFiles[$type] as $file): $name = basename($file); $release = dirname($file); - list($size, $sha1) = + list($size, $sha1) = cache::instance($CFG['download_dir'], $CFG['cache_dir']) ->get($file); $size = round($size / (1024*1024), 2)."MB"; @@ -200,6 +200,46 @@ END; +
+
+

Related downloads

+
+
+ +
+
+

mtn-browse

+

Perl/Gtk+-based browser application for monotone databases

+

» download site

+
+ +
+

guitone

+

A Qt-based cross-platform GUI for monotone

+

» download site

+
+ +
+

monotone-viz

+

A Gtk+-based application to visualize monotone ancestry graphs

+

» download site

+
+
+ +
+
+

ViewMTN

+

A Python-based web frontend for monotone

+

» download site

+
+ +
+

TracMonotone

+

A Trac plugin for monotone

+

» download site

+
+
+ ============================================================ --- res/styles.css 1e47aca026a150190bfa6672bd71a35d60e58d91 +++ res/styles.css bf4786d80f29639413ccf3da853bbb93de2ca258 @@ -85,7 +85,8 @@ dl dd { } .box { - margin-top: -0.5em; + margin-top: -1em; + padding-top: 0.5em; padding-right: 0.5em; margin-right: 0.5em; padding-bottom: 0.5em; @@ -125,7 +126,8 @@ h1.getit { background: url(getit.png) no-repeat; } -h1.getitdistro { +h1.getitdistro, +h1.relateddownload { background: url(getitdistro.png) no-repeat; }