chiark / gitweb /
.gitignore: Ignore the `.pyo' files left by `python -O'.
[chopwood] / about.fhtml
CommitLineData
a2916c06
MW
1~1[<!-- -*-html-*-
2 --
3 -- Credits page
4 --
5 -- (c) 2013 Mark Wooding
6 -->
7
8<!------- Licensing notice --------------------------------------------------
9 --
10 -- This file is part of Chopwood: a password-changing service.
11 --
12 -- Chopwood is free software; you can redistribute it and/or modify
13 -- it under the terms of the GNU Affero General Public License as
14 -- published by the Free Software Foundation; either version 3 of the
15 -- License, or (at your option) any later version.
16 --
17 -- Chopwood is distributed in the hope that it will be useful,
18 -- but WITHOUT ANY WARRANTY; without even the implied warranty of
19 -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 -- GNU Affero General Public License for more details.
21 --
22 -- You should have received a copy of the GNU Affero General Public
23 -- License along with Chopwood; if not, see
24 -- <http://www.gnu.org/licenses/>.
25 -->~]~
26
27<h1>About this program</h1>
28
e8410ae0
MW
29<p>This is Chopwood version ~={version}H. It&rsquo;s a tool which lets
30users edit their passwords for services such as email, and web proxies,
31using a variety of interfaces. This is the CGI interface, but there are
32many others.
a2916c06
MW
33
34<h2>Source code</h2>
35
36<p>Chopwood is free software. You
37can <a href="~={script}H/~={package}H-~={version}H.tar.gz">download the
38code running on this server</a>.
39
40<h2>Licence</h2>
41
42<p>Chopwood is free software; you can redistribute it and/or modify it under
43the terms of the
44<a href="http://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General
45Public License</a> as published by the Free Software Foundation; either
46version 3 of the License, or (at your option) any later version.
47
48<p>Chopwood is distributed in the hope that it will be useful, but
49WITHOUT ANY WARRANTY; without even the implied warranty of
50MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero
51General Public License for more details.
52
53<p>You should have received a copy of the GNU Affero General Public
54License along with Chopwood; if not, see
55&lt;<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>&gt;.
56
57~1[<!------- That's all, folks ------------------------------------------>~]~