Apache-Stage

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

        # the rest.

        SetHandler perl-script
        PerlHandler Apache::Stage
        Options ExecCGI

      </Location>

DESCRIPTION
    A staging place is a place where an author of an HTML document checks
    the look and feel of a document before it's uploaded to the final
    location. A staging place doesn't need to be a separate server, nor need
    it be a mirror of the "real" tree, and not even a tree of symbolic
    links. A sparse directory tree that holds nothing but the staged files
    will do.

    Apache::Stage implements a staging directory that needs a minimum of
    space. Per default the path for the per-user staging directory is
    hardcoded as

      /STAGE/any-user-name

Stage.pm  view on Meta::CPAN


    SetHandler perl-script
    PerlHandler Apache::Stage
    Options ExecCGI

  </Location>

=head1 DESCRIPTION

A staging place is a place where an author of an HTML document checks
the look and feel of a document before it's uploaded to the final
location. A staging place doesn't need to be a separate server, nor
need it be a mirror of the "real" tree, and not even a tree of
symbolic links. A sparse directory tree that holds nothing but the
staged files will do.

Apache::Stage implements a staging directory that needs a minimum of space.
Per default the path for the per-user staging directory is hardcoded as

  /STAGE/any-user-name



( run in 2.510 seconds using v1.01-cache-2.11-cpan-b16cb0d3907 )