forked from svrjs/svrjs
Changed all references for stable version to git master branch
This commit is contained in:
parent
d15373aa8e
commit
aa630cbd0d
4 changed files with 15 additions and 12 deletions
13
index.html
13
index.html
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>SVR.JS 3.6.4</title>
|
||||
<title>SVR.JS Nightly-GitMaster</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="UTF-8" />
|
||||
<style>
|
||||
|
@ -12,7 +12,11 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Welcome to SVR.JS 3.6.4</h1>
|
||||
<h1>Welcome to SVR.JS Nightly-GitMaster</h1>
|
||||
<div style="background-color: #ff0; border-color: #f70; border-width: 5px; border-style: solid; padding: 5px; display: inline-block;">
|
||||
<b style="font-size: 20pt">WARNING!</b><br/>
|
||||
This version is only for test purposes and may be unstable.
|
||||
</div>
|
||||
<br/>
|
||||
<img src="/logo.png" style="width: 256px;" />
|
||||
<br/>
|
||||
|
@ -110,12 +114,11 @@
|
|||
</div>
|
||||
<p>Changes:</p>
|
||||
<ul>
|
||||
<li>Improved reliability while loading server-side JavaScript.</li>
|
||||
<li><i>INSERT CHANGES THERE</i></li>
|
||||
</ul>
|
||||
<p>Bugs:</p>
|
||||
<ul>
|
||||
<li>Some very old mods requiring hexstrbase64 will fail to load.</li>
|
||||
<li>On first load server-side JavaScript will fail to load when SVR.JS is running on Bun.</li>
|
||||
<li><i>INSERT BUGS THERE</i></li>
|
||||
</ul>
|
||||
<br/>
|
||||
<a href="/tests.html">Tests</a><br/>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>SVR.JS 3.6.4 Licenses</title>
|
||||
<title>SVR.JS Nightly-GitMaster Licenses</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="UTF-8" />
|
||||
<style>
|
||||
|
@ -12,8 +12,8 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>SVR.JS 3.6.4 Licenses</h1>
|
||||
<h2>SVR.JS 3.6.4</h2>
|
||||
<h1>SVR.JS Nightly-GitMaster Licenses</h1>
|
||||
<h2>SVR.JS Nightly-GitMaster</h2>
|
||||
<div style="display: inline-block; text-align: left; border-width: 2px; border-style: solid; border-color: gray; padding: 8px;">
|
||||
MIT License<br/>
|
||||
<br/>
|
||||
|
@ -37,7 +37,7 @@
|
|||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE<br/>
|
||||
SOFTWARE.<br/>
|
||||
</div>
|
||||
<h2>Packages used by SVR.JS 3.6.4 and utilities</h2>
|
||||
<h2>Packages used by SVR.JS Nightly-GitMaster and utilities</h2>
|
||||
<div style="width: 100%; background-color: #ccc; border: 1px solid green; text-align: left; margin: 10px 0;">
|
||||
<div style="float: right;">License: MIT</div>
|
||||
<div style="font-size: 20px;">
|
||||
|
|
2
svr.js
2
svr.js
|
@ -77,7 +77,7 @@ function deleteFolderRecursive(path) {
|
|||
}
|
||||
|
||||
var os = require("os");
|
||||
var version = "3.6.4";
|
||||
var version = "Nightly-GitMaster";
|
||||
var singlethreaded = false;
|
||||
|
||||
if (process.versions) process.versions.svrjs = version; //Inject SVR.JS into process.versions
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>SVR.JS 3.6.4 Tests</title>
|
||||
<title>SVR.JS Nightly-GitMaster Tests</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="UTF-8" />
|
||||
<style>
|
||||
|
@ -12,7 +12,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>SVR.JS 3.6.4 Tests</h1>
|
||||
<h1>SVR.JS Nightly-GitMaster Tests</h1>
|
||||
<h2>Directory</h2>
|
||||
<iframe src="/testdir" width="50%" height="300px"></iframe>
|
||||
<h2>Directory (with query)</h2>
|
||||
|
|
Reference in a new issue