From d15b6b4705ead4f74a0865c2e09f8060f435b0d1 Mon Sep 17 00:00:00 2001 From: Lars Balker Rasmussen Date: Sun, 29 Mar 2009 14:17:04 +0000 Subject: New port www/p5-HTML-GenToc: 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 doesn't 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. --- www/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile index 3739626f8145..b961f476ea58 100644 --- a/www/Makefile +++ b/www/Makefile @@ -843,6 +843,7 @@ SUBDIR += p5-HTML-FormFu-Model-DBIC SUBDIR += p5-HTML-FromANSI SUBDIR += p5-HTML-FromText + SUBDIR += p5-HTML-GenToc SUBDIR += p5-HTML-GoogleMaps SUBDIR += p5-HTML-Highlight SUBDIR += p5-HTML-LinkExtractor -- cgit v1.2.3