<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Dynamic landing page in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250915#M204045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have read your post and the same is my requirement, to redirect the user to its specific site upon login. Can you please share the full step by step solution if you have achieved it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jul 2016 07:11:07 GMT</pubDate>
    <dc:creator>mohammed</dc:creator>
    <dc:date>2016-07-05T07:11:07Z</dc:date>
    <item>
      <title>Dynamic landing page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250905#M204035</link>
      <description>Hi folks, I'm trying to figure out how to implement a mechanism that decides dynamically what's the landing page for a user.I know that the default landing page is relatively easy to customize, as you can see in the following links:http://blogs.alfresco.com/wp/ddraper/2011/11/01/advanced-share-custo</description>
      <pubDate>Mon, 19 Nov 2012 14:41:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250905#M204035</guid>
      <dc:creator>alejandrogarcia</dc:creator>
      <dc:date>2012-11-19T14:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic landing page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250906#M204036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This was something that I actually tried to look into for the Share Customizations Live session (DevCon-2012) but wasn't able to find an easy solution. The problem is that in order for Surf to determine whether or not a page needs to be authenticated it has to actually load the page first - this also applies to the landing page (so that when no page is specified the landing page is loaded first to determine the authentication required). The only way that I think you can really achieve this is to have a redirect from the landing page. The only other option you consider would be to create your own Page implementation (extending the default Surf PageImpl class) and override the dispatchPage() method - you should then be able to dynamically evaluate the subsequent page to load.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps - if you take the latter approach then I'd be interested to see your solution!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 14:51:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250906#M204036</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2012-11-19T14:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic landing page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250907#M204037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thaks very much for replying Dave.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well it helps actually because at least your giving me some options and paths to follow. Now I have to investigate and experiment by myself until I find such solution that both it meets my requirement and it is clean and scalable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, I still would like to ask you a couple of questions. When you say "landing page" in your last post, are you always meaning the &lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;TOMCAT/webapps/share/site-index.jsp&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt; page? And finally, which of the two possible options you have mentioned would you go for and why?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PD: Whatever the solution I adopt, I will share with you and the developers community if I consider it is worth (I wouldn't like to share a dirty, weird and obscure solution&amp;nbsp; :wink: ).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 16:15:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250907#M204037</guid>
      <dc:creator>alejandrogarcia</dc:creator>
      <dc:date>2012-11-19T16:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic landing page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250908#M204038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;By the way, regarding to the second option you mantioned, I don't see any "dispatchPage()" method in the org.springframework.extensions.surf.types.PageImpl class (perhaps I'm looking at the wrong package?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://fisheye.springsource.org/browse/se-surf/branches/1.2.0-M2/spring-surf/spring-surf/src/main/java/org/springframework/extensions/surf/types/PageImpl.java?hb=true" rel="nofollow noopener noreferrer"&gt;https://fisheye.springsource.org/browse/se-surf/branches/1.2.0-M2/spring-surf/spring-surf/src/main/java/org/springframework/extensions/surf/types/PageImpl.java?hb=true&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 16:23:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250908#M204038</guid>
      <dc:creator>alejandrogarcia</dc:creator>
      <dc:date>2012-11-19T16:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic landing page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250909#M204039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Apologies… I meant PageView, you'll also need to override the PageViewResolver as well so that your PageView implementation is instantiated (this will require updates to the Spring configuration). Although I guess you could probably do everything you need by extending the PageViewResolver.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 19:21:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250909#M204039</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2012-11-19T19:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic landing page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250910#M204040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No problems Dave, apologies accepted&amp;nbsp; :wink: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, I've been taking a look at the &lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;org.springframework.extensions.surf.mvc.PageView&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt; class (&lt;/SPAN&gt;&lt;A href="https://fisheye.springsource.org/browse/se-surf/branches/1.2.0-M2/spring-surf/spring-surf/src/main/java/org/springframework/extensions/surf/mvc/PageView.java" rel="nofollow noopener noreferrer"&gt;https://fisheye.springsource.org/browse/se-surf/branches/1.2.0-M2/spring-surf/spring-surf/src/main/java/org/springframework/extensions/surf/mvc/PageView.java&lt;/A&gt;&lt;SPAN&gt;) and I've seen some "login stuff", specifically in the &lt;/SPAN&gt;&lt;STRONG&gt;renderView(RequestContext context)&lt;/STRONG&gt;&lt;SPAN&gt; method. Is this one which would make sense to override?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At the same time my colleague and I have thought about another approach:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I know, the site-index property is configurable in &lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;alfresco\site-data\configurations\slingshot.site.configuration.xml&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;. Then, according to the value defined in the &lt;/SPAN&gt;&lt;EM&gt;&amp;lt;root-page&amp;gt;&lt;/EM&gt;&lt;SPAN&gt; tag and similarly to the &lt;/SPAN&gt;&lt;STRONG&gt;accept-invite&lt;/STRONG&gt;&lt;SPAN&gt; component:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;Create a custom page&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;Create a custom template-instance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.&amp;nbsp;&amp;nbsp;&amp;nbsp;Create a custom FreeMarker template, exclusively containing the region that loads the webscript&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.&amp;nbsp;&amp;nbsp;&amp;nbsp;Implement a custom webscript that loads the user sites and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5.&amp;nbsp;&amp;nbsp;&amp;nbsp;Perform the redirection similarly as the accept-invite component is doing. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For me it makes sense as a completely clean and non-intrusive solution. Please, let me know what do you think and whether you believe this approach would work or not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks very much.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 12:04:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250910#M204040</guid>
      <dc:creator>alejandrogarcia</dc:creator>
      <dc:date>2012-11-20T12:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic landing page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250911#M204041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's a perfectly acceptable approach and something I suggested in my first response &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The only way that I think you can really achieve this is to have a redirect from the landing page&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;It really just depends if you're happy to have a redirect from your landing page each time - but it will work,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 12:13:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250911#M204041</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2012-11-20T12:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic landing page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250912#M204042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm sorry, maybe it is caused by my lack of knowledge on Surf and Share, but as far as I understood about your first answer, the first option you proposed would imply a modification/customization of the original &lt;/SPAN&gt;&lt;STRONG&gt;site-index.jsp&lt;/STRONG&gt;&lt;SPAN&gt; page, by redirecting to a custom Surf page. My plan is to invoke that custom page directly, without passing though the &lt;/SPAN&gt;&lt;STRONG&gt;site-index.jsp&lt;/STRONG&gt;&lt;SPAN&gt; page and performing the redirection in the webscript component. Do you know what I mean?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I'm confused&amp;nbsp; :? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, regarding to one of my previous questions: What do you think is better, a PageView customization based approach or a solution such as I have just explained in my last post?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your patience&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 13:03:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250912#M204042</guid>
      <dc:creator>alejandrogarcia</dc:creator>
      <dc:date>2012-11-20T13:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic landing page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250913#M204043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah… I hadn't made that clear, probably because of my own investigation into doing this for DevCon. My initial assumption was that you were referring to how you could dynamically change the default landing page and I just thought you were referring to dynamically modifying the root-page in the site-configuration (which isn't possible) - but you could have create a new root-page that performs redirection. Doing it this way is almost certainly the simplest way to achieve your goal, but as I said it's sometimes not ideal to have a redirection (effectively you're loading two pages instead of one). Overriding the PageView and PageViewResolver is definitely more complex but would avoid the redirect (because it would occur on the server and not the client).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For simplicity I'd suggest the client-side redirect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 13:10:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250913#M204043</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2012-11-20T13:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic landing page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250914#M204044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, actually what I have now in mind is not to dynamically modify the root-page in the &lt;/SPAN&gt;&lt;STRONG&gt;site-configuration.xml&lt;/STRONG&gt;&lt;SPAN&gt;. To sum up and to clarify for other developers, my intention is to perform the redirection within a custom Surf page rather than in the &lt;/SPAN&gt;&lt;STRONG&gt;site-index.jsp&lt;/STRONG&gt;&lt;SPAN&gt;; this is configured in the &lt;/SPAN&gt;&lt;STRONG&gt;site-configuration.xml&lt;/STRONG&gt;&lt;SPAN&gt; file. Furthermore, the mentioned custom page will contain a webscript which: 1. invokes the REST API in order to retrieve the sites of the user, 2. dynamically generates the site's URL and 3. it performs the redirection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to retrieve the sites of a user via RESTful API and how to treat the response? As far as I know, by following as example several out-of-the-box Share components, for example the dashlet &lt;/SPAN&gt;&lt;EM&gt;My Sites&lt;/EM&gt;&lt;SPAN&gt; or the &lt;/SPAN&gt;&lt;EM&gt;user-sites&lt;/EM&gt;&lt;SPAN&gt; component that belongs to the user profile page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried out a "dummy" version of this approach and works fine, so I will post the full solution when I have it 100% working. At the moment I hope this thread helps others&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will investigate further the approach of overriding the PageView and PageViewResolver, I'm aware it is more efficient but it will require more time because of its complexity, as you said.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 16:13:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250914#M204044</guid>
      <dc:creator>alejandrogarcia</dc:creator>
      <dc:date>2012-11-20T16:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic landing page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250915#M204045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have read your post and the same is my requirement, to redirect the user to its specific site upon login. Can you please share the full step by step solution if you have achieved it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 07:11:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250915#M204045</guid>
      <dc:creator>mohammed</dc:creator>
      <dc:date>2016-07-05T07:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic landing page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250916#M204046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which Alfresco version you are using? In the recent version of Alfresco, you can setup a landing page for the user. Have you checked if that is the same thing you are looking for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 15:41:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250916#M204046</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2016-07-05T15:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic landing page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250917#M204047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi romschn,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Alfresco 5.1.e and I know that the users can set any page as their home page. But I don't want users to set it, I want to set it dynamically based on the site to which users belong. I want to implement a mechanism that decides dynamically what's the landing page for a user.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 07:39:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250917#M204047</guid>
      <dc:creator>mohammed</dc:creator>
      <dc:date>2016-07-06T07:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic landing page</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250918#M204048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have same this requierement, more or less. I need retrieve all sites of one user and if only have one site then goto to this site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fegor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 12:31:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-landing-page/m-p/250918#M204048</guid>
      <dc:creator>fegor</dc:creator>
      <dc:date>2018-03-12T12:31:35Z</dc:date>
    </item>
  </channel>
</rss>

