Tags:
create new tag
view all tags

Question

hi,

I'm using the "view.pdf.tmpl" for generating PDF files of my twiki web and it works fine. But I have one problem; I have a web called PBN, in that I have a topic called HTG. The HTG topic contains several other topics. I would like to generate PDF for HTG and all topics under it. Is that possible?

The % TEXT % variable only returns the text of the current topic, I want it to return the current topic and all topics under it.

  • TWiki version:TWiki20011201.zip
  • Web server:Apache/1.3.12 (Unix)
  • Server OS: Red Hat/Linux
  • Web browser: Netscape/IE
  • Client OS: windows/linux

-- NiklasHoglund - 22 Nov 2002

Answer

I'm not quite sure what you want here, but BookView may help.

-- RichardDonkin - 22 Nov 2002

In case you want to show all direct children (but not grand children) you can do a FormattedSearch by looking for the topic parent meta data. Search string example:

"META.TOPICPARENT.name=\"HTG\"

regex needs to be enabled, see TWikiVariables for details.

Specify $text in the formatted search to get the text of the children expanded.

-- PeterThoeny - 26 Nov 2002

Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r3 - 2002-11-26 - 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.