From dd6376411f07ca236378fb738a429b2bbcbc5632 Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Wed, 4 May 2016 12:37:19 +0300 Subject: Update docs [ci skip] Remove dead links, 'contact us' section with dead e-mail, etc. --- doc/us/examples.html | 4 +--- doc/us/index.html | 25 +++++++------------------ doc/us/license.html | 8 +++----- doc/us/manual.html | 6 +++--- 4 files changed, 14 insertions(+), 29 deletions(-) diff --git a/doc/us/examples.html b/doc/us/examples.html index 2c1644c..68756c8 100644 --- a/doc/us/examples.html +++ b/doc/us/examples.html @@ -13,7 +13,7 @@
@@ -33,7 +33,6 @@
  • Download
  • History
  • Credits
  • -
  • Contact us
  • Manual @@ -94,7 +93,6 @@ attrdir (".")

    Valid XHTML 1.0!

    -

    $Id: examples.html,v 1.8 2007/12/14 15:28:04 carregal Exp $

  • diff --git a/doc/us/index.html b/doc/us/index.html index 2bb7f5d..3ed43f2 100644 --- a/doc/us/index.html +++ b/doc/us/index.html @@ -13,7 +13,7 @@
    @@ -33,7 +33,6 @@
  • Download
  • History
  • Credits
  • -
  • Contact us
  • Manual @@ -67,7 +66,7 @@ systems offered by the standard Lua distribution.

    the underlying directory structure and file attributes.

    LuaFileSystem is free software and uses the same -license as Lua 5.1.

    +license as Lua 5.x (MIT).

    Status

    @@ -115,9 +114,9 @@ page.

    Version 1.4.2 [03/Feb/2009]
      -
    • fixed bug [#13198] - lfs.attributes(filename, 'size') overflow on files > 2 Gb again (bug report and patch by KUBO Takehiro).
    • -
    • fixed bug [#39794] +
    • fixed bug + lfs.attributes(filename, 'size') overflow on files > 2 Gb again (bug report and patch by KUBO Takehiro).
    • +
    • fixed bug Compile error on Solaris 10 (bug report and patch by Aaron B).
    • fixed compilation problems with Borland C.
    @@ -129,7 +128,7 @@ page.

  • documentation review
  • fixed Windows compilation issues
  • fixed bug in the Windows tests (patch by Shmuel Zeigerman)
  • -
  • fixed bug [#2185] +
  • fixed bug lfs.attributes(filename, 'size') overflow on files > 2 Gb
  • @@ -191,25 +190,15 @@ page.

    LuaFileSystem was designed by Roberto Ierusalimschy, André Carregal and Tomás Guisasola as part of the -Kepler Project, +Kepler Project, which holds its copyright. LuaFileSystem is currently maintained by Fábio Mascarenhas.

    -

    Contact us

    - -

    For more information please -contact us. -Comments are welcome!

    - -

    You can also reach other Kepler developers and users on the Kepler Project -mailing list.

    -
  • Valid XHTML 1.0!

    -

    $Id: index.html,v 1.44 2009/02/04 21:21:33 carregal Exp $

    diff --git a/doc/us/license.html b/doc/us/license.html index 3003381..5048c11 100644 --- a/doc/us/license.html +++ b/doc/us/license.html @@ -13,7 +13,7 @@
    @@ -33,7 +33,6 @@
  • Download
  • History
  • Credits
  • -
  • Contact us
  • Manual @@ -47,7 +46,7 @@
  • Examples
  • Project
  • @@ -69,7 +68,7 @@ software. Its licenses are compatible with GPL. LuaFileSystem is not in the public domain and the -Kepler Project +Kepler Project keep its copyright. The legal details are below.

    @@ -113,7 +112,6 @@ SOFTWARE.

    Valid XHTML 1.0!

    -

    $Id: license.html,v 1.13 2008/02/11 22:42:21 carregal Exp $

    diff --git a/doc/us/manual.html b/doc/us/manual.html index 8a20069..7a92f58 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -13,7 +13,9 @@
    LuaFileSystem
    File System Library for the Lua Programming Language
    @@ -31,7 +33,6 @@
  • Download
  • History
  • Credits
  • -
  • Contact us
  • Manual @@ -274,7 +275,6 @@ LuaFileSystem offers the following functions:

    Valid XHTML 1.0!

    -

    $Id: manual.html,v 1.45 2009/06/03 20:53:55 mascarenhas Exp $

  • -- cgit v1.2.3-55-g6feb