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 at 
http://groups.google.com/group/trac-users?hl=en.


Reply via email to