aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/inline_sort_order_and_meta_date_value.mdwn
diff options
context:
space:
mode:
authorhttp://alcopop.org/me/openid/ <http://alcopop.org/me/openid/@web>2008-11-29 10:24:04 -0500
committerJoey Hess <joey@kitenet.net>2008-11-29 10:24:04 -0500
commite156758766e6b729a3314db503c2e2bb334c31a3 (patch)
tree2793c3e15a9e36c75308ff8019315d381ced872f /doc/bugs/inline_sort_order_and_meta_date_value.mdwn
parentb683c70b44e1e646081793209e3a644662a1e9e2 (diff)
downloadikiwiki-e156758766e6b729a3314db503c2e2bb334c31a3.tar
ikiwiki-e156758766e6b729a3314db503c2e2bb334c31a3.tar.gz
simplify example
Diffstat (limited to 'doc/bugs/inline_sort_order_and_meta_date_value.mdwn')
-rw-r--r--doc/bugs/inline_sort_order_and_meta_date_value.mdwn12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/bugs/inline_sort_order_and_meta_date_value.mdwn b/doc/bugs/inline_sort_order_and_meta_date_value.mdwn
index dfb9c6085..1a88dd514 100644
--- a/doc/bugs/inline_sort_order_and_meta_date_value.mdwn
+++ b/doc/bugs/inline_sort_order_and_meta_date_value.mdwn
@@ -1,8 +1,8 @@
-I have a directory containing two files. f1 (<http://alcopop.org/~jon/repro/src/2008/07/02/debgtd.html>) has
+I have a directory containing two files. f1 (<http://alcopop.org/~jon/repro2/src/blog/debgtd.html>) has
meta date="2008-07-02 14:13:17"
-f2 (<http://alcopop.org/~jon/repro/src/2008/07/02/moving.html>) has
+f2 (<http://alcopop.org/~jon/repro2/src/blog/moving.html>) has
meta date="2008-07-02 21:04:21"
@@ -15,14 +15,14 @@ They have both been modified recently:
Note that f1 is fractionally newer than f2 in terms of ctime and mtime, but f2 is much newer in terms of the meta information.
-Another page includes them both via inline. The inclusion pagespec is not based on date, but on path (and the files are sorted into directories based on their dates)
+Another page includes them both via inline:
- inline pages="2008/07/*/*" show=5
+ inline pages="blog/*" show=5
-The resulting page is rendered with f1 above f2, seemingly not using the meta directive information: <http://alcopop.org/~jon/repro/dest/2008/07/>. The footer in the inline pages does use the correct time e.g. <em>Posted Wed 02 Jul 2008 14:13:17 BST</em>.
+The resulting page is rendered with f1 above f2, seemingly not using the meta directive information: <http://alcopop.org/~jon/repro2/dest/blog/>. The footer in the inline pages does use the correct time e.g. <em>Posted Wed 02 Jul 2008 14:13:17 BST</em>.
If I instead include them using creation_year in the pagespec, they are ordered correctly.
-<http://alcopop.org/~jon/repro/> contains the src used to reproduce this, the precise ikiwiki invocation (inside Makefile) and the results (dest).
+<http://alcopop.org/~jon/repro2/> contains the src used to reproduce this, the precise ikiwiki invocation (inside Makefile) and the results (dest).
-- [[JonDowland]]