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 /debian | |
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 'debian')
-rw-r--r-- | debian/changelog | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index bc08036db..c75eb80b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,17 @@ ikiwiki (1.5) UNRELEASED; urgency=low Note that as a side effect, dates will now be displayed using the local timezone, not as GMT. * More security review. - - -- Joey Hess <joeyh@debian.org> Thu, 1 Jun 2006 15:12:29 -0400 + * 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. + + -- Joey Hess <joeyh@debian.org> Thu, 1 Jun 2006 20:56:58 -0400 ikiwiki (1.4) unstable; urgency=low |