Fixed up layout.
This commit is contained in:
@ -274,13 +274,13 @@ $(DEPLOY)/app.yaml: $(ARDUINO)/ESP32forth.zip \
|
||||
site/app.yaml \
|
||||
site/eforth.go \
|
||||
$(TARGETS) | $(DEPLOY)
|
||||
mkdir -p $(DEPLOY)/static
|
||||
cp -r $(ARDUINO)/ESP32forth.zip $(DEPLOY)/static
|
||||
cp -r $(POSIX)/ueforth $(DEPLOY)/static/ueforth.linux
|
||||
cp -r $(WINDOWS)/uEf32.exe $(DEPLOY)/static/uEf32.exe
|
||||
cp -r $(WINDOWS)/uEf64.exe $(DEPLOY)/static/uEf64.exe
|
||||
cp -r $(RES)/eforth.ico $(DEPLOY)/static/favicon.ico
|
||||
cp -r site/* $(DEPLOY)/
|
||||
mkdir -p $(DEPLOY)/downloads
|
||||
cp -r $(ARDUINO)/ESP32forth.zip $(DEPLOY)/downloads
|
||||
cp -r $(POSIX)/ueforth $(DEPLOY)/downloads/ueforth.linux
|
||||
cp -r $(WINDOWS)/uEf32.exe $(DEPLOY)/downloads/uEf32.exe
|
||||
cp -r $(WINDOWS)/uEf64.exe $(DEPLOY)/downloads/uEf64.exe
|
||||
cp -r $(RES)/eforth.ico $(DEPLOY)/downloads/favicon.ico
|
||||
cp site/.gcloudignore $(DEPLOY)
|
||||
|
||||
deploy: clean all
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
<h2>Download</h2>
|
||||
|
||||
<p>
|
||||
<a href="static/ESP32forth.zip">ESP32forth.zip</a>
|
||||
<a href="downloads/ESP32forth.zip">ESP32forth.zip</a>
|
||||
- Single .ino file ready for installation
|
||||
</p>
|
||||
|
||||
|
||||
@ -27,6 +27,10 @@ handlers:
|
||||
static_dir: static
|
||||
secure: always
|
||||
|
||||
- url: /downloads
|
||||
static_dir: downloads
|
||||
secure: always
|
||||
|
||||
- url: /.*
|
||||
script: auto
|
||||
secure: always
|
||||
|
||||
@ -26,7 +26,7 @@ ESP32forth - Version 6.3 for NodeMCU ESP32S - Tweaked for the Web
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="static/ESP32forth-6.3.0.ino">ESP32forth-6.3.0.ino</a>
|
||||
<a href="downloads/ESP32forth-6.3.0.ino">ESP32forth-6.3.0.ino</a>
|
||||
- This has Dr. Ting's v6.3 version with WebUI added in
|
||||
</p>
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
<h2>Download</h2>
|
||||
|
||||
<p>
|
||||
<a href="static/ueforth.linux">ueforth.linux</a>
|
||||
<a href="downloads/ueforth.linux">ueforth.linux</a>
|
||||
- Linux 64-bit Executable µEforth
|
||||
</p>
|
||||
|
||||
|
||||
@ -18,12 +18,12 @@
|
||||
<h2>Download</h2>
|
||||
|
||||
<p>
|
||||
<a href="static/uEf32.exe">uEf32.exe</a>
|
||||
<a href="downloads/uEf32.exe">uEf32.exe</a>
|
||||
- Window 32-bit EXE µEforth
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="static/uEf64.exe">uEf64.exe</a>
|
||||
<a href="downloads/uEf64.exe">uEf64.exe</a>
|
||||
- Window 64-bit EXE µEforth
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user