diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-04-14 16:04:52 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-04-14 16:04:52 -0400 |
commit | 43ed0cd07ece2b5238d1c148552620a6a1c37436 (patch) | |
tree | a48ca8e61195e5a3c1dcd6806903ba295a64ec0b /doc | |
parent | 53c8e674ace50d8733e913e8cfa5d40793e5019d (diff) | |
download | ikiwiki-43ed0cd07ece2b5238d1c148552620a6a1c37436.tar ikiwiki-43ed0cd07ece2b5238d1c148552620a6a1c37436.tar.gz |
note link types are now available
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/structured_page_data.mdwn | 3 | ||||
-rw-r--r-- | doc/todo/tracking_bugs_with_dependencies.mdwn | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/structured_page_data.mdwn b/doc/todo/structured_page_data.mdwn index da9da9663..9f21fab7f 100644 --- a/doc/todo/structured_page_data.mdwn +++ b/doc/todo/structured_page_data.mdwn @@ -253,6 +253,9 @@ in a large number of other cases. > dependencies between bugs from arbitrary links. >> This issue (the need for distinguished kinds of links) has also been brought up in other discussions: [[tracking_bugs_with_dependencies#another_kind_of_links]] (deps vs. links) and [[tag_pagespec_function]] (tags vs. links). --Ivan Z. +>>> And multiple link types are now supported; plugins can set the link +>>> type when registering a link, and pagespec functions can match on them. --[[Joey]] + ---- #!/usr/bin/perl diff --git a/doc/todo/tracking_bugs_with_dependencies.mdwn b/doc/todo/tracking_bugs_with_dependencies.mdwn index 5f3ece290..456dadad0 100644 --- a/doc/todo/tracking_bugs_with_dependencies.mdwn +++ b/doc/todo/tracking_bugs_with_dependencies.mdwn @@ -81,6 +81,9 @@ I like the idea of [[tips/integrated_issue_tracking_with_ikiwiki]], and I do so >> I saw that this issue is targeted at by the work on [[structured page data#another_kind_of_links]]. --Ivan Z. +>>> It's fixed now; links can have a type, such as "tag", or "dependency", +>>> and pagespecs can match links of a given typo. --[[Joey]] + Okie - I've had a quick attempt at this. Initial patch attached. This one doesn't quite work. And there is still a lot of debugging stuff in there. |