diff options
author | miwi <miwi@FreeBSD.org> | 2007-05-28 03:40:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-05-28 03:40:11 +0800 |
commit | 66ab7d28113e891fe220fcd7db25d9f177f2d256 (patch) | |
tree | 39bc96c1721ad5b0241188b21678a2fe798ee6d7 /www/Makefile | |
parent | 74817f6eebc65d04f3b03b792a4fb4a77565651b (diff) | |
download | freebsd-ports-gnome-66ab7d28113e891fe220fcd7db25d9f177f2d256.tar.gz freebsd-ports-gnome-66ab7d28113e891fe220fcd7db25d9f177f2d256.tar.zst freebsd-ports-gnome-66ab7d28113e891fe220fcd7db25d9f177f2d256.zip |
This plugin allows Trac plugins to export select parts of their interface via
XML-RPC.
It also includes some exported functions for manipulating tickets, with plans
to include interfaces to other parts of Trac's API.
WWW: http://trac-hacks.org/wiki/XmlRpcPlugin
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 5b1c5e227c1a..70ffd9d267f1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1176,6 +1176,7 @@ SUBDIR += trac-webadmin SUBDIR += trac-wikinotification SUBDIR += trac-wikirename + SUBDIR += trac-xmlrpc SUBDIR += transproxy SUBDIR += twhttpd SUBDIR += twig |