diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-14 20:18:11 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-14 20:18:11 +0000 |
commit | 868ce06b36377da65f79d888b1cb042adfb11161 (patch) | |
tree | 4a9a4799bd2c91213a6cecf53dbb4548b8f56438 /doc/tips/wikiannounce.mdwn | |
parent | 3d23d87b2124041187dd7242f6be4d56a32d94c6 (diff) | |
download | ikiwiki-868ce06b36377da65f79d888b1cb042adfb11161.tar ikiwiki-868ce06b36377da65f79d888b1cb042adfb11161.tar.gz |
turn tips page into a feed
Diffstat (limited to 'doc/tips/wikiannounce.mdwn')
-rw-r--r-- | doc/tips/wikiannounce.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tips/wikiannounce.mdwn b/doc/tips/wikiannounce.mdwn new file mode 100644 index 000000000..361620ece --- /dev/null +++ b/doc/tips/wikiannounce.mdwn @@ -0,0 +1,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://svn.kitenet.net/trunk/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]] |