From 12ff66217ff4edc168a9282f5d7fc536a30331a8 Mon Sep 17 00:00:00 2001
From: tomas
Contents
@@ -61,27 +64,32 @@ distribution. One of its goals is to be as portable as Lua.
Current version is 1.0 beta. It was developed for Lua 5.0.
+Current version is 1.0. It was developed for Lua 5.0.
-Version 1.0 follows the package proposal for Lua -5.1 (see section Installation for more -details).
+Version 1.0 follows the +package proposal +for Lua 5.1 (see section Installation +for more details). +
+LuaFileSystem can be downloaded from its Lua -Forge page.
++LuaFileSystem can be downloaded from its +Lua Forge +page. +
+LuaFileSystem is distributed as a pair of C source and header @@ -89,16 +97,16 @@ 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, +
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 was designed by Roberto Ierusalimschy, @@ -107,7 +115,6 @@ André Carregal and Tomás Guisasola as part of the which holds its copyright.
-For more information please Comments are welcome!