X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/c18bf92d741a21e3a165695544012ef407192f6e..da205c3eaf8e9427531c0f83120be8ba96471868:/doc/index/discussion.mdwn diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn index d5a48f282..df4e57aba 100644 --- a/doc/index/discussion.mdwn +++ b/doc/index/discussion.mdwn @@ -61,6 +61,8 @@ 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 [SharedHosting](tips/SharedHosting). It should do the trick. --MattReynolds + ---- # Upgrade steps @@ -405,6 +407,9 @@ I'm playing around with various ways that I can use subversion with ikiwiki. > away without running the post-commit wrapper on commit, and all you lose > is the ability to send commit notification emails. +> (And now that [[recentchanges]] includes rss, you can just subscribe to +> that, no need to worry about commit notification emails anymore.) + * Is it possible / sensible to have ikiwiki share a subversion repository with other data (either completely unrelated files or another ikiwiki instance)? This works in part but again the post-commit hook seems problematic. --[[AdamShand]] @@ -435,3 +440,14 @@ I'm sure that this is documented somewhere but I've ransacked the wiki and I can >> Bad_Iki_Num_65_5 >> >>--[[AdamShand]] + +# Upgrade steps from RecentChanges CGI to static page? + +Where are the upgrade steps for RecentChanges change from CGI to static feed? +I run multiple ikiwiki-powered sites on multiple servers, but today I just upgraded one to 2.32.3. +Please have a look at + +Any suggestions? + +> There are no upgrade steps required. It does look like you need to enable +> the meta plugin to get a good recentchanges page though.. --[[Joey]]