aboutsummaryrefslogtreecommitdiff
path: root/doc/usage.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/usage.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/usage.mdwn')
-rw-r--r--doc/usage.mdwn12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn
index 0823bde84..b6af75ac8 100644
--- a/doc/usage.mdwn
+++ b/doc/usage.mdwn
@@ -166,24 +166,24 @@ configuration options of their own.
* --rss, --norss
If rss is set, ikiwiki will default to generating RSS feeds for pages
- that inline a [[ikiwiki/blog]].
+ that inline a [[blog]].
* --allowrss
If allowrss is set, and rss is not set, ikiwiki will not default to
- generating RSS feeds, but setting `rss=yes` in the blog can override
- this default and generate a feed.
+ generating RSS feeds, but setting `rss=yes` in the inline directive can
+ override this default and generate a feed.
* --atom, --noatom
If atom is set, ikiwiki will default to generating Atom feeds for pages
- that inline a [[ikiwiki/blog]].
+ that inline a [[blog]].
* --allowatom
If allowatom is set, and rss is not set, ikiwiki will not default to
- generating Atom feeds, but setting `atom=yes` in the blog can override
- this default and generate a feed.
+ generating Atom feeds, but setting `atom=yes` in the inline directive can
+ override this default and generate a feed.
* --pingurl URL