Does Alfresco can create public content

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2010 05:40 PM
Hello, I'm new in alfresco. I'm using Labs to develop a website where all the contents can bee seen by anybody, without enter the login and password. and the contents could be edited by the collaborators.
Anybody have a idea of how can I do it?
Anybody have a idea of how can I do it?
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2010 06:01 PM
What sort of content? What sort of things do you want to use Alfresco for?
Your external web site application could use a proxy account or guest access to access data in Alfresco.
Your collaboraors could use WCM to author and publish their content.
Your external web site application could use a proxy account or guest access to access data in Alfresco.
Your collaboraors could use WCM to author and publish their content.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2014 05:09 PM
Hi deva850405,
Did you find solution your problem ?
Did you find solution your problem ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2014 05:40 AM
You can store all the public contents inside the space Guest Home and then you can implement your own WebScripts that allow guest users to get contents. The WebScript can execute queries or allow a navigation in the repo.
To allow a public access using WebScript you have to add a new parameter "guest" in the URL:
http://localhost:8080/alfresco/service/public/access/webscript?guest=true
Hope this helps.
To allow a public access using WebScript you have to add a new parameter "guest" in the URL:
http://localhost:8080/alfresco/service/public/access/webscript?guest=true
Hope this helps.
