summaryrefslogtreecommitdiff
path: root/src/server/httpd/readme.txt
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-12-23 12:52:14 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-12-23 12:52:14 +0000
commitec7a984b42f5f7e6192963f0c09340227fdfa829 (patch)
treeaf946ebbbc656776881a649f8eb1c3f094c0147a /src/server/httpd/readme.txt
parentfb86d0e76d280c544f28ff1396c706f4e19d77ca (diff)
downloadopenocd+libswd-ec7a984b42f5f7e6192963f0c09340227fdfa829.tar.gz
openocd+libswd-ec7a984b42f5f7e6192963f0c09340227fdfa829.tar.bz2
openocd+libswd-ec7a984b42f5f7e6192963f0c09340227fdfa829.tar.xz
openocd+libswd-ec7a984b42f5f7e6192963f0c09340227fdfa829.zip
- add missing svn props from r1270 commit
- change mime-type for png files to image/png git-svn-id: svn://svn.berlios.de/openocd/trunk@1273 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/server/httpd/readme.txt')
-rw-r--r--src/server/httpd/readme.txt48
1 files changed, 24 insertions, 24 deletions
diff --git a/src/server/httpd/readme.txt b/src/server/httpd/readme.txt
index 960c0fe1..bade32cb 100644
--- a/src/server/httpd/readme.txt
+++ b/src/server/httpd/readme.txt
@@ -1,24 +1,24 @@
-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
+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