about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-03-13 14:00:46 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-03-13 14:01:13 -0700
commit23e7cf9c5218c581f62529433bcc3c65a25b9086 (patch)
tree2ac848010d4199afcee0fc849eec0ac495965f0f /doc
parent1017e80fe5ffce67976822cf5b275216b776e65b (diff)
downloadteliva-23e7cf9c5218c581f62529433bcc3c65a25b9086.tar.gz
starting to spend some time improving docs
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.css8
-rw-r--r--doc/manual.html11
2 files changed, 19 insertions, 0 deletions
diff --git a/doc/manual.css b/doc/manual.css
index b49b362..9156162 100644
--- a/doc/manual.css
+++ b/doc/manual.css
@@ -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;
+}
diff --git a/doc/manual.html b/doc/manual.html
index e0c9d1a..a69c914 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -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,