X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/e3a84952715cdd625258e1695cb74898006c31f3..c2c1438e4970b850925883a3b37ea6472ed7e1fd:/doc/index/discussion.mdwn diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn index 92fe8fa47..89e12e6c2 100644 --- a/doc/index/discussion.mdwn +++ b/doc/index/discussion.mdwn @@ -96,7 +96,7 @@ I'd like to install ikiwiki as a non-root user. I can plow through getting all t perl dependencies installed because that's well documented in the perl world, but I don't know how to tell ikiwiki to install somewhere other than / --BrianWilson -> Checkout the tips section for [[tips/SharedHosting]]. It should do the trick. --MattReynolds +> Checkout the tips section for [[tips/DreamHost]]. It should do the trick. --MattReynolds ---- @@ -411,7 +411,7 @@ I'm sure that this is documented somewhere but I've ransacked the wiki and I can > The default `wiki_file_regexp` matches filenames containing only > `[-[:alnum:]_.:/+]` > -> The IkiWiki::titlepage() function will convert freeform text to a valid +> The titlepage() function will convert freeform text to a valid > page name. See [[todo/should_use_a_standard_encoding_for_utf_chars_in_filenames]] > for an example. --[[Joey]]