phptophps.py DESCRIPTION A python script to generate and delete phps files from php files, useful if you want to make your source available to others. The script can take a list of files, directories, or a mix of the two, and convert all .php files to .phps, or delete all .php. If you do not specify a target directory, they will be copied to the directory where the original .php file resides. The script can also copy recursively from the head of a project directory tree so you don't have to run the script on every directory of your complex project. PROJECT WEBSITE http://dev.ultramoderne.net/phptophps/ DEPENDENCIES Script will currently only work on unix-like environments due to the cp system call on line 70/72. If you modify this line to your system's API, everything else should work. Script requires Python >= 1.5. I use it on Linux. Let me know if you use it [with or without modification] on anything else. FILES phptophps.py README COPYRIGHT INSTALLATION phptophps.py can be run from any location, such as your user scripts directory. make sure its permissions are set correctly, using the command: chmod +x phptophps.py CREDITS Aaron Forrest CONTACT Aaron Forrest aaron (at) ultramoderne [dot] net http://www.ultramoderne.net