From: Yves K. <yku...@us...> - 2004-10-26 19:24:53
|
Update of /cvsroot/phpwebsite-comm/modules/xwysiwyg/mod/xwysiwyg/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10507/xwysiwyg/mod/xwysiwyg/docs Modified Files: install_de.txt install_en.txt Log Message: adapted to the new situation without theme.php Index: install_en.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/xwysiwyg/mod/xwysiwyg/docs/install_en.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** install_en.txt 26 Oct 2004 07:32:59 -0000 1.2 --- install_en.txt 26 Oct 2004 19:24:27 -0000 1.3 *************** *** 10,29 **** -your database -the file /js/wysiwyg.php - -theme.tpl of all themes you are using - -theme.php of all themes you are using - Installation: 1. Copy the xwysiwyg directory to the /mod directory of your phpWebSite installation 2. Replace /js/wysiwyg.php with the file from the xwysiwyg-module ! 3a. If you don't use theme.php so far replace theme.php in all your themes with the version provided with the xwysiwyg-module ! 3b. If you are using theme.php insert the xwysiwyg-code in theme.php of all your used modules ! 4. Insert the {XWYSIWYG} tag in theme.tpl before the {JAVASCRIPT} tag (needs to be done for every theme you are using) ! 5. Insert the {XWYSIWYG_BODY} tag in theme.tpl inside the body-tag; Eg:"<body{XWYSIWYG_BODY}>" (needs to be done for every theme you are using) ! 6. Install the xwysiwyg-modul as usual with BOOST ! ! Note: the provided theme files are for the default theme. ! If you did a standard install of phpWebSite you can copy these files ! to your /themes/Default directory and replace the original files. Deinstallation: --- 10,18 ---- -your database -the file /js/wysiwyg.php Installation: 1. Copy the xwysiwyg directory to the /mod directory of your phpWebSite installation 2. Replace /js/wysiwyg.php with the file from the xwysiwyg-module ! 3. Install the xwysiwyg-modul as usual with BOOST Deinstallation: *************** *** 44,48 **** After installing the module everything is shown as usual but there is a new XW button in ! the wysiwyg panel. To activate xwysiwyg for a specified region you have to click this button. ATTENTION: all unsaved data will be lost! Or try the Request-Mode and use the xw-button to start the editor on request. --- 33,37 ---- After installing the module everything is shown as usual but there is a new XW button in ! the wysiwyg panel. To activate xwysiwyg for a specified area you have to click this button. ATTENTION: all unsaved data will be lost! Or try the Request-Mode and use the xw-button to start the editor on request. *************** *** 56,59 **** Christan <web...@NO...> for help by testing the module Thomas <tl...@NO...> for the translation to English. ! Version of 2004-10-23 \ No newline at end of file --- 45,49 ---- Christan <web...@NO...> for help by testing the module Thomas <tl...@NO...> for the translation to English. + JYDAllstar for some impressive input. ! Version of 2004-10-26 \ No newline at end of file Index: install_de.txt =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/xwysiwyg/mod/xwysiwyg/docs/install_de.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** install_de.txt 26 Oct 2004 07:32:59 -0000 1.2 --- install_de.txt 26 Oct 2004 19:24:25 -0000 1.3 *************** *** 10,33 **** Sichern Sie Ihre Datenbank. Sichern Sie die Datei /js/wysiwyg.php - Sichern Sie die theme.tpl aller Ihrer benutzten Themen - Sichern Sie die theme.php aller Ihrer benutzten Themen - Installation: 1. Kopieren Sie das xwysiwyg-Verzeichnis ins /mod -Verzeichnis Ihrer phpWebSite 2. Ersetzten Sie die /js/wysiwyg.php ! Wenn Sie bisher keine theme.php benutzt haben: ! 3a. Ersetzten Sie die theme.php Datei in allen Ihren Themen (alle welche xwysiwyg nutzen sollen) ! Wenn Sie bereits theme.php benutzen: ! 3b. Fuegen Sie den xwysiwyg-Code in Ihre theme.php ein (ALLE welche xwysiwyg nutzen sollen) ! 4. Fuegen Sie das {XWYSIWYG}-Tag in Ihre theme.tpl vor dem {JAVASCRIPT}-Tag ein (alle welche htmlarea nutzen sollen) ! 5. Fuegen Sie das {XWYSIWYG_BODY}-Tag in Ihre theme.tpl in den <body>-Tag ein; Bsp:"<body{XWYSIWYG_BODY}>" (alle welche xwysiwyg nutzen sollen) ! 6. Installieren Sie das xwysiwyg-Modul wie gewohnt mit BOOST ! ! Hinweis: die beigepackten Theme-Dateien entsprechen dem Default-Thema. ! Sollten Sie eine Standard-Installation erstellt haben, koennen Sie die beiden Dateien ! im beiliegenden Default-Verzeichnis in Ihr /themes/Default/ Verzeichnis kopieren und ! die dortigen Dateien ueberschreiben. ! Deinstallation: --- 10,18 ---- Sichern Sie Ihre Datenbank. Sichern Sie die Datei /js/wysiwyg.php Installation: 1. Kopieren Sie das xwysiwyg-Verzeichnis ins /mod -Verzeichnis Ihrer phpWebSite 2. Ersetzten Sie die /js/wysiwyg.php ! 3. Installieren Sie das xwysiwyg-Modul wie gewohnt mit BOOST Deinstallation: *************** *** 63,66 **** Christan <web...@NO...> fuer die Mithilfe bei den Tests. Thomas <tl...@NO...> for the translation to English. ! Version vom 23.10.2004 \ No newline at end of file --- 48,52 ---- Christan <web...@NO...> fuer die Mithilfe bei den Tests. Thomas <tl...@NO...> for the translation to English. + JYDAllstar fuer einige sehr gute ideen. ! Version vom 26.10.2004 \ No newline at end of file |