Question
Hi,
I am trying to get Twiloc to work but having some dificulties finding what to edit.
It says this in the readme :
You'll need to copy these templates to the Twiki templates directory, and make
the following change in the 'edit' script to enable the 'apptype' directive:
< TWiki::writeHeaderFull ( $query, 'edit', 'text/html', length($tmpl) );
>
my $CgiAppType = $query->param( 'apptype' ) || "text/html";
>
TWiki::writeHeaderFull ( $query, 'edit', $CgiAppType, length($tmpl) );
But I cant seem to find any of this in the Edit.pm file. Can anybody give me some more info on what to edit ??? (its probably just a small thing but still...)
Environment
--
StefanMansier - 22 Mar 2007
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
This seems to be related to
EditorDaemonAddOn. Theis add-on is from May 2004, e.g. for Beijing release. It looks like it needs to be updated for TWiki 4. You can leave a note in the
EditorDaemonAddOnDev topic.
--
PeterThoeny - 23 Mar 2007