summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://kaizer.se/ <http://kaizer.se/@web>2009-09-22 17:17:11 -0400
committerJoey Hess <joey@kitenet.net>2009-09-22 17:17:11 -0400
commit92b3be2f3ef4123f2e5d9afb761cfd7251c2511d (patch)
treeb238c56f1a61afab4c1245148e4d57d1a0aa2509
parentd163b06cd6c4a3018a10ced73ec2e74108c3da2a (diff)
rst-wikilinks uses 'htmllink'
-rw-r--r--doc/todo/Resolve_native_reStructuredText_links_to_ikiwiki_pages.mdwn9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/todo/Resolve_native_reStructuredText_links_to_ikiwiki_pages.mdwn b/doc/todo/Resolve_native_reStructuredText_links_to_ikiwiki_pages.mdwn
index 4bde25bd2..1782af824 100644
--- a/doc/todo/Resolve_native_reStructuredText_links_to_ikiwiki_pages.mdwn
+++ b/doc/todo/Resolve_native_reStructuredText_links_to_ikiwiki_pages.mdwn
@@ -65,6 +65,11 @@ Implementation of Proposal-2 wikilinks are in the branch
[rst-wl]: http://github.com/engla/ikiwiki/commits/rst-wikilinks
+**rst-wikilinks** patch series includes changes at the end to use ikiwiki's
+'htmllink' for the links (which is the only sane thing to do to work in all configurations).
+This means a :wiki:`Link` should render just exactly like [[Link]] whether
+the target exists or not.
+
On top of **rst-wikilinks** is [rst-customize][rst-custom] which adds two
power user features: Global (python) file to read in custom directives
(unsafe), and a wikifile as "header" file for all parsed .rst files (safe,
@@ -76,10 +81,6 @@ Some rst-custom [examples are here](http://kaizer.se/wiki/rst_examples/)
[rst-custom]: http://github.com/engla/ikiwiki/commits/rst-customize
-**What is missing?** links to nonexistant pages are not resolved.
-Perhaps the "link resolver" part should use Ikiwiki's htmllink instead
-of its simple subsitutions.
-
## Directives ##
Now **Directives**: As it is now, ikiwiki goes though (roughly):