02-05-2008 02:14 PM
02-05-2008 03:22 PM
http://localhost:8080/alfresco/service/ui/doclist.atom
02-22-2008 08:51 AM
<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
<channel>
<title>QMS-Handbuch RSS-Feed</title>
<copyright>Copyright © KGS 2007</copyright>
<#assign hostname="http://hostname:8080/alfresco">
<#assign spaceref="${hostname}/navigate/browse/${space.nodeRef.storeRef.protocol}/${space.nodeRef.storeRef.identifier}/${space.nodeRef.id}">
<#assign datetimeformat="EEE, dd MMM yyyy HH:mm:ss zzz">
<link>${spaceref}</link>
<description>Aktualisierte Inhalte im '${space.name}'</description>
<language>de-de</language>
<lastBuildDate>${date?string(datetimeformat)}</lastBuildDate>
<pubDate>${date?string(datetimeformat)}</pubDate>
<ttl>120</ttl>
<generator>Alfresco 2.1.1</generator>
<image>
<title>${space.name}</title>
<width>64</width>
<height>64</height>
<link>${spaceref}</link>
<url>${hostname}${space.icon32}</url>
</image>
<#assign weekms=1000*60*60*24*7>
<#list space.childrenByXPath[".//*[subtypeOf('cm:content')]"] as child>
<#if (dateCompare(child.properties["cm:modified"], date, weekms) == 1) || (dateCompare(child.properties["cm:created"], date, weekms) == 1)>
<item>
<title>${child.properties.name}</title>
<link>${hostname}${child.url}</link>
<description>
${"<a href='${hostname}${child.url}'>"?xml}${child.properties.name}${"</a>"?xml}
<#if child.properties["cm:description"]?exists && child.properties["cm:description"] != ""> ${child.properties["cm:description"]}
</#if>
<#if child.properties["cm:author"]?exists && child.properties["cm:author"] != ""> —– Autor: ${child.properties["cm:author"]}
</#if>
<#if hasAspect(child, "cm:versionable") == 1>
<versionLabel>Version ${child.versionHistory?sort_by("versionLabel")?reverse[0].versionLabel}</versionLabel>
</#if>
<modifier>geändert von ${child.properties["cm:modifier"]}</modifier>
<pubDate>am ${child.properties["cm:modified"]?string(datetimeformat)}</pubDate>
</description>
<pubDate>${child.properties["cm:modified"]?string(datetimeformat)}</pubDate>
<guid isPermaLink="false">${hostname}${child.url}</guid>
</item>
</#if>
</#list>
</channel>
</rss>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.