1 files changed, 10 insertions(+), 1 deletions(-)
M about/version
M about/version => about/version +10 -1
@@ 5,11 5,20 @@
<title>About Rhapsode</title>
</head>
<body>
- <h1><a href="https://rhapsode.adrian.geek.nz/" title="Homepage">Rhapsode</a> version 1</h1>
+ <h1><a href="https://rhapsode.adrian.geek.nz/" title="Homepage">Rhapsode</a> version 2</h1>
<p>2019–2020 © <a href="https://adrian.geek.nz/" title="Author">Adrian Cochrane</a>, and others</p>
<p>Redistribution licensed under the
<a href="https://www.gnu.org/licenses/gpl-3.0-standalone.html" title="License">GNU GPLv3+</a>.
Sound effects are
<a href="https://www.copyrightlaws.com/what-is-the-public-domain/" title="Sound effects">Public Domain</a>.</p>
+
+ <h2>Rhapsode would not be possible if not for the following projects</h2>
+ <ul>
+ <li><a href="https://github.com/espeak-ng/espeak-ng#espeak-ng-text-to-speech">eSpeakNG</a></li>
+ <li><a href="https://hackage.haskell.org/package/http-client-tls">HTTP Client</a></li>
+ <li><a href="https://hackage.haskell.org/package/xml-conduit">XML/HTML Conduit</a></li>
+ <li><a href="http://hackage.haskell.org/package/css-syntax">Haskell CSS Syntax</a></li>
+ <li>The incredible diversity of knowledge/entertainment/etc published online</li>
+ </ul>
</body>
</html>