From b44ca17f939596d0ec76aca9a295516f12803d69 Mon Sep 17 00:00:00 2001 From: "http://smcv.pseudorandom.co.uk/" Date: Mon, 22 Sep 2008 18:29:48 -0400 Subject: [PATCH] --- ...ndex.html_is_made_visible_by_various_actions.mdwn | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/doc/bugs/index.html_is_made_visible_by_various_actions.mdwn b/doc/bugs/index.html_is_made_visible_by_various_actions.mdwn index b0740649c..580df9eb5 100644 --- a/doc/bugs/index.html_is_made_visible_by_various_actions.mdwn +++ b/doc/bugs/index.html_is_made_visible_by_various_actions.mdwn @@ -1,12 +1,10 @@ When you do various CGI actions, "index.html" is visible in the redirection URL. It's desirable that this is avoided, so there is only one visible URL for each page (search engines don't think that /foo/index.html is equivalent to /foo/, since this is not necessarily true for all servers and configurations). -The beautify branch in my repository contains [[patches|patch]] for all the cases I found by grepping for "htmlpage", which are: +[The beautify branch in my repository](http://git.debian.org/?p=users/smcv/ikiwiki.git;a=shortlog;h=refs/heads/beautify) contains [[patches|patch]] for all the cases I found by grepping for "htmlpage", which are: -* editpage redirects you to the page under various circumstances, most visibly after you finish editing it -* poll redirects you to the poll after voting -* recentchanges redirects you to the relevant page when you click a link -* remove redirects you to the parent of the removed page - - +* [[plugins/editpage]] redirects you to the page under various circumstances, most visibly after you finish editing it +* [[plugins/poll]] redirects you to the poll after voting +* [[plugins/recentchanges]] redirects you to the relevant page when you click a link +* [[plugins/remove]] redirects you to the parent of the removed page I think the coding standard in future should be: use htmlpage when you want a local file, or urlto if you want a URL. -- 2.44.0