1
0
mirror of git://projects.qi-hardware.com/ben-scans.git synced 2025-04-21 12:27:27 +03:00

Work around the problem of not being able to just put index.html into Qi, and

have the brower interpret it as HTML when browsing the repository through the
Web interface: generate a test.html by default, with local paths, and generate
the real index.html, with remote URLs, when uploading.

- web/style.sh: only set BASE if not set already in the environment
- web/Makefile: added test.html target and made it the default
- web/index.sh: ben-dispbase-back-100um is running now, switch to "in progress"
- web/index.sh: switched 100 um ben-bottom-nobat scan from "under
  consideration" to "planned". In fact, it's the next in line.
This commit is contained in:
Werner Almesberger
2010-08-04 22:23:57 -03:00
parent 0381184366
commit a339d67968
3 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
#!/bin/sh
if [ -z "$BASE" ]; then
BASE=http://projects.qi-hardware.com/index.php/p/ben-scans/source/tree/master/
fi
# ----- section ---------------------------------------------------------------