2017-11-30 15:29:21 +03:00
|
|
|
<p>This site is running Sausagewiki, a simple, self-contained wiki engine,
|
|
|
|
version {{version()}}.</p>
|
2017-11-07 17:50:00 +03:00
|
|
|
<p>Copyright © 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>
|
|
|
|
|
2017-11-07 17:50:00 +03:00
|
|
|
<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.
|
2017-11-07 17:50:00 +03:00
|
|
|
</p>
|
2017-11-02 16:48:22 +03:00
|
|
|
|
2017-11-01 17:38:50 +03:00
|
|
|
<p>
|
2017-11-07 17:50:00 +03:00
|
|
|
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>
|
2017-11-07 17:50:00 +03:00
|
|
|
|
|
|
|
<table>
|
|
|
|
<thead><tr><th>Project</th><th>Copyright notice</th><th>License</th></tr></thead>
|
|
|
|
<tbody>
|
|
|
|
{{#deps}}
|
2017-11-14 15:06:50 +03:00
|
|
|
<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>
|
2017-11-07 17:50:00 +03:00
|
|
|
{{/deps}}
|
|
|
|
</tbody>
|
|
|
|
</table>
|