|
Archives /
RichEditSummary: WYSIWYG editor Version: 0.1 Status: Abandoned Prerequisites: Maintainer: Categories: Includes QuestionHow can I allow my users to edit PmWiki pages with a word processor-like interface? AnswerInstall this RichEdit recipe. (I'll write something more fun here, later. --Russell) While I would still consider this a beta version, it's pretty stable and very useful. User experiencesA lot of users (see pmwiki-users maillist) experience great difficulties after installing this RichEdit recipe. They all complain of loosing all contents after using the RichEdit script. None of these questions seems to be answered :-( Basic InstallationInstalling the rich text editor is relatively easy, but requires copying files to a number of locations. Because the recipe uses Perl scripts, you may have to ask your web host where to put them (most often the cgi-bin directory). For more detailed information on the technical goals, decisions, and problems associated with this recipe, read the Detailed Summary included in the pmwiki/wiki.d directory of the distribution file. What you need to haveRichEdit recipe for PmWikiTo start off, you'll need this recipe. The download includes both Perl and PHP scripts. Perl DependenciesThe WikiConverter script requires the following Perl modules, which are not included in the archive above:
From a *nix command shell, you can use: perl -MCPAN -e shell install HTML::Tree ... ans so on. Your web host may have some or all of these modules already installed. Otherwise, you can obtain them from CPAN. Installation instructions will vary based on your individual setup, but extracting the files beneath your cgi-bin directory, with the directory structure following the namespace often works. For example, HTML::Tree would be extracted to the cgi-bin/HTML/Tree directory. Where to put itRichEdit extensionExtract the richedit zip file as follows. Unless you have a previous version of this recipe, you should not be asked to overwrite any files.
Perl WikiConverter ScriptExtract these files into a directory where you are permitted to execute Perl files, such as cgi-bin.
Perl DependenciesComprehensive instructions for installing Perl modules are beyond the scope of this document. However:
What you need to configureconfig.php
(go to your ...\pmwiki\cookbook\richedit.php and then do a search for RichEdit_PerlDirectory)
(go to your ...\pmwiki\cookbook\richedit.php and then do a search for RichEdit_DoNotEditMarkup) Notes and Comments''The newest the latest. And please don't forget to end by date and name. Thanks See RichEditBugs? for an issue I'm seeing with it, using ActivePerl and the FixFlow skin. Other RichEditBugs? have been entered by users there, as well. dw September 22, 2005, at 02:02 AM More problems added bengibollen October 23, 2005, at 04:08 PM Still more problems added by EW 25.10.2005 One problem reported. by liuxy 2005-12-29 Is there a demo for this? It sounds like what I've been looking for, but I'm curious how well it handles pictures in a page. Thanks! stormspotter 2006-01-26
fraz 2006-03-29 Was anybody ever able to bring RichEdit up'n'running without any errors? I got to stage where pages can be saved, however there's CSS stylesheet stuff appended. Stephan 06-Sep-06. Sep 15 2006 Philipp Currently I am setting up a WikiFarm with pmWiki and RichEdit. As RichEdit is not implemented to fit in a WikiFarm structure it needed a lot of customization, e.g. the paths. Due to our intranet restrictions I am setting up pmWiki on a WindowsXP/2003 Server with IIS, PHP5 and ActivePerl 5.6. If you find yourself in a similar environment be sure to set the paths right, e.g. "\Inetpub\wwwroot\cgi-bin". Now I am suffering RichEdits misbehavior as it truncates the last line of text (usually a paragraph), if the line is not "confirmed" with a cariage return. So once saved, reloaded into the editor the last line will also just be truncated. I suspect the Perl-HTML-to-Wiki-Converter to be the problem. Does anybody have a clue what might cause this? Please contact me at geez18 (at) yahoo (dot) com September 22, 2006 - Jon I'm working on setting RichEdit up on PmWiki on a closed LAN (not on a WikiFarm) but with a similar machine setup as the post above. I'm using Windows Server 2003, IIS 6, Active Perl 5.8.8, and PHP5. RichEdit displays and edits fine, but when I try to save anything (changed or unchanged text on the edit page) the "?action=edit" reloads as a blank page. No changes are saved, the wiki page that was being edited remains in its previous state. I am not getting any error output. Does anyone have an idea what could be causing this? If so, please contact me: jonmcclure <at> gmail (dot) com. September 25, 2006 - Philipp Using the new version HTML::WikiConverter (0.61) http://diberri.dyndns.org/wikipedia/html2wiki/ this cookbook works fine. As ActivePerl 5.6 on my Windows server does not include certain packages required by HTML::WikiConverter (0.61), e.g. UTF8, my colleage Christian Georgi kindly modified it. You can download his modified version Attach:cgi-bin_WikiConverter_061.zip. To install it just read the simple instructions written in the README.txt. Using RichEdit in a WikiFarm I had to modify the cookbooks main file richedit.php Attach:richedit.php, too. If you are using ActivePerl 5.8, it is possible that you need to download the packages HTML::WikiConverter (0.61) and HTML::WikiConverter::PmWiki (0.51) from CPAN http://www.cpan.org and compile it for your version of Perl. Installing on a Mac? 18 Jan, 2007 - Stuart Has anyone tried to install this on a mac? I keep getting a blank where the editing fields are supposed to be. I have been unable to get an install up and running. any help email stuartw <at> apple dot com Versionsdate of publication : 2005-09-15 : RichEdit - version 0.1
See AlsoContributors
Category: |