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:51:05 -0800 2009
commit  80046b8fd33cf7dd5eee35c231391f873962c7a2
tree    9b4873060c74ac25bda2d60633d20910fca2bf2a
parent  1aa4391f4cdfce21983b9faca71ad242fe5ecce7
name age message
file Changes Sun Feb 22 07:47:47 -0800 2009 version 1.07 [beppu]
file MANIFEST Loading commit data...
file MANIFEST.SKIP Fri Jul 11 17:39:08 -0700 2008 forgot to add these files [John Beppu]
file Makefile.PL
file README Sun Jul 20 04:40:27 -0700 2008 reformatted + added an example [John Beppu]
directory bin/ Wed Jul 30 14:37:35 -0700 2008 require Squatting 0.50 [John Beppu]
directory lib/
directory t/
  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'