]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/index/discussion.mdwn
tag
[git.ikiwiki.info.git] / doc / index / discussion.mdwn
index 92fe8fa4762032cca196abd3f18c3587519c2fe8..89e12e6c26ed655466bbe26fbc9f3b591e5a6756 100644 (file)
@@ -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]]