diff options
author | http://ptecza.myopenid.com/ <http://ptecza.myopenid.com/@web> | 2008-08-21 04:50:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-08-21 04:50:40 -0400 |
commit | cb919de70f95995aec67565f6c28583229438747 (patch) | |
tree | d088b8733fe3d2b237e79bb107d666e49cba6080 /doc | |
parent | 2ad40b82f4b5eb32aaf9bb4801fb3a57e22e0774 (diff) | |
download | ikiwiki-cb919de70f95995aec67565f6c28583229438747.tar ikiwiki-cb919de70f95995aec67565f6c28583229438747.tar.gz |
* Feature request
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/inline:_numerical_ordering_by_title.mdwn | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/todo/inline:_numerical_ordering_by_title.mdwn b/doc/todo/inline:_numerical_ordering_by_title.mdwn new file mode 100644 index 000000000..0e4549dab --- /dev/null +++ b/doc/todo/inline:_numerical_ordering_by_title.mdwn @@ -0,0 +1,21 @@ +Could you please add numerical ordering by title to [[inline|plugins/inline]] +plugin? Now I can do only alphabetical order by title, but sometime it's not enough. + +BTW, it seems that ordering by title is rather ordering by filename of page. +For me "title" means title of page I can set using `title` parameter +of [[meta|plugins/meta]] plugin :) + +Why do I need that feature? I've just been migrating an info site of our university +[mail system](http://poczta.uw.edu.pl/) to Ikiwiki from very static, console handling +Makefile+[WML](http://thewml.org/)+XML+XSL=HTML solution. I have many news files +(`1.mdwn`, `2.mdwn`, etc.) and unfortunately I did very stupid thing. I've commited +all of them in the same revision of our Subversion repo... + +Now I have a problem with sorting these files using inline plugin. I can't do +sorting by age, because both old and young news files have the same age. I can't +sort by title too. For example, when I sort them by title, then `9.mdwn` page is +between `90.mdwn` and `89.mdwn` pages... It sucks, of course. Sorting by mtime +also is not a solution for me, because it means that I can't touch/fix old news +anymore. + +Do you have any idea how to workaround that issue? --[[Paweł|ptecza]] |