summaryrefslogtreecommitdiff
path: root/basewiki/globlist.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-06-02 01:17:26 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-06-02 01:17:26 +0000
commitad247de723cc540aaaae584cdceefaeb06f62284 (patch)
treeebd4b49e10861e5f3aee143f11e36d9a75a033e5 /basewiki/globlist.mdwn
parent140658bc51338b8d1c74382bbf374ad77f07c269 (diff)
* Patch from Dr. Zini to add link() and backlink() to globlists. This allows
for some handy stuff like: - Using links as a kind of tag; creating blog pages that list all pages containing a given tag/link or not containing some other tag. - Subscribing to mail notifications whenever a change is made to a page that is a backlink of page foo. Ie, "Please notify me of changes in all pages that link to my home page in the wiki" - Locking any pages that are linked to from a particular page, so that lists of locks can be exposed in the wiki.
Diffstat (limited to 'basewiki/globlist.mdwn')
-rw-r--r--basewiki/globlist.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/basewiki/globlist.mdwn b/basewiki/globlist.mdwn
index 5255a3bee..20a9eed1b 100644
--- a/basewiki/globlist.mdwn
+++ b/basewiki/globlist.mdwn
@@ -14,3 +14,7 @@ pages that match it. So if you want to specify all pages except for
Discussion pages and the SandBox:
* !SandBox !*/Discussion
+
+It's also possible to match pages that link to a given page, by writing
+"link(page)" in a globlist. Or, match pages that a given page links to, by
+writing "backlink(page)".