File: Todo

package info (click to toggle)
libpod-pseudopod-perl 0.19-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 280 kB
  • sloc: perl: 1,428; makefile: 9
file content (11 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
TODO list for Perl module Pod::PseudoPod

- Handle X<> tags for html output. They should create an html anchor
  (randomly generated number?), and an index list at the end of the
  document.

- Add a utility to generate a table of contents from a list of files
  (module and script, probably).

- Handle N<> tags so they output document-end footnotes instead of
  inline text.