master
http://jmtd.livejournal.com/ 2011-06-04 09:01:08 +00:00 committed by admin
parent 645ebe93b5
commit 9d2258379b
1 changed files with 9 additions and 0 deletions

View File

@ -25,3 +25,12 @@ The presentation of the resulting comments is not sorted by this date, which I w
> adding a new [[pagespec/sorting]] method that sorts by filename,
> rather than by title, and using it by default for comments might be
> better than the current situation. --[[Joey]]
>> Since git does not track file time, I tend to prefer to encode date
>> stuff inside files where possible. For other pages, I put an explicit
>> [[plugins/meta]] date into the source when I create the page. I've
>> had to reconstruct ordering after moving to a different git checkout
>> after a server move before, it was painful ☺
>>
>> In my current situation, I could live with by-filename ordering. By-title
>> ordering would also be workable. — [[Jon]]