summaryrefslogtreecommitdiff
path: root/src/server/httpd/readme.txt
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2010-11-11 08:15:49 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-11-15 09:18:21 +0100
commitfdae51287cf55a039f3401ed92151dbf518e4e7f (patch)
tree9a3bd5c3701da090b444b70770c941bdcce47058 /src/server/httpd/readme.txt
parent015bf559444edd9e7c524e951aad183fdaab9156 (diff)
downloadopenocd+libswd-fdae51287cf55a039f3401ed92151dbf518e4e7f.tar.gz
openocd+libswd-fdae51287cf55a039f3401ed92151dbf518e4e7f.tar.bz2
openocd+libswd-fdae51287cf55a039f3401ed92151dbf518e4e7f.tar.xz
openocd+libswd-fdae51287cf55a039f3401ed92151dbf518e4e7f.zip
httpd: retire this server
this never panned out and there are enough mistakes in the code that probably nobody used this. Use the tcl server and implement a standalone http app instead works fine. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src/server/httpd/readme.txt')
-rw-r--r--src/server/httpd/readme.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/server/httpd/readme.txt b/src/server/httpd/readme.txt
deleted file mode 100644
index 7bc80e66..00000000
--- a/src/server/httpd/readme.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-work in progress... stay tuned....
-
-
-1. To build .tcl pages. This will convert menu.xml and menu.xsl into
-lots of .html pages w/embedded tcl, which are then inverted into
-tcl with embedded html.
-
-sh build.sh
-
-xalan.jar can be gotten from apache.org.
-
-
-2. libmicrohttpd is a bit tricky to build under Cygwin:
-
-https://gnunet.org/mantis/view.php?id=1440
-
-3. To test:
-
-../openocd/configure --enable-httpd --enable-dummy --enable-ioutil
-make
-make install
-openocd -f httpd/httpd.tcl -c "interface dummy" -f target/at91eb40a.cfg
-
-4. Point browser to: http://localhost:8888