aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web>2009-05-16 15:49:06 -0400
committerJoey Hess <joey@kitenet.net>2009-05-16 15:49:06 -0400
commit751618c4883f9740aeaf069e73f35b4fe06b5028 (patch)
tree2b47a0343496af29d2c00f2889632676faffe832
parent28f8d1d6cabf8ac2440663e615b17c547071b7fd (diff)
downloadikiwiki-751618c4883f9740aeaf069e73f35b4fe06b5028.tar
ikiwiki-751618c4883f9740aeaf069e73f35b4fe06b5028.tar.gz
Added an anchor for referring to this place.
-rw-r--r--doc/todo/structured_page_data.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/todo/structured_page_data.mdwn b/doc/todo/structured_page_data.mdwn
index 22f67cc0a..d9133b4aa 100644
--- a/doc/todo/structured_page_data.mdwn
+++ b/doc/todo/structured_page_data.mdwn
@@ -82,6 +82,7 @@ See also:
> rather than all pages linked from a given page.
>
>The first use case is handled by having a template in the page creation. You could
+
>have some type of form to edit the data, but that's just sugar on top of the template.
>If you were going to have a web form to edit the data, I can imagine a few ways to do it:
>
@@ -243,7 +244,7 @@ in a large number of other cases.
> would match `data_eq(Depends on,6)`, `data_link(Depends on,bugs/bugA)`, `data_link(Depends on,bugs/bugB)`
> or, if you applied the patch in [[todo/tracking_bugs_with_dependencies]] then you can use 'defined pagespecs'
-> such as `data_link(Depends on,~openBugs)`. The ability to label links like this allows separation of
+> such as `data_link(Depends on,~openBugs)`. <a id="another_kind_of_links" />The ability to label links like this allows separation of
> dependencies between bugs from arbitrary links.
----