|
1 | | -HTMLawed is ... |
2 | | -=============== |
| 1 | +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. |
3 | 2 |
|
4 | | -... a single-file, 45 kb PHP script that makes input text more secure, HTML standards-compliant, and |
| 3 | +People from [selfoss](https://selfoss.aditu.de/) & [wallabag](https://www.wallabag.org/en) maintain it and improve it. |
| 4 | + |
| 5 | +> HTMLawed is a single-file, 45 kb PHP script that makes input text more secure, HTML standards-compliant, and |
5 | 6 | suitable in general from the viewpoint of a web-page administrator, for use in the body of HTML, XHTML |
6 | 7 | or XML documents. A simple HTMLTidy alternative, the htmLawed filter, processor, purifier, sanitizer, |
7 | 8 | beautifier, etc., is highly customizable. |
8 | | - |
9 | | -It ensures that HTML tags are balanced and properly nested tags, neutralizes code that may be used |
10 | | -for cross-site scripting (XSS) attacks, limits allowed HTML elements, attributes, or URL protocols, |
11 | | -tidies the code, and so forth. |
12 | | - |
13 | | -As such is may serve as an alternative to [HTMLtidy](http://en.wikipedia.org/wiki/HTML_Tidy) in a |
14 | | -sanitation context. |
15 | | - |
16 | | - |
17 | | -This repository is ... |
18 | | -====================== |
19 | | - |
20 | | -... a derivative, which closely tracks [the original](http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/) |
21 | | - |
22 | | - |
23 | | -Links |
24 | | -===== |
25 | | - |
26 | | -* The Original: http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/ |
27 | | -* The SF site where the official Original Releases are available (no cvs/svn/... repository there, though, just releases): http://sourceforge.net/projects/htmlawed/ |
28 | | -* HTMLawed against RSnake's XSS attack vectors: http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/rsnake/RSnakeXSSTest.htm |
29 | | - |
0 commit comments