mirror of
git://projects.qi-hardware.com/ben-scans.git
synced 2024-11-22 15:04:39 +02:00
Index page update for recent completions.
- web/Makefile: make test.html and index.html phony so that they're rebuilt each time we run make (make doesn't know all the dependencies) - web/index.sh: added ben-bottom-nobat-100um - web/index.sh: added ben-kbd-top-1mm and ben-kbd-top-500um - web/index.sh: added complete ben-bottom-inside2 series - web/index.sh: added pointer to ben-bottom-inside2 to ben-bottom-inside - web/style.sh (scan_set): add name anchor for each series
This commit is contained in:
parent
988d3f4b70
commit
42f6a9966e
@ -1,4 +1,4 @@
|
|||||||
.PHONY: all upload
|
.PHONY: all upload ../test.html ../index.html
|
||||||
|
|
||||||
all: ../test.html
|
all: ../test.html
|
||||||
|
|
||||||
|
24
web/index.sh
24
web/index.sh
@ -43,9 +43,8 @@ images3
|
|||||||
texts3 "1.5 h" "10 h" "53 h"
|
texts3 "1.5 h" "10 h" "53 h"
|
||||||
|
|
||||||
scan_set ben-bottom-nobat "Battery and cover removed. Bottom up."
|
scan_set ben-bottom-nobat "Battery and cover removed. Bottom up."
|
||||||
images2
|
images3
|
||||||
in_progress
|
texts3 "4 h" "11.5 h" "140 h"
|
||||||
texts3 "4 h" "11.5 h" "53 h"
|
|
||||||
|
|
||||||
scan_set ben-top "Complete device. From the top."
|
scan_set ben-top "Complete device. From the top."
|
||||||
planned
|
planned
|
||||||
@ -61,7 +60,7 @@ texts3 "1 h" "3 h" "34 h"
|
|||||||
|
|
||||||
section parts "Individual parts"
|
section parts "Individual parts"
|
||||||
|
|
||||||
scan_set ben-kbd-top "Keyboard. From the top. Left-to-right scan."
|
scan_set ben-kbd-top "Keyboard. From the top. A-to-L scan."
|
||||||
explain_set <<EOF
|
explain_set <<EOF
|
||||||
Note: the soft rubber sheet underneath the keyboard was sometimes bent
|
Note: the soft rubber sheet underneath the keyboard was sometimes bent
|
||||||
by the scanner's needle, leaving what appears to be a ragged edge.
|
by the scanner's needle, leaving what appears to be a ragged edge.
|
||||||
@ -69,6 +68,16 @@ EOF
|
|||||||
images3
|
images3
|
||||||
texts3 "1 h" "5 h" "34 h"
|
texts3 "1 h" "5 h" "34 h"
|
||||||
|
|
||||||
|
scan_set ben-kbd-bottom "Keyboard. From the bottom. L-to-A scan."
|
||||||
|
explain_set <<EOF
|
||||||
|
Note: the scanner gets trapped when trying to scan the rubber surrounding
|
||||||
|
the power button. The higher resolution scans therefore stop before this
|
||||||
|
point.
|
||||||
|
EOF
|
||||||
|
images2
|
||||||
|
in_progress
|
||||||
|
texts3 "1 h" "2.25 h" "30 h"
|
||||||
|
|
||||||
scan_set ben-batcvr-outside "Battery cover. Outside."
|
scan_set ben-batcvr-outside "Battery cover. Outside."
|
||||||
images3
|
images3
|
||||||
texts3 "1.5 h" "3 h" "20 h"
|
texts3 "1.5 h" "3 h" "20 h"
|
||||||
@ -93,6 +102,10 @@ scan_set ben-dispbase-back "Display shell, base structure. Back side."
|
|||||||
images3
|
images3
|
||||||
texts3 "1 h" "3.75 h" "48 h"
|
texts3 "1 h" "3.75 h" "48 h"
|
||||||
|
|
||||||
|
scan_set ben-bottom-inside2 "Bottom shell without battery cover. Inside."
|
||||||
|
images3
|
||||||
|
texts3 "2 h" "5 h" "56 h"
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
section details "Detail magnifications"
|
section details "Detail magnifications"
|
||||||
@ -131,6 +144,9 @@ explain_set <<EOF
|
|||||||
Note: the arrow in the battery area is from the support structure.<BR>
|
Note: the arrow in the battery area is from the support structure.<BR>
|
||||||
These scans were made with the display shell attached and therefore don't
|
These scans were made with the display shell attached and therefore don't
|
||||||
show the hinge correctly.
|
show the hinge correctly.
|
||||||
|
<BR>
|
||||||
|
Please use the <A href="#ben-bottom-inside2">ben-bottom-inside2</A>
|
||||||
|
series instead.
|
||||||
EOF
|
EOF
|
||||||
images2
|
images2
|
||||||
texts2 "4 h" "14 h"
|
texts2 "4 h" "14 h"
|
||||||
|
@ -33,6 +33,7 @@ scan_set()
|
|||||||
__before_text="<TR>"
|
__before_text="<TR>"
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
<P>
|
<P>
|
||||||
|
<A name="$1">
|
||||||
<TABLE border=0 cellspacing=0 cellpadding=0>
|
<TABLE border=0 cellspacing=0 cellpadding=0>
|
||||||
<TR>
|
<TR>
|
||||||
<TD>
|
<TD>
|
||||||
|
Loading…
Reference in New Issue
Block a user