Installation Instructions:
Installation is a simple 3 step process.




Installation:
  • First Unzip the contents of the file to the same directory as the html files you wish to edit.
  • Second, use a browser and navigate to the 'register.php' file that was included in the content.
  • Third, register the user names for those you wish to have access to edit the html pages and then delete the 'register.php' file.
    **NOTE: Make sure to delete register.php upon completion of installation as leaving it on the server will allow anyone to register and edit all html files in the directory.**
HTML Easy Edit v1.0
Usage Instructions:
Using this script is as easy as it gets.




Usage:
  • First Open the html documents you wish to be able to edit in a text editor.
  • Second, Before the sections of the page you wish to be edited in the script place a comment of the format<!--beginEdit-->.
  • Third, directly after the beginEdit comment add another comment that represents a Unique name for each section.
  • Last, place another comment after the section you wish to be able to edit of the form <!--endEdit--!>.
**NOTE: The 'beginEdit' and 'endEdit' comments must be exactly as is stated, the script is case sensitive and each comment must be on its own line with no spaces in section names.**

Example:
<!--beginEdit-->
<!--Unique Name for section-->
this is the content of the section you wish to be edited in the script. this is the content of the section you wish to be edited in the script. this is the content of the section you wish to be edited in the script.
<!--endEdit-->
HTML Easy Edit v1.0