"just edit it..."

Download

The Page Manager is available at Source Forge.

Download the latest version here.

The Page Manager uses the GNU Lesser General Public License

Installation

This should be simple.

Quick installation instructions:

  1. Unzip the pagkage into directory you wish to edit/manage
  2. A directory named "pagemanager" appears
  3. Surf to http:// < your_site> / < directory > /pagemanager/ and start editing
  4. Assign a password for your editor using the .htaccess file. For example:

    AuthUserFile /home/pagemanager/.htpasswd
    AuthName "Page Manager"
    AuthType Basic
    <Limit GET POST>
    require valid-user
    </Limit>

    This prompts user for username and password.