aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/absolute_urls_in_wikilinks.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-04 18:44:35 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-04 18:44:35 +0000
commit883acbb44cf6a8c037b49c73231e3f3276a42eee (patch)
treed3140648d70e669faf270d8b0e36c8197e88b1f4 /doc/todo/absolute_urls_in_wikilinks.mdwn
parent1b54d111e62fbec2c6e9078c6ab5d253cccc98be (diff)
downloadikiwiki-883acbb44cf6a8c037b49c73231e3f3276a42eee.tar
ikiwiki-883acbb44cf6a8c037b49c73231e3f3276a42eee.tar.gz
web commit by NicolasLimare: explanations
Diffstat (limited to 'doc/todo/absolute_urls_in_wikilinks.mdwn')
-rw-r--r--doc/todo/absolute_urls_in_wikilinks.mdwn10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/todo/absolute_urls_in_wikilinks.mdwn b/doc/todo/absolute_urls_in_wikilinks.mdwn
index 3a6a8cb65..5120c6568 100644
--- a/doc/todo/absolute_urls_in_wikilinks.mdwn
+++ b/doc/todo/absolute_urls_in_wikilinks.mdwn
@@ -7,4 +7,12 @@ since these pages can be included from a subdir. Ditto, links from \[[ inline ..
> You can make a wikilink absolute by prefixing it with a /, see
> [[subpage/linkingrules/]]. Pagespecs match absolute by default. But what do
> you mean "included from a subdir"? If you inline a page, its links shouldn't
-> change. --Ethan \ No newline at end of file
+> change. --Ethan
+
+>> I want the "last pages" in my sidebar. and some links to a few special pages.
+>> \[[inline ]] or \\[[map ]] in the sidebar is a bad idea, (because each update rebuilds
+>> all the wiki), so I use server-side-include instead of the sidebar plugin;
+>> this reduces the dependencies
+>> my sidebar is generated as http://foo.org/menu/index.html, so all the links generated by
+>> \[[inline ]] or \[[map ]] are relative to this position.
+>> Included from http://foo.org/section/sub/blah/index.shtml, the links are broken.