Main > Programming > Libraries >

HTML::GenToc 2.30

HTML::GenToc 2.30

Sponsored Links

HTML::GenToc 2.30 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.043 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1225
Date added: 2006-06-16
Publisher: Kathryn Andersen

HTML::GenToc 2.30 description

HTML::GenToc is a Perl module that generate a Table of Contents for HTML documents.

SYNOPSIS

use HTML::GenToc;

# create a new object
my $toc = new HTML::GenToc();

my $toc = new HTML::GenToc(title=>"Table of Contents",
toc=>$my_toc_file,
toc_entry=>{
H1=>1,
H2=>2
},
toc_end=>{
H1=>/H1,
H2=>/H2
}
);

# add further arguments
$toc->args(toc_tag=>"BODY",
toc_tag_replace=>0,
);

# generate anchors for a file
$toc->generate_anchors(infile=>$html_file,
overwrite=>0,
);

# generate a ToC from a file
$toc->generate_toc(infile=>$html_file,
footer=>$footer_file,
header=>$header_file
);

HTML::GenToc generates anchors and a table of contents for HTML documents. Depending on the arguments, it will insert the information it generates, or output to a string, a separate file or STDOUT.

While it defaults to taking H1 and H2 elements as the significant elements to put into the table of contents, any tag can be defined as a significant element. Also, it doesnt matter if the input HTML code is complete, pure HTML, one can input pseudo-html or page-fragments, which makes it suitable for using on templates and HTML meta-languages such as WML.

Also included in the distrubution is hypertoc, a script which uses the module so that one can process files on the command-line in a user-friendly manner.

HTML::GenToc 2.30 Screenshot

Advertisements

HTML::GenToc 2.30 Keywords

Bookmark HTML::GenToc 2.30

Hyperlink code:
Link for forum:

HTML::GenToc 2.30 Copyright

WareSeeker periodically updates pricing and software information of HTML::GenToc 2.30 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of HTML::GenToc 2.30 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
HTML::Toc module can generate, insert and update HTML Table of Contents. Free Download
HTML::DWT is a Perl module with DreamWeaver HTML Template. Free Download
HTML Objects is a Perl module library for turning HTML tags into Perl objects. Free Download
HTML::Declare is a Perl module for When Template Systems Are Too Huge And Heredocs Too Messy. Free Download
Tuxedo is a Perl extension module for Tuxedo. Free Download
HTML::TableExtract is a Perl module that simplifies the extraction of information from tables within HTML documents. Free Download
HTML::FromText is a Perl module that can convert plain text to HTML. Free Download
txt2html is a Perl program that uses the HTML::TextToHTML perl module to convert plain text to HTML. Free Download