diff options
author | carregal <carregal> | 2006-03-15 16:44:04 +0000 |
---|---|---|
committer | carregal <carregal> | 2006-03-15 16:44:04 +0000 |
commit | f78e6e2abe304c77bd5a525a37a16450ac26faee (patch) | |
tree | a5cfa8723ccafaf3765e8998a7d5c341af4b6517 /doc/us | |
parent | dbb964ffd47dd73cb452ae7b5420d3f9bae31d29 (diff) | |
download | luafilesystem-f78e6e2abe304c77bd5a525a37a16450ac26faee.tar.gz luafilesystem-f78e6e2abe304c77bd5a525a37a16450ac26faee.tar.bz2 luafilesystem-f78e6e2abe304c77bd5a525a37a16450ac26faee.zip |
Documentation update - minor detailsRoot_rel_1_2_x
Diffstat (limited to 'doc/us')
-rw-r--r-- | doc/us/index.html | 6 | ||||
-rw-r--r-- | doc/us/manual.html | 15 |
2 files changed, 8 insertions, 13 deletions
diff --git a/doc/us/index.html b/doc/us/index.html index db32faf..15c954a 100644 --- a/doc/us/index.html +++ b/doc/us/index.html | |||
@@ -84,14 +84,14 @@ for more details).</p> | |||
84 | <a href="http://luaforge.net/projects/luafilesystem/files">Lua Forge</a> | 84 | <a href="http://luaforge.net/projects/luafilesystem/files">Lua Forge</a> |
85 | page. If you are using | 85 | page. If you are using |
86 | <a href="http://luabinaries.luaforge.net">LuaBinaries</a> Release 2 | 86 | <a href="http://luabinaries.luaforge.net">LuaBinaries</a> Release 2 |
87 | a Windows pre-compiled version of LuaFileSystem can also be found at the | 87 | a Windows binary version of LuaFileSystem can also be found at the |
88 | LuaForge page.</p> | 88 | LuaForge page.</p> |
89 | 89 | ||
90 | 90 | ||
91 | <h2><a name="history"></a>History</h2> | 91 | <h2><a name="history"></a>History</h2> |
92 | 92 | ||
93 | <dl class="history"> | 93 | <dl class="history"> |
94 | <dt><strong>Version 1.2</strong> [13/Mar/2006]</dt> | 94 | <dt><strong>Version 1.2</strong> [15/Mar/2006]</dt> |
95 | <dd> | 95 | <dd> |
96 | <ul> | 96 | <ul> |
97 | <li>added optional argument to | 97 | <li>added optional argument to |
@@ -139,7 +139,7 @@ Comments are welcome!</p> | |||
139 | <div id="about"> | 139 | <div id="about"> |
140 | <p><a href="http://validator.w3.org/check?uri=referer"> | 140 | <p><a href="http://validator.w3.org/check?uri=referer"> |
141 | <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> | 141 | <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> |
142 | <p><small>$Id: index.html,v 1.29 2006/03/14 14:07:55 carregal Exp $</small></p> | 142 | <p><small>$Id: index.html,v 1.30 2006/03/15 16:44:04 carregal Exp $</small></p> |
143 | </div> <!-- id="about" --> | 143 | </div> <!-- id="about" --> |
144 | 144 | ||
145 | </div> <!-- id="container" --> | 145 | </div> <!-- id="container" --> |
diff --git a/doc/us/manual.html b/doc/us/manual.html index 319d6c5..ec391dc 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html | |||
@@ -63,11 +63,6 @@ systems offered by the standard Lua distribution.</p> | |||
63 | <p>LuaFileSystem offers a portable way to access | 63 | <p>LuaFileSystem offers a portable way to access |
64 | the underlying directory structure and file attributes.</p> | 64 | the underlying directory structure and file attributes.</p> |
65 | 65 | ||
66 | <p>LuaFileSystem source is distributed as a pair of C source and header | ||
67 | files. The distribution provides a <code>Makefile</code> prepared to | ||
68 | compile the library and install it. The file <code>config</code> should | ||
69 | be edited to suit the needs of the aimed platform.</p> | ||
70 | |||
71 | <h2><a name="installation"></a>Installation</h2> | 66 | <h2><a name="installation"></a>Installation</h2> |
72 | 67 | ||
73 | <p>LuaFileSystem follows the | 68 | <p>LuaFileSystem follows the |
@@ -79,7 +74,7 @@ binary properly. | |||
79 | The compiled binary should be copied to a directory in your | 74 | The compiled binary should be copied to a directory in your |
80 | <code>LUA_CPATH</code>.</p> | 75 | <code>LUA_CPATH</code>.</p> |
81 | 76 | ||
82 | <p>Windows users can use the pre-compiled version of LuaFileSystem | 77 | <p>Windows users can use the binary version of LuaFileSystem |
83 | (<code>lfs.dll</code>) available at | 78 | (<code>lfs.dll</code>) available at |
84 | <a href="http://luaforge.net/projects/luafilesystem/files">LuaForge</a>.</p> | 79 | <a href="http://luaforge.net/projects/luafilesystem/files">LuaForge</a>.</p> |
85 | 80 | ||
@@ -102,11 +97,11 @@ LuaFileSystem offers the following functions: | |||
102 | attribute <code>mode</code> is a string, all the others are numbers: | 97 | attribute <code>mode</code> is a string, all the others are numbers: |
103 | <dl> | 98 | <dl> |
104 | <dt><strong><code>dev</code></strong></dt> | 99 | <dt><strong><code>dev</code></strong></dt> |
105 | <dd>on Unix systems, represents the device that the inode resides on. On Windows systems, | 100 | <dd>on Unix systems, this represents the device that the inode resides on. On Windows systems, |
106 | represents the drive number of the disk containing the file</dd> | 101 | represents the drive number of the disk containing the file</dd> |
107 | 102 | ||
108 | <dt><strong><code>ino</code></strong></dt> | 103 | <dt><strong><code>ino</code></strong></dt> |
109 | <dd>on Unix systems, represents the inode number. On Windows systems this has no meaning</dd> | 104 | <dd>on Unix systems, this represents the inode number. On Windows systems this has no meaning</dd> |
110 | 105 | ||
111 | <dt><strong><code>mode</code></strong></dt> | 106 | <dt><strong><code>mode</code></strong></dt> |
112 | <dd>string representing the associated protection mode (the values could be | 107 | <dd>string representing the associated protection mode (the values could be |
@@ -124,7 +119,7 @@ LuaFileSystem offers the following functions: | |||
124 | <dd>group-id of owner (Unix only, always 0 on Windows)</dd> | 119 | <dd>group-id of owner (Unix only, always 0 on Windows)</dd> |
125 | 120 | ||
126 | <dt><strong><code>rdev</code></strong></dt> | 121 | <dt><strong><code>rdev</code></strong></dt> |
127 | <dd>on Unix systems, represents the device type, for special file inode. | 122 | <dd>on Unix systems, represents the device type, for special file inodes. |
128 | On Windows systems represents the same as <code>dev</code></dd> | 123 | On Windows systems represents the same as <code>dev</code></dd> |
129 | 124 | ||
130 | <dt><strong><code>access</code></strong></dt> | 125 | <dt><strong><code>access</code></strong></dt> |
@@ -220,7 +215,7 @@ LuaFileSystem offers the following functions: | |||
220 | <div id="about"> | 215 | <div id="about"> |
221 | <p><a href="http://validator.w3.org/check?uri=referer"> | 216 | <p><a href="http://validator.w3.org/check?uri=referer"> |
222 | <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> | 217 | <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> |
223 | <p><small>$Id: manual.html,v 1.29 2006/03/14 15:03:34 tomas Exp $</small></p> | 218 | <p><small>$Id: manual.html,v 1.30 2006/03/15 16:44:04 carregal Exp $</small></p> |
224 | </div> <!-- id="about" --> | 219 | </div> <!-- id="about" --> |
225 | 220 | ||
226 | </div> <!-- id="container" --> | 221 | </div> <!-- id="container" --> |