Linux SoftwareSearchhtml files

Tag «html files»: downloads



Search results for «html files»:

PDL::Pod::Html 1.99989 by Tom Christiansen


PDL::Pod::Html is Perl module to convert pod files to HTML.

SYNOPSIS

use PDL::Pod::Html;
pod2html([options]);

Converts files from pod format (see perlpod) to HTML format. It can automatically generate indexes and cross-references, and it keeps a cache of things it knows how to cros… 


Pod::Html::HtmlTre 0.91 by Tomohiro Teranishi


Pod::Html::HtmlTree is a Perl module to convert pod files to html tree.

SYNOPSIS

use Pod::Html::HtmlTree;
use Data::Dumper;

my $p = Pod::Html::HtmlTree->new;
$p->indir ( '/usr/lib/perl5/site_perl/5.8.3/Pod' );
$p->outdir ( '/tmp/pod' );
$p->mask_dir ( 0777 ); # de… 


Pod::Html 5.9.4 by Tom Christiansen


Pod::Html is a Perl module to convert pod files to HTML.

SYNOPSIS

use Pod::Html;
pod2html([options]);

Converts files from pod format (see perlpod) to HTML format. It can automatically generate indexes and cross-references, and it keeps a cache of things it knows how to cross-refere… 


Oak::Web::HTML::B 1.8 by Daniel Ruoso


Oak::Web::HTML::B is B HTML Tag.

HIERARCHY

Oak::Object
Oak::Persistent
Oak::Component
Oak::Web::Visual
Oak::Web::HTML::PhraseElement
Oak::Web::HTML::B

PROPERTIES

The Oak::Web::HTML::B object has the following properties:
caption

The text inside the tag

All other defined by W3… 


GLEW 1.3.4 by GLEW Team


GLEW (OpenGL Extension Wrangler Library) is a simple tool that helps C/C++ developers initialize extensions and write portable applications.

GLEW currently supports a variety of operating systems, including Windows, Linux, Darwin, Irix, and Solaris.

Requirements:
OprnGL

Compilation:

ma… 


htmlcat 1.0 by Ken Turner


htmlcat is a script that combines a number of HTML files into one.

The beginning of the first file (up to and including < body ... >) is used for all the files since only their bodies are concatenated. An optional divider followed by the label of a file is used between files.

Note that:

* t… 


HTML Include 0.20 by Robert Lange


HTML Include solves the problem that the Hypertext Markup Language doesn't know a command for including other files into a source file. HTML Include uses specially styled comments to refer to other files, which will be inserted at this position.

Unlike to the well known Server Side Include mechan… 


HTML::WikiConverter::Markdown 0.02 by David J. Iberri


HTML::WikiConverter::Markdown is a Perl module to convert HTML to Markdown markup.

SYNOPSIS

use HTML::WikiConverter;
my $wc = new HTML::WikiConverter( dialect => 'Markdown' );
print $wc->html2wiki( $html );

This module contains rules for converting HTML into Markdown markup. You sho… 


LinkBrowser 0.3 by Zachary Medico


LinkBrowser is a program for browsing the links in HTML documents and downloading the files that they reference.

Basically, this program is like a normal Web browser, but instead of rendering the HTML it just shows a table of all the files that the html references. The files can be downloaded in… 


ShaniXmlParser 1.4.7 by Quentin Anciaux


ShaniXmlParser is an XML/HTML DOM/SAX parser that can be validating. It can parse badly formed XML files.

ShaniXmlParser can parse files with inverted tags and bad escaped &,< and >. ShaniXmlParser expands all HTML entities. ShaniXmlParser is well suited to parse HTML files.

It is up to 3 time… 


Bee Template 0.3 by Bee Template Team


Bee Template is a Web template system parses HTML files into PHP objects which can be manipulated by using tag names or IDs.

While other template systems make use of prepared HTML files for templates, Bee Template allows you to use arbitrary HTML files without modification.

Bee Template is pow… 


HTML::BBReverse 0.07 by Y. Heling


HTML::BBReverse is a Perl module to convert HTML to BBCode and back.

SYNOPSIS

use HTML::BBReverse

my $bbr = HTML::BBReverse->new();

# convert BBCode into HTML
my $html = $bbr->parse($bbcode);
# convert generated HTML back to BBCode
my $bbcode = $bbr->reverse($html);

… 


HTML::FromText 2.0.5 by Casey West


HTML::FromText is a Perl module that can convert plain text to HTML.

SYNOPSIS

use HTML::FromText;
text2html( $text, %options );

# or

use HTML::FromText ();
my $t2h = HTML::FromText->new( %options );
my $html = $t2h->parse( $html );

HTML::FromText converts p… 


HTML::Seamstress 4.26 by Terrence Brannon


HTML::Seamstress is a HTML::Tree subclass for HTML templating via tree rewriting.

SYNOPSIS

HTML::Seamstress provides "fourth generation" dynamic HTML generation (templating).
In the beginning we had...

First generation dynamic HTML production

First generation dynamic HTML production use… 


Mail::Message::Convert::Html 2.066 by Mark Overmeer


Mail::Message::Convert::Html is a Perl module to format messages in HTML.

INHERITANCE

Mail::Message::Convert::Html
is a Mail::Message::Convert
is a Mail::Reporter

SYNOPSIS

use Mail::Message::Convert::Html;
my $Html = Mail::Message::Convert::Html->new;

print $html->fieldTo… 


RTF to HTML convertor 3.6 by Martin Mevald


The RTF to HTML convertor converts RTF files (in Windows-1250 encoding) to HTML file (in ISO-8859-2 encoding).

Here are some key features of "RTF to HTML convertor":
Bullets
Superscript and subscript look bad in html document.
Subscript is transformed to number. Superscript is transformed… 


HTML::Links::Localize 0.2.4 by Shlomi Fish


HTML::Links::Localize is a Perl module that can convert HTML Files to be used on a hard disk.

SYNOPSIS

use HTML::Links::Localize;

my $converter =
HTML::Links::Localize->new(
'base_dir' => "/var/www/html/shlomi/Perl/Newbies/lecture4/",
'dest_dir' =… 


OPEN BEXI HTML Builder 1.4.2 by Jean-Christophe Arcaz


OPEN BEXI HTML Builder is a WYSIWYG HTML editor which allows you to create Web pages and generate HTML code from your browser without any HTML knowledge.

It lets you create, update, and remove HTML components. OPEN BEXI HTML Builder is suitable for beginners and experts.

What's New in This Rel… 


HTML::WikiConverter::Normalizer 0.61 by David J. Iberri


SYNOPSIS

use HTML::TreeBuilder;
use HTML::WikiConverter::Normalizer;

my $tree = new HTML::TreeBuilder();
$tree->parse( 'text' );

my $norm = new HTML::WikiConverter::Normalizer();
$norm->normalize($tree);

# Roughly gives "text"
print $tree->as_HTML();

HTML::WikiConv… 


Pod::Simple::HTMLBatch 3.04 by Sean M. Burke


Pod::Simple::HTMLBatch is a Perl module to convert several Pod files to several HTML files.

SYNOPSIS

perl -MPod::Simple::HTMLBatch -e 'Pod::Simple::HTMLBatch::go' in out

This module is used for running batch-conversions of a lot of HTML documents
This class is NOT a subclass of Pod::Simp… 



Related:

    search


Featured Software

jEdit 4.3 pre8
jEdit is an Open Source text editor written in Java

Opera 9.02
Surf the Internet in a safer, faster, and easier way with Opera browser

GNU Aspell 0.60.4
GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell



Top tags