I just watched a video called "Making Web Content Management Easy with Alfresco Share 3.2" from the blue fish development group.
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
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,
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,
they can add articles; Or they can add an article inside alfresco share, and their traditional website will appear that article as well).
That is exactly what i want to do with alfresco share. Can anyone give me a hint how I can achieve that?
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:
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.
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?