aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruid20002 <uid20002>2005-05-20 12:10:58 +0000
committeruid20002 <uid20002>2005-05-20 12:10:58 +0000
commit3bdc8f78054c1c62417019fbe1a96ed94af0b1c9 (patch)
tree1f190e5ec9605058f0d6840c81791014f0af67c4
parent41aee28e6236a83df1a053693ba6fdbc33a7822e (diff)
downloadluafilesystem-3bdc8f78054c1c62417019fbe1a96ed94af0b1c9.tar.gz
luafilesystem-3bdc8f78054c1c62417019fbe1a96ed94af0b1c9.tar.bz2
luafilesystem-3bdc8f78054c1c62417019fbe1a96ed94af0b1c9.zip
Documentation update
-rw-r--r--doc/us/index.html41
-rw-r--r--doc/us/manual.html6
2 files changed, 21 insertions, 26 deletions
diff --git a/doc/us/index.html b/doc/us/index.html
index 440182c..9069ed6 100644
--- a/doc/us/index.html
+++ b/doc/us/index.html
@@ -48,42 +48,37 @@
48<div id="content"> 48<div id="content">
49 49
50<h2><a name="overview"></a>Overview</h2> 50<h2><a name="overview"></a>Overview</h2>
51<p>
52LuaFileSystem is a library developed to complement the set of
53functions related to file systems offered by the standard Lua
54distribution. One of its goals is to be as portable as Lua.
55</p>
56 51
57<p> 52<p>LuaFileSystem is a <a href="http://www.lua.org">Lua</a> library
58LuaFileSystem is free software and uses the same <a href="license.html">license</a> as Lua 5.0. 53developed to complement the set of functions related to file
59</p> 54systems offered by the standard Lua distribution.</p>
55
56<p>LuaFileSystem offers a portable way to access
57the underlying directory structure and file attributes.<p>
58
59<p>LuaFileSystem is free software and uses the same
60<a href="license.html">license</a> as Lua 5.0.</p>
60 61
61<h2><a name="status"></a>Status</h2> 62<h2><a name="status"></a>Status</h2>
62 63
63<p> 64<p>Current version is 1.1. It was developed for Lua 5.0.</p>
64Current version is 1.1. It was developed for Lua 5.0.
65</p>
66 65
67<p> 66<p>Version 1.1 follows the
68Version 1.1 follows the
69<a href="http://www.keplerproject.org/compat">package proposal</a> 67<a href="http://www.keplerproject.org/compat">package proposal</a>
70for Lua 5.1 (see section <a href="manual.html#installation">Installation</a> 68for Lua 5.1 (see section <a href="manual.html#installation">Installation</a>
71for more details). 69for more details).</p>
72</p>
73 70
74 71
75<h2><a name="download"></a>Download</h2> 72<h2><a name="download"></a>Download</h2>
76 73
77<p> 74<p>LuaFileSystem can be downloaded from its
78LuaFileSystem can be downloaded from its
79<a href="http://luaforge.net/project/showfiles.php?group_id=66">Lua Forge</a> 75<a href="http://luaforge.net/project/showfiles.php?group_id=66">Lua Forge</a>
80page. 76page.</p>
81</p>
82 77
83<h2><a name="history"></a>History</h2> 78<h2><a name="history"></a>History</h2>
84 79
85<ul> 80<ul>
86 <li>[19/May/2005] Version 1.1 released<br /> 81 <li>[20/May/2005] Version 1.1 released<br />
87 added function <code>lfs.touch</code>. 82 added function <code>lfs.touch</code>.
88 </li> 83 </li>
89 <li>[21/Jan/2005] Version 1.0 released</li> 84 <li>[21/Jan/2005] Version 1.0 released</li>
@@ -101,8 +96,8 @@ which holds its copyright.</p>
101 96
102<h2><a name="contact"></a>Contact us</h2> 97<h2><a name="contact"></a>Contact us</h2>
103 98
104<p>For more information please <a href= 99<p>For more information please
105"mailto:info-NO-SPAM-THANKS@keplerproject.org">contact us</a>. 100<a href="mailto:info-NO-SPAM-THANKS@keplerproject.org">contact us</a>.
106Comments are welcome!</p> 101Comments are welcome!</p>
107 102
108</div> <!-- id="content" --> 103</div> <!-- id="content" -->
@@ -112,7 +107,7 @@ Comments are welcome!</p>
112<div id="about"> 107<div id="about">
113 <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> 108 <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
114 <p><small> 109 <p><small>
115 $Id: index.html,v 1.12 2005/05/19 20:24:31 uid20002 Exp $ 110 $Id: index.html,v 1.13 2005/05/20 12:10:58 uid20002 Exp $
116 </small></p> 111 </small></p>
117</div> <!-- id="about" --> 112</div> <!-- id="about" -->
118 113
diff --git a/doc/us/manual.html b/doc/us/manual.html
index 958c1e1..45a7492 100644
--- a/doc/us/manual.html
+++ b/doc/us/manual.html
@@ -54,8 +54,8 @@
54developed to complement the set of functions related to file 54developed to complement the set of functions related to file
55systems offered by the standard Lua distribution.</p> 55systems offered by the standard Lua distribution.</p>
56 56
57<p>LuaFileSystem is free software and uses the same <a href= 57<p>LuaFileSystem offers a portable way to access
58"license.html">license</a> as Lua 5.0.</p> 58the underlying directory structure and file attributes.<p>
59 59
60<h2><a name="installation"></a>Installation</h2> 60<h2><a name="installation"></a>Installation</h2>
61 61
@@ -192,7 +192,7 @@ If you are using Lua 5.1, nothing should be done.</p>
192<div id="about"> 192<div id="about">
193 <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> 193 <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
194 <p><small> 194 <p><small>
195 $Id: manual.html,v 1.12 2005/05/19 20:31:04 uid20002 Exp $ 195 $Id: manual.html,v 1.13 2005/05/20 12:10:58 uid20002 Exp $
196 </small></p> 196 </small></p>
197</div> <!-- id="about" --> 197</div> <!-- id="about" -->
198 198