GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
QUVI-MODULES(7) libquvi-scripts Manual QUVI-MODULES(7)

quvi-modules - Overview of the loadable quvi modules

quvi-modules are a selection of importable modules implemented in Lua. These modules are intended to be loaded (require) from the libquvi-scripts(7).

Many of the modules are documented within the code. Refer to the individual modules for their detailed description of different available functions.

The modules are usually installed at

$prefix/share/libquvi-scripts/$major_ver.$minor_ver/common/quvi/

quvi/http/cookie
A set of functions that wrap most of the quvi.http.cookie function features. See quvi-object(7).

quvi/const

Constants. Technically, (due to Lua language specification) these are not immutable values. The constants are used to interact with libquvi, e.g. specifying function operation modes and checking for returned libquvi return codes.

quvi/debug

An message output facility intended to be used for debugging purposes. By default, all output from scripts using this facility remain disabled. To enable the output, define the LIBQUVI_SCRIPTS_VERBOSE environment variable.

quvi/entity

HTML entity conversion module. Converts the standard HTML entities (to ASCII), and any numeric HTML entities to UTF-8 (using the quvi/html module).

quvi/hash

Wrapper functions for some of the common hash (message digest) functions provided by the quvi-object(7). Note that these functions convert the given data into hexadecimal form before passing it to the hash functions.

quvi/hex

Functions for converting values from and to hexadecimal form. These are typically used together with the quvi-object(7) crypto functions.

quvi/html

Converts numeric HTML entities to UTF-8. See also quvi/entity, which uses this module.

quvi/lxph

LuaExpat wrapper/utility functions for parsing XML, see also quvi-modules-3rdparty(7).

quvi/stream

Media stream related functions.

quvi/time

Time related functions.

quvi/util

Misc. utility functions.

quvi/youtube

Functions common to YouTube.

libquvi-scripts(7), libquvi(3), quvi-object(7), quvi-modules-3rdparty(7)

Home

http://quvi.sourceforge.net/

Development code

git://repo.or.cz/libquvi-scripts.git

gitweb

http://repo.or.cz/w/libquvi-scripts.git

Toni Gundogdu <legatvs@gmail.com>
Author.

Report bugs to the quvi-devel mailing list <quvi-devel@lists.sourceforge.net> where the development and the maintenance is primarily done. You do not have to be subscribed to the list to send a message there.

libquvi-scripts is Free Software licensed under the GNU Affero GPLv3+

Part of the libquvi-scripts(7) suite
11/30/2013 libquvi-scripts 0.9.20131

Search for    or go to Top of page |  Section 7 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.