/usr/share/doc/libhtml-widgets-navmenu-perl/TODO is in libhtml-widgets-navmenu-perl 1.0702-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | Short-Term:
-----------
* Make sure H::W::NM will associate the breadcrumbs trail with a category,
if this category expands there. So, for example:
http://www.shlomifish.org/philosophy/case-for-file-swapping/
will generate the breadcrumbs trail of:
Shlomi Fish -> Philosophy.
* Create a 'show' directive - like 'show_always' only with a predicate.
Long-Term:
----------
* Add a way to manage sub-menu objects, where a navigation menu can refer
to a sub-navigation menu.
- Perhaps it should be done by simply adding a reference to the tree?
* Make the module support URLs with CGI GET parameters properly.
* Add support for more attributes other than class="" to the ul and li
tags.
- like id=""
* Add a host-based regexp arbitrator to the predicate:
{ 'host_re' => { 't2' => "^home/", 'vipe' => "^home2/" } }
* In HTML::Widgets::NavMenu::Tree::Node - make sure url_type accepts only
its enum values.
* Give an option to render a sub-set of the navigation-menu, starting
at a certain coords/url-path.
* Release on CPAN as version 0.8.0.
- change the version in $VERSION.
- document the changes in Changes.
- update the readme.
* Maybe make a way to implement a generic backend to the data using various
kinds of databases/etc.
|