Ports Search

Results 511520 of 1,719 for /textproc/.(0.003 seconds)
textproc/HTML-HTMLDoc-0.10 (Score: 0.068937615)
Perl interface to the htmldoc program
This Module provides an OO-interface to the htmldoc program. You can use it to produce PDF or PS files from a HTML-document. Currently many but not all parameters of HTMLDoc are supported.
textproc/HTML-Packer-2.03 (Score: 0.068937615)
Another HTML code cleaner
HTML::Packer is another HTML code cleaner.
textproc/HTML-QRCode-0.01 (Score: 0.068937615)
Generate HTML based QR Code
HTML::QRCode is HTML based QRCode generator, using Text::QRCode
textproc/HTML-Quoted-0.04 (Score: 0.068937615)
Extract structure of quoted HTML mail message
Parses and extracts quotation structure out of a HTML message. Purpose and returned structures are very similar to Text::Quoted.
textproc/HTML-RewriteAttributes-0.05 (Score: 0.068937615)
Simple yet powerful HTML attribute rewriting
HTML::RewriteAttributes is designed for simple yet powerful HTML attribute rewriting. You simply specify a callback to run for each attribute and we do the rest for you. This module is designed to be subclassable to make handling special cases eaiser.
textproc/HTML-SBC-0.15 (Score: 0.068937615)
Simple blog code to valid XHTML
Simple Blog Code is a simple markup language. You can use it for guest books, blogs, wikis, boards and various other web applications. It produces valid and semantic (X)HTML from input and is patterned on that tiny usenet markups like *bold* and _underline_.
textproc/sdf-2.001 (Score: 0.068937615)
Simple Document Format - "author-friendly" mark-up system
SDF is a freely available documentation system designed and developed by Ian Clatworthy, with help from many others. Based on a simple, readable markup language, SDF generates high quality output in multiple formats, all derived from a single document source. Supported output formats include HTML, PostScript, PDF, man pages, POD, LaTeX, SGML, MIMS HTX and F6 help, MIF, RTF, Windows help and plain text.
textproc/HTML-TagFilter-1.03 (Score: 0.068937615)
Fine-grained html-filter, xss-blocker and mailto-obfuscator
HTML::TagFilter is a subclass of HTML::Parser with a single purpose: it will remove unwanted html tags and attributes from a piece of text. It can act in a more or less fine-grained way - you can specify permitted tags, permitted attributes of each tag, and permitted values for each attribute in as much detail as you like.
textproc/HTML-Tidy-1.56 (Score: 0.068937615)
Web validation in a Perl object using tidy
HTML::Tidy is an HTML checker in a handy dandy object. It's meant as a replacement for HTML::Lint. If you're currently an HTML::Lint user looking to migrate, see the section "Converting from HTML::Lint".
textproc/HTML-Truncate-0.20 (Score: 0.068937615)
Truncate HTML by character count while preserving well-formedness
When working with text it is convenient and common to want to truncate strings to make them fit a desired context. E.g., you might have a menu that is only 100px wide and prefer text doesn't wrap so you'd truncate it around 15-30 characters, depending on preference and typeface size. This is trivial with plain text and substr but with HTML it is somewhat difficult because whitespace has fluid significance and open tags that are not properly closed destroy well-formedness and can wreck an entire layout. HTML::Truncate attempts to account for those two problems by padding truncation for spacing and entities and closing any tags that remain open at the point of truncation.