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