Menu

Blog functionality with PhpWiki

Help
Art Taylor
2004-04-13
2012-10-11
  • Art Taylor

    Art Taylor - 2004-04-13

    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.

     
    • Reini Urban

      Reini Urban - 2004-04-14

      You just need some more options to WikiBlog or CalendarList.

      limit and sortby arguments passed to PageList.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.