Revision history for BooleanOperationsOnPageListings
Revision [19013]
Last edited on 2008-01-28 00:13:40 by MasinAlDujaili [Modified links pointing to docs server]No Differences
Additions:
After thinking more about this: Wikka needs on one side a generic output action which accepts some content to be displayed.
%%
{{output content="some content here" col="3"}}
%%
As it wouldn't be convenient to manually enter content, Wikka needs some kind of database query facility (which must not be SQL). Currently, Wikka supports listings of pages according to:
~-category
~-last time changed
~-last time commented
~-page tag
~-linked by (and, as simple, linking to)
~-not linked by any
~-linked by pages but not existing
~-owner
Combining these elements should allow something like recent changes of a category, a list of pages that are in two or more categories, all pages linked by the homepage in alphabetical order, and so on. This means two things: Wikka must be able to retrieve different collections of pages, and Wikka must be able to sort them in different ways before the result will be displayed.
%%
{{output content="some content here" col="3"}}
%%
As it wouldn't be convenient to manually enter content, Wikka needs some kind of database query facility (which must not be SQL). Currently, Wikka supports listings of pages according to:
~-category
~-last time changed
~-last time commented
~-page tag
~-linked by (and, as simple, linking to)
~-not linked by any
~-linked by pages but not existing
~-owner
Combining these elements should allow something like recent changes of a category, a list of pages that are in two or more categories, all pages linked by the homepage in alphabetical order, and so on. This means two things: Wikka must be able to retrieve different collections of pages, and Wikka must be able to sort them in different ways before the result will be displayed.