<?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: 'Friendly' URL's in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/friendly-url-s/m-p/164600#M118333</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I believe the /api/path/content Web Script included in Alfresco already does something like this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Sep 2008 16:29:53 GMT</pubDate>
    <dc:creator>pmonks</dc:creator>
    <dc:date>2008-09-01T16:29:53Z</dc:date>
    <item>
      <title>'Friendly' URL's</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/friendly-url-s/m-p/164596#M118329</link>
      <description>Hi,&amp;nbsp; I am looking for some more information regarding this document: http://wiki.alfresco.com/wiki/URL_Addressability&amp;nbsp; Specifically where it states:Available in Alfresco 1.4!The reference to the content can now be specified as a 'path' URL argument rather than as NodeRef element. For example:/alfres</description>
      <pubDate>Fri, 08 Aug 2008 19:51:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/friendly-url-s/m-p/164596#M118329</guid>
      <dc:creator>jknotzke</dc:creator>
      <dc:date>2008-08-08T19:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: 'Friendly' URL's</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/friendly-url-s/m-p/164597#M118330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yes, it's possible.&amp;nbsp; Basically you can create your own servlet that can then interpret the URL.&amp;nbsp;&amp;nbsp; We also allow you to do it quite easily with web scripts, i.e. create a script &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/s/{publication}/{month}/{issue_num}, where the stuff inside the brackets can be used as a parameter to your web script and pulled out.&amp;nbsp;&amp;nbsp;&amp;nbsp; So it's quite easy.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, see this blog post by one of our Solution Engineers which implemented a simple URL scheme. &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://drquyong.com/myblog/?p=21" rel="nofollow noopener noreferrer"&gt;http://drquyong.com/myblog/?p=21&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 13:13:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/friendly-url-s/m-p/164597#M118330</guid>
      <dc:creator>jbarmash</dc:creator>
      <dc:date>2008-08-26T13:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: 'Friendly' URL's</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/friendly-url-s/m-p/164598#M118331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Experiencing the same challenge as you shampoo in that we'd like to be able to dynamically create a url pointing to an alfresco site (space)… so from this external app, we'd like the user to click on the url and be taken directly into the site inside alfresco… has anyone found a way to do this?&amp;nbsp; It seems like a simple task, but one that's taken many hours to solve and we've found no solution yet… &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Because the problem is linking to a site (space) requires the knowledge of a node-id or space-id which we obviously don't know in advance… so alternatively, is there a way to determine the node-id or space-id given a particular path in alfresco (i.e. is there a way to call a webscript passing in a path that would return the space-id)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 05:56:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/friendly-url-s/m-p/164598#M118331</guid>
      <dc:creator>ragamuffndave</dc:creator>
      <dc:date>2008-08-28T05:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: 'Friendly' URL's</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/friendly-url-s/m-p/164599#M118332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nevermind… we worked it out… we developed a web script that simply takes a "path" to a space and does a lookup of the space id and then forwards on to the correct place… so for example the link a user clicks on might look something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;A href="http://myalfrescoserver.com/alfresco/s/d/starbucks/international/australia/melbourne/bourkestreet" rel="nofollow noopener noreferrer"&gt;http://myalfrescoserver.com/alfresco/s/d/starbucks/international/australia/melbourne/bourkestreet&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where 'd' is the name of the webscript, and the rest is the path in the repository we want to visit.&amp;nbsp; The webscript does a childByNamePath lookup on the path from the companyhome node to see if it exists, and if it does, finds the node id, and constructs a url similar to the following and forwards the user to it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;A href="http://myalfrescoserver.com/alfresco/navigate/browse/workspace/SpacesStore/1235-7684-5611-7894" rel="nofollow noopener noreferrer"&gt;http://myalfrescoserver.com/alfresco/navigate/browse/workspace/SpacesStore/1235-7684-5611-7894&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where the number on the end is the node id of the space we want to go to… &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps… feel free to ask for more details if you're still interested.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2008 02:54:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/friendly-url-s/m-p/164599#M118332</guid>
      <dc:creator>ragamuffndave</dc:creator>
      <dc:date>2008-09-01T02:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: 'Friendly' URL's</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/friendly-url-s/m-p/164600#M118333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I believe the /api/path/content Web Script included in Alfresco already does something like this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2008 16:29:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/friendly-url-s/m-p/164600#M118333</guid>
      <dc:creator>pmonks</dc:creator>
      <dc:date>2008-09-01T16:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: 'Friendly' URL's</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/friendly-url-s/m-p/164601#M118334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The web script you mention only provides a link to download content, not to link to a space inside Alfresco… which is what the web script we wrote does… thanks anyways! &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>Tue, 02 Sep 2008 03:41:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/friendly-url-s/m-p/164601#M118334</guid>
      <dc:creator>ragamuffndave</dc:creator>
      <dc:date>2008-09-02T03:41:04Z</dc:date>
    </item>
  </channel>
</rss>

