Author: jmorliaguet
Date: Sun Feb  5 23:48:28 2006
New Revision: 2307

Modified:
   
cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/functional/aggregator/browser.py
   
cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/functional/aggregator/cpsskins_aggregator.pt
Log:

- doc update

- feeds have different refresh rates



Modified: 
cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/functional/aggregator/browser.py
==============================================================================
--- 
cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/functional/aggregator/browser.py
        (original)
+++ 
cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/functional/aggregator/browser.py
        Sun Feb  5 23:48:28 2006
@@ -12,6 +12,7 @@
      },
      "storage": {
          "type": "remote",
+         "refresh": %(id)s,
          "accessors": {
              "get": "@@getFeed?id=%(id)s"
          }

Modified: 
cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/functional/aggregator/cpsskins_aggregator.pt
==============================================================================
--- 
cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/functional/aggregator/cpsskins_aggregator.pt
    (original)
+++ 
cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/functional/aggregator/cpsskins_aggregator.pt
    Sun Feb  5 23:48:28 2006
@@ -82,6 +82,13 @@
 
   <h1>CPSSkins: feed aggregator</h1>
 
+  <p>6 different feeds are retrieved asynchronously from the server.</p>
+
+  <p>The view displays all feeds and it gets updated when the data arrives.</p>
+
+  <p>Each feed is refreshed on regular time interval. The refresh date is
+     also displayed.</p>
+
   <div id="area0">
 
     <!-- models -->
@@ -102,7 +109,6 @@
      },
      "storage": {
        "type": "compound",
-       "refresh": 5,
        "partitions": ["feed1", "feed2", "feed3", "feed4", "feed5", "feed6"]
     }}
     </ins>
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to