summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-21 10:27:25 +0000
committerwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-21 10:27:25 +0000
commit410d9a41b793c3ceaef44847fde9f8b0501231b9 (patch)
tree7fe93df03643e3cdb94237091963ebeadd3cd57a /doc
parent6b0d11283fc4a4fa2d8c9ab558ed08cb08808682 (diff)
web commit by JordaPolo: Subpages and header.
Diffstat (limited to 'doc')
-rw-r--r--doc/index/discussion.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn
index 962a069d3..6e1228bd2 100644
--- a/doc/index/discussion.mdwn
+++ b/doc/index/discussion.mdwn
@@ -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.
+