Update of /cvsroot/phpcms-plugins/onlineEditor4phpCMS
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19385
Modified Files:
editor.conf.xml editor.css editor.js editor.php editor.tpl.xml
help.htm
Added Files:
Todo
Log Message:
cleaned for release
Index: editor.tpl.xml
===================================================================
RCS file: /cvsroot/phpcms-plugins/onlineEditor4phpCMS/editor.tpl.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- editor.tpl.xml 16 May 2004 22:35:57 -0000 1.1
+++ editor.tpl.xml 21 May 2004 21:12:55 -0000 1.2
@@ -1,6 +1,6 @@
/**
* @package editor
-* @author Martin Jahn <ma...@ma...>
+* @author Martin Jahn <mj...@us...>
* @author Jan Tank (zeek) <>
* @copyright (c) Copyright by Martin Jahn
* @license GPL
Index: editor.js
===================================================================
RCS file: /cvsroot/phpcms-plugins/onlineEditor4phpCMS/editor.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- editor.js 16 May 2004 22:35:57 -0000 1.1
+++ editor.js 21 May 2004 21:12:55 -0000 1.2
@@ -1,5 +1,10 @@
-/* version $Id$ */
-
+/**
+* @package editor
+* @author Martin Jahn <mj...@us...>
+* @copyright (c) Copyright by Martin Jahn
+* @license GPL
+* @version $Id$
+**/
/**
* changed some things:
* - body onload-eventhandler is no more needed
Index: editor.css
===================================================================
RCS file: /cvsroot/phpcms-plugins/onlineEditor4phpCMS/editor.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- editor.css 15 May 2004 11:26:10 -0000 1.8
+++ editor.css 21 May 2004 21:12:55 -0000 1.9
@@ -1,3 +1,10 @@
+/**
+* @package editor
+* @author Martin Jahn <mj...@us...>
+* @copyright (c) Copyright by Martin Jahn
+* @license GPL
+* @version $Id$
+**/
#editor fieldset {
width: 90%;
margin-bottom: 2em;
Index: editor.php
===================================================================
RCS file: /cvsroot/phpcms-plugins/onlineEditor4phpCMS/editor.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- editor.php 16 May 2004 22:35:57 -0000 1.10
+++ editor.php 21 May 2004 21:12:55 -0000 1.11
@@ -7,7 +7,7 @@
* die Anwendung des Plugins/Skriptes entstehenden Schaeden.
*
* Falls du Verbesserungsvorschlaege oder Wuensche bezueglich des Skriptes hast melde dich bei
-* Martin Jahn <ma...@ma...>
+* Martin Jahn <mj...@us...>
*
* Dieses Script ist kostenlos für private und kommerzielle Nuzung.
* Es wird unter den Bedingungen der GNU General Public License, wie von der Free
@@ -22,7 +22,7 @@
* Verbesserungsvorschläge oder -wünsche habt, wäre ich dankbar für eine Benachrichtigung.
*
* @package editor
-* @author Martin Jahn <ma...@ma...>
+* @author Martin Jahn <mj...@us...>
* @copyright (c) Copyright by Martin Jahn
* @license GPL
* @version $Id$
--- NEW FILE: Todo ---
(This appears to be a binary file; contents omitted.)
Index: help.htm
===================================================================
RCS file: /cvsroot/phpcms-plugins/onlineEditor4phpCMS/help.htm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- help.htm 15 May 2004 11:26:10 -0000 1.2
+++ help.htm 21 May 2004 21:12:55 -0000 1.3
@@ -1,4 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!-- $Id$ -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<title>Hilfe zum onlineEditor4phpCMS</title>
Index: editor.conf.xml
===================================================================
RCS file: /cvsroot/phpcms-plugins/onlineEditor4phpCMS/editor.conf.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- editor.conf.xml 16 May 2004 22:35:57 -0000 1.1
+++ editor.conf.xml 21 May 2004 21:12:55 -0000 1.2
@@ -120,7 +120,7 @@
</wysiwyg1>
<editor>
<chmod>0606</chmod>
- <backupdir>/cms/backup/</backupdir>
+ <tempdir>/cms/phpcms2412/temp/</tempdir>
<templatefile>editor.tpl.xml</templatefile>
</editor>
</onlineeditor>
\ No newline at end of file
|