<html>
<head>
<title>phpWebEd Documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
<h3><font face="Verdana, Arial, Helvetica, sans-serif">phpWebEd</font></h3>
<p>Homepage: <a href="http://www.m-tecs.net/phpwebed">http://www.m-tecs.net/phpwebed</a><br>
Copyright © 2000-2002 <a href="mailto:hide@address.com">Holger Mauermann</a></p>
<p>phpWebEd is free software; you can redistribute it and/or modify it under the
terms of the GNU Lesser General Public License as published by the Free Software
Foundation; either version 2.1 of the License, or (at your option) any later
version.</p>
<p>phpWebEd is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.</p>
<p>You should have received a copy of the GNU Lesser General Public License along
with phpWebEd; if not, write to the Free Software Foundation, Inc., 59 Temple
Place, Suite 330, Boston, MA 02111-1307 USA</p>
<p><b>Description</b></p>
<p><i>phpWebEd</i> is an online content editing system for PHP-driven Webpages.
You can edit the contents of your Webpage from everywhere in the world with
just a Webbrowser and you don't need any special knowledge of HTML-Code!</p>
<p><b>Requirements</b></p>
<ul>
<li>PHP3/4 enabled Webserver<br>
</li>
<li>Browser with Javascript and Cookie-Support to edit the pages</li>
</ul>
<p><b>Installation</b> </p>
<ul>
<li>Unzip "phpwebed-xyz.zip" to your webserver.</li>
<li>Set the permissions rw-rw-rw- (666) to the files "config.inc.php",
"logins.txt" and all files within "contents". The "contents"
directory must have the permission rwxrwxrwx (777).</li>
<li>Go to "phpwebed/setup.php" to configure phpWebEd for your server.</li>
<li>Add the following code to every page you want to edit:<br>
<br>
<html><br>
<head><br>
...<br>
<body><br>
...<br>
<font color="#660000"><?<br>
include("<i><path_to_phpwebed></i>/config.inc.php");<br>
content("<i><unique_title_1></i>");<br>
?></font><br>
...<br>
<font color="#660000"><? content("<i><unique_title_2></i>");?></font><br>
...<br>
</body><br>
</html><br>
<br>
Please see also "<a href="../example1.php">example1.php</a>" and
"<a href="../example2.php">example2.php</a>".<br>
</li>
<li>Rename your HTML documents with above lines in it from filename.html to
filename.php so that the server renders the PHP-Code.</li>
</ul>
<p><b>Using phpWebEd</b></p>
<p>With your webbrowser go to "phpwebed/index.php" on your server and
login. Remember you must have cookies enabled. Now navigate through your website
and you should see some small images showing a pen on the pages that you have
prepared for <i>phpWebEd</i>. Figure the rest out yourself and have fun!</p>
<p><b>History</b></p>
<p><u>Version 2.1, 03. Jun 2002</u></p>
<p>- new "Tools" window with Logout, Undo and Delete functions<br>
- it's now possible to disable some functions of the WYSIWYG editor <i>axWebEd</i><br>
- slovak and danish language (thanks to <a href="mailto:hide@address.com">Jaroslav
Huba</a> and <a href="mailto:hide@address.com">Michael Glud Andersen</a>)<br>
- some minor bug fixes</p>
<p><u>Version 2.0, 19. Dec. 2001</u></p>
<p>- workaround for bug in Microsoft IIS with setcookie() added<br>
- Javascript code to open the editor window is now printed only if you are logged
in</p>
<p><u>Version 2.0beta, 22. Nov. 2001</u></p>
<p>- phpWebEd is now released under the terms of the GNU Lesser General Public
License<br>
- Setup script for easier configuration<br>
- your web pages can be stored in every directory on the server now<br>
- modified user interface<br>
- "<br>"-tags are now visible and no longer automatically added
and removed<br>
- special chars are now converted to their HTML entities<br>
- some other improvements<br>
</p>
<p><u>Version 1.3, 01. Sep. 2001</u></p>
<p>- included a small sample page<br>
- the editor now works properly with PHP 4.0.5 or higher<br>
</p>
<p><u>Version 1.2.3, 28. Jun. 2001</u></p>
<p>- dutch language (thanks to <a href="mailto:hide@address.com">Benny Jansen</a>)</p>
<p><u>Version 1.2.2, 18. May 2001</u></p>
<p>- spanish language (thanks to <a href="mailto:hide@address.com">Daniel
Ambort</a> and <a href="mailto:hide@address.com">Jorge Otero</a>)<br>
- Bug fix: The Edit-window didn't open if you have a <BASE TARGET="_parent">
tag on your page</p>
<p><u>Version 1.2.1, 07. Mar. 2001</u></p>
<p>- italian language (thanks to <a href="mailto:hide@address.com">Alexander
Tezzele</a>)</p>
<p><u>Version 1.2, 10. Feb. 2001</u></p>
<p>- french language (thanks to <a href="mailto:hide@address.com">Frederic
Nouvian</a>)<br>
- security option to allow only HTML-tags from the buttons<br>
- some minor improvements</p>
<p><u>Version 1.1, 26. Jan. 2001</u></p>
<p>- First official release</p>
<p> </p>
</body>
</html>