From abb4e11b38ef09299d4d1912b5269c131dcc19e2 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Tue, 31 Jan 2023 20:29:48 -0500 Subject: [PATCH] note about retirement --- web.d | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/web.d b/web.d index b61910e..8544312 100644 --- a/web.d +++ b/web.d @@ -1,5 +1,13 @@ /++ - Old magic web wrapper - one of my first applications of CT reflection. Given a class of fairly ordinary C code, it automatically creates HTML pages and forms, a Javascript file to access the functions from the client, and JSON based api responses. I do $(I not) recommend it for new projects though, as a replacement is now built into [arsd.cgi]. + Old magic web wrapper - one of my first applications of CT reflection. Given a class of fairly ordinary D code, it automatically creates HTML pages and forms, a Javascript file to access the functions from the client, and JSON based api responses. I do $(I not) recommend it for new projects though, as a replacement is now built into [arsd.cgi]. + + History: + Written some time prior to July 2011. + + Retired in June 2019. I will still maintain it until + that becomes a hassle. But since I don't actively use + any of my projects using it anymore, it is possible it + will break without me noticing. +/ module arsd.web;