summaryrefslogtreecommitdiff
path: root/doc/tips/wikiannounce.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-14 20:18:11 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-14 20:18:11 +0000
commit868ce06b36377da65f79d888b1cb042adfb11161 (patch)
tree4a9a4799bd2c91213a6cecf53dbb4548b8f56438 /doc/tips/wikiannounce.mdwn
parent3d23d87b2124041187dd7242f6be4d56a32d94c6 (diff)
turn tips page into a feed
Diffstat (limited to 'doc/tips/wikiannounce.mdwn')
-rw-r--r--doc/tips/wikiannounce.mdwn8
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]]