IncludeMacro: http://trac-hacks.org/wiki/IncludeMacro
Put the html file someplace that trac can access via HTTP. Or check it into
the repository (and commit every time the file is generated). Or wrap the
generated html with WikiMarkup

{{{
#!html
<!-- your content here -->
}}}

and import using
$ trac-admin <path> wiki import <page> <file>

You can combine the wiki import with the IncludeMacro as well--display the
imported wiki page in another wiki page.

Ted

On Thu, Jan 8, 2009 at 9:34 AM, irma <[email protected]> wrote:

>
> Hey there,
>
> i have the following problem.
>
> i had written an c++ script which creates a index.html file. the
> script should run every day and replace the html file.
> now i want to create a trac wiki page which show me the html file (not
> the source code).
> How can i do this with trac ?
> we use trac 10.3 and a apache2 server.
>
> thx
> irma
>
> >
>


-- 
          +                       -

--~--~---------~--~----~------------~-------~--~----~
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