From 8addf14a396466982f62503a6dfa5793a53b1b8e Mon Sep 17 00:00:00 2001 From: tomas Date: Tue, 27 Jul 2004 14:15:24 +0000 Subject: Initial revision --- doc/us/index.html | 114 +++++++++++++++++++++++++++++++++++++++++ doc/us/license.html | 78 ++++++++++++++++++++++++++++ doc/us/manual.html | 144 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 336 insertions(+) create mode 100644 doc/us/index.html create mode 100644 doc/us/license.html create mode 100644 doc/us/manual.html (limited to 'doc') diff --git a/doc/us/index.html b/doc/us/index.html new file mode 100644 index 0000000..6b81ad9 --- /dev/null +++ b/doc/us/index.html @@ -0,0 +1,114 @@ + + + +LuaFileSystem + + + + + +
+ +
+LuaFileSystem +
LuaFileSystem +
File system library for the +Lua +programming language +
+
+

+ +

+overview · +download · +manual · +credits · +contact us +
+

+ +


+

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. + + + +

Current version

+

+Current version is 1.0 alpha. +It was developed for Lua 5.0. +

+ + + +

Download

+

+LuaFileSystem can be downloaded in source code from the following links: +

+

+ + + +

What's new

+

+

+ + + +

Credits

+ +

+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! +

+ + + +

+


+ +$Id: index.html,v 1.1 2004/07/27 14:15:24 tomas Exp $ + + + + + diff --git a/doc/us/license.html b/doc/us/license.html new file mode 100644 index 0000000..f01eb86 --- /dev/null +++ b/doc/us/license.html @@ -0,0 +1,78 @@ + + + +LuaFileSystem: license + + + + +
+

+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. +

+ +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. +

+ + +


+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: +

+ +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 $ + + + + diff --git a/doc/us/manual.html b/doc/us/manual.html new file mode 100644 index 0000000..374d033 --- /dev/null +++ b/doc/us/manual.html @@ -0,0 +1,144 @@ + + + + +LuaFileSystem + + + + + +
+ +
+ +
+LuaFileSystem logo +
LuaFileSystem Reference Manual +
File system library for the +Lua +programming language +
+
+

+ +

+home · +introduction · +reference · +example +
+

+ +


+ + +

Introduction

+ +

+LuaFileSystem is a Lua library +developed to complement the set of functions related to file systems offered +by the standard Lua distribution. +

+LuaFileSystem is free software and uses the same +license +as Lua 5.0. +

+ + + +

Reference

+ +

+LuaFileSystem offers the following functions: +

+ + + +

Example

+ + + +

Contents

+

+

+

+ + +

+

+home · +introduction · +reference · +example +
+

+ +


+ +$Id: manual.html,v 1.1 2004/07/27 14:15:24 tomas Exp $ + + + + -- cgit v1.2.3-55-g6feb