[dokuwiki] Re: DokuWikiFCK-0.20 released
- From: Myron Turner <turnermm02@xxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Mon, 14 Apr 2008 07:06:21 -0500
Harry Fuecks wrote:
Some people are always going to have trouble with CPAN, especially on
shared hosts. There are HTML parser in PHP BTW;
http://simpletest.svn.sourceforge.net/viewvc/simpletest/simpletest/trunk/parser.php
< the SimpleHTMLSaxParser
http://pear.php.net/package/XML_HTMLSax3 < also a SAX-like parser
Both of those are fairly simple and should work on PHP4 and 5
Meanwhile http://htmlpurifier.org/ is a truly excellent HTML parser
although PHP5 is required
Thanks for the links. I'll take a look a them.
I was looking at two PEAR modules, Text_Wiki and Text_Wiki_Doku, which
do in PHP what HTML::WikiConverter and HTML::WikiConverter::DokuWiki do
in Perl. These do basic HTML to DokuWiki conversion, which means that
all I have to think about is how to interpret the FCKeditor and its
graphic capabilities to DokuWiki. But I'm not sure what the advantages
would be of converting to PHP. Also, I find that there are things I can
do with Perl's regular expressions that can't be as easily done in PHP.
Probably this is just due to my own lack of facility with PHP.
Myron
--
_____________________
Myron Turner
http://www.mturner.org
http://net18reaching.org/cityscapes
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- References:
- [dokuwiki] DokuWikiFCK-0.20 released
- From: Myron Turner
- [dokuwiki] Re: DokuWikiFCK-0.20 released
- From: Florian Feldhaus
- [dokuwiki] Re: DokuWikiFCK-0.20 released
- From: Myron Turner
- [dokuwiki] Re: DokuWikiFCK-0.20 released
- From: Harry Fuecks
Other related posts:
- » [dokuwiki] DokuWikiFCK-0.20 released
- » [dokuwiki] Re: DokuWikiFCK-0.20 released
- » [dokuwiki] Re: DokuWikiFCK-0.20 released
- » [dokuwiki] Re: DokuWikiFCK-0.20 released
- » [dokuwiki] Re: DokuWikiFCK-0.20 released
- » [dokuwiki] Re: DokuWikiFCK-0.20 released
- » [dokuwiki] Re: DokuWikiFCK-0.20 released
- » [dokuwiki] Re: DokuWikiFCK-0.20 released
Some people are always going to have trouble with CPAN, especially on shared hosts. There are HTML parser in PHP BTW; http://simpletest.svn.sourceforge.net/viewvc/simpletest/simpletest/trunk/parser.php < the SimpleHTMLSaxParser http://pear.php.net/package/XML_HTMLSax3 < also a SAX-like parser Both of those are fairly simple and should work on PHP4 and 5 Meanwhile http://htmlpurifier.org/ is a truly excellent HTML parser although PHP5 is required
- [dokuwiki] DokuWikiFCK-0.20 released
- From: Myron Turner
- [dokuwiki] Re: DokuWikiFCK-0.20 released
- From: Florian Feldhaus
- [dokuwiki] Re: DokuWikiFCK-0.20 released
- From: Myron Turner
- [dokuwiki] Re: DokuWikiFCK-0.20 released
- From: Harry Fuecks