]> sipb.mit.edu Git - ikiwiki.git/blob - doc/tips.mdwn
broken link
[ikiwiki.git] / doc / tips.mdwn
1 This page is a place to document tips and techniques for using ikiwiki.
2
3 ## wikiannounce
4
5 One thing I use ikiwiki for is the web pages for software projects I
6 maintain. Each of my projects has a news page with an announcements feed,
7 and to automatically update this when I release a new version, generating
8 an announcement from the debian/changelog and debian/NEWS files, I use a
9 [wikiannounce](http://svn.kitenet.net/trunk/bin/wikiannounce) program. It's
10 somewhat specific to dealing with Debian packages, and uses a special
11 `announcedir` target in debian/rules, but the general idea could be useful.
12 --[[Joey]]
13
14 ## blog script
15
16 I should mention that I also have a
17 [blog](http://svn.kitenet.net/trunk/bin/blog) program that I use to
18 write blog posts in a text editor. The first line I enter is used as the
19 title, and it automatically comes up with a unique page name based on the
20 title and handles all the details of posting to my blog. --[[Joey]]
21
22 ## using the web interface with a real text editor
23
24 If you use Firefox or Iceweasel, the [It's All
25 Text](https://addons.mozilla.org/en-US/firefox/addon/4125) extension allows
26 you to use a real text editor like Emacs or Vim to edit the contents of text
27 areas.  This allows you to edit ikiwiki pages with a real text editor through
28 the ikiwiki web interface, rather than only with direct commit
29 access. --[[JoshTriplett]]