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 /doc/us/index.html | |
parent | 44e60e8b0c66e97916f04cff2f8112fbafa887b6 (diff) | |
download | luafilesystem-144b4ea052ee50d22989a999c4d59a54dd736e97.tar.gz luafilesystem-144b4ea052ee50d22989a999c4d59a54dd736e97.tar.bz2 luafilesystem-144b4ea052ee50d22989a999c4d59a54dd736e97.zip |
Documentation update reflecting the Kepler structure
Diffstat (limited to 'doc/us/index.html')
-rw-r--r-- | doc/us/index.html | 57 |
1 files changed, 37 insertions, 20 deletions
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" --> |