Tags:
create new tag
, view all tags

Question

In moving some of our web pages into TWiki, I am wondering how to deal with shtml pages. The cases I am wondering how to handle are the #include of other html files, and executing cgi-bin scripts to build up the page. How would you get this functionality into a TWiki page?

-- MartinWatt - 17 Jul 2002

Answer

Include: Use %INCLUDE{"http://..."}% to include other pages outside TWiki. If you convert pages to TWiki use %INCLUDE{"AnyTopicName"}% for the converted pages.

Executing scripts: If these are scripts called by forms you do not need to do anything special in TWiki, simply paste the HTML code of the form into a TWiki topic (make sure not to break up tags into multiple lines). Otherwise create a TWiki Plugin that does the extra functionality.

-- PeterThoeny - 18 Jul 2002

Topic revision: r2 - 2002-07-18 - PeterThoeny
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.