# # # patch "INSTALL" # from [75b63a12036505548443efb9376acc81c9880557] # to [e6b186c3fbe5e1843af38b941f284add5e3ceaa6] # # patch "templates/about.html" # from [3edc14e5523b7d8ebe685d3a2b186656bc27295e] # to [fea245cb17ab46a7766e03293800361db0b325b2] # # patch "viewmtn.py" # from [53942184715b484ff0e4bfc7addca71692b89e81] # to [aa75b4d38d09a644bcf83927f87974231724180c] # ============================================================ --- INSTALL 75b63a12036505548443efb9376acc81c9880557 +++ INSTALL e6b186c3fbe5e1843af38b941f284add5e3ceaa6 @@ -12,6 +12,10 @@ should be possible. Linux, etc. It has not been ported to Windows, although that port should be possible. +Monotone: http://www.venge.net/monotone/ +A version which is descended from [62961c1dc..] is required. +This is post-0.30 + Python: http://www.python.org/ A version >= 2.4 is required. ============================================================ --- templates/about.html 3edc14e5523b7d8ebe685d3a2b186656bc27295e +++ templates/about.html fea245cb17ab46a7766e03293800361db0b325b2 @@ -43,7 +43,7 @@ ViewMTN is written in Python and runs under web.py. Code highlighting via Highlight. +href="http://webpy.org/">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. ============================================================ --- viewmtn.py 53942184715b484ff0e4bfc7addca71692b89e81 +++ viewmtn.py aa75b4d38d09a644bcf83927f87974231724180c @@ -1021,7 +1021,7 @@ urls = ( r'/static/(.*)', 'Static', r'/robots.txt', 'RobotsTxt', - r'/mimeicon/([A-Za-z0-9][a-z0-9\-\+]*)/([A-Za-z0-9][a-z0-9\-\+]*)', 'MimeIcon', + r'/mimeicon/([A-Za-z0-9][a-z0-9\-\+\.]*)/([A-Za-z0-9][a-z0-9\-\+\.]*)', 'MimeIcon', ) if __name__ == '__main__':