There are a variety of places that a Wi Ki's nodes-and-links-without-text data could come in handy:

ZWiki stores the forward links in each pages properties: as 'links' and 'canonicalLinks'

<b>Argh, neither property is a unique list</b> --Bill Seitz, 2003/07/21 17:20 GMT<br> So I'll have to process it first.

(The good news is that I found this after discovering that it's easy to 'for' through the list and dump it to a string.)

Sept4 - start rethinking the Back Links idea

original plan: write batch process to run daily, updating a backLinks property for each page

new idea: since canonicalLinks is in the Catalog, what if we don't cache the backLinks, but look up from the catalog on each page view? Not as fast, but easier to write. Maybe just as a first step? Or is this a waste of time? It definitely couldn't be used if there's no catalog.

Also remember that we're not going to have this running for all folders, so we need different "skins"!

Decision for now: use catalog-dont-cache approach, have skin test for catalog

Skin questions:

Sept 9

implement cached backlinks

WebSeitzWiki: ZwikiCachedLinks (last edited 2010-07-09 21:30:45 by 76-245-240-183)