diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-02 01:17:26 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-02 01:17:26 +0000 |
commit | ad247de723cc540aaaae584cdceefaeb06f62284 (patch) | |
tree | ebd4b49e10861e5f3aee143f11e36d9a75a033e5 /doc | |
parent | 140658bc51338b8d1c74382bbf374ad77f07c269 (diff) | |
download | ikiwiki-ad247de723cc540aaaae584cdceefaeb06f62284.tar ikiwiki-ad247de723cc540aaaae584cdceefaeb06f62284.tar.gz |
* 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 'doc')
-rw-r--r-- | doc/features.mdwn | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/features.mdwn b/doc/features.mdwn index b58392fd5..ac5dc0375 100644 --- a/doc/features.mdwn +++ b/doc/features.mdwn @@ -37,12 +37,14 @@ Some of ikiwiki's features: * [[blog]]s - You can turn any page in the wiki into a [[blog]]. Pages with names - matching a specified [[GlobList]] will be displayed as a weblog within - the blog page. And an RSS feed can be generated to follow the blog. + You can turn any page in the wiki into a [[blog]]. Pages matching a + specified [[GlobList]] will be displayed as a weblog within the blog + page. And an RSS feed can be generated to follow the blog. - Ikiwiki's own [[TODO]], [[news]], and [[plugins]] pages are good examples of some of - the flexible ways that this can be used. + Ikiwiki's own [[TODO]], [[news]], and [[plugins]] pages are good examples + of some of the flexible ways that this can be used. + + Note that this also includes support for tag-based blogging. * Fast compiler |