aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/wikiannounce.mdwn
blob: 6eb142cdf277abcf89bc8a959f38832a26c585ef (plain)
1
2
3
4
5
6
7
8
One thing I use ikiwiki for is the web pages for software projects I
maintain. Each of my projects has a news page with an announcements feed,
and to automatically update this when I release a new version, generating
an announcement from the debian/changelog and debian/NEWS files, I use a
[wikiannounce](http://git.kitenet.net/?p=joey/home.git;a=blob_plain;f=bin/wikiannounce)
program. It's somewhat specific to dealing with Debian packages, and uses a
special `announcedir` target in debian/rules, but the general idea could be
useful. --[[Joey]]