Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keplerproject/luafilesystem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2022-06-24 18:12:13 +0300
committerHisham Muhammad <hisham@gobolinux.org>2022-06-24 18:27:22 +0300
commit9cbe5cba9047b449308e1365690b0a5acfdef181 (patch)
treea0d41adda3403b587fd195ffe1187016c7b41629
parent772fe81c6723c96be0c784c2ad6220ef5018a84a (diff)
Move doc/us/ to docs/, replacing the gh-pages branch.
-rw-r--r--LICENSE1
-rw-r--r--README.md4
-rw-r--r--docs/doc.css (renamed from doc/us/doc.css)0
-rw-r--r--docs/examples.html (renamed from doc/us/examples.html)0
-rw-r--r--docs/index.html (renamed from doc/us/index.html)11
-rw-r--r--docs/license.html (renamed from doc/us/license.html)26
-rw-r--r--docs/luafilesystem.png (renamed from doc/us/luafilesystem.png)bin8535 -> 8535 bytes
-rw-r--r--docs/manual.html (renamed from doc/us/manual.html)0
-rw-r--r--luafilesystem-scm-1.rockspec2
9 files changed, 16 insertions, 28 deletions
diff --git a/LICENSE b/LICENSE
index 8475345..7fdfbf1 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,5 @@
Copyright © 2003-2014 Kepler Project.
+Copyright © 2014-2022 The LuaFileSystem authors.
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
diff --git a/README.md b/README.md
index 07b7438..c791909 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,6 @@
# LuaFileSystem - File System Library for Lua
-Copyright 2003-2020 Kepler Project
-
https://keplerproject.github.io/luafilesystem
# Description
@@ -25,4 +23,4 @@ luarocks install luafilesystem
# Documentation
-Please check the documentation at doc/us/ for more information.
+Please check the at `docs/` for more information, also available at the [project website](https://keplerproject.github.io/luafilesystem).
diff --git a/doc/us/doc.css b/docs/doc.css
index f233ce4..f233ce4 100644
--- a/doc/us/doc.css
+++ b/docs/doc.css
diff --git a/doc/us/examples.html b/docs/examples.html
index 68756c8..68756c8 100644
--- a/doc/us/examples.html
+++ b/docs/examples.html
diff --git a/doc/us/index.html b/docs/index.html
index 5a2afc0..b4f056e 100644
--- a/doc/us/index.html
+++ b/docs/index.html
@@ -81,7 +81,7 @@ flavors of Unix (including Linux, BSDs, macOS) and Windows.</p>
$ luarocks install luafilesystem
</pre>
-<p>Its source can be found at its <a href="http://github.com/keplerproject/luafilesystem">Github</a> page.</p>
+<p>Its source can be found at its <a href="http://github.com/keplerproject/luafilesystem">GitHub</a> page.</p>
<h2><a name="history"></a>History</h2>
@@ -210,10 +210,11 @@ $ luarocks install luafilesystem
<h2><a name="credits"></a>Credits</h2>
-<p>LuaFileSystem was designed by Roberto Ierusalimschy,
-Andr&eacute; Carregal and Tom&aacute;s Guisasola as part of the
-<a href="https://github.com/keplerproject">Kepler Project</a>,
-which holds its copyright. LuaFileSystem is currently maintained by F&aacute;bio Mascarenhas.</p>
+<p>The LuaFileSystem library was originally designed and
+implemented by Roberto Ierusalimschy, Andr&eacute; Carregal and
+Tom&aacute;s Guisasola. It was then maintained by F&aacute;bio
+Mascarenhas for several years and has since been maintained
+by many contributors -- see the Git history for detailed credits.</p>
</div> <!-- id="content" -->
diff --git a/doc/us/license.html b/docs/license.html
index f77eba0..bb66e48 100644
--- a/doc/us/license.html
+++ b/docs/license.html
@@ -58,33 +58,21 @@
<h1>License</h1>
-<p>
-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
-<a href="http://www.opensource.org/docs/definition.html">Open Source</a>
-software.
-Its licenses are compatible with
-<a href="http://www.gnu.org/licenses/gpl.html">GPL</a>.
-LuaFileSystem is not in the public domain and the
-<a href="https://github.com/keplerproject">Kepler Project</a>
-keep its copyright.
-The legal details are below.
-</p>
-
<p>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.</p>
-<p>The LuaFileSystem library is designed and implemented by Roberto
-Ierusalimschy, Andr&eacute; Carregal and Tom&aacute;s Guisasola.
-The implementation is not derived from licensed software.</p>
+<p>The LuaFileSystem library was originally designed and
+implemented by Roberto Ierusalimschy, Andr&eacute; Carregal and
+Tom&aacute;s Guisasola, and has since been maintained over the years
+by many people -- see the Git history for detailed credits.
+The implementation is not derived from any other licensed software.</p>
<hr/>
-<p>Copyright &copy; 2003 - 2020 Kepler Project.</p>
+<p>Copyright &copy; 2003 - 2014 Kepler Project.</p>
+<p>Copyright &copy; 2014 - 2022 The LuaFileSystem authors.</p>
<p>Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
diff --git a/doc/us/luafilesystem.png b/docs/luafilesystem.png
index e1dd8c6..e1dd8c6 100644
--- a/doc/us/luafilesystem.png
+++ b/docs/luafilesystem.png
Binary files differ
diff --git a/doc/us/manual.html b/docs/manual.html
index 1feb86a..1feb86a 100644
--- a/doc/us/manual.html
+++ b/docs/manual.html
diff --git a/luafilesystem-scm-1.rockspec b/luafilesystem-scm-1.rockspec
index c948965..8a78605 100644
--- a/luafilesystem-scm-1.rockspec
+++ b/luafilesystem-scm-1.rockspec
@@ -22,7 +22,7 @@ build = {
lfs = "src/lfs.c"
},
copy_directories = {
- "doc",
+ "docs",
"tests"
}
}