From 9f250a4dce283b3bddc1f185918d21e17582bf66 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Mon, 6 May 2024 12:09:25 +0200 Subject: [PATCH] Remove mentions about "The Book of ZSOiE" --- source/404.md | 2 +- source/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/404.md b/source/404.md index 9bd3586..8440e9e 100644 --- a/source/404.md +++ b/source/404.md @@ -8,7 +8,7 @@ layout: error-page

404 Not Found

The requested file doesn't exist. If you have typed the URL manually, then please check the spelling.

-

Or maybe go back to main page, read The Book of ZSOiE or browse our SVR.JS documentation? You decide!

+

Or maybe go back to main page, browse our Git repositories or browse our SVR.JS documentation? You decide!

diff --git a/source/index.md b/source/index.md index d2c0c63..44177a2 100644 --- a/source/index.md +++ b/source/index.md @@ -281,7 +281,7 @@ svrjsversion: 3.14.15

What is SVR.JS?

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.

How was SVR.JS created?

-

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 svr.js. 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 The Book of ZSOiE...

+

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 svr.js. 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!

How did SVR.JS get its name?

SVR.JS got its name from the original name of the server script: svr.js, one of many generic file names for a server written in JavaScript.

What is Node.JS?