diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-14 04:00:50 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-14 04:00:50 +0000 |
commit | 663a87442788d2a5db38cf2f3056383e0915a4d7 (patch) | |
tree | 15baa8b7175f1a587a975e8b620947a34afa213d | |
parent | 3d163c03dd7e294cb3e4c36b71febeda8186f697 (diff) | |
download | ikiwiki-663a87442788d2a5db38cf2f3056383e0915a4d7.tar ikiwiki-663a87442788d2a5db38cf2f3056383e0915a4d7.tar.gz |
use titles
-rw-r--r-- | doc/tips.mdwn | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/tips.mdwn b/doc/tips.mdwn index e921cd459..4bbb065ea 100644 --- a/doc/tips.mdwn +++ b/doc/tips.mdwn @@ -1,6 +1,6 @@ This page is a place to document tips and techniques for using ikiwiki. ----- +## wikiannounce 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, @@ -11,12 +11,10 @@ somewhat specific to dealing with Debian packages, and uses a special `announcedir` target in debian/rules, but the general idea could be useful. --[[Joey]] ----- +## blog script 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]] - ----- |