]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/tips/wikiannounce.mdwn
Frohdo - new personal website added
[git.ikiwiki.info.git] / doc / tips / wikiannounce.mdwn
1 [[!meta date="2007-04-14 20:18:13 +0000"]]
3 One thing I use ikiwiki for is the web pages for software projects I
4 maintain. Each of my projects has a news page with an announcements feed,
5 and to automatically update this when I release a new version, generating
6 an announcement from the debian/changelog and debian/NEWS files, I use a
7 [wikiannounce](http://git.kitenet.net/?p=joey/home.git;a=blob_plain;f=bin/wikiannounce)
8 program. It's somewhat specific to dealing with Debian packages, and uses a
9 special `announcedir` target in debian/rules, but the general idea could be
10 useful. --[[Joey]]