libhtml-linklist-perl 0.1701-3 source package in Ubuntu

Changelog

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhtml-linklist-perl_0.1701-3.dsc 2.1 KiB 969002d6d8df3aff430205d336e19870bbaf6906a4e696c2c0c13a114081053d
libhtml-linklist-perl_0.1701.orig.tar.gz 37.0 KiB 646cc78db159de64f20c9afc4876fd2b18a78d12156c1aa1793aac8f5d989f4c
libhtml-linklist-perl_0.1701-3.debian.tar.xz 2.7 KiB fafe781527279e7e54a0d9bc5c324dc92e0aa9a405e7b11f36a59c3459bf1871

Available diffs

No changes file available.

Binary packages built by this source

libhtml-linklist-perl: module that creates a 'smart' list of HTML links

 HTML::LinkList contains a number of functions for taking sets of URLs and
 labels and creating suitably formatted HTML. These links are "smart" because,
 if given the url of the current page, if any of the links in the list equal
 it, that item in the list will be formatted as a special label, not as a
 link; this is a Good Thing, since the user would be confused by clicking on a
 link back to the current page.
 .
 While many website systems have plugins for "smart" navbars, they are
 specialized for that system only, and can't be reused elsewhere, forcing
 people to reinvent the wheel. This is one of the wheels, free to be reused
 by anybody; just the simple functions, a backend, which can be plugged into
 whatever system you want.
 .
 The default format for the HTML is to make an unordered list, but there are
 many options, enabling one to have a flatter layout with any separators you
 desire, or a more complicated list with differing formats for different
 levels.