openocd/src/server/httpd
Antonio Borneo 7c5acf8660 whitespace cleanup, mostly for docs
Remove useless space/tab at end of lines.
Remove spaces in indentation and replace with tab.

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2009-12-30 11:51:29 -08:00
..
menu_cuts httpd wip 2008-12-22 15:10:18 +00:00
Stylizer.class - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
Stylizer.java eol-style native 2009-04-28 06:28:39 +00:00
browsemem.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
build.sh - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
downloadmem.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
editconfigs.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
editfile.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
erase.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
flash.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
flashinfo.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
guiupload.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
html2tcl.sh - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
httpd.tcl Remove duplicate definition of encode in httpd.tcl. 2009-05-11 22:37:52 +00:00
index.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
log.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
menu.xml whitespace cleanup, mostly for docs 2009-12-30 11:51:29 -08:00
menu.xsl whitespace cleanup, mostly for docs 2009-12-30 11:51:29 -08:00
menuweb.css whitespace cleanup, mostly for docs 2009-12-30 11:51:29 -08:00
openocd.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
preconfig.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
production.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
readme.txt whitespace cleanup, mostly for docs 2009-12-30 11:51:29 -08:00
reload.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
run.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
support.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
targets.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
terminal.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
upgrade.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00

readme.txt

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