The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:HTML-TagReader GUIDO"

HTML::TagReader - Perl extension module for reading html/sgml/xml files by tags. River stage zero No dependents

The module implements a fast and small object oriented way of processing any kind of html/sgml/xml files by tag. The getbytoken(0) is similar to while(<>) but instead of reading lines it reads tags or tags and text. HTML::TagReader makes it easy to k...

GUS/HTML-TagReader-1.13 - 20 Nov 2020 00:28:49 UTC

tr_xlnk - process html files and expand links on directories River stage zero No dependents

tr_xlnk opens all files listed on the command line and searches for realtive links on directories. These links are expanded to point to the default file (e.g index.html). This is useful if you want to click through html files without a web-server. Fi...

GUS/HTML-TagReader-1.13 - 20 Nov 2020 00:28:49 UTC

tr_llnk - list links in html files River stage zero No dependents

Without option -A tr_llnk will list only relative links. The idea of this program is that you run tar cvf pages.tar `tr_llnk index.html something.html` in order to include files that are referenced by index.html and something.html. With the option -A...

GUS/HTML-TagReader-1.13 - 20 Nov 2020 00:28:49 UTC

tr_blck - check for broken relative links in html pages River stage zero No dependents

tr_blck searches html files for broken links. I searches only the relative links and does not need a web-server. As it does not need web-access it is very fast. The output of tr_blck is of the same format as gcc error messages and can therefore be in...

GUS/HTML-TagReader-1.13 - 20 Nov 2020 00:28:49 UTC

tr_mvlnk - modify tags in html files with perl commands. River stage zero No dependents

tr_mvlnk provides the tags in html code in \$_ to perlexpr and modifies the tags according to the perlexpr. The original files are backed-up to filename.bak Spaces, tabs and newline are removed from the tag and replaced by just one space. This is to ...

GUS/HTML-TagReader-1.13 - 20 Nov 2020 00:28:49 UTC

tr_delfont - delete font tags that hardcode the size or the font face. River stage zero No dependents

tr_delfont deletes all font tags that hardcode the size or the font face. The font color is not changed File access permissions are preserved....

GUS/HTML-TagReader-1.13 - 20 Nov 2020 00:28:49 UTC

tr_fixltgt - fix lt and gt in text parts of html files to become &lt; and &gt; River stage zero No dependents

tr_fixltgt opens all files listed on the command line and edits these files. It will fix < and > in text parts (not in Tags) and change them to &lt; and &gt;. This works of course only where the < and > are recognized as misplaced. File access permis...

GUS/HTML-TagReader-1.13 - 20 Nov 2020 00:28:49 UTC

tr_staticssi - expand SSI directives #include virtual and #exec cmd River stage zero No dependents

tr_staticssi reads a file below doc-root-directory and expands SSI directives (#include virtual and #exec cmd). Nested directives up to level 3 are supported. The expanded document is printed to stdout. This program sets the environment variables DOC...

GUS/HTML-TagReader-1.13 - 20 Nov 2020 00:28:49 UTC

tr_httpcheck - check if a particular web-pages exists River stage zero No dependents

tr_httpcheck is a post-processor for tr_blck to allow for checking of absolute linke of the type http://.......

GUS/HTML-TagReader-1.13 - 20 Nov 2020 00:28:49 UTC

tr_imgaddsize - add width and height to ltimg src=...gt River stage zero No dependents

tr_imgaddsize opens all files listed on the command line and edits them if needed. All <img src=...> get width and height added if not already there. This works only for relative links (something like src=../images/cool.png) File access permissions a...

GUS/HTML-TagReader-1.13 - 20 Nov 2020 00:28:49 UTC

tr_mailtoexpand - expand mailto: into a non clickable name and mail address. River stage zero No dependents

tr_mailtoexpand modifies "a href=mailto:" tags such that the mail address contails [at] instead of the @ to protect it from spammers. The anchor tag is completely removed and the address is just inserted behind in the text the name. File access permi...

GUS/HTML-TagReader-1.13 - 20 Nov 2020 00:28:49 UTC

tr_tagcontentgrep - grep for a xml/sgml/html tag River stage zero No dependents

tr_tagcontentgrep opens all files provided on the command line and searches for the given pattern in the tags. The search is not case sensitive. tr_tagcontentgrep is part of the HTML::TagReader package but is an example that you can also do 'reading ...

GUS/HTML-TagReader-1.13 - 20 Nov 2020 00:28:49 UTC
12 results (0.065 seconds)