Ok, Noah had the right idea. We had an old plungin egg was out of sync with the Python version on our new server - so the plugin was not functioning.
We rebuild the egg on the new server, installed it, and now the "? format=text/html" query string works fine. Thanks to everyone for the prompts. Harry Mantheakis London, UK On Nov 30, 5:59 pm, Harry <[email protected]> wrote: > Just for the record, by omitting the "?format=text/html" query string, > our scripts execute - but the resulting PDFs do not feature any > images. > > So I am back to where I was. > > I shall look into the plugins, Noah, and let you know if we have any > luck. (Most likely tomorrow, Tuesday.) > > Thanks for now. > > Harry Mantheakis > London, UK > > On Nov 30, 5:47 pm, Noah Kantrowitz <[email protected]> wrote: > > > It sounds like you might have had a custom plugin that implemented > > that format conversion. I would check the old box to be sure. > > > --Noah > > > On Nov 30, 2009, at 9:42 AM, Harry wrote: > > > > We run build-scripts that download 'User Documentation' pages from our > > > Trac wiki site, and generate PDF, JavaHelp and HTML content all from > > > the same source. > > > > Our admin people recently migrated the Trac server to a new box, and > > > now our trusty old build-scripts choke when specifying this query > > > string in the 'wget' URLs: > > > > ?format=text/html > > > > The other scripts specify: > > > > ?format=text/plain > > > > And this works okay. > > > > So I guess maybe we should just try to modify the scripts that specify > > > "text/html" to NOT specify anything - and see if that works. > > > > Thanks for the prompting. > > > > Harry Mantheakis > > > London, UK > > > > On Nov 30, 3:59 pm, Christian Boos <[email protected]> wrote: > > >> Harry wrote: > > >>> Hello > > > >>> If I add the following query string: > > > >>> ?format=text/html > > > >> For which purpose? Without specifying format=... you will just get > > >> html, > > >> by default. > > >> If you want to get the html corresponding to the wiki text, without > > >> the > > >> rest of the page layout, that's not yet supported (we could now > > >> easily > > >> add this feature, as part of #8855). > > > >> -- Christian > > > > -- > > > > You received this message because you are subscribed to the Google > > > Groups "Trac Users" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected] > > > . > > > For more options, visit this group > > > athttp://groups.google.com/group/trac-users?hl=en > > > . -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
