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:
- Unzip the pagkage into directory you wish to edit/manage
- A directory named "pagemanager" appears
- Surf to http:// < your_site> / < directory > /pagemanager/ and start editing
- 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.