summaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
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