I've a feature idea : "invisible posts"
The principle is that at this moment a post can be either "published" or "programmed". I was thinking about an "invisible" state, that would place the post in a state where it would be published but not reachable by any serendipity public link (archives, categories, etc.). It would be reachable with a link created by the user.
Why that ? For example on my blog I created a "Menu" post : it's kind of a frontpage to all the posts I think could be of interest to other people, but wich are also too old to be seen on the index page. For the moment I have a link to that post with the "HTML nugget" plugin. Everything's fine, but the "Menu" appears in the archives.
I've lots of other applications to this (a post with credits for example). I also imported pictures and texts from my older web site into posts. For all theses posts I changed the post date to 2000-01-01 00:00 to make sure they do not appear on the index page.
It would also be nice if when thoses posts would be displayed with no date (since the date is not relevant at all in these cases)
OK that's it for my stupid idea
If just have another comment : in the serendipity release I downloaded last week (v.0.6-pl2) the french language file was not provided. I had to get it from the CVS repository and some other file (to be able to select it in the administration suite). I don't know if lots of french people will be able to that (especially if they're as good in computer science as our lovely french soccer team is at playing ... soccer
And the final request : in the language file, you may want to change the first lines to
@define('LANG_CHARSET', 'ISO-8859-1');
@define('DATE_LOCALES', 'french, fr, fr');
@define('DATE_FORMAT_ENTRY', '%A, %e %B %Y');
@define('DATE_FORMAT_SHORT', '%d.%m.%Y %H:%M');
@define('WYSIWYG_LANG', 'fr');
most important is the DATE_FORMAT (that's the way dates are written in France)
Cheers