ServerSideEditor is a project brought to you by Aeokos.
ServerSideEditor is a simple server side text editor written in Python. It is useful when you don't have access to an FTP client, but want to edit text on your site from any web accessible location in the world.
To try the latest version of ServerSideEditor, click the link below and enter 'wordpass' as the password.
Download v1.0 Source
Recommended Installation:
- Download ServerSideEditor source.
- Rename the source file to 'index.cgi'.
- Create a directory in your site named 'editor'.
- Place source file in 'editor' directory.
- Edit the file, changing the password.
- Edit the file, adding all the filenames that you want to be editable to the acceptable_filenames list.
- Upload the 'editor' directory to your server.
- Change the source file permissions to 755.
- If there is a problem, consult the Error 500 Checklist.
For some additional help on installation, contact me.
Changelog:
ServerSideEditor v1.0
Last revision: 2007-02-12 22:30-05:00
> Password protected
> Edit and save text files
> Choose which files can be editable