diff --git a/doc/us/index.html b/doc/us/index.html index 4394051..eb95b1d 100644 --- a/doc/us/index.html +++ b/doc/us/index.html @@ -1,140 +1,122 @@ + -
+
-
- | |||||||||
| LuaFileSystem - | |||||||||
File System Library for the
-Lua
-Programming Language
+
- + Contents-+
Overview--LuaFileSystem is a library developed to complement the set of functions -related to file systems offered by the standard Lua distribution. -One of its goals is to be as portable as Lua. - -LuaFileSystem is free software and uses the same -license -as Lua 5.0. + LuaFileSystem is a library developed to complement the set of +functions related to file systems offered by the standard Lua +distribution. One of its goals is to be as portable as Lua. + +LuaFileSystem is free software and uses the same license as Lua 5.0. -Current version--Current version is 1.0 beta. -It was developed for Lua 5.0. - --Version 1.0 follows the -package proposal -for Lua 5.1 -(see section Installation for more details). + Current version is 1.0 beta. It was developed for Lua 5.0. + +Version 1.0 follows the package proposal for Lua +5.1 (see section Installation for more +details). -Download--LuaFileSystem can be downloaded from its -Lua Forge -page. + LuaFileSystem can be downloaded from its Lua +Forge page. -What's new-+
Installation--LuaFileSystem is distributed as a pair of C source and header files. -The distribution provides a Makefile prepared to compile the -library and install it. -The file config should be edited to suit the needs of the aimed -platform. - --LuaFileSystem follows the -package proposal -for Lua 5.1, -therefore this package should be "installed". -In other words, -if you are using Lua 5.0, -the files compat-5.1.c and compat-5.1.h must be used -in the compilation and the file compat-5.1.lua must be installed -in the LUA_PATH. -If you are using Lua 5.1, -nothing should be done. - +LuaFileSystem is distributed as a pair of C source and header +files. The distribution provides a Makefile prepared to +compile the library and install it. The file config should +be edited to suit the needs of the aimed platform. + +LuaFileSystem follows the package proposal for Lua +5.1, therefore this package should be "installed". In other words, +if you are using Lua 5.0, the files compat-5.1.c and +compat-5.1.h must be used in the compilation and the file +compat-5.1.lua must be installed in the LUA_PATH. +If you are using Lua 5.1, nothing should be done. + + -Credits--LuaFileSystem was designed by Roberto Ierusalimschy, -André Carregal and Tomás Guisasola as part of -The Kepler Project -which holds its copyright. - +LuaFileSystem was designed by Roberto Ierusalimschy, +André Carregal and Tomás Guisasola as part of The Kepler Project which +holds its copyright. + -Contact us--For more information please -contact us. -Comments are welcome! - +For more information please contact us. +Comments are welcome! - - -
- -$Id: index.html,v 1.6 2004/11/11 15:33:20 tomas Exp $ - - +$Id: index.html,v 1.6 2004/11/11 15:33:20 tomas Exp +$ diff --git a/doc/us/license.html b/doc/us/license.html index f01eb86..f05609c 100644 --- a/doc/us/license.html +++ b/doc/us/license.html @@ -1,78 +1,68 @@ - - - - + License- +LuaFileSystem is free software: it can be used for both academic +and commercial purposes at absolutely no cost. There are no +royalties or GNU-like "copyleft" restrictions. LuaFileSystem +qualifies as Open Source +software. Its licenses are compatible with GPL. LuaFileSystem is +not in the public domain and The Kepler Project keep its +copyright. The legal details are below. -- -License -+The spirit of the license is that you are free to use +LuaFileSystem for any purpose at no cost without having to ask us. +The only requirement is that if you do use LuaFileSystem, then you +should give us credit by including the appropriate copyright notice +somewhere in your product or its documentation. -LuaFileSystem -is free software: -it can be used for both academic and commercial purposes at absolutely no cost. -There are no royalties or GNU-like "copyleft" restrictions. -LuaFileSystem qualifies as -Open Source -software. -Its licenses are compatible with -GPL. -LuaFileSystem is not in the public domain and -The Kepler Project -keep its copyright. -The legal details are below. -- -The spirit of the license is that -you are free to use LuaFileSystem for any purpose at no cost without having to ask us. -The only requirement is that -if you do use LuaFileSystem, -then you should give us credit by including the appropriate copyright notice -somewhere in your product or its documentation. - - -The LuaFileSystem library is designed and implemented -by -Roberto Ierusalimschy, -André Carregal and -Tomás Guisasola. -The implementation is not derived from licensed software. - + The LuaFileSystem library is designed and implemented by Roberto +Ierusalimschy, André Carregal and Tomás Guisasola. +The implementation is not derived from licensed software. +- -Copyright © 2004 The Kepler Project. - + -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: -+ +Copyright © 2004 The Kepler Project. -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - + Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. -+ The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS +BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +- - -$Id: license.html,v 1.1 2004/07/27 14:15:24 tomas Exp $ - + + + +$Id: license.html,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp +$ + + - - diff --git a/doc/us/manual.html b/doc/us/manual.html index ec92531..0d9ab61 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -1,133 +1,132 @@ - + - + -
|