<?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 How to link document library to my public web site? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-link-document-library-to-my-public-web-site/m-p/214109#M167239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I just watched a video called "Making Web Content Management Easy with Alfresco Share 3.2" from the blue fish development group.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; They have a public traditional website that everyone can see, and when they add a new document under document library inside Alfresco Share, they can see the document immediately in their traditional &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;website. They have several folders under document library in Alfresco Share. For example, they have a folder called "new release" under document library. So when they upload a new document to that folder, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;their website ("webiste URL"/new release/) is updated with this new document appeared there as well. They are able to integrate their website with alfresco share, (once log in to their traditional website, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;they can add articles; Or they can add an article inside alfresco share, and their traditional website will appear that article as well).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; That is exactly what i want to do with alfresco share. Can anyone give me a hint how I can achieve that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Maybe my description is kind of vague, but if you look at the video from 40:20 to 42:12, you will know what I mean. The video can be watched from this URL: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://blogs.alfresco.com/wp/webcasts/2010/02/making-web-content-management-easy-with-alfresco-share-32/?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed:+AlfrescoBlogs+(Alfresco+Blogs)" rel="nofollow noopener noreferrer"&gt;http://blogs.alfresco.com/wp/webcasts/2010/02/making-web-content-management-easy-with-alfresco-share-32/?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed:+AlfrescoBlogs+(Alfresco+Blogs)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After enter this URL, click "Take a Look".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I really want to know how to achieve this interaction between traditional website and alfresco share. Please give me any help you can.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S. To be more precise, my question is how to use Alfresco Share as a WCM platform for traditional web site?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Feb 2010 20:58:48 GMT</pubDate>
    <dc:creator>lehaihua444</dc:creator>
    <dc:date>2010-02-21T20:58:48Z</dc:date>
    <item>
      <title>How to link document library to my public web site?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-link-document-library-to-my-public-web-site/m-p/214109#M167239</link>
      <description>Hi all,&amp;nbsp;&amp;nbsp; I just watched a video called "Making Web Content Management Easy with Alfresco Share 3.2" from the blue fish development group.&amp;nbsp;&amp;nbsp; They have a public traditional website that everyone can see, and when they add a new document under document library inside Alfresco Share, they can see the d</description>
      <pubDate>Sun, 21 Feb 2010 20:58:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-link-document-library-to-my-public-web-site/m-p/214109#M167239</guid>
      <dc:creator>lehaihua444</dc:creator>
      <dc:date>2010-02-21T20:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to link document library to my public web site?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-link-document-library-to-my-public-web-site/m-p/214110#M167240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Web scripts. &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Scripts" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Scripts&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check out the default webscript available in Alfresco &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/index" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/index&lt;/A&gt;&lt;SPAN&gt; and Share &lt;/SPAN&gt;&lt;A href="http://localhost:8080/share/service/index" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/share/service/index&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Create a webscript to return list of documents from a specific space / folder as either HTML or XML. Include this html snippet in your traditional website or parse the XML. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Do something similar for your articles. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you look at the existing web scripts, you'll find there are web scripts that already do this. Like the ones in the samples folder: &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/index/package/org/alfresco/sample" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/index/package/org/alfresco/sample&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 16:07:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-link-document-library-to-my-public-web-site/m-p/214110#M167240</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2010-02-22T16:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to link document library to my public web site?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-link-document-library-to-my-public-web-site/m-p/214111#M167241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have spent a lot of time on it since I got your reply. I found the script that can return the contents in a directory, which is called "Folder Listing Sample". However, I don't understand how can I return these values as a html or xml file? I mean how can I include these values (the contents + the links) into my traditional html files?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 00:39:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-link-document-library-to-my-public-web-site/m-p/214111#M167241</guid>
      <dc:creator>lehaihua444</dc:creator>
      <dc:date>2010-03-05T00:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to link document library to my public web site?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-link-document-library-to-my-public-web-site/m-p/214112#M167242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One approach is to use an ajax call to your webscript which can return json or xml.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 17:11:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-link-document-library-to-my-public-web-site/m-p/214112#M167242</guid>
      <dc:creator>stevegreenbaum</dc:creator>
      <dc:date>2010-03-10T17:11:26Z</dc:date>
    </item>
  </channel>
</rss>

