diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-28 07:34:13 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-28 07:34:13 +0000 |
commit | 6697a49c5dc04ab9e78a472466021634815e8423 (patch) | |
tree | b866b5c17b897eef2c7f6f41a1793aa4ac6394df /www/Makefile | |
parent | Upgrade to 1.1.7 (diff) |
Add p5-HTML-Breadcrumbs 0.03,
HTML::Breadcrumbs is a module used to create HTML 'breadcrumb trails'
i.e. an ordered set of html links locating the current page within
a hierarchy.
HTML::Breadcrumbs splits the given path up into a list of elements,
derives labels to use for each of these elements, and then renders
this list as N-1 links using the derived label, with the final
element being just a label.
PR: 55576
Submitted by: andrew@scoop.co.nz
Notes
Notes:
svn path=/head/; revision=87847
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index fe4f969ae4ff..2ba0434303c3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -338,6 +338,7 @@ SUBDIR += p5-Flash-FLAP SUBDIR += p5-GtkHTML SUBDIR += p5-HTML + SUBDIR += p5-HTML-Breadcrumbs SUBDIR += p5-HTML-CalendarMonthSimple SUBDIR += p5-HTML-Clean SUBDIR += p5-HTML-Element-Extended |