aboutsummaryrefslogtreecommitdiff
path: root/underlays
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-10-09 00:06:40 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-10-09 00:06:40 -0400
commitfa82be552452ffcd554fcd6af5aa94ff3cf90ac5 (patch)
tree455ab9a9b1fdcf73b4321940b8d52dd2187e6c08 /underlays
parentfb3fd6b60fb584d8c1c0f76253d53633127afb18 (diff)
downloadikiwiki-fa82be552452ffcd554fcd6af5aa94ff3cf90ac5.tar
ikiwiki-fa82be552452ffcd554fcd6af5aa94ff3cf90ac5.tar.gz
add pagespec/sorting to underlay
Diffstat (limited to 'underlays')
-rw-r--r--underlays/basewiki/ikiwiki/pagespec/sorting.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/underlays/basewiki/ikiwiki/pagespec/sorting.mdwn b/underlays/basewiki/ikiwiki/pagespec/sorting.mdwn
new file mode 100644
index 000000000..41aa58151
--- /dev/null
+++ b/underlays/basewiki/ikiwiki/pagespec/sorting.mdwn
@@ -0,0 +1,11 @@
+Some [[directives|ikiwiki/directive]] that use
+[[PageSpecs|ikiwiki/pagespec]] allow
+specifying the order that matching pages are shown in. The following sort
+orders can be specified.
+
+* `age` - List pages from the most recently created to the oldest.
+* `mtime` - List pages with the most recently modified first.
+* `title` - Order by title.
+* `title_natural` - Only available if [[!cpan Sort::Naturally]] is
+ installed. Orders by title, but numbers in the title are treated
+ as such, ("1 2 9 10 20" instead of "1 10 2 20 9")