On Tue, Oct 20, 2009 at 2:13 PM, Markus <[email protected]> wrote: > > I added this to docs.concepts.cron: > > ---snip--- > Please note that anybody could visit site.cron.index and see what has > been indexed. Especially for private sites this might be an unwanted > issue. To solve this you can add comment tags around the index > function: > > <code> > /*[(index)]*/ > </code> > ---snap--- > > I hope this is correct. At least I didn't see the indexing report > commented out in the source. > > Then there is this sentence here about site.cron.index: > > "If that page contains the [(index)] function (which it does)..." > > Does it? Seems like there is no site.cron.index bundled anymore.
What page is all this on? There really isn't any need for cron any more to do indexing as it is all handled automatically now by BoltWire. The docs must need some updating somewhere. Any time a page gets edited, it is automatically reindexed. Only the initial indexing which can now be done pretty easily. No cron stuff in the core code or any cron pages. Also, if you put a function in comments it does not get processed. You could put [(index output=false)] however, to suppress output. Cheers, Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
