]> sipb.mit.edu Git - ikiwiki.git/commitdiff
note link types are now available
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 14 Apr 2010 20:04:52 +0000 (16:04 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 14 Apr 2010 20:04:52 +0000 (16:04 -0400)
doc/todo/structured_page_data.mdwn
doc/todo/tracking_bugs_with_dependencies.mdwn

index da9da9663e2163b13e1d74f1333ee05316725ca3..9f21fab7fa6488b53cb0e5f8b8d918724bd6e475 100644 (file)
@@ -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.
 
 > 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
 ----
 
     #!/usr/bin/perl
index 5f3ece29094c8cb2b49e48f0d130946c234c4b2b..456dadad08be2de7c02a3ac6aad6e1efd0dee548 100644 (file)
@@ -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.
 
 
 >> 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.
 
 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.