From 75ae58a83c9467421beaa7ffae4ec84004babf38 Mon Sep 17 00:00:00 2001 From: Geert Eltink <9497586+geerteltink@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:04:06 +0200 Subject: [PATCH] docs: update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c52f11d..a33757f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -# html-form-validator +[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) -[![Continuous Integration](https://github.com/xtreamwayz/html-form-validator/workflows/Continuous%20Integration/badge.svg)](https://github.com/xtreamwayz/html-form-validator/actions/workflows/continuous-integration.yml) +Thank you so much for being interested in this project! Open Source is rewarding, but it can also be exhausting. Therefor this code is provided as-is, and is currently not actively maintained. We invite you to peruse the code and even use it in your next project, provided you follow the included license! + +No guarantee of support for the code is provided, and there is no promise that pull requests will be reviewed or merged. It’s open source, so forking is allowed; just be sure to give credit where it’s due! + +--- As challenged by a [tweet](https://twitter.com/Ocramius/status/680817040429592576), this library extracts validation rules and filters from a html form and validates submitted user data against it.