turn tips page into a feed
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 14 Apr 2007 20:18:11 +0000 (20:18 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 14 Apr 2007 20:18:11 +0000 (20:18 +0000)
doc/bugs/Feeds_link_to_index.html_instead_of_directory.mdwn
doc/tips.mdwn
doc/tips/blog_script.mdwn [new file with mode: 0644]
doc/tips/integrated_issue_tracking_with_ikiwiki.mdwn [moved from doc/tips/issue_tracking.mdwn with 100% similarity]
doc/tips/redirections_for_usedirs.mdwn [moved from doc/tips/usedirs_redirections.mdwn with 100% similarity]
doc/tips/using_the_web_interface_with_a_real_text_editor.mdwn [new file with mode: 0644]
doc/tips/wikiannounce.mdwn [new file with mode: 0644]

index 1ae3d5e6fb11a5cb827245b0f905541302b78b77..b7efa6a37590969f5c1b065b2a4de6f2f5ff9f4d 100644 (file)
@@ -1,5 +1,7 @@
 When --usedirs is used, RSS and Atom feeds seem to link to the index.html directly, both for the site and for the feed items, instead of the directory, as pages otherwise do.
 
+Thanks, that had been annoying me too. [[done]] --[[Joey]]
+
 Patch:
 
 <pre>
index c5faa45b391040b112d3765558127eb63ddd322f..8bb21f6af6ce351d2544bc3273e58da1de7fa294 100644 (file)
@@ -1,42 +1,4 @@
 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
-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]]
-
-## blog script
-
-I should mention that I also have a
-[blog](http://svn.kitenet.net/trunk/bin/blog) 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]]
-
-## using the web interface with a real text editor
-
-If you use Firefox or Iceweasel, the [It's All
-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]]
-
-## 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]].
+[[inline pages="tips/* and !*/Discussion" archive="yes"
+rootpage="tips" postformtext="Add a new tip about:" show=0]]
diff --git a/doc/tips/blog_script.mdwn b/doc/tips/blog_script.mdwn
new file mode 100644 (file)
index 0000000..bc9fb00
--- /dev/null
@@ -0,0 +1,5 @@
+I have a [blog](http://svn.kitenet.net/trunk/bin/blog) 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]]
+
diff --git a/doc/tips/using_the_web_interface_with_a_real_text_editor.mdwn b/doc/tips/using_the_web_interface_with_a_real_text_editor.mdwn
new file mode 100644 (file)
index 0000000..d696bac
--- /dev/null
@@ -0,0 +1,6 @@
+If you use Firefox or Iceweasel, the [It's All
+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]] 
diff --git a/doc/tips/wikiannounce.mdwn b/doc/tips/wikiannounce.mdwn
new file mode 100644 (file)
index 0000000..361620e
--- /dev/null
@@ -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]]