Change round site.

This commit is contained in:
Brad Nelson
2021-01-08 23:21:57 -08:00
parent 8cb560af37
commit cca542ac83
4 changed files with 1757 additions and 3 deletions

View File

@ -196,7 +196,7 @@ $(DEPLOY):
mkdir -p $@ mkdir -p $@
$(DEPLOY)/app.yaml: $(ARDUINO)/ueforth-arduino-esp32.zip \ $(DEPLOY)/app.yaml: $(ARDUINO)/ueforth-arduino-esp32.zip \
site/static/index.html \ site/index.html \
site/app.yaml \ site/app.yaml \
site/eforth.go \ site/eforth.go \
$(TARGETS) | $(DEPLOY) $(TARGETS) | $(DEPLOY)

View File

@ -14,8 +14,8 @@ handlers:
secure: always secure: always
- url: / - url: /
static_files: static/index.html static_files: index.html
upload: static/index.html upload: index.html
secure: always secure: always
- url: /static/uEforth.exe - url: /static/uEforth.exe

View File

@ -15,6 +15,7 @@ In its original form metacompilation is avoided.
<h2>Download</h2> <h2>Download</h2>
<p> <p>
Version of uEforth - A reduced cross-platform EForth version (RECOMMENDED)
<ul> <ul>
<li><a href="static/uEforth.exe">uEforth.exe</a> - Window EXE uEforth</li> <li><a href="static/uEforth.exe">uEforth.exe</a> - Window EXE uEforth</li>
<li><a href="static/ueforth.linux">ueforth.linux</a> - Linux Executable uEforth</li> <li><a href="static/ueforth.linux">ueforth.linux</a> - Linux Executable uEforth</li>
@ -25,6 +26,13 @@ In its original form metacompilation is avoided.
</ul> </ul>
</p> </p>
<p>
esp32Forth, Version 6.3 for NodeMCU ESP32S - Tweaked for the Web
<ul>
<li><a href="static/espforth.ino">espforth.ino</a>
</ul>
</p>
<h2>EForth Quirks</h2> <h2>EForth Quirks</h2>
<p> <p>

File diff suppressed because it is too large Load Diff