aboutsummaryrefslogtreecommitdiff
path: root/doc/tips.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-14 03:58:05 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-14 03:58:05 +0000
commit3d163c03dd7e294cb3e4c36b71febeda8186f697 (patch)
tree03276299641d88ff377587038ea6ef07928db751 /doc/tips.mdwn
parent35773508465737b6951e7fd80a9ebf3d87e3036f (diff)
downloadikiwiki-3d163c03dd7e294cb3e4c36b71febeda8186f697.tar
ikiwiki-3d163c03dd7e294cb3e4c36b71febeda8186f697.tar.gz
add a tips page
Diffstat (limited to 'doc/tips.mdwn')
-rw-r--r--doc/tips.mdwn22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/tips.mdwn b/doc/tips.mdwn
new file mode 100644
index 000000000..e921cd459
--- /dev/null
+++ b/doc/tips.mdwn
@@ -0,0 +1,22 @@
+This page is a place to document tips and techniques for using ikiwiki.
+
+----
+
+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]]
+
+----
+
+I should mention that I also have a
+[blog](http://svn.kitenet.net/trunk/bin/wikiannounce) program that I use to
+write blog posts in a text editor. The first line I enter is used as the
+title, and it automatically comes up with a unique page name based on the
+title and handles all the details of posting to my blog. --[[Joey]]
+
+----