diff options
author | Joey Hess <joey@kitenet.net> | 2007-12-08 15:59:08 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2007-12-08 15:59:08 -0500 |
commit | 7960031135e74f6d36abc4294dbadb687117222c (patch) | |
tree | 482778fb123b930018c62bb72464264c60c51bf2 /doc/bugs | |
parent | 7b125b45b025bc92e67ef6e9984f7eb5a1970987 (diff) | |
download | ikiwiki-7960031135e74f6d36abc4294dbadb687117222c.tar ikiwiki-7960031135e74f6d36abc4294dbadb687117222c.tar.gz |
MAJOR basewiki reorg
Including redir pages for the moved basewiki pages. These will be removed in
a future release.
Diffstat (limited to 'doc/bugs')
4 files changed, 9 insertions, 6 deletions
diff --git a/doc/bugs/Spaces_in_link_text_for_ikiwiki_links.mdwn b/doc/bugs/Spaces_in_link_text_for_ikiwiki_links.mdwn index 40081590d..d6e4e5a9b 100644 --- a/doc/bugs/Spaces_in_link_text_for_ikiwiki_links.mdwn +++ b/doc/bugs/Spaces_in_link_text_for_ikiwiki_links.mdwn @@ -16,7 +16,7 @@ reported in [[index/discussion#index11h1]]. > want multiple words. > > This was a decision I made a long time ago due to the ambiguity between a -> WikiLink and a [[PreProcessorDirective]]. Is "\[[foo bar|baz]]" a wikilink to +> WikiLink and a [[ikiwiki/PreProcessorDirective]]. Is "\[[foo bar|baz]]" a wikilink to > baz with a link text of "foo bar", or an instance of preprocessor > directive "foo" with a parameter of "bar|baz"? If it's interpreted as a > wikilink today, that could change tomorrow if a new preprocessor directive diff --git a/doc/bugs/brokenlinks_false_positives.mdwn b/doc/bugs/brokenlinks_false_positives.mdwn index 53d7768ba..3fdc43c40 100644 --- a/doc/bugs/brokenlinks_false_positives.mdwn +++ b/doc/bugs/brokenlinks_false_positives.mdwn @@ -1,6 +1,6 @@ The [[plugins/brokenlinks]] plugin falsely complains that -[[helponformatting]] has a broken link to [[smileys]], if the smiley plgin -is disabled. While the helponformatting page links to it inside a +[[ikiwiki/formatting]] has a broken link to [[smileys]], if the smiley plgin +is disabled. While the page links to it inside a conditional, and so doesn't show the link in this case, ikiwiki scans for links w/o looking at conditionals and so still thinks the page contains the link. diff --git a/doc/bugs/linkingrules_should_document_how_to_link_to_page_at_root_if_non-root_page_exists.mdwn b/doc/bugs/linkingrules_should_document_how_to_link_to_page_at_root_if_non-root_page_exists.mdwn index 27e07eb2e..715f8cd4d 100644 --- a/doc/bugs/linkingrules_should_document_how_to_link_to_page_at_root_if_non-root_page_exists.mdwn +++ b/doc/bugs/linkingrules_should_document_how_to_link_to_page_at_root_if_non-root_page_exists.mdwn @@ -1,3 +1,6 @@ -The [[linking_rules|subpage/linkingrules]] should document how to link to a page at the root of the wiki when a normal, unadorned link would use a page of the same name further down the hierarchy. For example, how should [[todo/latex]] link to [[logo]] rather than [[todo/logo|todo/logo]]? +The [[linking_rules|ikiwiki/subpage/linkingrules]] should document how to +link to a page at the root of the wiki when a normal, unadorned link would +use a page of the same name further down the hierarchy. For example, how +should [[todo/latex]] link to [[logo]] rather than [[todo/logo|todo/logo]]? > [[bugs/done]].. the syntax to use is "/logo" --[[Joey]] diff --git a/doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn b/doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn index 6d8a3b61d..2bda0cc0f 100644 --- a/doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn +++ b/doc/bugs/wiki_links_still_processed_inside_code_blocks.mdwn @@ -1,6 +1,6 @@ -In [[markdown]] syntax, none of the other special characters get processed +In [[ikiwiki/markdown]] syntax, none of the other special characters get processed inside a code block. However, in ikiwiki, [[wiki_links|wikilink]] and -[[preprocessor_directives|preprocessordirective]] still get processed +[[preprocessor_directives|ikiwiki/preprocessordirective]] still get processed inside a code block, requiring additional escaping. For example, `[links don't work](#here)`, but `a [[wikilink]] becomes HTML`. --[[JoshTriplett]] |