diff options
author | carregal <carregal> | 2006-03-10 23:37:48 +0000 |
---|---|---|
committer | carregal <carregal> | 2006-03-10 23:37:48 +0000 |
commit | 144b4ea052ee50d22989a999c4d59a54dd736e97 (patch) | |
tree | ab3035936f365cbbeeb6f5095f3f7b1cc8ed85ed | |
parent | 44e60e8b0c66e97916f04cff2f8112fbafa887b6 (diff) | |
download | luafilesystem-144b4ea052ee50d22989a999c4d59a54dd736e97.tar.gz luafilesystem-144b4ea052ee50d22989a999c4d59a54dd736e97.tar.bz2 luafilesystem-144b4ea052ee50d22989a999c4d59a54dd736e97.zip |
Documentation update reflecting the Kepler structure
-rw-r--r-- | doc/us/examples.html | 13 | ||||
-rw-r--r-- | doc/us/index.html | 57 | ||||
-rw-r--r-- | doc/us/license.html | 15 | ||||
-rw-r--r-- | doc/us/manual.html | 22 |
4 files changed, 70 insertions, 37 deletions
diff --git a/doc/us/examples.html b/doc/us/examples.html index 984de51..bdf8d10 100644 --- a/doc/us/examples.html +++ b/doc/us/examples.html | |||
@@ -42,6 +42,12 @@ | |||
42 | </ul> | 42 | </ul> |
43 | </li> | 43 | </li> |
44 | <li><strong>Examples</strong></li> | 44 | <li><strong>Examples</strong></li> |
45 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> | ||
46 | <ul> | ||
47 | <li><a href="http://luaforge.net/tracker/?group_id=66">Bug Tracker</a></li> | ||
48 | <li><a href="http://luaforge.net/scm/?group_id=66">CVS</a></li> | ||
49 | </ul> | ||
50 | </li> | ||
45 | <li><a href="license.html">License</a></li> | 51 | <li><a href="license.html">License</a></li> |
46 | </ul> | 52 | </ul> |
47 | </div> <!-- id="navigation" --> | 53 | </div> <!-- id="navigation" --> |
@@ -84,10 +90,9 @@ attrdir (".") | |||
84 | </div> <!-- id="main" --> | 90 | </div> <!-- id="main" --> |
85 | 91 | ||
86 | <div id="about"> | 92 | <div id="about"> |
87 | <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> | 93 | <p><a href="http://validator.w3.org/check?uri=referer"> |
88 | <p><small> | 94 | <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> |
89 | $Id: examples.html,v 1.3 2005/05/20 18:04:56 uid20002 Exp $ | 95 | <p><small>$Id: examples.html,v 1.4 2006/03/10 23:37:48 carregal Exp $</small></p> |
90 | </small></p> | ||
91 | </div> <!-- id="about" --> | 96 | </div> <!-- id="about" --> |
92 | 97 | ||
93 | </div> <!-- id="container" --> | 98 | </div> <!-- id="container" --> |
diff --git a/doc/us/index.html b/doc/us/index.html index 81e0d3b..c889fe3 100644 --- a/doc/us/index.html +++ b/doc/us/index.html | |||
@@ -11,9 +11,11 @@ | |||
11 | <div id="container"> | 11 | <div id="container"> |
12 | 12 | ||
13 | <div id="product"> | 13 | <div id="product"> |
14 | <div id="product_logo"><a href="http://www.keplerproject.org"> | 14 | <div id="product_logo"> |
15 | <a href="http://www.keplerproject.org"> | ||
15 | <img alt="LuaFileSystem" src="luafilesystem.png"/> | 16 | <img alt="LuaFileSystem" src="luafilesystem.png"/> |
16 | </a></div> | 17 | </a> |
18 | </div> | ||
17 | <div id="product_name"><big><strong>LuaFileSystem</strong></big></div> | 19 | <div id="product_name"><big><strong>LuaFileSystem</strong></big></div> |
18 | <div id="product_description">File System Library for the Lua Programming Language</div> | 20 | <div id="product_description">File System Library for the Lua Programming Language</div> |
19 | </div> <!-- id="product" --> | 21 | </div> <!-- id="product" --> |
@@ -41,6 +43,12 @@ | |||
41 | </ul> | 43 | </ul> |
42 | </li> | 44 | </li> |
43 | <li><a href="examples.html">Examples</a></li> | 45 | <li><a href="examples.html">Examples</a></li> |
46 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> | ||
47 | <ul> | ||
48 | <li><a href="http://luaforge.net/tracker/?group_id=66">Bug Tracker</a></li> | ||
49 | <li><a href="http://luaforge.net/scm/?group_id=66">CVS</a></li> | ||
50 | </ul> | ||
51 | </li> | ||
44 | <li><a href="license.html">License</a></li> | 52 | <li><a href="license.html">License</a></li> |
45 | </ul> | 53 | </ul> |
46 | </div> <!-- id="navigation" --> | 54 | </div> <!-- id="navigation" --> |
@@ -81,24 +89,31 @@ LuaForge page.</p> | |||
81 | 89 | ||
82 | <h2><a name="history"></a>History</h2> | 90 | <h2><a name="history"></a>History</h2> |
83 | 91 | ||
84 | <ul> | 92 | <dl class="history"> |
85 | <li>[xx/xx/2005] Version 1.2 released<br/> | 93 | <dt><strong>Version 1.2</strong> [13/Mar/2006]</dt> |
86 | <ul> | 94 | <dd> |
95 | <ul> | ||
87 | <li>added optional argument to | 96 | <li>added optional argument to |
88 | <a href="manual.html#attributes"><code>lfs.attributes</code></a> | 97 | <a href="manual.html#attributes"><code>lfs.attributes</code></a></li> |
89 | <li>added function | 98 | <li>added function |
90 | <a href="manual.html#rmdir"><code>lfs.rmdir</code></a> | 99 | <a href="manual.html#rmdir"><code>lfs.rmdir</code></a></li> |
91 | <li>bug correction on <code>lfs.dir</code> | 100 | <li>bug correction on <code>lfs.dir</code></li> |
92 | </ul> | 101 | </ul> |
93 | </li> | 102 | </dd> |
94 | <li>[30/May/2005] Version 1.1 released<br/> | ||
95 | added function <code>lfs.touch</code>. | ||
96 | </li> | ||
97 | <li>[21/Jan/2005] Version 1.0 released</li> | ||
98 | <li>[10/Nov/2004] Version 1.0 beta released</li> | ||
99 | </ul> | ||
100 | 103 | ||
104 | <dt><strong>Version 1.1</strong> [30/May/2005]</dt> | ||
105 | <dd> | ||
106 | <ul> | ||
107 | <li>added function <code>lfs.touch</code>.</li> | ||
108 | </ul> | ||
109 | </dd> | ||
101 | 110 | ||
111 | <dt><strong>Version 1.0</strong> [21/Jan/2005]</dt> | ||
112 | <dd /> | ||
113 | |||
114 | <dt><strong>Version 1.0 Beta</strong> [10/Nov/2004]</dt> | ||
115 | <dd /> | ||
116 | </dl> | ||
102 | 117 | ||
103 | <h2><a name="credits"></a>Credits</h2> | 118 | <h2><a name="credits"></a>Credits</h2> |
104 | 119 | ||
@@ -113,15 +128,17 @@ which holds its copyright.</p> | |||
113 | <a href="mailto:info-NO-SPAM-THANKS@keplerproject.org">contact us</a>. | 128 | <a href="mailto:info-NO-SPAM-THANKS@keplerproject.org">contact us</a>. |
114 | Comments are welcome!</p> | 129 | Comments are welcome!</p> |
115 | 130 | ||
131 | <p>You can also reach other Kepler developers and users on the Kepler Project | ||
132 | <a href="http://luaforge.net/mail/?group_id=104">mailing list</a>.</p> | ||
133 | |||
116 | </div> <!-- id="content" --> | 134 | </div> <!-- id="content" --> |
117 | 135 | ||
118 | </div> <!-- id="main" --> | 136 | </div> <!-- id="main" --> |
119 | 137 | ||
120 | <div id="about"> | 138 | <div id="about"> |
121 | <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> | 139 | <p><a href="http://validator.w3.org/check?uri=referer"> |
122 | <p><small> | 140 | <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> |
123 | $Id: index.html,v 1.26 2006/03/04 00:33:43 tomas Exp $ | 141 | <p><small>$Id: index.html,v 1.27 2006/03/10 23:37:48 carregal Exp $</small></p> |
124 | </small></p> | ||
125 | </div> <!-- id="about" --> | 142 | </div> <!-- id="about" --> |
126 | 143 | ||
127 | </div> <!-- id="container" --> | 144 | </div> <!-- id="container" --> |
diff --git a/doc/us/license.html b/doc/us/license.html index 8e4d756..7d7b022 100644 --- a/doc/us/license.html +++ b/doc/us/license.html | |||
@@ -41,6 +41,12 @@ | |||
41 | </ul> | 41 | </ul> |
42 | </li> | 42 | </li> |
43 | <li><a href="examples.html">Examples</a></li> | 43 | <li><a href="examples.html">Examples</a></li> |
44 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> | ||
45 | <ul> | ||
46 | <li><a href="http://luaforge.net/tracker/?group_id=66">Bug Tracker</a></li> | ||
47 | <li><a href="http://luaforge.net/scm/?group_id=66">CVS</a></li> | ||
48 | </ul> | ||
49 | </li> | ||
44 | <li><strong>License</strong></li> | 50 | <li><strong>License</strong></li> |
45 | </ul> | 51 | </ul> |
46 | </div> <!-- id="navigation" --> | 52 | </div> <!-- id="navigation" --> |
@@ -75,7 +81,7 @@ Ierusalimschy, André Carregal and Tomás Guisasola. | |||
75 | The implementation is not derived from licensed software.</p> | 81 | The implementation is not derived from licensed software.</p> |
76 | 82 | ||
77 | <hr/> | 83 | <hr/> |
78 | <p>Copyright © 2004-2005 The Kepler Project.</p> | 84 | <p>Copyright © 2004-2006 The Kepler Project.</p> |
79 | 85 | ||
80 | <p>Permission is hereby granted, free of charge, to any person | 86 | <p>Permission is hereby granted, free of charge, to any person |
81 | obtaining a copy of this software and associated documentation | 87 | obtaining a copy of this software and associated documentation |
@@ -102,10 +108,9 @@ SOFTWARE.</p> | |||
102 | </div> <!-- id="main" --> | 108 | </div> <!-- id="main" --> |
103 | 109 | ||
104 | <div id="about"> | 110 | <div id="about"> |
105 | <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> | 111 | <p><a href="http://validator.w3.org/check?uri=referer"> |
106 | <p><small> | 112 | <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> |
107 | $Id: license.html,v 1.7 2005/05/20 18:43:00 uid20006 Exp $ | 113 | <p><small>$Id: license.html,v 1.8 2006/03/10 23:37:48 carregal Exp $</small></p> |
108 | </small></p> | ||
109 | </div><!-- id="about" --> | 114 | </div><!-- id="about" --> |
110 | 115 | ||
111 | </div><!-- id="container" --> | 116 | </div><!-- id="container" --> |
diff --git a/doc/us/manual.html b/doc/us/manual.html index d91682f..4451e80 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html | |||
@@ -12,9 +12,9 @@ | |||
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 | <img alt="LuaFileSystem" src="luafilesystem.png"/> | 16 | <a href="http://www.keplerproject.org"><img alt="LuaFileSystem" src="luafilesystem.png"/></a> |
17 | </a></div> | 17 | </div> |
18 | <div id="product_name"><big><strong>LuaFileSystem</strong></big></div> | 18 | <div id="product_name"><big><strong>LuaFileSystem</strong></big></div> |
19 | <div id="product_description">File System Library for the Lua Programming Language</div> | 19 | <div id="product_description">File System Library for the Lua Programming Language</div> |
20 | </div> <!-- id="product" --> | 20 | </div> <!-- id="product" --> |
@@ -42,6 +42,12 @@ | |||
42 | </ul> | 42 | </ul> |
43 | </li> | 43 | </li> |
44 | <li><a href="examples.html">Examples</a></li> | 44 | <li><a href="examples.html">Examples</a></li> |
45 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> | ||
46 | <ul> | ||
47 | <li><a href="http://luaforge.net/tracker/?group_id=66">Bug Tracker</a></li> | ||
48 | <li><a href="http://luaforge.net/scm/?group_id=66">CVS</a></li> | ||
49 | </ul> | ||
50 | </li> | ||
45 | <li><a href="license.html">License</a></li> | 51 | <li><a href="license.html">License</a></li> |
46 | </ul> | 52 | </ul> |
47 | </div> <!-- id="navigation" --> | 53 | </div> <!-- id="navigation" --> |
@@ -70,7 +76,8 @@ for Lua 5.1, therefore it should be "installed". Refer to | |||
70 | <a href="http://www.keplerproject.org/compat/manual.html#configuration"> | 76 | <a href="http://www.keplerproject.org/compat/manual.html#configuration"> |
71 | Compat-5.1 configuration</a> section about how to install the compiled | 77 | Compat-5.1 configuration</a> section about how to install the compiled |
72 | binary properly. | 78 | binary properly. |
73 | The compiled binary should be copied to a directory in your LUA_CPATH.</p> | 79 | The compiled binary should be copied to a directory in your |
80 | <code>LUA_CPATH</code>.</p> | ||
74 | 81 | ||
75 | <p>Windows users can use the pre-compiled version of LuaFileSystem | 82 | <p>Windows users can use the pre-compiled version of LuaFileSystem |
76 | (<code>lfs.dll</code>) available at | 83 | (<code>lfs.dll</code>) available at |
@@ -201,10 +208,9 @@ The compiled binary should be copied to a directory in your LUA_CPATH.</p> | |||
201 | </div> <!-- id="main" --> | 208 | </div> <!-- id="main" --> |
202 | 209 | ||
203 | <div id="about"> | 210 | <div id="about"> |
204 | <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> | 211 | <p><a href="http://validator.w3.org/check?uri=referer"> |
205 | <p><small> | 212 | <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> |
206 | $Id: manual.html,v 1.26 2006/03/03 23:58:05 tomas Exp $ | 213 | <p><small>$Id: manual.html,v 1.27 2006/03/10 23:37:48 carregal Exp $</small></p> |
207 | </small></p> | ||
208 | </div> <!-- id="about" --> | 214 | </div> <!-- id="about" --> |
209 | 215 | ||
210 | </div> <!-- id="container" --> | 216 | </div> <!-- id="container" --> |