Update site.
This commit is contained in:
@ -193,7 +193,11 @@ $(ARDUINO)/ueforth-arduino-esp32.zip: $(ARDUINO)/ueforth/ueforth.ino
|
||||
$(DEPLOY):
|
||||
mkdir -p $@
|
||||
|
||||
$(DEPLOY)/app.yaml: $(ARDUINO)/ueforth-arduino-esp32.zip $(TARGETS) | $(DEPLOY)
|
||||
$(DEPLOY)/app.yaml: $(ARDUINO)/ueforth-arduino-esp32.zip \
|
||||
site/static/index.html \
|
||||
site/app.yaml \
|
||||
site/eforth.go \
|
||||
$(TARGETS) | $(DEPLOY)
|
||||
mkdir -p $(DEPLOY)/static
|
||||
cp -r $(ARDUINO)/ueforth-arduino-esp32.zip $(DEPLOY)/static
|
||||
cp -r $(POSIX)/ueforth $(DEPLOY)/static/ueforth.linux
|
||||
|
||||
@ -1,4 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>EForth</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>EForth</h1>
|
||||
|
||||
@ -13,10 +16,11 @@ In its original form metacompilation is avoided.
|
||||
<h2>Download</h2>
|
||||
<p>
|
||||
<ul>
|
||||
<li><a href="static/eEforth.exe">uEforth.exe</a> - Window EXE uEforth</li>
|
||||
<li><a href="static/eforth.linux">eforth.linux</a> - Linux Executable uEforth</li>
|
||||
<li><a href="static/ueforth.zip">ueforth-arduino-esp32.zip</a> - Arudino Source Code</li>
|
||||
<li><a href="https://github.com/flagxor/eforth">http://github.com/flagxor/eforth</a>
|
||||
<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-arduino-esp32.zip">ueforth-arduino-esp32.zip</a>
|
||||
- Arudino Source Code</li>
|
||||
<li><a href="https://github.com/flagxor/eforth" target="_blank">http://github.com/flagxor/eforth</a>
|
||||
- Complete Source Code (under ueforth)</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
@ -1,9 +1,2 @@
|
||||
User-agent: *
|
||||
Disallow: /haiku-editor
|
||||
Disallow: /haiku-submit
|
||||
Disallow: /haiku-view
|
||||
Disallow: /haiku-print
|
||||
Disallow: /haiku-vote
|
||||
Disallow: /haiku-bare
|
||||
Disallow: /haiku-search
|
||||
Disallow: /haiku-slideshow
|
||||
Disallow: /terminal
|
||||
|
||||
Reference in New Issue
Block a user