- for block {block_id}, to have a cache with 3600 seconds of expiration,
declare in the cms.ini
[blocks]
{block_id}.expiration=3600
Added support for size in feed aggregation with new field "size"
29 lines
728 B
JSON
29 lines
728 B
JSON
{
|
|
"ids": ["eiffel", "forum"],
|
|
"feeds": {
|
|
"eiffel": {
|
|
"title": "Eiffel related posts.",
|
|
"expiration": "21600",
|
|
"size": 10,
|
|
"locations": [
|
|
"https://bertrandmeyer.com/feed/",
|
|
"https://room.eiffel.com/blog/feed",
|
|
"https://room.eiffel.com/article/feed",
|
|
"https://room.eiffel.com/library/feed"
|
|
]
|
|
, "categories": ["Eiffel"]
|
|
,"option_description": "enabled"
|
|
},
|
|
"forum": {
|
|
"title": "Eiffel Forum",
|
|
"expiration": "21600",
|
|
"size": 10,
|
|
"locations": [
|
|
"https://groups.google.com/forum/feed/eiffel-users/msgs/atom.xml?num=15".
|
|
"http://stackoverflow.com/feeds/tag?tagnames=eiffel&sort=newest"
|
|
]
|
|
,"option_description": "enabled"
|
|
}
|
|
}
|
|
}
|