diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-04-05 17:02:10 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-04-05 17:02:10 -0400 |
commit | a01028ae8156679a108a40c62aa6b4cc3e2b3ae7 (patch) | |
tree | b31782b60b4ba8e5324b4b8184a83dfab765c754 /doc | |
parent | 09d4e9d6bb7a049b0721ffbf7dc6e64bee4404cc (diff) |
txt: Add a special case for robots.txt.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/txt.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/plugins/txt.mdwn b/doc/plugins/txt.mdwn index 420898d09..a3087c9e0 100644 --- a/doc/plugins/txt.mdwn +++ b/doc/plugins/txt.mdwn @@ -12,3 +12,8 @@ The only exceptions are that [[WikiLinks|ikiwiki/WikiLink]] and [[directives|ikiwiki/directive]] are still expanded by ikiwiki, and that, if the [[!cpan URI::Find]] perl module is installed, URLs in the txt file are converted to hyperlinks. + +---- + +As a special case, a file `robots.txt` will be copied intact into the +`destdir`, as well as creating a wiki page named "robots". |