add legal
This commit is contained in:
parent
99d83b9b8a
commit
8c43635baf
1 changed files with 3 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<h2>About this</h2>
|
<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>
|
<h3>How to use</h3>
|
||||||
<p>Use any of the three textareas above and press the corresponding button. <br>
|
<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>
|
<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>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>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>
|
<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>
|
</footer>
|
||||||
<script src="js/main.js"></script>
|
<script src="js/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
Reference in a new issue