public
Description: a web server for locally installed perl documentation -- think gem_server for perl
Homepage: http://github.com/beppu/pod-server/wikis
Clone URL: git://github.com/beppu/pod-server.git
Click here to lend your support to: pod-server and make a donation at www.pledgie.com !
John Beppu (author)
Fri Nov 06 22:49:51 -0800 2009
commit  b0bf4c7e457fca08fa142a5fe785444a1665ce81
tree    ff7d1eea560b8c677636caa81f4991875b6d4a29
parent  465e887cf97215afa7d00e4074b25e180971edea
README
  The Ruby people have this nice utility called 
  
    gem_server 

  which is a little web server
  that serves up the documentation
  for all the locally installed rubygems.

  It's really handy.

  And then I was left wondering,

    "Why doesn't Perl have something like this???"

      (Apparently, it did...  There's something called Pod::WebServer
       which is a lot like Pod::Server, but I didn't know of its
       existence until after I wrote Pod::Server.)

  Pod::Server is better looking, though.  ;-)
  So try it out.

    pod_server --help

    pod_server -bg '#100' -pbg '#211' -afg '#f44' -ahfg '#fcc'