6 quvi-modules - Overview of the loadable quvi modules
10 'quvi-modules' are a selection of importable modules implemented in Lua.
11 These modules are intended to be loaded ('require') from the
12 linkman:libquvi-scripts[7].
14 Many of the modules are documented within the code. Refer to the
15 individual modules for their detailed description of different
18 The modules are usually installed at::
19 $prefix/share/libquvi-scripts/$major_ver.$minor_ver/common/quvi/
25 A set of functions that wrap most of the quvi.http.cookie function
26 features. See linkman:quvi-object[7].
29 Constants. Technically, (due to Lua language specification) these are
30 not immutable values. The 'constants' are used to interact with
31 libquvi, e.g. specifying function operation modes and checking for
32 returned libquvi return codes.
35 An message output facility intended to be used for debugging purposes.
36 By 'default', all output from scripts using this facility remain
37 'disabled'. To enable the output, define the LIBQUVI_SCRIPTS_VERBOSE
41 HTML entity conversion module. Converts the 'standard HTML entities'
42 (to ASCII), and any numeric HTML entities to UTF-8 (using the
46 Wrapper functions for some of the common hash (message digest)
47 functions provided by the linkman:quvi-object[7]. Note that these
48 functions convert the given data into hexadecimal form before passing
49 it to the hash functions.
52 Functions for converting values from and to hexadecimal form. These
53 are typically used together with the linkman:quvi-object[7] crypto
57 Converts numeric HTML entities to UTF-8. See also 'quvi/entity', which
61 LuaExpat wrapper/utility functions for parsing XML, see also
62 linkman:quvi-modules-3rdparty[7].
65 Media stream related functions.
68 Time related functions.
71 Misc. utility functions.
74 Functions common to YouTube.
78 linkman:libquvi-scripts[7], linkman:libquvi[3], linkman:quvi-object[7],
79 linkman:quvi-modules-3rdparty[7]