1QUVI-MODULES(7) libquvi-scripts Manual QUVI-MODULES(7)
2
3
4
6 quvi-modules - Overview of the loadable quvi modules
7
9 quvi-modules are a selection of importable modules implemented in Lua.
10 These modules are intended to be loaded (require) from the libquvi-
11 scripts(7).
12
13 Many of the modules are documented within the code. Refer to the
14 individual modules for their detailed description of different
15 available functions.
16
17 The modules are usually installed at
18 $prefix/share/libquvi-scripts/$major_ver.$minor_ver/common/quvi/
19
21 quvi/http/cookie
22 A set of functions that wrap most of the quvi.http.cookie function
23 features. See quvi-object(7).
24
25 quvi/const
26 Constants. Technically, (due to Lua language specification) these
27 are not immutable values. The constants are used to interact with
28 libquvi, e.g. specifying function operation modes and checking for
29 returned libquvi return codes.
30
31 quvi/debug
32 An message output facility intended to be used for debugging
33 purposes. By default, all output from scripts using this facility
34 remain disabled. To enable the output, define the
35 LIBQUVI_SCRIPTS_VERBOSE environment variable.
36
37 quvi/entity
38 HTML entity conversion module. Converts the standard HTML entities
39 (to ASCII), and any numeric HTML entities to UTF-8 (using the
40 quvi/html module).
41
42 quvi/hash
43 Wrapper functions for some of the common hash (message digest)
44 functions provided by the quvi-object(7). Note that these functions
45 convert the given data into hexadecimal form before passing it to
46 the hash functions.
47
48 quvi/hex
49 Functions for converting values from and to hexadecimal form. These
50 are typically used together with the quvi-object(7) crypto
51 functions.
52
53 quvi/html
54 Converts numeric HTML entities to UTF-8. See also quvi/entity,
55 which uses this module.
56
57 quvi/lxph
58 LuaExpat wrapper/utility functions for parsing XML, see also quvi-
59 modules-3rdparty(7).
60
61 quvi/stream
62 Media stream related functions.
63
64 quvi/time
65 Time related functions.
66
67 quvi/util
68 Misc. utility functions.
69
70 quvi/youtube
71 Functions common to YouTube.
72
74 libquvi-scripts(7), libquvi(3), quvi-object(7), quvi-
75 modules-3rdparty(7)
76
78 Home
79
80 http://quvi.sourceforge.net/
81
82 Development code
83
84 git://repo.or.cz/libquvi-scripts.git
85
86 gitweb
87
88 http://repo.or.cz/w/libquvi-scripts.git
89
91 Toni Gundogdu <legatvs@gmail.com>
92 Author.
93
95 Report bugs to the quvi-devel mailing list
96 <quvi-devel@lists.sourceforge.net> where the development and the
97 maintenance is primarily done. You do not have to be subscribed to the
98 list to send a message there.
99
101 libquvi-scripts is Free Software licensed under the GNU Affero GPLv3+
102
104 Part of the libquvi-scripts(7) suite
105
106
107
108libquvi-scripts 0.9.20131 11/30/2013 QUVI-MODULES(7)