diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-31 21:40:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-31 21:40:38 +0800 |
commit | 2c778e9d2f12b39a1864c60f90a5a28e3da67fea (patch) | |
tree | 2cc116bcc0a3887697c3dc6a6081b08e4aca7bd0 /www/Makefile | |
parent | b33db1a5410d33dd8c7e9c522fa5509abdcc8c97 (diff) | |
download | freebsd-ports-gnome-2c778e9d2f12b39a1864c60f90a5a28e3da67fea.tar.gz freebsd-ports-gnome-2c778e9d2f12b39a1864c60f90a5a28e3da67fea.tar.zst freebsd-ports-gnome-2c778e9d2f12b39a1864c60f90a5a28e3da67fea.zip |
The TagsPlugin implements both a generic tagging engine and frontends for the
Wiki and ticket systems. An extra text entry box is added to the Wiki edit page
for tagging Wiki pages and ticket fields (you can configure which ones) are
treated as tags for the ticket system.
WWW: http://trac-hacks.org/wiki/TagsPlugin
PR: ports/107271
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 7263dab062be..528bf406b6cc 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1054,6 +1054,7 @@ SUBDIR += trac-addcomment SUBDIR += trac-ctxtnavadd SUBDIR += trac-gantt + SUBDIR += trac-tags SUBDIR += trac-webadmin SUBDIR += transproxy SUBDIR += twhttpd |