% 'REMOVING THIS MESSAGE IS A VIOLATION OF TERMS '---------------------------------------------- ' Open Site Editor: An OpenSource site editing ' system (http://fuzzelfish.com/siteeditor/) ' Designed by Fuzzel Fish (http://fuzzelfish.com/) '---------------------------------------------- 'END OF MESSAGE %> <% '---------------------------------------------- ' CONFIGURATION SECTION '---------------------------------------------- 'What is the topmost edit directory? 'THIS MUST BE A RELATIVE PATH FROM SERVER ROOT '(IT MUST START WITH A /). const sTopDir = "/test/" '(Files outside this directory will be uneditable.) '(Files in this directory and its subdirectories ' will be editable.) 'What is the site's name? 'IF YOU ARE A DESIGN FIRM, PUT YOUR FIRM'S NAME, 'NOT YOUR CLIENT'S const sSiteName = "Audubonaddinserts.com" 'What is the relative path to editor folder? const sEditorURL = "./editor/" '(Relative path from engine.asp.) 'What is the editing password? const sPassword = "cheese" 'This password will be required to edit anything. '---------------------------------------------- ' END OF CONFIGURATION '---------------------------------------------- ' If you edit anything below this point, ' things are going to get messy ;) %> <% '---------------------------------------------- ' CHANGE LOG (LAST UPDATED: 11/04/2004) v0.2 '---------------------------------------------- '#MM/D/YYYY: Name Change Description ' '#11/4/2004: rdude Fixed bug that made empty ' editable areas uneditable ' ' Added password protection ' ' Added Google text ads ' '#08/2/2003: rdude First version available %>