RoxenCMS 17Web Developer ManualSiteBuilder Tags

   

<sb-app-launcher>
<sb-block-dependencies>
<sb-edit-area>
<sb-error>
<sb-force-language>
<sb-get-permanent-link>
<sb-login>
<sb-notify-change>
<sb-precache-change>
<sb-register-dependency>
<sb-resolve-permanent-link>

<sb-precache-change/>

Provided by module: CMS: Tags

This tag enqueues a notification event similar to <sb-notify-change> but also puts the page in a higher priority queues for the persistent cache crawler. When the notification is received the page is enqueued for immediate crawling but until the crawler has run, the previously cached page will be delivered.


Attributes

path="absolute or relative path to a file"

Specify the file or directory to operate on. Default is current file.


prio="int"

Set the priority of the page. 1 is the highest priority and larger numbers mean less priority. Default the priority is calculated from the pages directory level.


time

Specify time of the notification event. Default, the time is calculated as 'now() + (prio * 60)' and shortened to the closes full minute.


purge

Removes all pages from the crawler priority table.