On Sep 13, 8:22 am, "Jorge Vargas" <[EMAIL PROTECTED]> wrote:
> Hi, all. I'll like to accomplish the following. I want to have a set
> of "global" trac.ini configuration options, then have just a flew for
> each trac instance.
>
> is it possible to pass this global data as something wsgi? I want to
> be able to modify most of this information in a database from another
> webapp.
>
> How can I ask not to duplicate all the wiki pages on each installation?

Well, you can have a "global" set of .ini setting by using the include
feature
You will still need to create users and set perms, although those can
also be done "globally" by taking advantage of htaccess files, and
apache configurations.

as for the wiki stuff, It seems like some creative use of the
IncludeMacro would be in order, or cloning of the database, but then,
that's duplicating now isn't it...
--~--~---------~--~----~------------~-------~--~----~
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