On May 30, 1:26 pm, slem <[email protected]> wrote: > i would know if there is a way to automatically create wiki pages. i > am using hudson (http://hudson-ci.org/) in combination with trac and > would create a wiki page in trac everytime a build is started from > hudson. it could also be created by ant scripts, if there are > possibilities.
If they run on the same machine, you can use trac-admin command: $> trac-admin /path/to/project wiki import <page> [file] If not, the RPC plugin provides XML-RPC or JSON-RPC interface to various actions, including creating wiki pages: http://trac-hacks.org/wiki/XmlRpcPlugin :::simon -- 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.
