Move doc/us/ to docs/, replacing the gh-pages branch.

This commit is contained in:
Hisham Muhammad
2022-06-24 12:12:13 -03:00
parent 772fe81c67
commit 9cbe5cba90
9 changed files with 16 additions and 28 deletions

View File

@@ -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

View File

@@ -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).

View File

@@ -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" -->

View File

@@ -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

View File

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@@ -22,7 +22,7 @@ build = {
lfs = "src/lfs.c"
},
copy_directories = {
"doc",
"docs",
"tests"
}
}