add legal

This commit is contained in:
fyr77 2020-12-07 16:10:19 +01:00
parent 99d83b9b8a
commit 8c43635baf

View file

@ -47,7 +47,7 @@
</main>
<footer>
<h2>About this</h2>
<p>This website was created to convert between the esoteric programming languages HoHoHo! and Brainfuck easily. The source code of this website can be <a href="https://github.com/fyr77/hohoho/" target="_blank">found here</a>. More information regarding Brainfuck can be found <a href="https://de.wikipedia.org/wiki/Brainfuck" target="_blank">on Wikipedia</a></p>
<p>This website was created to convert between the esoteric programming languages HoHoHo! and Brainfuck easily. The source code of this website can be <a href="https://github.com/fyr77/hohoho/" target="_blank">found here</a>. More information regarding Brainfuck can be found <a href="https://de.wikipedia.org/wiki/Brainfuck" target="_blank">on Wikipedia</a>.</p>
<h3>How to use</h3>
<p>Use any of the three textareas above and press the corresponding button. <br>
<b>Example:</b> Enter any text in the "Text" field, then click the "Text" button to convert it to Brainfuck and HoHoHo!</p>
@ -55,6 +55,8 @@
<p>HoHoHo! was created in the year 2017 by researchers P. Reichl and S. Claus at the University of Vienna. It is based on Ook! and Brainfuck and creates a way to interpret the exclamations of Santa Claus a Turing-complete programming language.</p>
<p>There is also a simplified, less Turing-complete version called "Simple Hoho".</p>
<p>All details regarding HoHoHo! can be found in the <a href="https://arxiv.org/pdf/1712.06259.pdf" target="_blank">corresponding paper</a>.</p>
<h3>Third-party code</h3>
<p>The API used by this website is made possible thanks to the great work by Andreas Gohr,<a href="https://github.com/splitbrain/ook" target="_blank">whose repository can be found on GitHub.</a></p>
</footer>
<script src="js/main.js"></script>
</body>