11 | | As all Wiki pages, this page is editable, this means that you can |
12 | | modify the contents of this page simply by using your |
13 | | web-browser. Simply click on the "Edit this page" link at the bottom |
14 | | of the page. WikiFormatting will give you a detailed description of |
15 | | available Wiki formatting commands. |
| 10 | The best way to check out ViewMTN is to try it. At |
| 11 | http://viewmtn.angrygoats.net/ you'll find a public install; this |
| 12 | allows you to access much code from the Monotone projects. |
17 | | "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created |
18 | | a new Trac environment, containing a default set of wiki pages and some sample |
19 | | data. This newly created environment also contains |
20 | | [wiki:TracGuide documentation] to help you get started with your project. |
| 14 | Please see the changelog (or look in ViewMTN itself) for details of |
| 15 | recent changes. ViewMTN uses the [http://webpy.org/ web.py] framework |
| 16 | and is written in the [http://www.python.org/ Python] programming |
| 17 | language. Full dependencies are in the |
| 18 | [http://viewmtn.angrygoats.net/branch/head/file/net.angrygoats.viewmtn/INSTALL |
| 19 | INSTALL] file. |
39 | | For a complete list of local wiki pages, see TitleIndex. |
| 35 | ViewMTN is distributed under the terms of the GNU General Purpose |
| 36 | License. See the file LICENSE in the source distribution, here's a |
| 37 | brief disclaimer: |
| 38 | |
| 39 | ViewMTN Copyright (C) 2005-2006 Grahame Bowland |
| 40 | |
| 41 | This program is free software; you can redistribute it and/or modify |
| 42 | it under the terms of the GNU General Public License as published by |
| 43 | the Free Software Foundation; either version 2 of the License, or (at |
| 44 | your option) any later version. |
| 45 | |
| 46 | This program is distributed in the hope that it will be useful, but |
| 47 | WITHOUT ANY WARRANTY; without even the implied warranty of |
| 48 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 49 | General Public License for more details. |
| 50 | |
| 51 | You should have received a copy of the GNU General Public License |
| 52 | along with this program; if not, write to the Free Software |
| 53 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
| 54 | USA |
| 55 | |