summaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-09-25 19:12:54 +0000
committerTed Trask <ttrask01@yahoo.com>2008-09-25 19:12:54 +0000
commit493d9b8bf842a8b7e781f1672d4792fb84c79b16 (patch)
tree81de47905ba8404d3cb54fcdd398f3897624dfa8 /lib/README
parentd7dd7e74c68f715655c5c4e497b9f82ef336202e (diff)
downloadacf-core-493d9b8bf842a8b7e781f1672d4792fb84c79b16.tar.bz2
acf-core-493d9b8bf842a8b7e781f1672d4792fb84c79b16.tar.xz
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
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README22
1 files changed, 13 insertions, 9 deletions
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