ViewMTN
Latest version: |
0.10 (3 March 2008) |
Download: |
http://grahame.angrygoats.net/source/viewmtn/viewmtn-0.10.tgz |
Browse source: |
http://viewmtn.angrygoats.net/branch/head/browse/net.angrygoats.viewmtn |
ViewMTN is a web interface to the Monotone distributed version control system. It aims to provide a convenient and useful web interface to Monotone. If you've used interfaces to other version control systems, ViewMTN will be immediately familiar.
The best way to check out ViewMTN is to try it. At http://viewmtn.angrygoats.net/ you'll find my public install; this allows you to access much code from the Monotone projects. If you've got something free or open source and would like to have it visible on the site, use the Contact page and ask.
Please see the changelog (or look in ViewMTN itself) for details of recent changes. ViewMTN uses the web.py framework and is written in the Python programming language. Full dependencies are in the INSTALL file.
Helping out
Patches are most welcome! Either email me the patch, or just commit it and sync it to somewhere I can get it. The monotone server on "venge.net" carries the "net.angrygoats.viewmtn" branch. If you're looking for something to do, or have a suggestion, please look at ViewMTN/Suggestions. If you're working on a patch for one of the entries, please note that next to it to avoid duplication of effort.
Licensing
ViewMTN is distributed under the terms of the GNU General Purpose License. See the file LICENSE in the source distribution, here's a brief disclaimer:
ViewMTN Copyright (C) 2005-2006 Grahame Bowland This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA