Tags:
create new tag
view all tags

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

TWiki version: TWikiRelease04x01x02
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: Fedora Core 6
Web server: Apache
Perl version: 5.8.8
Client OS: Windows XP Prof SP2
Web Browser: Firefox 2.0.0.3
Categories: Add-Ons

-- StefanMansier - 22 Mar 2007

Answer

ALERT! 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

Change status to:
Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r2 - 2007-03-23 - PeterThoeny
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.