From aeba6d6ea54aabd5b0b221dcf29879b915135c99 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 23 May 2023 00:38:37 +0400 Subject: [PATCH] Updated justcaptcha version and description. Added justguestbook. --- web/templates/stuff.pug | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/web/templates/stuff.pug b/web/templates/stuff.pug index 268904c..daad642 100755 --- a/web/templates/stuff.pug +++ b/web/templates/stuff.pug @@ -47,15 +47,25 @@ block content p.center Simple, yet useful (at least for me) programs and scripts I made. table tr - td justcaptcha - td 2.0.0 (20 October 2022) + td justguestbook + td 1.3.2 (22 May 2023) td Go td MIT td a(href=git_site+'/Arav/justcaptcha') source tr td(colspan='5') - p A simple CAPTCHA service implementation. + p A simple guestbook with owner's replies implementation made into a library. + tr + td justcaptcha + td 2.0.2 (6 May 2023) + td Go + td MIT + td + a(href=git_site+'/Arav/justcaptcha') source + tr + td(colspan='5') + p A simple CAPTCHA implementation that can work as a standalone service or as a library. tr td kwh-cost td 1.0.0 (24 December 2021)