From: joey Date: Sun, 28 Jan 2007 01:20:25 +0000 (+0000) Subject: split out into its own page X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/fa1cb20542a8c249706e0b219c70682e22af915a split out into its own page --- diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn index 05b034026..904cedeb6 100644 --- a/doc/index/discussion.mdwn +++ b/doc/index/discussion.mdwn @@ -172,23 +172,3 @@ Clicking on an old "?" or going to a create link but new Markdown content exists >>> discussion, or users/discussion, but not index/discussion, since this >>> page already exists. If all the pages existed, it would do the redirect >>> thing. --[[Joey]] - ----- - -# Refreshing RecentChanges page - -What do you think about refreshing RecentChanges page (via Meta Refresh Tag)? -It can be useful for users like me which rather prefer watching the last changes -in WWW browser tab than subscribing to page. --Pawel - -> Depends, if it were done the time period should be made configurable. -> Unwanted server load due to refeshing could be a problem for some. -> --[[Joey]] - ->> Yes, it should be configurable by ikiwiki admin. I believe he's not ->> stupid and he will not set too short refresh period to kill his server :) ->> I propose to add `recentchanges_refresh` variable in ikiwiki setup ->> to setting refresh period. If it's not defined, then ikiwiki doesn't put ->> refresh meta tag into `recentchanges.tmpl`. Do you like it? ;) --Pawel - ->>> Seems reasonable --[[Joey]] diff --git a/doc/todo/refreshing_recentchanges_page.mdwn b/doc/todo/refreshing_recentchanges_page.mdwn new file mode 100644 index 000000000..656a2e963 --- /dev/null +++ b/doc/todo/refreshing_recentchanges_page.mdwn @@ -0,0 +1,15 @@ +What do you think about refreshing RecentChanges page (via Meta Refresh Tag)? +It can be useful for users like me which rather prefer watching the last changes +in WWW browser tab than subscribing to page. --Pawel + +> Depends, if it were done the time period should be made configurable. +> Unwanted server load due to refeshing could be a problem for some. +> --[[Joey]] + +>> Yes, it should be configurable by ikiwiki admin. I believe he's not +>> stupid and he will not set too short refresh period to kill his server :) +>> I propose to add `recentchanges_refresh` variable in ikiwiki setup +>> to setting refresh period. If it's not defined, then ikiwiki doesn't put +>> refresh meta tag into `recentchanges.tmpl`. Do you like it? ;) --Pawel + +>>> Seems reasonable --[[Joey]]