starting to spend some time improving docs

This commit is contained in:
Kartik K. Agaram 2022-03-13 14:00:46 -07:00
parent 1017e80fe5
commit 23e7cf9c52
2 changed files with 19 additions and 0 deletions

View File

@ -22,3 +22,11 @@ p+h1, ul+h1 {
margin-left: -30px ;
background-color: #E0E0FF ;
}
.teliva {
background-color: #f1a7fe;
padding-left: 2px;
padding-right: 2px;
padding-top: 5px;
padding-bottom: 2px;
}

View File

@ -15,14 +15,21 @@
Teliva Reference Manual
</h1>
<small>
by Kartik Agaram
</small>
<p>
Based on <a href="http://www.lua.org/">Lua 5.1</a> by Roberto Ierusalimschy,
Luiz Henrique de Figueiredo, Waldemar Celes
<p>
<small>
Copyright &copy; 2006&ndash;2012 Lua.org, PUC-Rio.
Freely available under the terms of the
<a href="http://www.lua.org/license.html">Lua license</a>.
</small>
<hr>
<p>
@ -50,6 +57,10 @@ environment for making changes to it. For a more detailed introduction, see
Teliva is free software, and is provided as usual with no guarantees, as
stated in its license.
<p>
This manual is based on the Lua manual. Lua features absent in Teliva should
be absent in this manual as well. <span class='teliva'>Features added to
Teliva above and beyond Lua will be described in text like this.</span>
<p>
For a discussion of the decisions behind the design of Lua,