hop-2012/web/bootstrap/templates/about.xml

47 lines
1.4 KiB
XML

<page>
<title>About Hop</title>
<body>
<h1>About Hop</h1>
<p>
Hop is a prototype of a sensible recursive message broker.
</p>
<h2>Homepage</h2>
<p>
The project is currently hosted on github at <a
href="http://github.com/tonyg/ocamlmsg/">http://github.com/tonyg/ocamlmsg/</a>.
Contact details for the author are <a
href="http://homepages.kcbbs.gen.nz/tonyg/contact.html">here</a>.
</p>
<h2>Copyright &amp; Licence</h2>
<p>
Hop is Copyright (C) 2012 Tony Garnock-Jones.
</p>
<p>
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 3 of the License, or
(at your option) any later version.
</p>
<p>
A full copy of the GNU General Public License is included with
this program; click <a href="/gpl3.html">here</a> to read it.
</p>
<h2>No Warranty</h2>
<p>
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.
</p>
<p>
<span class="label label-warning">Warning</span>
Hop is <em>alpha</em> software!
</p>
</body>
</page>