# # # patch "AUTHORS" # from [72011875c7667f5249ac254679161caefe717320] # to [bddea4a2b0b42acc7fb204f01153874b24eb7f17] # # patch "release.py" # from [dcbf793456ef6c8204050da15510f61b1cf94f59] # to [f523c000311fc6264a908f3c1785415797289a0b] # # patch "release.sh" # from [ec43a21a12b704c364720958c4ad72bd931b7d9f] # to [88265ef3e81049ade77dc3afbe9c3503faa7e200] # # patch "templates/about.html" # from [309dd178a83ac76781efe00745d453d6e8dc0227] # to [1a84fb82e7314d0967cef0f9e1614eb75cb097a0] # ============================================================ --- AUTHORS 72011875c7667f5249ac254679161caefe717320 +++ AUTHORS bddea4a2b0b42acc7fb204f01153874b24eb7f17 @@ -16,3 +16,4 @@ Susie Johnston Tony Tung Roland McGrath Susie Johnston +Thomas Moschny ============================================================ --- release.py dcbf793456ef6c8204050da15510f61b1cf94f59 +++ release.py f523c000311fc6264a908f3c1785415797289a0b @@ -1,4 +1,4 @@ -version='0.10' +version='0.11dev' authors=''' Authors: @@ -17,4 +17,5 @@ Susie Johnston Tony Tung Roland McGrath Susie Johnston +Thomas Moschny ''' ============================================================ --- release.sh ec43a21a12b704c364720958c4ad72bd931b7d9f +++ release.sh 88265ef3e81049ade77dc3afbe9c3503faa7e200 @@ -11,7 +11,7 @@ OUT="release.py" # generate the help file data OUT="release.py" -RELEASE="0.09" +RELEASE="0.11dev" echo -n > "$OUT" echo "version='$RELEASE'" > "$OUT" ============================================================ --- templates/about.html 309dd178a83ac76781efe00745d453d6e8dc0227 +++ templates/about.html 1a84fb82e7314d0967cef0f9e1614eb75cb097a0 @@ -13,6 +13,8 @@
  • David Reiss (davidn at gmail.com)
  • +and others, see the AUTHORS file in the distribution. +

    Licensing

    @@ -44,13 +46,14 @@ runs under w

    ViewMTN is written in Python and runs under web.py. Code highlighting -via Highlight. Graphing via GraphViz. Graph -colour generation algorithm from monotone-viz with -modifications from Matt Johnston. AJAX funtionality uses the MochiKit Javascript library and json.py by Patrick -D. Logan +via Highlight. Graphing +via GraphViz. Graph colour +generation algorithm +from monotone-viz +with modifications from Matt Johnston. AJAX funtionality uses +the MochiKit Javascript library +and json.py by Patrick +D. Logan.