Remove mentions about "The Book of ZSOiE"

This commit is contained in:
Dorian Niemiec 2024-05-06 12:09:25 +02:00
parent 10cdc137be
commit 9f250a4dce
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ layout: error-page
<div class="error-inner">
<h1>404 Not Found</h1>
<p>The requested file doesn't exist. If you have typed the URL manually, then please check the spelling.</p>
<p><b>Or maybe go back to <a href="/">main page</a>, read <a href="/zsoiebook.svr">The Book of ZSOiE</a> or browse our <a href="/docs">SVR.JS documentation</a>? You decide!</b></p>
<p><b>Or maybe go back to <a href="/">main page</a>, browse our <a href="https://git.svrjs.org">Git repositories</a> or browse our <a href="/docs">SVR.JS documentation</a>? You decide!</b></p>
<div class="error-button-container">
<a href="/" class="styled-button">Go back to the main page</a>
</div>

View file

@ -281,7 +281,7 @@ svrjsversion: 3.14.15
<h3>What is SVR.JS?</h3>
<p>SVR.JS is web server software running on Node.JS that can host both static and dynamic content. With additional mods, SVR.JS can be used for different types of dynamic content and can even be used as a forward or reverse proxy. SVR.JS is licensed under a permissive MIT/X11 license.</p>
<h3>How was SVR.JS created?</h3>
<p>Someone in 2018 wanted to create a website, but he didn't know about setting up popular web server software like Apache httpd, NGINX, or IIS... So he created his own web server in Node.JS to serve his website! And he saved it in a file called <i>svr.js</i>. Since then, this web server has been gradually turned from a web server intended for one website into a general-purpose web server, which is what SVR.JS is today! You may also decipher <i><a href="/zsoiebook.svr">The Book of ZSOiE</a></i>...</p>
<p>Someone in 2018 wanted to create a website, but he didn't know about setting up popular web server software like Apache httpd, NGINX, or IIS... So he created his own web server in Node.JS to serve his website! And he saved it in a file called <i>svr.js</i>. Since then, this web server has been gradually turned from a web server intended for one website into a general-purpose web server, which is what SVR.JS is today!</p>
<h3>How did SVR.JS get its name?</h3>
<p>SVR.JS got its name from the original name of the server script: <i>svr.js</i>, one of many generic file names for a server written in JavaScript. </p>
<h3>What is Node.JS?</h3>