diff options
author | Peter Melnichenko <mpeterval@gmail.com> | 2016-05-04 12:42:15 +0300 |
---|---|---|
committer | Peter Melnichenko <mpeterval@gmail.com> | 2016-05-04 12:42:15 +0300 |
commit | 83a811bb8e1e26f8acfdb5b35784d55039472252 (patch) | |
tree | 853a41baa062ee104af8fb269b099db3c343b4cd /index.html | |
parent | d450cd67ad5f6b3a3ff9a3c92e9c419f534006e3 (diff) | |
download | luafilesystem-83a811bb8e1e26f8acfdb5b35784d55039472252.tar.gz luafilesystem-83a811bb8e1e26f8acfdb5b35784d55039472252.tar.bz2 luafilesystem-83a811bb8e1e26f8acfdb5b35784d55039472252.zip |
Update docs [ci skip]
Remove dead links, 'contact us' section with dead e-mail, etc.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 25 |
1 files changed, 7 insertions, 18 deletions
@@ -13,7 +13,7 @@ | |||
13 | 13 | ||
14 | <div id="product"> | 14 | <div id="product"> |
15 | <div id="product_logo"> | 15 | <div id="product_logo"> |
16 | <a href="http://www.keplerproject.org"> | 16 | <a href="http://keplerproject.github.io/luafilesystem"> |
17 | <img alt="LuaFileSystem" src="luafilesystem.png"/> | 17 | <img alt="LuaFileSystem" src="luafilesystem.png"/> |
18 | </a> | 18 | </a> |
19 | </div> | 19 | </div> |
@@ -33,7 +33,6 @@ | |||
33 | <li><a href="index.html#download">Download</a></li> | 33 | <li><a href="index.html#download">Download</a></li> |
34 | <li><a href="index.html#history">History</a></li> | 34 | <li><a href="index.html#history">History</a></li> |
35 | <li><a href="index.html#credits">Credits</a></li> | 35 | <li><a href="index.html#credits">Credits</a></li> |
36 | <li><a href="index.html#contact">Contact us</a></li> | ||
37 | </ul> | 36 | </ul> |
38 | </li> | 37 | </li> |
39 | <li><a href="manual.html">Manual</a> | 38 | <li><a href="manual.html">Manual</a> |
@@ -67,7 +66,7 @@ systems offered by the standard Lua distribution.</p> | |||
67 | the underlying directory structure and file attributes.</p> | 66 | the underlying directory structure and file attributes.</p> |
68 | 67 | ||
69 | <p>LuaFileSystem is free software and uses the same | 68 | <p>LuaFileSystem is free software and uses the same |
70 | <a href="license.html">license</a> as Lua 5.1.</p> | 69 | <a href="license.html">license</a> as Lua 5.x (MIT).</p> |
71 | 70 | ||
72 | <h2><a name="status"></a>Status</h2> | 71 | <h2><a name="status"></a>Status</h2> |
73 | 72 | ||
@@ -115,9 +114,9 @@ page.</p> | |||
115 | <dt><strong>Version 1.4.2</strong> [03/Feb/2009]</dt> | 114 | <dt><strong>Version 1.4.2</strong> [03/Feb/2009]</dt> |
116 | <dd> | 115 | <dd> |
117 | <ul> | 116 | <ul> |
118 | <li>fixed bug [<a href="http://luaforge.net/tracker/?func=detail&group_id=66&aid=13198&atid=356">#13198</a>] | 117 | <li>fixed bug |
119 | lfs.attributes(filename, 'size') overflow on files > 2 Gb again (bug report and patch by KUBO Takehiro).</li> | 118 | <code>lfs.attributes(filename, 'size')</code> overflow on files > 2 Gb again (bug report and patch by KUBO Takehiro).</li> |
120 | <li>fixed bug [<a href="http://luaforge.net/tracker/?group_id=66&atid=356&func=detail&aid=39794">#39794</a>] | 119 | <li>fixed bug |
121 | Compile error on Solaris 10 (bug report and patch by Aaron B).</li> | 120 | Compile error on Solaris 10 (bug report and patch by Aaron B).</li> |
122 | <li>fixed compilation problems with Borland C.</li> | 121 | <li>fixed compilation problems with Borland C.</li> |
123 | </ul> | 122 | </ul> |
@@ -129,7 +128,7 @@ page.</p> | |||
129 | <li>documentation review</li> | 128 | <li>documentation review</li> |
130 | <li>fixed Windows compilation issues</li> | 129 | <li>fixed Windows compilation issues</li> |
131 | <li>fixed bug in the Windows tests (patch by Shmuel Zeigerman)</li> | 130 | <li>fixed bug in the Windows tests (patch by Shmuel Zeigerman)</li> |
132 | <li>fixed bug [<a href="http://luaforge.net/tracker/?func=detail&group_id=66&aid=2185&atid=356">#2185</a>] | 131 | <li>fixed bug |
133 | <code>lfs.attributes(filename, 'size')</code> overflow on files > 2 Gb | 132 | <code>lfs.attributes(filename, 'size')</code> overflow on files > 2 Gb |
134 | </li> | 133 | </li> |
135 | </ul> | 134 | </ul> |
@@ -191,25 +190,15 @@ page.</p> | |||
191 | 190 | ||
192 | <p>LuaFileSystem was designed by Roberto Ierusalimschy, | 191 | <p>LuaFileSystem was designed by Roberto Ierusalimschy, |
193 | André Carregal and Tomás Guisasola as part of the | 192 | André Carregal and Tomás Guisasola as part of the |
194 | <a href="http://www.keplerproject.org">Kepler Project</a>, | 193 | <a href="https://github.com/keplerproject">Kepler Project</a>, |
195 | which holds its copyright. LuaFileSystem is currently maintained by Fábio Mascarenhas.</p> | 194 | which holds its copyright. LuaFileSystem is currently maintained by Fábio Mascarenhas.</p> |
196 | 195 | ||
197 | <h2><a name="contact"></a>Contact us</h2> | ||
198 | |||
199 | <p>For more information please | ||
200 | <a href="mailto:info-NO-SPAM-THANKS@keplerproject.org">contact us</a>. | ||
201 | Comments are welcome!</p> | ||
202 | |||
203 | <p>You can also reach other Kepler developers and users on the Kepler Project | ||
204 | <a href="http://luaforge.net/mail/?group_id=104">mailing list</a>.</p> | ||
205 | |||
206 | </div> <!-- id="content" --> | 196 | </div> <!-- id="content" --> |
207 | 197 | ||
208 | </div> <!-- id="main" --> | 198 | </div> <!-- id="main" --> |
209 | 199 | ||
210 | <div id="about"> | 200 | <div id="about"> |
211 | <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p> | 201 | <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p> |
212 | <p><small>$Id: index.html,v 1.44 2009/02/04 21:21:33 carregal Exp $</small></p> | ||
213 | </div> <!-- id="about" --> | 202 | </div> <!-- id="about" --> |
214 | 203 | ||
215 | </div> <!-- id="container" --> | 204 | </div> <!-- id="container" --> |