Change round site.
This commit is contained in:
@ -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)
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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>
|
||||||
1746
ueforth/site/static/espforth.ino
Normal file
1746
ueforth/site/static/espforth.ino
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user