diff options
author | tomas <tomas> | 2005-01-19 14:30:08 +0000 |
---|---|---|
committer | tomas <tomas> | 2005-01-19 14:30:08 +0000 |
commit | 12ff66217ff4edc168a9282f5d7fc536a30331a8 (patch) | |
tree | f44cc54d20d2ce6aa5bf2f659f652d43197f4d8f | |
parent | 508c7b3b569c7370f4ec54eebb88ceee0354f428 (diff) | |
download | luafilesystem-1_0.tar.gz luafilesystem-1_0.tar.bz2 luafilesystem-1_0.zip |
Atualizacao para lancamento da versao 1.0 oficialv1_0
-rw-r--r-- | doc/us/index.html | 48 | ||||
-rw-r--r-- | doc/us/license.html | 5 |
2 files changed, 29 insertions, 24 deletions
diff --git a/doc/us/index.html b/doc/us/index.html index 3d1a50a..a96e2e6 100644 --- a/doc/us/index.html +++ b/doc/us/index.html | |||
@@ -26,10 +26,13 @@ href="http://www.lua.org">Lua</a> Programming Language</td> | |||
26 | </table> | 26 | </table> |
27 | </center> | 27 | </center> |
28 | 28 | ||
29 | <center><small><a href="#over">overview</a> · <a href= | 29 | <center><small> |
30 | "#download">download</a> · <a href="manual.html">manual</a> | 30 | <a href="#over">overview</a> · |
31 | · <a href="#credits">credits</a> · <a href= | 31 | <a href="#download">download</a> · |
32 | "#contact">contact us</a></small></center> | 32 | <a href="manual.html">manual</a> · |
33 | <a href="#credits">credits</a> · | ||
34 | <a href="#contact">contact us</a> | ||
35 | </small></center> | ||
33 | 36 | ||
34 | <hr> | 37 | <hr> |
35 | <h2>Contents</h2> | 38 | <h2>Contents</h2> |
@@ -61,27 +64,32 @@ distribution. One of its goals is to be as portable as Lua.</p> | |||
61 | 64 | ||
62 | <h2>Current version</h2> | 65 | <h2>Current version</h2> |
63 | 66 | ||
64 | <p>Current version is 1.0 beta. It was developed for Lua 5.0.</p> | 67 | <p>Current version is 1.0. It was developed for Lua 5.0.</p> |
65 | 68 | ||
66 | <p>Version 1.0 follows the <a href= | 69 | <p>Version 1.0 follows the |
67 | "http://www.keplerproject.org/compat">package proposal</a> for Lua | 70 | <a href="http://www.keplerproject.org/compat">package proposal</a> |
68 | 5.1 (see section <a href="#installation">Installation</a> for more | 71 | for Lua 5.1 (see section <a href="#installation">Installation</a> |
69 | details). <a name="download"></a></p> | 72 | for more details). |
73 | </p> | ||
70 | 74 | ||
75 | <a name="download"></a> | ||
71 | <h2>Download</h2> | 76 | <h2>Download</h2> |
72 | 77 | ||
73 | <p>LuaFileSystem can be downloaded from its <a href= | 78 | <p> |
74 | "http://luaforge.net/project/showfiles.php?group_id=66">Lua | 79 | LuaFileSystem can be downloaded from its |
75 | Forge</a> page. <a name="new"></a></p> | 80 | <a href="http://luaforge.net/project/showfiles.php?group_id=66">Lua Forge</a> |
81 | page. | ||
82 | </p> | ||
76 | 83 | ||
84 | <a name="new"></a> | ||
77 | <h2>What's new</h2> | 85 | <h2>What's new</h2> |
78 | 86 | ||
79 | <ul> | 87 | <ul> |
80 | <li>[10/nov/2004] Version 1.0 beta released</li> | 88 | <li>[21/Jan/2005] Version 1.0 released</li> |
89 | <li>[10/Nov/2004] Version 1.0 beta released</li> | ||
81 | </ul> | 90 | </ul> |
82 | 91 | ||
83 | <a name="installation"></a> | 92 | <a name="installation"></a> |
84 | |||
85 | <h2>Installation</h2> | 93 | <h2>Installation</h2> |
86 | 94 | ||
87 | <p>LuaFileSystem is distributed as a pair of C source and header | 95 | <p>LuaFileSystem is distributed as a pair of C source and header |
@@ -89,16 +97,16 @@ files. The distribution provides a <tt>Makefile</tt> prepared to | |||
89 | compile the library and install it. The file <tt>config</tt> should | 97 | compile the library and install it. The file <tt>config</tt> should |
90 | be edited to suit the needs of the aimed platform.</p> | 98 | be edited to suit the needs of the aimed platform.</p> |
91 | 99 | ||
92 | <p>LuaFileSystem follows the <a href= | 100 | <p>LuaFileSystem follows the |
93 | "http://www.keplerproject.org/compat">package proposal</a> for Lua | 101 | <a href="http://www.keplerproject.org/compat">package proposal</a> |
94 | 5.1, therefore this package should be "installed". In other words, | 102 | for Lua 5.1, therefore this package should be "installed". |
103 | In other words, | ||
95 | if you are using Lua 5.0, the files <tt>compat-5.1.c</tt> and | 104 | if you are using Lua 5.0, the files <tt>compat-5.1.c</tt> and |
96 | <tt>compat-5.1.h</tt> must be used in the compilation and the file | 105 | <tt>compat-5.1.h</tt> must be used in the compilation and the file |
97 | <tt>compat-5.1.lua</tt> must be installed in the <tt>LUA_PATH</tt>. | 106 | <tt>compat-5.1.lua</tt> must be installed in the <tt>LUA_PATH</tt>. |
98 | If you are using Lua 5.1, nothing should be done.</p> | 107 | If you are using Lua 5.1, nothing should be done.</p> |
99 | 108 | ||
100 | <a name="credits"></a> | 109 | <a name="credits"></a> |
101 | |||
102 | <h2>Credits</h2> | 110 | <h2>Credits</h2> |
103 | 111 | ||
104 | <p>LuaFileSystem was designed by Roberto Ierusalimschy, | 112 | <p>LuaFileSystem was designed by Roberto Ierusalimschy, |
@@ -107,7 +115,6 @@ André Carregal and Tomás Guisasola as part of the | |||
107 | which holds its copyright.</p> | 115 | which holds its copyright.</p> |
108 | 116 | ||
109 | <a name="contact"></a> | 117 | <a name="contact"></a> |
110 | |||
111 | <h2>Contact us</h2> | 118 | <h2>Contact us</h2> |
112 | 119 | ||
113 | <p>For more information please <a href= | 120 | <p>For more information please <a href= |
@@ -115,8 +122,7 @@ which holds its copyright.</p> | |||
115 | Comments are welcome!</p> | 122 | Comments are welcome!</p> |
116 | 123 | ||
117 | <hr> | 124 | <hr> |
118 | <small>$Id: index.html,v 1.6 2004/11/11 15:33:20 tomas Exp | 125 | <small>$Id: index.html,v 1.9 2005/01/19 14:30:08 tomas Exp $</small> |
119 | $</small> | ||
120 | </body> | 126 | </body> |
121 | </html> | 127 | </html> |
122 | 128 | ||
diff --git a/doc/us/license.html b/doc/us/license.html index 864425b..85a9df1 100644 --- a/doc/us/license.html +++ b/doc/us/license.html | |||
@@ -36,7 +36,7 @@ The implementation is not derived from licensed software.</p> | |||
36 | </p> | 36 | </p> |
37 | 37 | ||
38 | <hr> | 38 | <hr> |
39 | Copyright © 2004 The Kepler Project. | 39 | Copyright © 2004-2005 The Kepler Project. |
40 | 40 | ||
41 | <p>Permission is hereby granted, free of charge, to any person | 41 | <p>Permission is hereby granted, free of charge, to any person |
42 | obtaining a copy of this software and associated documentation | 42 | obtaining a copy of this software and associated documentation |
@@ -63,8 +63,7 @@ SOFTWARE.</p> | |||
63 | </p> | 63 | </p> |
64 | 64 | ||
65 | <hr> | 65 | <hr> |
66 | <small>$Id: license.html,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp | 66 | <small>$Id: license.html,v 1.4 2005/01/19 14:30:08 tomas Exp $</small> |
67 | $</small> | ||
68 | </body> | 67 | </body> |
69 | </html> | 68 | </html> |
70 | 69 | ||