From 6a83acad62028bb72f624cd34f52a214558b77f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Benoist?= Date: Thu, 9 May 2019 13:52:54 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 11756ee..681c02f 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,8 @@ -HTMLawed is ... -=============== +This is a fork of [kesar/HTMLawed](https://github.com/kesar/HTMLawed) mainly to be able to handle changes faster than in upstream. -... a single-file, 45 kb PHP script that makes input text more secure, HTML standards-compliant, and +People from [selfoss](https://selfoss.aditu.de/) & [wallabag](https://www.wallabag.org/en) maintain it and improve it. + +> HTMLawed is a single-file, 45 kb PHP script that makes input text more secure, HTML standards-compliant, and suitable in general from the viewpoint of a web-page administrator, for use in the body of HTML, XHTML or XML documents. A simple HTMLTidy alternative, the htmLawed filter, processor, purifier, sanitizer, beautifier, etc., is highly customizable. - -It ensures that HTML tags are balanced and properly nested tags, neutralizes code that may be used -for cross-site scripting (XSS) attacks, limits allowed HTML elements, attributes, or URL protocols, -tidies the code, and so forth. - -As such is may serve as an alternative to [HTMLtidy](http://en.wikipedia.org/wiki/HTML_Tidy) in a -sanitation context. - - -This repository is ... -====================== - -... a derivative, which closely tracks [the original](http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/) - - -Links -===== - -* The Original: http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/ -* The SF site where the official Original Releases are available (no cvs/svn/... repository there, though, just releases): http://sourceforge.net/projects/htmlawed/ -* HTMLawed against RSnake's XSS attack vectors: http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/rsnake/RSnakeXSSTest.htm - From c9380bdeff13a22eb6832339fbfd1a55fc5a81cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Benoist?= Date: Fri, 10 May 2019 09:55:17 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 681c02f..e7fc3bc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This is a fork of [kesar/HTMLawed](https://github.com/kesar/HTMLawed) mainly to be able to handle changes faster than in upstream. +This is a fork of [kesar/HTMLawed](https://github.com/kesar/HTMLawed) mainly to be able to handle changes faster than in upstream. And we contribute back to the upstream from time to time. People from [selfoss](https://selfoss.aditu.de/) & [wallabag](https://www.wallabag.org/en) maintain it and improve it.