<?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 content via URL in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/content-via-url/m-p/91490#M62441</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've been looking for a way to get a list of the content of a workspace , but by using a url page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The basic id is that users place documents in a workspace folder and when other people surf to a certain website, they'll get a link to alfresco (using login: guest, guest) so they can read the document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried the WCM, but problem is that once a document is published there's no userfriendly way to re-edit the thing. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm currently trying to implement the java code of alfresco SDK in a servlet, to get the nodeID en build my links from there on so i make urls like: &lt;/SPAN&gt;&lt;A href="http://SERVERIP:8080/alfresco/download/direct/workspace/SpacesStore/0e39af85-ef38-11db-b0b7-65b3ae917d37/cost-benefit.doc" rel="nofollow noopener noreferrer"&gt;http://SERVERIP:8080/alfresco/download/direct/workspace/SpacesStore/0e39af85-ef38-11db-b0b7-65b3ae917d37/cost-benefit.doc&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; But that bird isn't flying well either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've read that in the next release (2.1) webscript will be made available, is that a better way to follow to get the result?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or got any better/easier Idees?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2007 12:15:20 GMT</pubDate>
    <dc:creator>draxor</dc:creator>
    <dc:date>2007-04-20T12:15:20Z</dc:date>
    <item>
      <title>content via URL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-via-url/m-p/91490#M62441</link>
      <description>Hi,I've been looking for a way to get a list of the content of a workspace , but by using a url page.The basic id is that users place documents in a workspace folder and when other people surf to a certain website, they'll get a link to alfresco (using login: guest, guest) so they can read the docum</description>
      <pubDate>Fri, 20 Apr 2007 12:15:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-via-url/m-p/91490#M62441</guid>
      <dc:creator>draxor</dc:creator>
      <dc:date>2007-04-20T12:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: content via URL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-via-url/m-p/91491#M62442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Templates can be accessed via URL. You can build a template that shows the items within a folder and provides downloadcontent links to them. You can then call the template itself via a URL (templatecontentservlet) and that's everything you need. If Guest is made to access the template, the folder to browse and the content itself then you won't even need to login.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Template_Guide" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Template_Guide&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/URL_Addressability#TemplateContentServlet" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/URL_Addressability#TemplateContentServlet&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;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 13:10:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-via-url/m-p/91491#M62442</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-04-20T13:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: content via URL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-via-url/m-p/91492#M62443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;nice, its half what i'm looking for, what really i need is to integrate that code into our company website so it can display its content without people having to click another url to see it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;anyhow…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://IPSERVER:8080/alfresco/template/workspace/SpacesStore/23299ecf-f171-11db-ac6c-9d9a0fdecd00/?guest=true?templatePath=/Company%20Home/Data%20Dictionary/Presentation%20Templates/OurCompanystyle.ftl" rel="nofollow noopener noreferrer"&gt;http://IPSERVER:8080/alfresco/template/workspace/SpacesStore/23299ecf-f171-11db-ac6c-9d9a0fdecd00/?guest=true?templatePath=/Company%20Home/Data%20Dictionary/Presentation%20Templates/OurCompanystyle.ftl&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when I try this url to login into a space with a template as guest (as you suggested) it allways return the login screen instead of my template.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 08:33:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-via-url/m-p/91492#M62443</guid>
      <dc:creator>draxor</dc:creator>
      <dc:date>2007-04-23T08:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: content via URL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-via-url/m-p/91493#M62444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The URL is not quite well formed, assuming you have given the Guest user access to the template path, the url should read:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;A href="http://IPSERVER:8080/alfresco/template/workspace/SpacesStore/23299ecf-f171-11db-ac6c-9d9a0fdecd00?guest=true&amp;amp;templatePath=/Company%20Home/Data%20Dictionary/Presentation%20Templates/OurCompanystyle.ftl" rel="nofollow noopener noreferrer"&gt;http://IPSERVER:8080/alfresco/template/workspace/SpacesStore/23299ecf-f171-11db-ac6c-9d9a0fdecd00?guest=true&amp;amp;templatePath=/Company%20Home/Data%20Dictionary/Presentation%20Templates/OurCompanystyle.ftl&lt;/A&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kev&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 13:18:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-via-url/m-p/91493#M62444</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-04-23T13:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: content via URL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-via-url/m-p/91494#M62445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;aight, many thnx it works!!!&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&amp;nbsp; :lol:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2007 14:38:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-via-url/m-p/91494#M62445</guid>
      <dc:creator>draxor</dc:creator>
      <dc:date>2007-04-23T14:38:22Z</dc:date>
    </item>
  </channel>
</rss>

