aboutsummaryrefslogtreecommitdiff
path: root/doc/us/index.html
diff options
context:
space:
mode:
authorPeter Melnichenko <mpeterval@gmail.com>2016-05-04 12:37:19 +0300
committerPeter Melnichenko <mpeterval@gmail.com>2016-05-04 12:37:19 +0300
commitdd6376411f07ca236378fb738a429b2bbcbc5632 (patch)
tree24b2b9b41afddf7c0817e65226ac3fc433b6ed74 /doc/us/index.html
parent83b8fa6c6b67f2b990652bc522945c14411e8b71 (diff)
downloadluafilesystem-dd6376411f07ca236378fb738a429b2bbcbc5632.tar.gz
luafilesystem-dd6376411f07ca236378fb738a429b2bbcbc5632.tar.bz2
luafilesystem-dd6376411f07ca236378fb738a429b2bbcbc5632.zip
Update docs [ci skip]
Remove dead links, 'contact us' section with dead e-mail, etc.
Diffstat (limited to 'doc/us/index.html')
-rw-r--r--doc/us/index.html25
1 files changed, 7 insertions, 18 deletions
diff --git a/doc/us/index.html b/doc/us/index.html
index 2bb7f5d..3ed43f2 100644
--- a/doc/us/index.html
+++ b/doc/us/index.html
@@ -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>
67the underlying directory structure and file attributes.</p> 66the 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&amp;group_id=66&amp;aid=13198&amp;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&amp;atid=356&amp;func=detail&amp;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&amp;group_id=66&amp;aid=2185&amp;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,
193Andr&eacute; Carregal and Tom&aacute;s Guisasola as part of the 192Andr&eacute; Carregal and Tom&aacute;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>,
195which holds its copyright. LuaFileSystem is currently maintained by F&aacute;bio Mascarenhas.</p> 194which holds its copyright. LuaFileSystem is currently maintained by F&aacute;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>.
201Comments 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" -->