mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-07 18:25:23 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14163 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
17 lines
597 B
Plaintext
17 lines
597 B
Plaintext
<entry xmlns='http://www.w3.org/2005/Atom'>
|
|
<title>${name!""}</title>
|
|
<link rel="alternate" type="text/html"
|
|
<#if nodeRef?? && nodeRef != "">
|
|
href="${repoEndPoint}/d/d/${nodeRef?replace("://","/")}/${name!""}"
|
|
<#else>
|
|
href="${repoEndPoint}"
|
|
</#if>
|
|
/>
|
|
<icon></icon>
|
|
<id>${id}</id>
|
|
<updated>${xmldate(date)}</updated>
|
|
<summary>${userId!""} ${activityType!""} ${displayPath!""} <#if siteNetwork?? && siteNetwork != "">(${siteNetwork} site)</#if></summary>
|
|
<author>
|
|
<name>${userId!""}</name>
|
|
</author>
|
|
</entry> |