Revision history for Pod-POM-Web

1.11 13.11.2008
  - removed =begin BUGS section in Pod that was preventing proper display
  - fixed perlio layer for pass-through binary files
  - ref to PodPOMWeb.css used wrong case (undetected on -Win32!)
  - fixed page titles when the name has no "-- description"

1.10 07.11.2008
  - passthrough for non-POD files (i.e. images, css, etc.)
  - clicking hrefs in the TOC really loads the pages
  - recompute height of treeNavigator
  - alphabetical sort of Perl docs in each section
  - sync displayed pages / TOC
  - tooltips for Perl docs
  - fixed hyperlinks in perlfunc
  - initial page is 'perl' instead of 'perlintro', with hyperlinks

1.09
  - Hyperlink to search.cpan.org/perldoc
  - look for perl* files in both "pod" and "pods" subdirs

1.08
  - fixed bug with onComplete introduced in 1.07
  - fixed bug: no entries in section "Unclassified" (patch from A. Jousset)
  - adaptation for Search::Indexer v0.75 (bugfix on incremental reindexing)

1.07
  - reorganised TOC : modules by initial letter
  - also serve scripts
  - display installation date [and CPAN latest version]
  - bug fix: entity encoding when no syntax colouring package
  - onComplete sends form.submit() in Search input box

1.06    30.05.2007
  - fixed Firefox CSS bug introduced in v1.05
  - updated doc for modperl configuration
  - friendly message in /index if javascript is disabled
        
1.05    11.05.2007
  - patch from CDOLAN to add <head><title>
  - patch from CDOLAN to insert AnnoCPAN comments
  - fixed CSS for Firefox H1 .. H6

1.04    24.04.2007
  - patch from CDOLAN to show tooltips in module tree
  - hyperlinks from source code to use'd modules

1.03    24.04.2007
  - t/indexer.t no longer fails if Search::Indexer is not installed
  - a little more help in Pod::POM::Web::Help.pod

1.02    22.04.2007
  - fixes in standalone server (thanks BooK and CDOLAN) 

1.01    11.03.2007
  - explicit dependency on Pod::POM 0.17
  - avoid double indexing when finding overlapping paths in @INC
  - indexing is incremental and skips big files
  - indexing without word positions (less precise, but much smaller)
  - paging in fulltext results

1.00    08.03.2007
  - first public release