2
edits
(RDF) |
No edit summary |
||
Line 13: | Line 13: | ||
~Grauw | ~Grauw | ||
== Update period == | |||
As suggested by stonedyak on [http://forums.mozillazine.org/viewtopic.php?t=416426&postdays=0&postorder=asc&postsperpage=15&start=15 MozillaZine forums], the spec should provide a way to dictate how often a microsummary is updated. | |||
The interval could be dictated in seconds, minutes or whatever seems appropriate. This would give added flexibility for generator authors, but would make the microsummary service more efficient due to running fewer useless checks. | |||
Example: | |||
<?xml version="1.0" encoding="UTF-8"?> | |||
<generator xmlns="http://www.mozilla.org/microsummaries/0.1" name="Yahoo! Finance Stock Quote"> | |||
<update interval="14400"/> | |||
<pages> | |||
<include/> | |||
</pages> | |||
<template> | |||
[...] | |||
</template> | |||
</generator> | |||
--[[User:Cusser|Cusser]] 12:38, 14 May 2006 (PDT) |
edits