README.md in flnews_post_proc-1.55 vs README.md in flnews_post_proc-1.57
- old
+ new
@@ -113,12 +113,12 @@
_This is an object %=and this becomes the footnote, describing the object
further=%_
* The program can attempt to correct ill formatted references. This is an
option, you can disable it by setting the option VFY_URLS to “no” in the
- configuration. Beware that mailto: links are not recognized and cannot be
- corrected. See the explanations for VFY_URLS, below.
+ configuration. Only URLs starting with http or https are currently
+ handled.
Dialog to override settings
---------------------------
You can have a dialog displayed just before the post-processor is invoked, to
**disable** some configuration options. Provided that either YAD, Zenity,
@@ -300,17 +300,13 @@
EXAMPLE: _"(%s)" -> becomes (1) ... (2) ... (3)_
**VFY_URLS**
A Boolean constant. It determines if the program shall verify and possibly
try to correct URLs. Even if URLs are identified as such, only a few
-manipulations are attempted :
+manipulations are attempted :
* Angular brackets '<' and '>' are added, if missing
-* Article-references are prepended with "news:", if missing
* Slashes are added, if they are found missing after "http(s):"
-
-ATTN! The program is unable to discern "mailto:" and "news:" references. If
-neither is given, but '@' is present, "news:" is automatically prepended.
If the variable is not set, a value 'yes' is assumed.
CONTENT: One of YES, yes, NO, no, and other variations of case.