From 5dafdff56fb1b05e1a08003d258c62b37cc99f40 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Thu, 2 May 2024 11:43:43 +0200 Subject: [PATCH] SVR.JS is a web server proudly made in Poland! --- source/greenrhombus-changelog.md | 4 ++++ source/mods.md | 2 +- themes/svrjswebsite/layout/_partial/banner.ejs | 4 ++++ themes/svrjswebsite/source/css/main.css | 2 ++ 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/source/greenrhombus-changelog.md b/source/greenrhombus-changelog.md index 7714f49..7c81962 100644 --- a/source/greenrhombus-changelog.md +++ b/source/greenrhombus-changelog.md @@ -3,6 +3,10 @@ title: GreenRhombus change log date: 2024-02-16 20:10:14 --- +## GreenRhombus 1.0.6 + +* Fixed FastCGI connections not closing properly, when SVR.JS is running on Bun + ## GreenRhombus 1.0.5 * Responses are no longer swapped with each other. diff --git a/source/mods.md b/source/mods.md index c8cbb1f..4a7cb5d 100644 --- a/source/mods.md +++ b/source/mods.md @@ -7,7 +7,7 @@ SVR.JS has these official SVR.JS mods: * [**Berno**](https://downloads.svrjs.org/mods/berno.ssi.1.1.0.tar.gz) - SSI (Server-Side Includes) engine (**not maintained**). ***Latest version: 1.1.0*** * [**easy-waf integration**](https://downloads.svrjs.org/mods/easywaf.integration.1.2.4.tar.gz) - WAF (web application firewall) mod. ***Latest version: 1.2.4*** * [**forward-proxy-mod**](https://downloads.svrjs.org/mods/forward-proxy-mod.1.0.0.tar.gz) - mod, that enables SVR.JS to do forward proxy functionality. ***Latest version: 1.0.0*** -* [**GreenRhombus**](https://downloads.svrjs.org/mods/greenrhombus.fastcgi.1.0.5.tar.gz) - FastCGI (Fast Common Gateway Interface) client. ***Latest version: 1.0.5*** +* [**GreenRhombus**](https://downloads.svrjs.org/mods/greenrhombus.fastcgi.1.0.6.tar.gz) - FastCGI (Fast Common Gateway Interface) client. ***Latest version: 1.0.6*** * [**OrangeCircle**](https://downloads.svrjs.org/mods/orangecircle.scgi.1.2.0.tar.gz) - SCGI (Simple Common Gateway Interface) client. ***Latest version: 1.2.0*** * [**RedBrick**](https://downloads.svrjs.org/mods/redbrick.cgi.2.6.1.tar.gz) - CGI (Common Gateway Interface) engine. ***Latest version: 2.6.1*** * [**reverse-proxy-mod**](https://downloads.svrjs.org/mods/reverse-proxy-mod.1.1.4.tar.gz) - mod, that enables SVR.JS to do reverse proxy functionality. ***Latest version: 1.1.4*** diff --git a/themes/svrjswebsite/layout/_partial/banner.ejs b/themes/svrjswebsite/layout/_partial/banner.ejs index e522273..46b2c4c 100644 --- a/themes/svrjswebsite/layout/_partial/banner.ejs +++ b/themes/svrjswebsite/layout/_partial/banner.ejs @@ -4,4 +4,8 @@ Today, SVR.JS goes #RedInstead
Support the Autistic Self Advocacy Network +<% } else if ((nowDate.getDate() == 2 && nowDate.getMonth() == 4) || (nowDate.getDate() == 3 && nowDate.getMonth() == 4) || (nowDate.getDate() == 11 && nowDate.getMonth() == 10)) { %> +
+ SVR.JS is a web server proudly made in Poland! +
<% } %> diff --git a/themes/svrjswebsite/source/css/main.css b/themes/svrjswebsite/source/css/main.css index dd054b5..a0eee7d 100644 --- a/themes/svrjswebsite/source/css/main.css +++ b/themes/svrjswebsite/source/css/main.css @@ -330,10 +330,12 @@ pre { .header-banner a { color: #ffffff; + text-decoration: underline; } .header-banner a:hover { color: #00ff00; + text-decoration: underline; } input {