From: Thyamad c. <th...@us...> - 2005-09-29 19:50:21
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/php In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/_samples/php Modified Files: sample01.php sample02.php sample03.php sample04.php sampleposteddata.php Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: sample01.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/php/sample01.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample01.php 1 Sep 2005 18:15:39 -0000 1.4 --- sample01.php 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,5 **** ! <?php /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- ! <?php ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Sample page. * - * Version: 2.0 RC3 - * Modified: 2005-02-27 19:35:29 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ include("../../fckeditor.php") ; --- 13,19 ---- * Sample page. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ include("../../fckeditor.php") ; Index: sample02.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/php/sample02.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample02.php 1 Sep 2005 18:15:39 -0000 1.4 --- sample02.php 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,5 **** ! <?php /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- ! <?php ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Sample page. * - * Version: 2.0 RC3 - * Modified: 2005-02-10 20:34:37 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ include("../../fckeditor.php") ; --- 13,19 ---- * Sample page. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ include("../../fckeditor.php") ; Index: sample04.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/php/sample04.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample04.php 1 Sep 2005 18:15:39 -0000 1.4 --- sample04.php 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,5 **** ! <?php /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- ! <?php ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Sample page. * - * Version: 2.0 RC3 - * Modified: 2005-02-10 20:34:36 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ include("../../fckeditor.php") ; --- 13,19 ---- * Sample page. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ include("../../fckeditor.php") ; Index: sampleposteddata.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/php/sampleposteddata.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sampleposteddata.php 1 Sep 2005 18:15:39 -0000 1.4 --- sampleposteddata.php 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,5 **** ! <?php /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- ! <?php ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,22 **** * This page lists the data posted by a form. * - * Version: 2.0 RC3 - * Modified: 2004-11-29 17:59:37 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! * Jim Michaels (jmi...@ya...) ! */ ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> --- 13,20 ---- * This page lists the data posted by a form. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! * Jim Michaels (jmi...@ya...) ! */ ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> Index: sample03.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/php/sample03.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample03.php 1 Sep 2005 18:15:39 -0000 1.4 --- sample03.php 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,5 **** ! <?php /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- ! <?php ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Sample page. * - * Version: 2.0 RC3 - * Modified: 2005-02-10 20:34:38 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ include("../../fckeditor.php") ; --- 13,19 ---- * Sample page. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ include("../../fckeditor.php") ; |