![]() |
InstallationWebYep Dreamweaver ExtensionIf you are using Adobe® Dreamweaver® to create your web pages, you can also use the WebYep Dreamweaver Extension. The WebYep Dreamweaver Extension is the file "webyep.mxp" - install it by simply double clicking it. This will start the "Extension Manager" - just follow its instructions to install the extension.
The webyep-system folderThe core of WebYep is a set of PHP scripts contained in a folder named "webyep-system". This webyep-system folder must be uploaded onto your webspace (like all other pages/images of your website) - usually into the root folder of your website, where your homepage (index.html or index.php) resides.
ConfigurationBefore uploading the webyep-system folder to your webspace you should setup the configuration: Whenever a user (the person who is editing the content of the website) wants to change the website's content, he/she has to login with username and password (by clicking the WebYep Logon Button in a page). This username and password are the only configuration settings you have to take care of:
e.g.: // Username and password for edit mode. Support for special character setsYou can also set the configuration variable $webyep_sCharset to an HTML character set. If you have set a character set in your web pages (with the "Content-Type" meta tag), you should also set this character set in this configuration variable (e.g. "iso-8859-2" for eastern european languages, or "utf-8"). This will make sure, WebYep displays the special characters using this character set. But it will also stop WebYep from converting texts to HTML entities! WebYep will instead insert the meta tag in each of its editor pages. Installation on the web serverTo install WebYep on your web server simply upload the webyep-system folder like all your pages and images via FTP. You can this with any FTP appication or directly from Dreamweaver's site window with the "put" command.
ActivationTo enable WebYep (and thus PHP) to store data on the web server on most server systems you must give PHP permission to do so by setting the unix file permissions for the folder PHP should store data in. To see how to activate WebYep with other applications than Dreamweaver, please see "Activation, Technical Details". From within Dreamweaver the activation can be accomplished by choosing the "Activate WebYep" command from the context menu showed when right clicking the webyep-system folder in the list of remote files in Dreamweaver. List the remote files in the site window (or "files" panel), by choosing "Remote view" in the upper right popup menu. Then right click the "webyep-system" folder and choose "Activate WebYep" in the appearing context menu.
VerificationWhether the activation of WebYep was successful can be verified by calling the WebYep status/info page:
Summary
|