Skip to content

Commit

Permalink
migration to github
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Delord committed Jan 7, 2025
1 parent 32afd87 commit 4b24ea9
Show file tree
Hide file tree
Showing 129 changed files with 184 additions and 190 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ cross-compile[^1] scripts for a supported platform.

## Getting in touch

- [cdelord.fr/luax](https://cdelord.fr/luax)
- [github.com/CDSoft/luax](https://github.com/CDSoft/luax)

If you like LuaX and are willing to support its development, please
Expand Down Expand Up @@ -83,7 +82,7 @@ Contributions on non supported platforms are welcome.
`bang` must be run before `ninja` to change the compilation options.

`lua tools/bang.luax` can be used instead of
[bang](https://cdelord.fr/bang) if it is not installed.
[bang](https://github.com/cdsoft/bang) if it is not installed.

The default compilation options are `small`, `notlo`, `nossl`, `nocross`
and `gcc`.
Expand Down Expand Up @@ -312,8 +311,9 @@ windows-x86_64 ~/.local/lib/luax.lar

The `luax` runtime comes with a few builtin modules.

Some modules are heavily inspired by [BonaLuna](http://cdelord.fr/bl)
and [lapp](http://cdelord.fr/lapp).
Some modules are heavily inspired by
[BonaLuna](https://github.com/cdsoft/bonaluna) and
[lapp](https://github.com/cdsoft/lapp).

- [LuaX interactive usage](doc/repl.md): improved Lua REPL
- [package](doc/package.md): modified Lua package `package`
Expand Down Expand Up @@ -392,7 +392,7 @@ The script `lib/luax.lua` can be reused in pure Lua programs:
along with luax. If not, see <https://www.gnu.org/licenses/>.

For further information about luax you can visit
http://cdelord.fr/luax
https://github.com/cdsoft/luax

`luax` uses other third party softwares:

Expand Down
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with luax. If not, see <https://www.gnu.org/licenses/>.
#
# For further information about luax you can visit
# http://cdelord.fr/luax
# https://github.com/cdsoft/luax
######################################################################

######################################################################
Expand Down
4 changes: 2 additions & 2 deletions build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
along with luax. If not, see <https://www.gnu.org/licenses/>.
For further information about luax you can visit
http://cdelord.fr/luax
https://github.com/cdsoft/luax
]]

local F = require "F"
Expand All @@ -29,7 +29,7 @@ local I = F.I(LUAX)
local BUILD_CONFIG = import "config"

LUAX.AUTHORS = "Christophe Delord"
LUAX.URL = "cdelord.fr/luax"
LUAX.URL = "github.com/cdsoft/luax"
LUAX.VERSION = sh "git describe --tags" : trim()
LUAX.DATE = sh "git show -s --format=%cd --date=format:'%Y-%m-%d'" : trim()
local YEAR = LUAX.DATE : split '%-' : head()
Expand Down
2 changes: 1 addition & 1 deletion doc/luax-banner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/luax-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions doc/luax.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ cross-compile[^1] scripts for a supported platform.

## Getting in touch

- [cdelord.fr/luax](https://cdelord.fr/luax)
- [github.com/CDSoft/luax](https://github.com/CDSoft/luax)

If you like LuaX and are willing to support its development, please
Expand Down Expand Up @@ -83,7 +82,7 @@ Contributions on non supported platforms are welcome.
`bang` must be run before `ninja` to change the compilation options.

`lua tools/bang.luax` can be used instead of
[bang](https://cdelord.fr/bang) if it is not installed.
[bang](https://github.com/cdsoft/bang) if it is not installed.

The default compilation options are `small`, `notlo`, `nossl`, `nocross`
and `gcc`.
Expand Down Expand Up @@ -312,8 +311,9 @@ windows-x86_64 ~/.local/lib/luax.lar

The `luax` runtime comes with a few builtin modules.

Some modules are heavily inspired by [BonaLuna](http://cdelord.fr/bl)
and [lapp](http://cdelord.fr/lapp).
Some modules are heavily inspired by
[BonaLuna](https://github.com/cdsoft/bonaluna) and
[lapp](https://github.com/cdsoft/lapp).

- [LuaX interactive usage](repl.md): improved Lua REPL
- [package](package.md): modified Lua package `package`
Expand Down Expand Up @@ -390,7 +390,7 @@ The script `lib/luax.lua` can be reused in pure Lua programs:
along with luax. If not, see <https://www.gnu.org/licenses/>.

For further information about luax you can visit
http://cdelord.fr/luax
https://github.com/cdsoft/luax

`luax` uses other third party softwares:

Expand Down
2 changes: 1 addition & 1 deletion doc/repl.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ and inspect Pandoc AST. E.g.:
``` sh
$ rlwrap luax-pandoc.lua

_ __ __ | https://cdelord.fr/luax
_ __ __ | https://github.com/cdsoft/luax
| | _ _ __ _\ \/ / |
| | | | | |/ _` |\ / | Version X.Y
| |__| |_| | (_| |/ \ | Powered by Lua X.Y
Expand Down
2 changes: 1 addition & 1 deletion doc/src/fix_links.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
along with luax. If not, see <https://www.gnu.org/licenses/>.
For further information about luax you can visit
http://cdelord.fr/luax
https://github.com/cdsoft/luax
--]]

local path = pandoc.path
Expand Down
2 changes: 1 addition & 1 deletion doc/src/luax-logo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
along with luax. If not, see <https://www.gnu.org/licenses/>.
For further information about luax you can visit
http://cdelord.fr/luax
https://github.com/cdsoft/luax
]]

local F = require "F"
Expand Down
4 changes: 2 additions & 2 deletions doc/src/luax.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ You should have received a copy of the GNU General Public License
along with luax. If not, see <https://www.gnu.org/licenses/>.
For further information about luax you can visit
http://cdelord.fr/luax
https://github.com/cdsoft/luax
*/

/* Style taken from https://cdelord.fr */
/* Style taken from https://github.com/cdsoft */

/* links */

Expand Down
10 changes: 5 additions & 5 deletions doc/src/luax.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ cross-compile[^cross-compilation] scripts for a supported platform.

## Getting in touch

- [cdelord.fr/luax](https://cdelord.fr/luax)
- [github.com/CDSoft/luax](https://github.com/CDSoft/luax)

If you like LuaX and are willing to support its development,
Expand Down Expand Up @@ -88,7 +87,7 @@ Option Description

`bang` must be run before `ninja` to change the compilation options.

`lua tools/bang.luax` can be used instead of [bang](https://cdelord.fr/bang) if
`lua tools/bang.luax` can be used instead of [bang](https://github.com/cdsoft/bang) if
it is not installed.

The default compilation options are `small`, `notlo`, `nossl`, `nocross` and `gcc`.
Expand Down Expand Up @@ -276,8 +275,9 @@ windows-x86_64 ~/.local/lib/luax.lar

The `luax` runtime comes with a few builtin modules.

Some modules are heavily inspired by [BonaLuna](http://cdelord.fr/bl) and
[lapp](http://cdelord.fr/lapp).
Some modules are heavily inspired by
[BonaLuna](https://github.com/cdsoft/bonaluna) and
[lapp](https://github.com/cdsoft/lapp).

- [LuaX interactive usage](repl.md): improved Lua REPL
- [package](package.md): modified Lua package `package`
Expand Down Expand Up @@ -354,7 +354,7 @@ script `lib/luax.lua` can be reused in pure Lua programs:
along with luax. If not, see <https://www.gnu.org/licenses/>.

For further information about luax you can visit
http://cdelord.fr/luax
https://github.com/cdsoft/luax

`luax` uses other third party softwares:

Expand Down
2 changes: 1 addition & 1 deletion libluax/F/F.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* along with luax. If not, see <https://www.gnu.org/licenses/>.
*
* For further information about luax you can visit
* http://cdelord.fr/luax
* https://github.com/cdsoft/luax
*/

#include "F.h"
Expand Down
2 changes: 1 addition & 1 deletion libluax/F/F.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* along with luax. If not, see <https://www.gnu.org/licenses/>.
*
* For further information about luax you can visit
* http://cdelord.fr/luax
* https://github.com/cdsoft/luax
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libluax/F/F.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
along with luax. If not, see <https://www.gnu.org/licenses/>.
For further information about luax you can visit
http://cdelord.fr/luax
https://github.com/cdsoft/luax
--]]

-- Load F.lua to add new methods to strings
Expand Down
2 changes: 1 addition & 1 deletion libluax/complex/complex.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* along with luax. If not, see <https://www.gnu.org/licenses/>.
*
* For further information about luax you can visit
* http://cdelord.fr/luax
* https://github.com/cdsoft/luax
*/

#include "lua.h"
Expand Down
2 changes: 1 addition & 1 deletion libluax/complex/complex.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* along with luax. If not, see <https://www.gnu.org/licenses/>.
*
* For further information about luax you can visit
* http://cdelord.fr/luax
* https://github.com/cdsoft/luax
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libluax/complex/complex.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
along with luax. If not, see <https://www.gnu.org/licenses/>.
For further information about luax you can visit
http://cdelord.fr/luax
https://github.com/cdsoft/luax
--]]

--@LIB
Expand Down
2 changes: 1 addition & 1 deletion libluax/crypt/_crypt.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
along with luax. If not, see <https://www.gnu.org/licenses/>.
For further information about luax you can visit
http://cdelord.fr/luax
https://github.com/cdsoft/luax
--]]

--@LIB
Expand Down
2 changes: 1 addition & 1 deletion libluax/crypt/crypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* along with luax. If not, see <https://www.gnu.org/licenses/>.
*
* For further information about luax you can visit
* http://cdelord.fr/luax
* https://github.com/cdsoft/luax
*/

/***************************************************************************@@@
Expand Down
2 changes: 1 addition & 1 deletion libluax/crypt/crypt.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* along with luax. If not, see <https://www.gnu.org/licenses/>.
*
* For further information about luax you can visit
* http://cdelord.fr/luax
* https://github.com/cdsoft/luax
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libluax/crypt/crypt.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
along with luax. If not, see <https://www.gnu.org/licenses/>.
For further information about luax you can visit
http://cdelord.fr/luax
https://github.com/cdsoft/luax
--]]

-- Load crypt.lua to add new methods to strings
Expand Down
2 changes: 1 addition & 1 deletion libluax/debug/debug_hook.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
along with luax. If not, see <https://www.gnu.org/licenses/>.
For further information about luax you can visit
http://cdelord.fr/luax
https://github.com/cdsoft/luax
--]]

--@LOAD=_
Expand Down
2 changes: 1 addition & 1 deletion libluax/fs/_fs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
along with luax. If not, see <https://www.gnu.org/licenses/>.
For further information about luax you can visit
http://cdelord.fr/luax
https://github.com/cdsoft/luax
--]]

--[[------------------------------------------------------------------------@@@
Expand Down
2 changes: 1 addition & 1 deletion libluax/fs/fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* along with luax. If not, see <https://www.gnu.org/licenses/>.
*
* For further information about luax you can visit
* http://cdelord.fr/luax
* https://github.com/cdsoft/luax
*/

/***************************************************************************@@@
Expand Down
2 changes: 1 addition & 1 deletion libluax/fs/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* along with luax. If not, see <https://www.gnu.org/licenses/>.
*
* For further information about luax you can visit
* http://cdelord.fr/luax
* https://github.com/cdsoft/luax
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libluax/fs/fs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
along with luax. If not, see <https://www.gnu.org/licenses/>.
For further information about luax you can visit
http://cdelord.fr/luax
https://github.com/cdsoft/luax
--]]

--[[------------------------------------------------------------------------@@@
Expand Down
2 changes: 1 addition & 1 deletion libluax/imath/imath.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* along with luax. If not, see <https://www.gnu.org/licenses/>.
*
* For further information about luax you can visit
* http://cdelord.fr/luax
* https://github.com/cdsoft/luax
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libluax/imath/imath.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
along with luax. If not, see <https://www.gnu.org/licenses/>.
For further information about luax you can visit
http://cdelord.fr/luax
https://github.com/cdsoft/luax
--]]

--@LIB
Expand Down
2 changes: 1 addition & 1 deletion libluax/import/import.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
along with luax. If not, see <https://www.gnu.org/licenses/>.
For further information about luax you can visit
http://cdelord.fr/luax
https://github.com/cdsoft/luax
--]]

--@LIB
Expand Down
2 changes: 1 addition & 1 deletion libluax/lar/lar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
along with luax. If not, see <https://www.gnu.org/licenses/>.
For further information about luax you can visit
http://cdelord.fr/luax
https://github.com/cdsoft/luax
--]]

--@LIB
Expand Down
2 changes: 1 addition & 1 deletion libluax/linenoise/linenoise.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* along with luax. If not, see <https://www.gnu.org/licenses/>.
*
* For further information about luax you can visit
* http://cdelord.fr/luax
* https://github.com/cdsoft/luax
*/

/***************************************************************************@@@
Expand Down
2 changes: 1 addition & 1 deletion libluax/linenoise/linenoise.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* along with luax. If not, see <https://www.gnu.org/licenses/>.
*
* For further information about luax you can visit
* http://cdelord.fr/luax
* https://github.com/cdsoft/luax
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libluax/linenoise/linenoise.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
along with luax. If not, see <https://www.gnu.org/licenses/>.
For further information about luax you can visit
http://cdelord.fr/luax
https://github.com/cdsoft/luax
--]]

--@LIB
Expand Down
Loading

0 comments on commit 4b24ea9

Please sign in to comment.