From 493d9b8bf842a8b7e781f1672d4792fb84c79b16 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 25 Sep 2008 19:12:54 +0000 Subject: Moved procps and daemoncontrol functionality into processinfo.lua and deleted procps.lua and daemoncontrol.lua. This saves space on the server. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1519 ab2d0c66-481e-0410-8bed-d214d4d58bed --- lib/README | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'lib/README') diff --git a/lib/README b/lib/README index 91b522b..d380934 100644 --- a/lib/README +++ b/lib/README @@ -4,15 +4,19 @@ Also we use Lua Posix for the rest of the functionality. *** These are currently being worked on. *** +apk.lua - Helps with package version/install/remove +authenticator-plaintext.lua - sub-authenticator for plaintext files +authenticator.lua - Used for authentication and roles, generic and uses sub-authenticator +controllerfunctions.lua - Common controller functions date.lua - Date and Time functions -fs.lua - File and filesystem library -pidof.lua - Process libraries not provided by LPOSIX format.lua - Library to help reformat strings and tables. - -authenticator-plaintext.lua - Used to parse through the username:password file and for permission help -validator.lua - Validate web input for ACF. +fs.lua - File and filesystem library +getopts.lua - Parsing certain type of config files html.lua - Helps with form building in ACF. -menubuilder.lua -Helps create the menus on left window in ACF -privsep.lua - Helps with authorization with ACF -session.lua -Helps with Session mangement in ACF - +menubuilder.lua - Helps create the menus on left window in ACF +modelfunctions.lua - Common model functions +processinfo.lua - Start/stop, find running, find version - process helpers +roles.lua - Used to determine roles and permissions +session.lua - Helps with Session mangement in ACF +validator.lua - Validate web input for ACF. +viewfunctions.lua - Common view functions -- cgit v1.2.3