Update NEWS for v0.9.20131130
[libquvi-scripts.git] / share / README
blob393a8894c15f04051de74ff8a15b2adc1f10ef83
1 This directory contains the libquvi-scripts(7) written in Lua.
3   subtitle/export/  - Export scripts for the subtitle data
4   common/quvi/      - Importable quvi modules, see also quvi-modules(7)
5   playlist/         - Playlist property scripts
6   subtitle/         - Subtitle property scripts
7   media/            - Media property scripts
8   scan/             - Scripts for scanning embedded media URLs
9   util/             - Utility scripts used by the library
11 If you are new to Lua:
13   http://www.lua.org/manual/5.1/manual.html   -- Lua 5.1 reference manual
14   http://www.lua.org/pil/contents.html        -- Programming in Lua (1st ed.)
15     (http://www.lua.org/pil/contents.html#20) -- String={patterns, captures}
16   http://lua-users.org/wiki/                  -- lua-users wiki
17   http://www.luafaq.org/                      -- Lua Unofficial FAQ (uFAQ)
18   http://lua.org/                             -- Lua home
20 Additionally, the following 3rd party Lua modules can also be used:
22   http://w3.impa.br/~diego/software/luasocket/  -- LuaSocket
23   http://matthewwild.co.uk/projects/luaexpat/   -- LuaExpat
24   http://www.eharning.us/wiki/luajson/          -- LuaJSON
25   http://bitop.luajit.org                       -- LuaBitop
27 Recommended manpages:
29   libquvi-scripts(7)  -- An overview of the installed scripts
30   quvi-modules(7)     -- An overview of 'quvi/*' modules (under 'common')
31   quvi-object(7)      -- quvi.* features
32   libquvi(3)          -- Environment variables