|
[b]Site Section[/b] Recent updates to this section. [b]Site[/b] The Wushu Index now displays the latest Wushu? threads from RPGnet.
[b]Quick Links[/b] |
RichEdit /
InstallationBasic 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.
What you need to haveRichEdit recipe for PmWiki[Put download here.] To start off, you'll need this recipe. Perl WikiConverter script[Put download here.] The rich text editor uses some Perl scripts to convert between HTML and wiki markup. Perl DependenciesThe WikiConverter script requires the following Perl modules, which are not included in the distribution: 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 three richedit zip files 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
|