surwiki/templates/about.html

36 lines
1.3 KiB
HTML
Raw Normal View History

2017-11-30 15:29:21 +03:00
<p>This site is running Sausagewiki, a simple, self-contained wiki engine,
version {{version()}}.</p>
<p>Copyright &copy; 2017 Magnus Hovland Hoff.</p>
2017-11-01 17:38:50 +03:00
<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>
See also <a href="_about/gpl3">the full license text</a> and the
<a href="https://github.com/maghoff/sausagewiki">project home page</a>.
</p>
<p>
2018-07-08 23:34:04 +03:00
Without <a href="https://www.rust-lang.org/en-US/">Rust</a> and
<a href="https://www.sqlite.org/">SQLite</a>, Sausagewiki would never have
materialized. Huge thanks to the creators. Another big thanks for the support,
2017-11-30 15:29:21 +03:00
discussions and testing by the amazing developers at Revolverhuset.
</p>
2017-11-01 17:38:50 +03:00
<p>
Sausagewiki builds on a number of projects, copyright by their respective
copyright holders and distributed under various licenses:
2017-11-01 17:38:50 +03:00
</p>
<table>
<thead><tr><th>Project</th><th>Copyright notice</th><th>License</th></tr></thead>
<tbody>
{{#deps}}
<tr><td>{{#.link}}<a href="{{.}}">{{..name}}</a>{{/.link}}{{^.link}}{{..name}}{{/.link}}</td><td>{{.copyright}}</td><td><a href="_about/{{.license.link()}}">{{.license.name()}}</a></td></tr>
{{/deps}}
</tbody>
</table>