tREADME: minor reword - webdump - [FORK] git://git.codemadness.org/webdump
(HTM) git clone git://git.z3bra.org/webdump.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 855c8fd52cde5d086eba217b865772a2b59ac4eb
(DIR) parent 1cea64472638b69e7c4747729e33a15c58cab5d9
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 8 Dec 2019 16:20:41 +0100
README: minor reword
Diffstat:
M README | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/README b/README
t@@ -47,9 +47,9 @@ lynx -dump but simpler and more secure.
- There will be some workarounds and quirks for broken and also legacy HTML code.
- It will be usable and secure for reading HTML from mails and RSS/Atom feeds.
- No remote resources which are part of the HTML will be downloaded:
- images, video, audio, etc. But these may be visible as an url.
+ images, video, audio, etc. But these may be visible as an link reference.
- Data will be written to stdout only.
-- No support for Javascript, CSS support, frames or forms.
+- No support for Javascript, CSS, frame rendering or forms.
- No HTTP or network protocol handling in general: HTML data is read from stdin.