diff options
author | carregal <carregal> | 2007-10-26 21:44:43 +0000 |
---|---|---|
committer | carregal <carregal> | 2007-10-26 21:44:43 +0000 |
commit | 9cdf62e1bd3787e9afa047af3369ee70469340ea (patch) | |
tree | d7b762c12cac5633ff8a833c1bbc419aa64eef75 /doc | |
parent | 4790b562ca48f7305126057bde4785b8747edf55 (diff) | |
download | luafilesystem-9cdf62e1bd3787e9afa047af3369ee70469340ea.tar.gz luafilesystem-9cdf62e1bd3787e9afa047af3369ee70469340ea.tar.bz2 luafilesystem-9cdf62e1bd3787e9afa047af3369ee70469340ea.zip |
Documentation updates for 1.3.0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/us/examples.html | 5 | ||||
-rw-r--r-- | doc/us/index.html | 14 | ||||
-rw-r--r-- | doc/us/license.html | 7 | ||||
-rw-r--r-- | doc/us/manual.html | 7 |
4 files changed, 16 insertions, 17 deletions
diff --git a/doc/us/examples.html b/doc/us/examples.html index b972d6c..c33b883 100644 --- a/doc/us/examples.html +++ b/doc/us/examples.html | |||
@@ -93,9 +93,8 @@ attrdir (".") | |||
93 | </div> <!-- id="main" --> | 93 | </div> <!-- id="main" --> |
94 | 94 | ||
95 | <div id="about"> | 95 | <div id="about"> |
96 | <p><a href="http://validator.w3.org/check?uri=referer"> | 96 | <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p> |
97 | <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> | 97 | <p><small>$Id: examples.html,v 1.7 2007/10/26 21:44:43 carregal Exp $</small></p> |
98 | <p><small>$Id: examples.html,v 1.6 2007/05/08 19:23:12 carregal Exp $</small></p> | ||
99 | </div> <!-- id="about" --> | 98 | </div> <!-- id="about" --> |
100 | 99 | ||
101 | </div> <!-- id="container" --> | 100 | </div> <!-- id="container" --> |
diff --git a/doc/us/index.html b/doc/us/index.html index f0d78f5..1df2bd1 100644 --- a/doc/us/index.html +++ b/doc/us/index.html | |||
@@ -84,22 +84,23 @@ version of LuaFileSystem can be found at the same LuaForge page.</p> | |||
84 | <h2><a name="history"></a>History</h2> | 84 | <h2><a name="history"></a>History</h2> |
85 | 85 | ||
86 | <dl class="history"> | 86 | <dl class="history"> |
87 | <dt><strong>Version 1.3.0</strong> [?/Jun/2007]</dt> | 87 | <dt><strong>Version 1.3.0</strong> [26/Oct/2007]</dt> |
88 | <dd> | 88 | <dd> |
89 | <ul> | 89 | <ul> |
90 | <li>added function | 90 | <li>added function |
91 | <a href="manual.html#symlinkattributes"><code>lfs.symlinkattributes</code></a></li> | 91 | <a href="manual.html#symlinkattributes"><code>lfs.symlinkattributes</code></a> |
92 | (works only in non Windows systems).</li> | ||
92 | </ul> | 93 | </ul> |
93 | </dd> | 94 | </dd> |
94 | 95 | ||
95 | <dt><strong>Version 1.2.1</strong> [08/May/2007]</dt> | 96 | <dt><strong><a href="http://www.keplerproject.org/luafilesystem/1.2/">Version 1.2.1</a></strong> [08/May/2007]</dt> |
96 | <dd> | 97 | <dd> |
97 | <ul> | 98 | <ul> |
98 | <li>compatible only with Lua 5.1 (Lua 5.0 support was dropped)</li> | 99 | <li>compatible only with Lua 5.1 (Lua 5.0 support was dropped)</li> |
99 | </ul> | 100 | </ul> |
100 | </dd> | 101 | </dd> |
101 | 102 | ||
102 | <dt><strong>Version 1.2</strong> [15/Mar/2006]</dt> | 103 | <dt><strong><a href="http://www.keplerproject.org/luafilesystem/1.2/">Version 1.2</a></strong> [15/Mar/2006]</dt> |
103 | <dd> | 104 | <dd> |
104 | <ul> | 105 | <ul> |
105 | <li>added optional argument to | 106 | <li>added optional argument to |
@@ -145,9 +146,8 @@ Comments are welcome!</p> | |||
145 | </div> <!-- id="main" --> | 146 | </div> <!-- id="main" --> |
146 | 147 | ||
147 | <div id="about"> | 148 | <div id="about"> |
148 | <p><a href="http://validator.w3.org/check?uri=referer"> | 149 | <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p> |
149 | <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> | 150 | <p><small>$Id: index.html,v 1.37 2007/10/26 21:44:43 carregal Exp $</small></p> |
150 | <p><small>$Id: index.html,v 1.36 2007/06/07 01:28:08 tomas Exp $</small></p> | ||
151 | </div> <!-- id="about" --> | 151 | </div> <!-- id="about" --> |
152 | 152 | ||
153 | </div> <!-- id="container" --> | 153 | </div> <!-- id="container" --> |
diff --git a/doc/us/license.html b/doc/us/license.html index 8c89ca3..e450edd 100644 --- a/doc/us/license.html +++ b/doc/us/license.html | |||
@@ -85,7 +85,7 @@ Ierusalimschy, André Carregal and Tomás Guisasola. | |||
85 | The implementation is not derived from licensed software.</p> | 85 | The implementation is not derived from licensed software.</p> |
86 | 86 | ||
87 | <hr/> | 87 | <hr/> |
88 | <p>Copyright © 2004-2007 The Kepler Project.</p> | 88 | <p>Copyright © 2004-2007 Kepler Project.</p> |
89 | 89 | ||
90 | <p>Permission is hereby granted, free of charge, to any person | 90 | <p>Permission is hereby granted, free of charge, to any person |
91 | obtaining a copy of this software and associated documentation | 91 | obtaining a copy of this software and associated documentation |
@@ -112,9 +112,8 @@ SOFTWARE.</p> | |||
112 | </div> <!-- id="main" --> | 112 | </div> <!-- id="main" --> |
113 | 113 | ||
114 | <div id="about"> | 114 | <div id="about"> |
115 | <p><a href="http://validator.w3.org/check?uri=referer"> | 115 | <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p> |
116 | <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> | 116 | <p><small>$Id: license.html,v 1.11 2007/10/26 21:44:43 carregal Exp $</small></p> |
117 | <p><small>$Id: license.html,v 1.10 2007/05/08 19:23:12 carregal Exp $</small></p> | ||
118 | </div><!-- id="about" --> | 117 | </div><!-- id="about" --> |
119 | 118 | ||
120 | </div><!-- id="container" --> | 119 | </div><!-- id="container" --> |
diff --git a/doc/us/manual.html b/doc/us/manual.html index 04e490a..dc0f02a 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html | |||
@@ -206,6 +206,8 @@ LuaFileSystem offers the following functions: | |||
206 | <dt><a name="symlinkattributes"></a><strong><code>lfs.symlinkattributes (filepath [, aname])</code></strong></dt> | 206 | <dt><a name="symlinkattributes"></a><strong><code>lfs.symlinkattributes (filepath [, aname])</code></strong></dt> |
207 | <dd>Identical to <a href="#attributes">lfs.attributes</a> except that | 207 | <dd>Identical to <a href="#attributes">lfs.attributes</a> except that |
208 | it obtains information about the link itself (not the file it refers to). | 208 | it obtains information about the link itself (not the file it refers to). |
209 | This function is not available in Windows so you may want to make sure that | ||
210 | <code>lfs.symlinkattributes</code> exists before using it. | ||
209 | </dd> | 211 | </dd> |
210 | 212 | ||
211 | <dt><a name="touch"></a><strong><code>lfs.touch (filepath [, atime [, mtime]])</code></strong></dt> | 213 | <dt><a name="touch"></a><strong><code>lfs.touch (filepath [, atime [, mtime]])</code></strong></dt> |
@@ -237,9 +239,8 @@ LuaFileSystem offers the following functions: | |||
237 | </div> <!-- id="main" --> | 239 | </div> <!-- id="main" --> |
238 | 240 | ||
239 | <div id="about"> | 241 | <div id="about"> |
240 | <p><a href="http://validator.w3.org/check?uri=referer"> | 242 | <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p> |
241 | <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> | 243 | <p><small>$Id: manual.html,v 1.37 2007/10/26 21:44:43 carregal Exp $</small></p> |
242 | <p><small>$Id: manual.html,v 1.36 2007/06/07 01:28:08 tomas Exp $</small></p> | ||
243 | </div> <!-- id="about" --> | 244 | </div> <!-- id="about" --> |
244 | 245 | ||
245 | </div> <!-- id="container" --> | 246 | </div> <!-- id="container" --> |