X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=doc%2Fdocs.xml;h=15222e17e9381a256e1784a58233747263bafe5f;hb=0c83d64a86fcaf4741f5fdf0013df7f9e48e30ac;hp=e826a9f3fb5c52e412ebcae139c784fe0e6752a9;hpb=ec517ecb2698e488bdcebf52620c7f08ff430b00;p=monky diff --git a/doc/docs.xml b/doc/docs.xml index e826a9f..15222e1 100644 --- a/doc/docs.xml +++ b/doc/docs.xml @@ -16,7 +16,7 @@ Brenden Matthews - 2009-07-28 + 2009-08-01 conky @@ -208,10 +208,10 @@ Lua API - Conky features a Lua Programming API, and also ships with - some Lua bindings for some useful libraries. Conky defines - certain global functions and variables which can be accessed - from Lua code running in Conky. + Conky features a Lua Programming API, and also ships with Lua + bindings for some useful libraries. Conky defines certain global + functions and variables which can be accessed from Lua code running + in Conky. To use Lua Conky, you first need to make sure you have a version of Conky with Lua support enabled (``conky -v'' will report this). Scripts @@ -228,6 +228,11 @@ At this time, the Lua API should not be considered stable and may change drastically from one release to another as it matures. + + NOTE: In order to accommodate certain features in the cairo + library's API, Conky will export a few additional functions for the + creation of certain structures. These are documented below. + &lua; @@ -315,7 +320,7 @@ Copying - Copyright (c) 2005-2009 Brenden Matthews, Philip + Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. Any original torsmo code is licensed under the BSD license (see LICENSE.BSD for a copy). All code written since the fork of torsmo is licensed under the GPL