Dropped js replace tool.

This commit is contained in:
Brad Nelson
2023-12-22 20:46:23 -08:00
parent 3c0f249b71
commit c475681b0e
12 changed files with 105 additions and 205 deletions

View File

@ -16,13 +16,13 @@ limitations under the License.
-->
<head>
{{HEAD}}
#include "head.html"
<title>ESP32forth</title>
</head>
<body>
<h1>ESP32forth</h1>
{{MENU}}
#include "menu.html"
<div class="wrapper">
<h2>Download</h2>
@ -322,9 +322,9 @@ On boot, ESP32forth configures PIN 2 (typically an LED) to be an output and brin
<h3>ESP32forth Specific Words</h3>
{{COMMON}}
{{FILES_COMMON}}
{{POSIX_COMMON}}
#include "common.html"
#include "files_common.html"
#include "posix_common.html"
<h3>ESP32forth Bindings</h3>

View File

@ -15,13 +15,13 @@ See the License for the specific language governing permissions and
limitations under the License.
-->
<head>
{{HEAD}}
#include "head.html"
<title>Classic EForth</title>
</head>
<body>
<h1>Classic EForth</h1>
{{MENU}}
#include "menu.html"
<div class="wrapper">
<p>

View File

@ -16,7 +16,7 @@ limitations under the License.
-->
<head>
{{HEAD}}
#include "head.html"
<title>EForth</title>
</head>
@ -26,7 +26,7 @@ limitations under the License.
window.location.replace('./ESP32forth.html');
</script>
{{MENU}}
#include "menu.html"
<div class="wrapper">
<p>

View File

@ -16,13 +16,13 @@ limitations under the License.
-->
<head>
{{HEAD}}
#include "head.html"
<title>µEforth Internals</title>
</head>
<body>
<h1>µEforth Internals</h1>
{{MENU}}
#include "menu.html"
<div class="wrapper">
<p>

View File

@ -16,13 +16,13 @@ limitations under the License.
-->
<head>
{{HEAD}}
#include "head.html"
<title>µEforth for Linux</title>
</head>
<body>
<h1>µEforth for Linux</h1>
{{MENU}}
#include "menu.html"
<div class="wrapper">
<h2>Download</h2>
@ -63,9 +63,9 @@ limitations under the License.
<h3>µEforth Words</h3>
{{COMMON}}
{{FILES_COMMON}}
{{POSIX_COMMON}}
#include "common.html"
#include "files_common.html"
#include "posix_common.html"
<h3>Linux</h3>
@ -101,4 +101,4 @@ In addition, <code>TYPE</code> and <code>KEY</code> are connected to
<code>stdin</code> and <code>stdout</code>.
</p>
{{DESKTOP_COMMON}}
#include "desktop_common.html"

View File

@ -16,13 +16,13 @@ limitations under the License.
-->
<head>
{{HEAD}}
#include "head.html"
<title>pico-ice</title>
</head>
<body>
<h1>pico-ice</h1>
{{MENU}}
#include "menu.html"
<div class="wrapper">
<h2>Download</h2>
@ -103,7 +103,7 @@ Be sure to config the serial port to: <code>baud rate = 115200, data bits = 8, s
<h3>pico-ice Words</h3>
{{COMMON}}
#include "common.html"
<h3>pico-ice Bindings</h3>

View File

@ -16,13 +16,13 @@ limitations under the License.
-->
<head>
{{HEAD}}
#include "head.html"
<title>µEforth for Web</title>
</head>
<body>
<h1>µEforth for Web</h1>
{{MENU}}
#include "menu.html"
<div class="web_wrapper">
<div id="ueforth"></div>

View File

@ -16,13 +16,13 @@ limitations under the License.
-->
<head>
{{HEAD}}
#include "head.html"
<title>µEforth for Windows</title>
</head>
<body>
<h1>µEforth for Windows</h1>
{{MENU}}
#include "menu.html"
<div class="wrapper">
<h2>Download</h2>
@ -69,8 +69,8 @@ limitations under the License.
<h3>µEforth Words</h3>
{{COMMON}}
{{FILES_COMMON}}
#include "common.html"
#include "files_common.html"
<h3>Windows</h3>
@ -110,4 +110,4 @@ In addition, a terminal that responds to ANSI escape codes is created and connec
<code>TYPE</code> and <code>KEY</code>.
</p>
{{DESKTOP_COMMON}}
#include "desktop_common.html"