aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcarregal <carregal>2006-03-14 14:07:55 +0000
committercarregal <carregal>2006-03-14 14:07:55 +0000
commit9344c3933d79c88d927223c36e6fb1342d6387db (patch)
tree762a45c3e5b46e958e8481061ec85ac29b2a393d
parent121ae680f1c897d8773041781a6a7bd0c85010fc (diff)
downloadluafilesystem-9344c3933d79c88d927223c36e6fb1342d6387db.tar.gz
luafilesystem-9344c3933d79c88d927223c36e6fb1342d6387db.tar.bz2
luafilesystem-9344c3933d79c88d927223c36e6fb1342d6387db.zip
Documentation update - minor details
-rw-r--r--doc/us/examples.html8
-rw-r--r--doc/us/index.html7
-rw-r--r--doc/us/license.html9
3 files changed, 15 insertions, 9 deletions
diff --git a/doc/us/examples.html b/doc/us/examples.html
index bdf8d10..89f7070 100644
--- a/doc/us/examples.html
+++ b/doc/us/examples.html
@@ -12,9 +12,11 @@
12<div id="container"> 12<div id="container">
13 13
14<div id="product"> 14<div id="product">
15 <div id="product_logo"><a href="http://www.keplerproject.org"> 15 <div id="product_logo">
16 <a href="http://www.keplerproject.org">
16 <img alt="LuaFileSystem" src="luafilesystem.png"/> 17 <img alt="LuaFileSystem" src="luafilesystem.png"/>
17 </a></div> 18 </a>
19 </div>
18 <div id="product_name"><big><strong>LuaFileSystem</strong></big></div> 20 <div id="product_name"><big><strong>LuaFileSystem</strong></big></div>
19 <div id="product_description">File System Library for the Lua Programming Language</div> 21 <div id="product_description">File System Library for the Lua Programming Language</div>
20</div> <!-- id="product" --> 22</div> <!-- id="product" -->
@@ -92,7 +94,7 @@ attrdir (".")
92<div id="about"> 94<div id="about">
93 <p><a href="http://validator.w3.org/check?uri=referer"> 95 <p><a href="http://validator.w3.org/check?uri=referer">
94 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> 96 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
95 <p><small>$Id: examples.html,v 1.4 2006/03/10 23:37:48 carregal Exp $</small></p> 97 <p><small>$Id: examples.html,v 1.5 2006/03/14 14:07:55 carregal Exp $</small></p>
96</div> <!-- id="about" --> 98</div> <!-- id="about" -->
97 99
98</div> <!-- id="container" --> 100</div> <!-- id="container" -->
diff --git a/doc/us/index.html b/doc/us/index.html
index 4fcf74e..db32faf 100644
--- a/doc/us/index.html
+++ b/doc/us/index.html
@@ -6,6 +6,7 @@
6 <link rel="stylesheet" href="http://www.keplerproject.org/doc.css" type="text/css"/> 6 <link rel="stylesheet" href="http://www.keplerproject.org/doc.css" type="text/css"/>
7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
8</head> 8</head>
9
9<body> 10<body>
10 11
11<div id="container"> 12<div id="container">
@@ -83,7 +84,7 @@ for more details).</p>
83<a href="http://luaforge.net/projects/luafilesystem/files">Lua Forge</a> 84<a href="http://luaforge.net/projects/luafilesystem/files">Lua Forge</a>
84page. If you are using 85page. If you are using
85<a href="http://luabinaries.luaforge.net">LuaBinaries</a> Release 2 86<a href="http://luabinaries.luaforge.net">LuaBinaries</a> Release 2
86a Windows pre-compiled version of LuaFileSystem can also be found at the same 87a Windows pre-compiled version of LuaFileSystem can also be found at the
87LuaForge page.</p> 88LuaForge page.</p>
88 89
89 90
@@ -119,7 +120,7 @@ LuaForge page.</p>
119 120
120<p>LuaFileSystem was designed by Roberto Ierusalimschy, 121<p>LuaFileSystem was designed by Roberto Ierusalimschy,
121Andr&eacute; Carregal and Tom&aacute;s Guisasola as part of the 122Andr&eacute; Carregal and Tom&aacute;s Guisasola as part of the
122<a href="http://www.keplerproject.org">Kepler Project</a> 123<a href="http://www.keplerproject.org">Kepler Project</a>,
123which holds its copyright.</p> 124which holds its copyright.</p>
124 125
125<h2><a name="contact"></a>Contact us</h2> 126<h2><a name="contact"></a>Contact us</h2>
@@ -138,7 +139,7 @@ Comments are welcome!</p>
138<div id="about"> 139<div id="about">
139 <p><a href="http://validator.w3.org/check?uri=referer"> 140 <p><a href="http://validator.w3.org/check?uri=referer">
140 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> 141 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
141 <p><small>$Id: index.html,v 1.28 2006/03/11 14:34:22 carregal Exp $</small></p> 142 <p><small>$Id: index.html,v 1.29 2006/03/14 14:07:55 carregal Exp $</small></p>
142</div> <!-- id="about" --> 143</div> <!-- id="about" -->
143 144
144</div> <!-- id="container" --> 145</div> <!-- id="container" -->
diff --git a/doc/us/license.html b/doc/us/license.html
index 7d7b022..6bb4aaa 100644
--- a/doc/us/license.html
+++ b/doc/us/license.html
@@ -6,14 +6,17 @@
6 <link rel="stylesheet" href="http://www.keplerproject.org/doc.css" type="text/css"/> 6 <link rel="stylesheet" href="http://www.keplerproject.org/doc.css" type="text/css"/>
7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
8</head> 8</head>
9
9<body> 10<body>
10 11
11<div id="container"> 12<div id="container">
12 13
13<div id="product"> 14<div id="product">
14 <div id="product_logo"><a href="http://www.keplerproject.org"> 15 <div id="product_logo">
16 <a href="http://www.keplerproject.org">
15 <img alt="LuaFileSystem" src="luafilesystem.png"/> 17 <img alt="LuaFileSystem" src="luafilesystem.png"/>
16 </a></div> 18 </a>
19 </div>
17 <div id="product_name"><big><strong>LuaFileSystem</strong></big></div> 20 <div id="product_name"><big><strong>LuaFileSystem</strong></big></div>
18 <div id="product_description">File System Library for the Lua Programming Language</div> 21 <div id="product_description">File System Library for the Lua Programming Language</div>
19</div> <!-- id="product" --> 22</div> <!-- id="product" -->
@@ -110,7 +113,7 @@ SOFTWARE.</p>
110<div id="about"> 113<div id="about">
111 <p><a href="http://validator.w3.org/check?uri=referer"> 114 <p><a href="http://validator.w3.org/check?uri=referer">
112 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> 115 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
113 <p><small>$Id: license.html,v 1.8 2006/03/10 23:37:48 carregal Exp $</small></p> 116 <p><small>$Id: license.html,v 1.9 2006/03/14 14:07:55 carregal Exp $</small></p>
114</div><!-- id="about" --> 117</div><!-- id="about" -->
115 118
116</div><!-- id="container" --> 119</div><!-- id="container" -->