X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/797563b4395044fcda0f2479d920452145b093e7..87ae4cfb25a38592bc74cfb2f494386acfabfb07:/doc/tips.mdwn?ds=sidebyside diff --git a/doc/tips.mdwn b/doc/tips.mdwn index 71e857faf..c5faa45b3 100644 --- a/doc/tips.mdwn +++ b/doc/tips.mdwn @@ -1,5 +1,7 @@ This page is a place to document tips and techniques for using ikiwiki. +[[toc ]] + ## wikiannounce One thing I use ikiwiki for is the web pages for software projects I @@ -26,4 +28,15 @@ Text](https://addons.mozilla.org/en-US/firefox/addon/4125) extension allows you to use a real text editor like Emacs or Vim to edit the contents of text areas. This allows you to edit ikiwiki pages with a real text editor through the ikiwiki web interface, rather than only with direct commit -access. --[[JoshTriplett]] \ No newline at end of file +access. --[[JoshTriplett]] + +## using ikiwiki as an issue tracker + +[[This_article|issue_tracking]] has some thoughts and tips on using ikiwiki +as a BTS, as is done on this very wiki to track [[bugs]] and [[todo]] items +for ikiwiki. + +## redirections for usedirs + +Want to turn on the `usedirs` setting on an existing wiki without breaking +all the links into it? Here's [[how|usedirs_redirections]].