####################################
# HOW 0.1
# 
# Aytekin Tank
# email: aytekin@bridgeport.edu
# http://www.interlogy.com/scripts/how
# 
####################################
# Warning:
# Use this script with your own risk!
# This script can be dangerous if you are not careful.
####################################

__What is HOW?
When I was coding Profile Manager, I have written this small script. And I thought it might be useful for somebody. HOW simply comes from "HTML On the Web". If you know HTML and want to make your modifications in your web site speedy, this script might be very useful.

__What comes with HOW?
how.cgi		main script
temp_list.txt	the list of the files that can be modified.
		first line is the password.
how_temp.htm	the html template.

__How to install HOW?
** Open temp_list.txt and put first line your password and a file name per line. Look at the example coming with this file.
** I recommend to change the name of the file temp_list.txt, if you will not put this file into a htaccess password protected folder. Someone can guess the place of the temp_list.txt and see your password. And if you change the file name, make sure to change it in the how.cgi

** chmod a+rx how.cgi	(make executable)
  chmod a+rw (make writable) to the files that you will modify.
** For security reasons I strongly recommend not the make temp_list.txt writable.
