summaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorMike Mason <ms13sp@gmail.com>2007-12-05 21:54:10 +0000
committerMike Mason <ms13sp@gmail.com>2007-12-05 21:54:10 +0000
commit15f95a3134ed82b8e65b23fad5b71ef088061970 (patch)
tree20747171c8e87e6946b7c659023b2bfc4bbdae7d /lib/README
parenta2fc97fd31df9a05c66cb3dbf4246727fff97f88 (diff)
downloadacf-core-15f95a3134ed82b8e65b23fad5b71ef088061970.tar.bz2
acf-core-15f95a3134ed82b8e65b23fad5b71ef088061970.tar.xz
Made validator functions useful after load, fixed a bug in format, changed README to reflect changes
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@413 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/README b/lib/README
index afd175c..a3cc531 100644
--- a/lib/README
+++ b/lib/README
@@ -9,6 +9,7 @@ fs.lua - File and filesystem library
pidof.lua - Process libraries not provided by LPOSIX
format.lua - Library to help reformat string,tables,files or any input. Good place for split and join
+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