[dokuwiki] Re: FCKw and deleting files
- From: Myron Turner <turnermm02@xxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Fri, 11 Jul 2008 11:48:47 -0500
Clayton Ginsburg wrote:
I am beginning to see the light!. How might I go about
getting/installing DokuWikiFCKW.pm? A quick search of cpan for
DokuWikiFCKW turned up nothing.
Also, do I need to remove DokuWikiFCK?
Thanks,
Clayton Ginsburg
Data Reporting Specialist
Llewellyn Worldwide
651.312.8385
"I never guess. It is a capital mistake to theorize before one has data.
Insensibly one begins to twist facts to suit theories, instead of
theories to suit facts." - Sherlock Holmes
-----Original Message-----
From: dokuwiki-bounce@xxxxxxxxxxxxx
[mailto:dokuwiki-bounce@xxxxxxxxxxxxx] On Behalf Of Myron Turner
Sent: Friday, July 11, 2008 10:16 AM
To: dokuwiki@xxxxxxxxxxxxx
Subject: [dokuwiki] Re: FCKw and deleting files
Clayton Ginsburg wrote:
Ok, Between trying to try out different FCK editors(FCKw and
DokuWikiFCK) I've thoroughly confused myself.
I'm currently attempting to use FCKw and feel like I almost have it
configured correctly.
I reverted back to the original fckw with htmlwiki using the
DokuWikiFCK
dialect and would ideally like to get FCKw working correctly. At this
point everything seems to be working except editing pages with fckw
causes <align 0px></align> tags to be inserted and visible in the
final
page.
Abbreviated history of what I've done:
1) perl -MCPAN -e 'install HTML::WikiConverter::DokuWiki'
2) svn co
http://svn.bitflux.org/repos/public/misc/dokuwiki/plugins/fckw/tags/0.7.
3/fckw
3) noticed that when using the fckw editor, files were being deleted
4) verified that php.ini has safemode set to off
5) rm -rf lib/plugins/fckw
6) decided to try DokuWikiFCK instead
7) perl -MCPAN -e 'install HTML::WikiConverter::DokuWikiFCK'
8) misentered the directory for the mediamanager.php
9) manually copied mediamanager.php
10) got confused about how to set up the userfiles directory needed
with
DokuWikiFCK
12) rm -rf lib/plugins/fckg
13) rm lib/tpl/default/mediamanager.php
14) mv lib/tpl/default/mediamanager.php.1343
lib/tpl/default/mediamanager.php
15) svn co
http://svn.bitflux.org/repos/public/misc/dokuwiki/plugins/fckw/tags/0.7.
3/fckw
16) poked around in save.php and made the change to the dokuwiki
dialect
after having htmlwiki complained " Dialect ' DokuWikiFCK ' could not
be
loaded".....
17) everything was working except images weren't inserting correctly
18) changed back to the original FCKw and found files are now not
being
deleted !?
19) Images are working now but random tags keep appearing such as
<align
0px></align>
You should be using DokuWikiFCKW.pm.
It should have come with FCKw.
--
_____________________
Myron Turner
http://www.mturner.org
http://net18reaching.org/cityscapes
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- References:
- [dokuwiki] FCKw and deleting files
- From: Clayton Ginsburg
- [dokuwiki] Re: FCKw and deleting files
- From: Clayton Ginsburg
- [dokuwiki] Re: FCKw and deleting files
- From: Spring Pierre
- [dokuwiki] Re: FCKw and deleting files
- From: Clayton Ginsburg
- [dokuwiki] Re: FCKw and deleting files
- From: Myron Turner
- [dokuwiki] Re: FCKw and deleting files
- From: Clayton Ginsburg
Other related posts:
- » [dokuwiki] FCKw and deleting files
- » [dokuwiki] Re: FCKw and deleting files
- » [dokuwiki] Re: FCKw and deleting files
- » [dokuwiki] Re: FCKw and deleting files
- » [dokuwiki] Re: FCKw and deleting files
- » [dokuwiki] Re: FCKw and deleting files
- » [dokuwiki] Re: FCKw and deleting files
- » [dokuwiki] Re: FCKw and deleting files
I am beginning to see the light!. How might I go about getting/installing DokuWikiFCKW.pm? A quick search of cpan for DokuWikiFCKW turned up nothing.Also, do I need to remove DokuWikiFCK?
Thanks, Clayton Ginsburg Data Reporting Specialist Llewellyn Worldwide 651.312.8385 "I never guess. It is a capital mistake to theorize before one has data. Insensibly one begins to twist facts to suit theories, instead of theories to suit facts." - Sherlock Holmes -----Original Message----- From: dokuwiki-bounce@xxxxxxxxxxxxx [mailto:dokuwiki-bounce@xxxxxxxxxxxxx] On Behalf Of Myron Turner Sent: Friday, July 11, 2008 10:16 AM To: dokuwiki@xxxxxxxxxxxxx Subject: [dokuwiki] Re: FCKw and deleting files Clayton Ginsburg wrote:
Ok, Between trying to try out different FCK editors(FCKw and DokuWikiFCK) I've thoroughly confused myself. I'm currently attempting to use FCKw and feel like I almost have it configured correctly. I reverted back to the original fckw with htmlwiki using the
DokuWikiFCK
dialect and would ideally like to get FCKw working correctly. At this point everything seems to be working except editing pages with fckw causes <align 0px></align> tags to be inserted and visible in the
final
page. Abbreviated history of what I've done: 1) perl -MCPAN -e 'install HTML::WikiConverter::DokuWiki' 2) svn co
http://svn.bitflux.org/repos/public/misc/dokuwiki/plugins/fckw/tags/0.7.
3/fckw 3) noticed that when using the fckw editor, files were being deleted 4) verified that php.ini has safemode set to off 5) rm -rf lib/plugins/fckw 6) decided to try DokuWikiFCK instead 7) perl -MCPAN -e 'install HTML::WikiConverter::DokuWikiFCK' 8) misentered the directory for the mediamanager.php 9) manually copied mediamanager.php 10) got confused about how to set up the userfiles directory needed
with
DokuWikiFCK 12) rm -rf lib/plugins/fckg 13) rm lib/tpl/default/mediamanager.php 14) mv lib/tpl/default/mediamanager.php.1343 lib/tpl/default/mediamanager.php 15) svn co
http://svn.bitflux.org/repos/public/misc/dokuwiki/plugins/fckw/tags/0.7.
3/fckw 16) poked around in save.php and made the change to the dokuwiki
dialect
after having htmlwiki complained " Dialect ' DokuWikiFCK ' could not
be
loaded"..... 17) everything was working except images weren't inserting correctly 18) changed back to the original FCKw and found files are now not
being
deleted !? 19) Images are working now but random tags keep appearing such as
<align
0px></align>
You should be using DokuWikiFCKW.pm.
- [dokuwiki] FCKw and deleting files
- From: Clayton Ginsburg
- [dokuwiki] Re: FCKw and deleting files
- From: Clayton Ginsburg
- [dokuwiki] Re: FCKw and deleting files
- From: Spring Pierre
- [dokuwiki] Re: FCKw and deleting files
- From: Clayton Ginsburg
- [dokuwiki] Re: FCKw and deleting files
- From: Myron Turner
- [dokuwiki] Re: FCKw and deleting files
- From: Clayton Ginsburg