summaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-09-29 18:01:28 +0000
committerTed Trask <ttrask01@yahoo.com>2008-09-29 18:01:28 +0000
commit6653bf15788592e34d1e5acce850142c15e52b46 (patch)
tree2303fae9e2fca3c9ee7c25cd2100b5b93a61e5c1 /lib/README
parentc9c32cd98c25b9cf23c906f0c6a1f7f54527bcd8 (diff)
downloadacf-core-6653bf15788592e34d1e5acce850142c15e52b46.tar.bz2
acf-core-6653bf15788592e34d1e5acce850142c15e52b46.tar.xz
Removed getopts library and added functionality to format library as opts_to_table, table_to_opts, parse_configfile2, update_configfile2, get_section, and set_section. New functions work on strings, not files. Modified all code using getopts to use format instead. Fixed nil string bugs in TCPProxy. Fixed forward only bug in DNSCache.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1535 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/README b/lib/README
index d380934..7de932a 100644
--- a/lib/README
+++ b/lib/README
@@ -11,7 +11,6 @@ controllerfunctions.lua - Common controller functions
date.lua - Date and Time functions
format.lua - Library to help reformat strings and tables.
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
modelfunctions.lua - Common model functions