]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by NicolasLimare: explanations
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 4 Aug 2007 18:44:35 +0000 (18:44 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 4 Aug 2007 18:44:35 +0000 (18:44 +0000)
doc/todo/absolute_urls_in_wikilinks.mdwn

index 3a6a8cb655de19df064667dcdb15b35a158918fc..5120c6568a104594687d407069cbe735e84572da 100644 (file)
@@ -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 
 > 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.