<?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: Correct Location for content in WCM in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/correct-location-for-content-in-wcm/m-p/181178#M134308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been watching for responses to your questions as I'm trying to sift through the differences between the DM content modeling and WCM and just what's what in terms of WCM. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm still an Alfresco newbie, for lack of a better word, but I can at least say that web projects are searchable via Lucene.&amp;nbsp; I am able to search web project content in a webscript and render the results back as XML.&amp;nbsp; For example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var store = avm.lookupStore("mikepoc");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var results = store.luceneSearch("TEXT:\"article&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;erson\"");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var persons= new XML();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;persons= &amp;lt;persons&amp;gt;&amp;lt;/persons&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for (var i=0, len=results.length; i&amp;lt;len; ++i){&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;var str = new String(results&lt;/SPAN&gt;&lt;EM&gt;.content);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;str = str.substr(38, str.length - 1 );&amp;nbsp;&amp;nbsp; // Note: assumes UTF-8 encoding for all XML documents&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;var person= new XML(str);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;persons.person= religion;&lt;BR /&gt;}&lt;BR /&gt;model.persons= persons.toXMLString();&lt;BR /&gt;&lt;BR /&gt;Hopefully someone else is willing to address the other questions.&lt;BR /&gt;&lt;BR /&gt;Mike&lt;/EM&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Sep 2008 19:58:13 GMT</pubDate>
    <dc:creator>mbrevoort</dc:creator>
    <dc:date>2008-09-26T19:58:13Z</dc:date>
    <item>
      <title>Correct Location for content in WCM</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/correct-location-for-content-in-wcm/m-p/181176#M134306</link>
      <description>Hi allI have a WCM Web Project primarily used for producing editorial content, reports, articles a homepage and some index pages, all very basic so far.I'd like to know where this sort of content is best placed in Alfresco. The WCM tutorial I've been following gives the Company Footer and Press Rele</description>
      <pubDate>Thu, 25 Sep 2008 08:58:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/correct-location-for-content-in-wcm/m-p/181176#M134306</guid>
      <dc:creator>steventux</dc:creator>
      <dc:date>2008-09-25T08:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Correct Location for content in WCM</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/correct-location-for-content-in-wcm/m-p/181177#M134307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Having RTFM &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Forms_Developer_Guide#Output_Path_Patterns_.28Web_Forms_only.29" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Forms_Developer_Guide#Output_Path_Patterns_.28Web_Forms_only.29&lt;/A&gt;&lt;SPAN&gt; this seems to conclude that WCM content can only be created in the Web Project. I'm having problems with this as the Web Project directories are not repository spaces which means a lot of repository script functionality is redundant. Someone please put me straight about this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So my questions are…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are the folders in a Web Project traversable via the freemarker or XSL mechanisms described in tutorials and dev guides?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Likewise are they searchable with lucene?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If it's no to both, it seems to me the WCM Web Project mutes a lot of the CMS functionality in Alfresco?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Speak your brains.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 09:34:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/correct-location-for-content-in-wcm/m-p/181177#M134307</guid>
      <dc:creator>steventux</dc:creator>
      <dc:date>2008-09-25T09:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Correct Location for content in WCM</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/correct-location-for-content-in-wcm/m-p/181178#M134308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been watching for responses to your questions as I'm trying to sift through the differences between the DM content modeling and WCM and just what's what in terms of WCM. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm still an Alfresco newbie, for lack of a better word, but I can at least say that web projects are searchable via Lucene.&amp;nbsp; I am able to search web project content in a webscript and render the results back as XML.&amp;nbsp; For example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var store = avm.lookupStore("mikepoc");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var results = store.luceneSearch("TEXT:\"article&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;erson\"");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var persons= new XML();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;persons= &amp;lt;persons&amp;gt;&amp;lt;/persons&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for (var i=0, len=results.length; i&amp;lt;len; ++i){&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;var str = new String(results&lt;/SPAN&gt;&lt;EM&gt;.content);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;str = str.substr(38, str.length - 1 );&amp;nbsp;&amp;nbsp; // Note: assumes UTF-8 encoding for all XML documents&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;var person= new XML(str);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;persons.person= religion;&lt;BR /&gt;}&lt;BR /&gt;model.persons= persons.toXMLString();&lt;BR /&gt;&lt;BR /&gt;Hopefully someone else is willing to address the other questions.&lt;BR /&gt;&lt;BR /&gt;Mike&lt;/EM&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 19:58:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/correct-location-for-content-in-wcm/m-p/181178#M134308</guid>
      <dc:creator>mbrevoort</dc:creator>
      <dc:date>2008-09-26T19:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Correct Location for content in WCM</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/correct-location-for-content-in-wcm/m-p/181179#M134309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey thanks for the reply, it prompted me to take another look at the web script examples and sure enough you can navigate the avm_webapp and search it using lucene.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 08:43:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/correct-location-for-content-in-wcm/m-p/181179#M134309</guid>
      <dc:creator>steventux</dc:creator>
      <dc:date>2008-10-03T08:43:14Z</dc:date>
    </item>
  </channel>
</rss>

