mirror of
git://projects.qi-hardware.com/ben-scans.git
synced 2024-11-22 08:38:26 +02:00
Scan main page is now http://downloads.qi-hardware.com/people/werner/ben-scans/
Assorted cleanup. - web/Makefile: added index upload to downloads.qi-hardware.com - web/index.sh, index.html: a <P> got abbreviated to just < - data/jpg/ben-dispshell-inside-100um.jpg: image was a uncropped screenshot, oops !
This commit is contained in:
parent
750e72098b
commit
c7468bda69
Binary file not shown.
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 8.2 KiB |
@ -19,7 +19,7 @@ Scans are stored in the following file formats:
|
||||
PIJ, the binary and proprietary format of Dr.PICZA3 project files,
|
||||
AutoCAD <A href="http://en.wikipedia.org/wiki/AutoCAD_DXF">DXF</A>,
|
||||
<A href="http://en.wikipedia.org/wiki/STL_(file_format)">STL</A>,
|
||||
and the point cloud with comma-separated values.<
|
||||
and the point cloud with comma-separated values.<P>
|
||||
PIJ is the native format of the software used to make the scans. STL can
|
||||
be read by many programs, including
|
||||
<A href="http://code.google.com/p/heekscad/">HeeksCAD</A> and
|
||||
@ -1078,6 +1078,6 @@ Approximate scan time: 11 h<BR>
|
||||
<P>
|
||||
<HR>
|
||||
<P>
|
||||
2010-09-16 22:18:45 UTC
|
||||
2010-09-17 21:40:35 UTC
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
@ -9,6 +9,8 @@ all: ../test.html
|
||||
upload: ../index.html
|
||||
rsync -v --progress $< \
|
||||
werner@host:/home/httpd/almesberger/misc/ben/scan/
|
||||
rsync -v --progress $< \
|
||||
www-data@downloads.qi-hardware.com:werner/ben-scans/
|
||||
|
||||
../index.html: style.sh index.sh
|
||||
. ./index.sh >$@ || { rm -f $@; exit 1; }
|
||||
|
@ -25,7 +25,7 @@ Scans are stored in the following file formats:
|
||||
PIJ, the binary and proprietary format of Dr.PICZA3 project files,
|
||||
AutoCAD <A href="http://en.wikipedia.org/wiki/AutoCAD_DXF">DXF</A>,
|
||||
<A href="http://en.wikipedia.org/wiki/STL_(file_format)">STL</A>,
|
||||
and the point cloud with comma-separated values.<
|
||||
and the point cloud with comma-separated values.<P>
|
||||
PIJ is the native format of the software used to make the scans. STL can
|
||||
be read by many programs, including
|
||||
<A href="http://code.google.com/p/heekscad/">HeeksCAD</A> and
|
||||
|
Loading…
Reference in New Issue
Block a user