web commit by JordaPolo: Subpages and header.
authorwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 21 Aug 2006 10:27:25 +0000 (10:27 +0000)
committerwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 21 Aug 2006 10:27:25 +0000 (10:27 +0000)
doc/index/discussion.mdwn

index 962a069d3a8c008ec9500ac8902f878486ca4e86..6e1228bd27787100bf118d3425b56f74b541a2ac 100644 (file)
@@ -17,3 +17,9 @@ It would be interesting to have a `<TMPL_VAR BASEURL>` that would act exactly li
                $page=~s/[^\/]+\//..\//g;
                return $page;
        } #}}}
+
+----
+The header of subpages always links to its "superpage", even if it doesn't exist. I'm not sure if this is a feature or a bug, but I would certainly prefer that superpages weren't mandatory.
+
+For example, if you are in 'example/page.html', the header will be something like 'wiki / example / page'. Now, if 'example.html' doesn't exist, you'll have a dead link for every subpage.
+