diff options
author | miwi <miwi@FreeBSD.org> | 2007-05-28 03:36:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-05-28 03:36:56 +0800 |
commit | 97ccdcbabebb4afc71a10e0a568dadd0d7a8f9c7 (patch) | |
tree | 0563dacb45f4c29f72777501a9d5aff953bc4d2d /www/Makefile | |
parent | 88a9a81414c526870f67f81f957c78b4f7c88a1a (diff) | |
download | freebsd-ports-gnome-97ccdcbabebb4afc71a10e0a568dadd0d7a8f9c7.tar.gz freebsd-ports-gnome-97ccdcbabebb4afc71a10e0a568dadd0d7a8f9c7.tar.zst freebsd-ports-gnome-97ccdcbabebb4afc71a10e0a568dadd0d7a8f9c7.zip |
The PageListPlugin for Trac provides a wiki syntax extension to create dynamic
list of wiki names that match a specific string.
For example,
pagelist:HowTo
would list all the wiki pages that end with HowTo
WWW: http://trac-hacks.org/wiki/PageListPlugin
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 c6a51eb8339c..3433fc5b8fbd 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1161,6 +1161,7 @@ SUBDIR += trac-iniadmin SUBDIR += trac-macropost SUBDIR += trac-nav + SUBDIR += trac-pagelist SUBDIR += trac-pagetopdf SUBDIR += trac-pendingticket SUBDIR += trac-privatetickets |