summaryrefslogtreecommitdiff
path: root/doc/tips
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tips')
-rw-r--r--doc/tips/blog_script.mdwn5
-rw-r--r--doc/tips/integrated_issue_tracking_with_ikiwiki.mdwn (renamed from doc/tips/issue_tracking.mdwn)0
-rw-r--r--doc/tips/redirections_for_usedirs.mdwn (renamed from doc/tips/usedirs_redirections.mdwn)0
-rw-r--r--doc/tips/using_the_web_interface_with_a_real_text_editor.mdwn6
-rw-r--r--doc/tips/wikiannounce.mdwn8
5 files changed, 19 insertions, 0 deletions
diff --git a/doc/tips/blog_script.mdwn b/doc/tips/blog_script.mdwn
new file mode 100644
index 000000000..bc9fb00e6
--- /dev/null
+++ b/doc/tips/blog_script.mdwn
@@ -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/issue_tracking.mdwn b/doc/tips/integrated_issue_tracking_with_ikiwiki.mdwn
index a39b93656..a39b93656 100644
--- a/doc/tips/issue_tracking.mdwn
+++ b/doc/tips/integrated_issue_tracking_with_ikiwiki.mdwn
diff --git a/doc/tips/usedirs_redirections.mdwn b/doc/tips/redirections_for_usedirs.mdwn
index b6e85aac8..b6e85aac8 100644
--- a/doc/tips/usedirs_redirections.mdwn
+++ b/doc/tips/redirections_for_usedirs.mdwn
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
index 000000000..d696bacdb
--- /dev/null
+++ b/doc/tips/using_the_web_interface_with_a_real_text_editor.mdwn
@@ -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
index 000000000..361620ece
--- /dev/null
+++ b/doc/tips/wikiannounce.mdwn
@@ -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]]