From 84ce6aa0b83bd6a587420cc9701ced89a3d06169 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Wed, 7 Mar 2012 19:39:42 +0100 Subject: [PATCH] comments and doc --- src/sampleconf/mimeconf | 6 ++- website/release-1.17.html | 88 +++++++++++++++++++++++++++++++-------- 2 files changed, 76 insertions(+), 18 deletions(-) diff --git a/src/sampleconf/mimeconf b/src/sampleconf/mimeconf index 9586e060..4ca58b33 100644 --- a/src/sampleconf/mimeconf +++ b/src/sampleconf/mimeconf @@ -300,7 +300,11 @@ other = application/vnd.sun.xml.draw \ # By default this filters by document category (see above), but any # language fragment should be ok. Be aware though that the "document # history" queries only know about simple "rclcat" filtering. - +# +# If you don't want the filter names to be displayed in alphabetic order, +# you can define them with a colon. The part before the colon is not +# displayed but used for ordering, ie: a:zzbutshouldbefirst b:aacomeslast +# text = rclcat:text spreadsheet = rclcat:spreadsheet presentation = rclcat:presentation diff --git a/website/release-1.17.html b/website/release-1.17.html index c3cc8f12..f49fa986 100644 --- a/website/release-1.17.html +++ b/website/release-1.17.html @@ -55,22 +55,62 @@ major function was introduced or modified.