]> sipb.mit.edu Git - ikiwiki.git/commitdiff
inline: Add pagenames parameter that can be used to list a set of pages to inline...
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 31 Jul 2009 08:30:36 +0000 (10:30 +0200)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 31 Jul 2009 08:30:36 +0000 (10:30 +0200)
debian/changelog
doc/todo/inline_plugin:_specifying_ordered_page_names.mdwn

index b7d782d764fb01697219b94e65a6d6fc3c600fb9..50bb0b9459e1792eb9bc8e45491f436c868bdec5 100644 (file)
@@ -14,6 +14,8 @@ ikiwiki (3.15) UNRELEASED; urgency=low
   * pagestats: when making a tag cloud, don't emit links where the tag is
     unused (smcv)
   * map: Avoid emitting an unclosed ul element if the map is empty. (harishcm)
   * pagestats: when making a tag cloud, don't emit links where the tag is
     unused (smcv)
   * map: Avoid emitting an unclosed ul element if the map is empty. (harishcm)
+  * inline: Add pagenames parameter that can be used to list a set of
+    pages to inline, in a specific order, without using a PageSpec. (smcv)
 
  -- Joey Hess <joeyh@debian.org>  Tue, 02 Jun 2009 17:03:41 -0400
 
 
  -- Joey Hess <joeyh@debian.org>  Tue, 02 Jun 2009 17:03:41 -0400
 
index 457b4788437673e7e7a934f797389c1f9c6914a5..bbde04f838d7c7091f835421d99a294107d916f9 100644 (file)
@@ -14,3 +14,8 @@ uses it internally (as it has already collected the pages in order). It could al
 be useful for other things, like [[todo/wikitrails]]. --[[smcv]]
 
 [[!tag plugins/inline]]
 be useful for other things, like [[todo/wikitrails]]. --[[smcv]]
 
 [[!tag plugins/inline]]
+
+> It's sort of a pity that a pagespec like "a or b or c" doesn't somehow
+> match to (a, b, c) in that order, but I don't see how that would be
+> generally possible. While this feels a bit like bloat and inline already
+> has far too many parameters, I have [[merged|done]] it. --[[Joey]]