Login | Page | Talk | Edit | History | Small RSS Icon

Telesto:About

What is it?

Telesto is repository of various modules made for the fantastic Lualanguage.

Some of them are unix-y in nature, some are fully portable.

Modules

config

Load and access Lua configuration files that can be written without the complexities of the full-blown language. An example from Tethys SMTP config file:

tethys = "/usr/local/tethys"
daemon.daemonize = true
daemon.pid_file = "/var/run/tethys-%s.pid"
bind.host = "0.0.0.0"
--bind.port = 10025
bind.port = 25
bind.reply_host = "net-core.org"
bind.uid = 89 -- vpopmail
bind.gid = 89 -- vpopmail
relay.allow_ip =
{
        ["127.0.0.1"] = true,
}

lpc (Lua Process Call)

Allows Lua scripts to call external processes while capturing both their input and output(in contrast to Lua's popen function that can only capture one or the other).

daemon

Allows Lua scripts to become Unix daemons easily.

fam

Bindings to the FAM library.

dns

Bindings to the Unix resolv library to request DNS informations not available to LuaSocket.

lsyslog

Allows Lua scripts to log into the system's syslog daemon. It also implements a LuaLogging extension to use it in existing projects easily.

Licence

This collection of modules is available under the same licence as Lua, that is:

Copyright © 2007-2007 netcore.org, DarkGod.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Powered by Sputnik RSS icon Version from 2008-01-22 19:10:59, by Admin ( diff from prev )
« older all versions