I've decided to replace my entire personal site with phpwiki, including my private weblog. (i.e., no one else would add entries.) Currently, I have posting working using the CalendarPlugin, with very minor modifications to turn off anonymous user editing.
The things I need to do next are:
1) Create some mechanism to display the n most recent entries. (I've started with TitleSearch, but it's a little unwieldy, and I need to display full entries, including processed plugins, etc.)
2) Display all entries for some period of time. (month is easiest, so I could pull back all "BlogBase/year-month-") This would be equivalent to some sort of archive functionality available with blogger, etc.
These are quite possibly aspects of the same general solution, which would be "display full, processed, marked-up text for this set of pages, sorted by blah, with a maximum count of foo."
Before I go down a rabbit hole with this, I was wondering two things. Yes, I like lists.
1) Is there a complete or near-complete solution that meets these needs, or comes close enough that I can either bodge it or change the way I work.
2) What would your recommendations be for a foundation for building this? Which existing components or plugins would be a good starting point? A high-level design along the lines of "use x to grab listings and y to display them, and add filtering as needed" would be awesome.
Thanks!
-a.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've decided to replace my entire personal site with phpwiki, including my private weblog. (i.e., no one else would add entries.) Currently, I have posting working using the CalendarPlugin, with very minor modifications to turn off anonymous user editing.
The things I need to do next are:
1) Create some mechanism to display the n most recent entries. (I've started with TitleSearch, but it's a little unwieldy, and I need to display full entries, including processed plugins, etc.)
2) Display all entries for some period of time. (month is easiest, so I could pull back all "BlogBase/year-month-") This would be equivalent to some sort of archive functionality available with blogger, etc.
These are quite possibly aspects of the same general solution, which would be "display full, processed, marked-up text for this set of pages, sorted by blah, with a maximum count of foo."
Before I go down a rabbit hole with this, I was wondering two things. Yes, I like lists.
1) Is there a complete or near-complete solution that meets these needs, or comes close enough that I can either bodge it or change the way I work.
2) What would your recommendations be for a foundation for building this? Which existing components or plugins would be a good starting point? A high-level design along the lines of "use x to grab listings and y to display them, and add filtering as needed" would be awesome.
Thanks!
-a.
You just need some more options to WikiBlog or CalendarList.
limit and sortby arguments passed to PageList.