From ad44ad6bc8b6ea21c982cc7aaffb432f56ac4c92 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Mon, 6 Aug 2001 15:11:40 +0000 Subject: [PATCH] added README --- util/webconfig/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 util/webconfig/README diff --git a/util/webconfig/README b/util/webconfig/README new file mode 100644 index 0000000000..5e693bad79 --- /dev/null +++ b/util/webconfig/README @@ -0,0 +1,14 @@ +Written by: Bob Drzyzgula + +Cd to webconfig/server and run +./pyserv.py -f /freebios & + +Then you can browse to http://localhost:8083/cgi-bin/index.py + +Select a manufacturer, click enter. Select a mainboard, click +enter. Then you get sent to a new CGI script that puts up +the beginnings of a form to fill out the details for that +mainboard. The next thing to do, IMHO, is to build some +mechanism to present to the user a list of options and +value entry fields which are relevent to the selected +mainboard.