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 !
beppu (author)
Sun Feb 22 07:47:47 -0800 2009
commit  1aa4391f4cdfce21983b9faca71ad242fe5ecce7
tree    2730fef8adb0f6ee5c815bc435ec71fe951c3664
parent  e29a10387f3cbbfe4baff5573dcb790e97d8ef19
name age message
file Changes Loading commit data...
file MANIFEST
file MANIFEST.SKIP
file Makefile.PL
file README
directory bin/
directory lib/
directory t/
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'