summaryrefslogtreecommitdiffstats
path: root/lib/README
blob: 91b522b51e8fae364e18dc8be928a7a7f12d789e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Brief discription of libs so far. For more info see
http://wiki.alpinelinux.org/w/index.php?title=ACF_Libraries
Also we use Lua Posix for the rest of the functionality.

*** These are currently being worked on.  ***

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. 
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