Here is my new s9y sidebar plugin[?]. Rather than manually maintaining a list of articles (created in the static page plugin) I have made this little sidebar plugin that displays the last N Static pages as a clickable list in the sidebar.
Some things I noticed developing this were:
- The timestamp field in the new staticpages table is null. I'm thinking it should get set as the updated date.
- No category support for static articles.
If the timestamp gets fixed, I'll change the plugin. For now it is doing a reverse sort by ID, which is the order they were created, not updated or re-edited. A fix for that would be in the serendipity_db_update function and I haven't chased it down. Could be a bug 
As well, there is no category support in the staticpage database. THis would require a schema change, and I'm not prepared to hack that in.
UPDATE: The code is no longer here, as it has been absorbed into the s9y cvs as a part of the static page plugin. Thanks for your interest!
Enjoy!
(Im)Personal Comments