From: Magnus N. <ma...@no...> - 2004-08-27 15:49:20
|
Jim Nicholson wrote: > >On 8/27/04 10:28 AM, "Magnus Nordlander" <ma...@no...> wrote: > > > >>Hi, >>I'm not really sure what it is that you want, however I will give some >>comments on the things that you have listed. >> >>- support for meta-creation-date >> >>Why do you need that? You could alter the real creation date with the >>UNIX-command touch. There will be support to change the dates using the >>upcoming webadmin plugin. >> >> >> > >The main reason is because my existing blosxom setup uses meta dates instead >of file systems dates. There are several reasons for this, not in any >particular order: > >= if my ISP fails, and I have to restore the blog somewhere else, my >current backup strategy doesn't have accurate file creation dates on the >backup copies of posts, so all the posts would show up on the day they were >restored rather than the day they were entered. > >= philosophically, I consider an edit to an existing document to be an edit, >and don't want date-based permalinks to break just because I go in and edit >a file and forget to touch the date back to where it was. > >= My blosxom blogs are seeded by a perl script that converts MT export files >into blosxom posts. That script currently sets meta-creation-date rather >than touching the output file. > >= Jim > > > >>- A port of textile2. >> >> From what I've seen it looks like a standard postformatter, shouldn't >>be too hard to implement. >> >>The category plugin right now is quite a bit short handed. >>Any work on that is appreciated. >> >>There is much going on right now. >> >>Currently making is >>- An installation script. >>- A web based administrative tool. >>- Support for trackback >>- Support for XML-RPC >>- Support for RSS and Atom-feeds. >> >>New in version 0.2 (which is not yet released) is that all modules will >>be, not required to, but encoraged to register themselves, and which >>configuration-keys they use in a $moduleinfo-array. This will be used to >>enable web based configuration of the modules. >> >>Look at for example comments.module in the CVS. >> >>Since you didn't really ask any questions, I can't really answer any :) >> >>Magnus Nordlander >> >> >> >>------------------------------------------------------- >>SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media >>100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 >>Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. >>http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 >>_______________________________________________ >>Phpblosxom-devel mailing list >>Php...@li... >>https://lists.sourceforge.net/lists/listinfo/phpblosxom-devel >> >> > > > OK, I see how this could be useful. If the aquisition of the mtime is done with a module overrideable user-function it wouldn't be to hard to make what you want possible, would it? Magnus Nordlander |