diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2025-01-05 21:40:39 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2025-02-21 11:22:43 -0300 |
commit | 7e86fa86b4d08fd6118d6eab46d92b29ffea791e (patch) | |
tree | 10fdd12beed4b0eca408533ad11d1f52d7d62e10 /docs/more_resources.md | |
parent | 1ada2ea4bbd94ac0c58e3e2cc918194140090a75 (diff) | |
download | luarocks-7e86fa86b4d08fd6118d6eab46d92b29ffea791e.tar.gz luarocks-7e86fa86b4d08fd6118d6eab46d92b29ffea791e.tar.bz2 luarocks-7e86fa86b4d08fd6118d6eab46d92b29ffea791e.zip |
docs: import Wiki docs into the main repo
Diffstat (limited to 'docs/more_resources.md')
-rw-r--r-- | docs/more_resources.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/more_resources.md b/docs/more_resources.md new file mode 100644 index 00000000..587ebb67 --- /dev/null +++ b/docs/more_resources.md | |||
@@ -0,0 +1,32 @@ | |||
1 | # Community support and more resources | ||
2 | |||
3 | On LuaRocks: | ||
4 | |||
5 | * [Matrix chat-room](https://app.gitter.im/#/room/#luarocks_luarocks:gitter.im) | ||
6 | - for all things LuaRocks! | ||
7 | * [luarocks GitHub issues](https://github.com/luarocks/luarocks/issues) - for | ||
8 | reporting bugs in the CLI tool | ||
9 | * [luarocks-site GitHub issues](https://github.com/luarocks/luarocks/issues) - | ||
10 | for reporting bugs related to the [luarocks.org](https://luarocks.org) | ||
11 | website itself | ||
12 | |||
13 | On Lua: | ||
14 | |||
15 | * [Lua mailing list](http://www.lua.org/lua-l.html) - for questions about the Lua language itself or specific Lua modules (most module authors hang out there!) | ||
16 | * [Lua documentation](http://www.lua.org/docs.html) - documentation on the Lua language, including the reference manual | ||
17 | * [Lua Forum](https://luaforum.com) - a beginner friendly Lua community | ||
18 | |||
19 | On LuaJIT: | ||
20 | |||
21 | * [LuaJIT mailing list](http://luajit.org/list.html) - for LuaJIT-specific discussion | ||
22 | |||
23 | ## Presentations on LuaRocks | ||
24 | |||
25 | Some past presentations discussing LuaRocks: | ||
26 | |||
27 | * [LuaRocks: fostering an ecosystem for Lua modules](http://hisham.hm/talks#fosdem2015), presented by Hisham Muhammad at FOSDEM 2015, Brussels, Belgium | ||
28 | * [What's new in LuaRocks](http://hisham.hm/talks#luawshop14), presented by Hisham Muhammad at the Lua Workshop 2014, Moscow, Russia | ||
29 | * [LuaRocks - past, present and future](http://hisham.hm/talks#luawshop13), presented by Hisham Muhammad at the Lua Workshop 2013, Toulouse, France | ||
30 | * [LuaRocks 2.0](http://hisham.hm/talks#luawshop09), presented by Hisham Muhammad at the Lua Workshop 2009, Rio de Janeiro, Brazil | ||
31 | * [LuaRocks: o sistema de pacotes de extensão para a linguagem Lua](http://hisham.hm/talks#fisl9), presented by Hisham Muhammad at FISL 9.0 - IX International Forum on Free Software, Porto Alegre, Brazil | ||
32 | |||