aboutsummaryrefslogtreecommitdiff
path: root/doc/TourBusStop.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-11 19:39:05 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-11 19:39:35 -0400
commit135628f6d44f97a0150b2b0313a0565abe44f1ae (patch)
tree2f6ce3fb21d0a129dae3d345062098a3b66611fe /doc/TourBusStop.mdwn
parent8a3d15141c2346acb1a323abf89ed556f58f3078 (diff)
downloadikiwiki-135628f6d44f97a0150b2b0313a0565abe44f1ae.tar
ikiwiki-135628f6d44f97a0150b2b0313a0565abe44f1ae.tar.gz
move inline docs to ikiwiki/directive/inline
ikiwiki/blog will be going away
Diffstat (limited to 'doc/TourBusStop.mdwn')
-rw-r--r--doc/TourBusStop.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TourBusStop.mdwn b/doc/TourBusStop.mdwn
index a78e4843a..8e382bd77 100644
--- a/doc/TourBusStop.mdwn
+++ b/doc/TourBusStop.mdwn
@@ -6,7 +6,7 @@ This wiki serves as the home for the ikiwiki wiki engine, providing collaborativ
* Rather than inventing yet another simplistic, linear version control system, ikiwiki uses a standard version control system such as [[Subversion|rcs/svn]] or [[rcs/Git]]. You can edit a wiki by committing to your repository, as well as through a traditional web interface. This makes ikiwiki ideal for collaborative software development; just keep your wiki in version control next to your software. You can also take full advantage of the features of these systems; for instance, you can keep a local branch of your wiki via [[rcs/Git]].
-* You can turn any set of pages into a [[ikiwiki/blog]] or similar news feed,
+* You can turn any set of pages into a [[blog]] or similar news feed,
* complete with RSS and Atom support. You can run your weblog on ikiwiki (and [[many_people_do|ikiwikiusers]]), run a Planet-like [[aggregator|plugins/aggregate]] for external feeds, or keep a [[TODO]] and [[bug|bugs]] list with tags for completed items.
* ikiwiki provides a wiki compiler, designed to transform your wiki content into a set of static pages. You can then serve these pages as static content. ikiwiki will not fall over during a Slashdotting, because page views don't require the ikiwiki CGI; as long as your web server can keep up, your site will survive. Furthermore, you can choose whether you want to run the ikiwiki CGI for web edits or only handle commits to the underlying version control system; you can even run ikiwiki privately and just manually copy the content to another server. So if you want to put a wiki up on a server without installing any software on that server, try ikiwiki.