The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension sitemapper.

1.001 Mon Jul 13 09:42:59 1998
        - original version; created by h2xs 1.18

1.002 Mon Jul 13 14:32:22 1998
        - BEGIN block for command line options parsing
        - use `perl sitemapper ...` in test.pl - not dependent shebang line
        - use Pod::PlainText instead of Pod::Text

1.003 Wed Jul 15 12:23:36 BST 1998
        - -format option allows generation on dynamic HTML site map, using
          Pearlman's (jef@mit.edu) javascript Tree class.

1.004 Fri Jul 17 13:51:56 BST 1998
        - entifying of page titles restricted to 'js' format
        - entifying restricted to single / doulbe quotes
        - autogenerated javascript code more nicely formatted
        - js bug with top level bracketing of 'items' attribute fixed

1.005 Mon Jul 20 13:11:07 BST 1998
        - -authen option allows sitemapper to prompt for username / password fo
          pages which are access controlled
        - more formatting options (dl / ul)  

1.006 Wed Jul 22 12:15:43 BST 1998
        - -authen now has apache option. Used with -access option, this can be
          used for apache style configuration of access control
        - yet more formatting options (html / js/ text)
        - -abstract option for auto-generating a short abstract

1.007 Thu Mar 25 17:39:53 GMT 1999
        - Major redesign, with most of sitemapper.pl functionality now in
          WWW::Sitemap
        - LWP::AuthenAgent now does the authentication stuff
        - Javascript Tree class modified to avoid having to use external gifs
        - WWW::Sitemap supports a traverse method, so that user defined output
          formats can be supported

1,008 Wed Mar 31 19:39:47 BST 1999
        - Dependency on WWW::Robot version 1.017 made explicit in Makefile.PL