Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.181.369 Times

HTML::FormatNroff 0.11

  Date Added: November 06, 2010  |  Visits: 1.010

HTML::FormatNroff

Report Broken Link
Printer Friendly Version


Product Homepage
Download (93 downloads)



HTML::FormatNroff is a Perl module that can format HTML as nroff man page. SYNOPSIS require HTML::FormatNroff; $html = parse_htmlfile("test.html"); $format_nroff = new HTML::FormatNroff(name => trial, project => MyProject); print $formatter->format($html); The HTML::FormatNroff is a formatter that outputs nroff source for the nroff text processor, using man macros, and tbl commands for table processing. The result of using the formatter must be processed as follows, when directing output to the screen (assume output is in the file "text.nroff"): tbl -TX text.nroff | nroff -man | col If the output is to be printed, on an laser printer for example, a command similar to the following must be used: tbl -TX text.nroff | nroff -man -Tlj | lpr Meta tags may be placed in the HTML so that portions of the HTML will be ignored and not processed. Content between the tags < META NAME="nroff-control" CONTENT="ignore_start" > < META NAME="nroff-control" CONTENT="ignore_end" > will be ignored. In the BODY META is not supported, but DIV may be used as follows: < DIV TYPE="NROFF_IGNORE" > < /DIV > In both the META and DIV uses, case is ignored..

Requirements: No special requirements
Platforms: Linux
Keyword: Div Format Format Html Formatnroff Htmlformatnroff Libraries Man Meta Module Nroff Perl Perl Module Programming
Users rating: 0/10

License: Freeware Size: 12.29 KB
USER REVIEWS
More Reviews or Write Review


HTML::FORMATNROFF RELATED
Puzzles  -  Crossword Formatter 0.3
Crossword Formatter consists of a script to easily format HTML crossword puzzles. Crossword Fromatter is a simple script that generates valid XHTML code for static crossword puzzles from a simple definition file. The package also includes CSS...
13.31 KB  
Utilities  -  docbook2X 0.8.8
docbook2X is a software package that converts DocBook documents into the GNU Texinfo format and the traditional Unix man page format. Notable features include table support for man pages, internationalization support, and easy customization of...
450.56 KB  
Programming  -  AsciiDoc - text based documentation 8.6.7
AsciiDoc is a presentable text document format for writing articles, UNIX man pages and other small to medium sized documents. The asciidoc(1) command translates AsciiDoc files to HTML, DocBook and LinuxDoc formats.
868.27 KB  
Network & Internet  -  Belkasoft IE Favorites Extractor 1.01
Belkasoft IE Favorites Extractor allows you to extract your Microsoft Internet Explorer Favorites into numerous formats such as plain text format, HTML and XML. You can also manage the way of how these formats are generated (like sorting favorites...
1.7 MB  
Libraries  -  Sman::Man::Convert 1.01
Sman::Man::Convert is a Perl module to convert manpages to XML for sman-update and sman. SYNOPSIS # this module is intended for internal use by sman-update my $smanconfig = new Sman::Config(); $smanconfig->ReadDefaultConfigFile(); my...
30.72 KB  
Libraries  -  Text::MetaMarkup::HTML 0.01
Text::MetaMarkup::HTML is a MM-to-HTML converter. SYNOPSIS use Text::MetaMarkup::HTML; print Text::MetaMarkup::HTML->new->parse(file => $filename); This module extends Text::MetaMarkup and converts the parsed document to HTML....
6.14 KB  
Libraries  -  HTML::Perlinfo::HTML 1.47
HTML::Perlinfo::HTML Perl module contains HTML documentation for the perlinfo library. SUMMARY NOTE: THIS IS THE LAST RELEASE OF THIS MODULE IN THIS NAMESPACE. WHEN THE NEXT VERSION APPEARS, OLDER VERSIONS WILL BE DELETED FROM CPAN In the...
27.65 KB  
Programming  -  Frite 0.11
Frite, the Rich Item HTML editor allows you to edit and format HTML content and assign it to an Oracle Forms text item. Frite has been designed specifically for Oracle Forms and has been tested with Oracle Forms 9i/10g.
368.21 KB  
Business  -  iMailist 1.0
iMailist is a software allowing the sending of mails to format HTML to a whole mailing-list. The program is written in Objective-C/Cocoa and works on Mac OS 10.3
232.7 KB  
Web Authoring  -  django-uni-form 0.7.0
Django forms are easily rendered as paragraphs, tables, and unordered lists. However, elegantly rendered div based forms is something you have to do by hand. The purpose of this application is to provide a simple tag and/or filter that lets you...
40.96 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB