<?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: Links between document in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/links-between-document/m-p/215297#M168427</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am facing the problem of relative links in OpenOffice documents. Relative links works fine in local folders, in my machine but not in Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have any idea ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Sep 2009 11:53:19 GMT</pubDate>
    <dc:creator>chaibi</dc:creator>
    <dc:date>2009-09-28T11:53:19Z</dc:date>
    <item>
      <title>Links between document</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/links-between-document/m-p/215293#M168423</link>
      <description>Hello,I have following problem:I have links between documents - hyperlink from docA to docB in MS Word or data source in fileA for fileB in MS Excel. All of these documents are stored in alfresco DM.But if I move the document to different folder, the links stop working.Is there a way how to define t</description>
      <pubDate>Tue, 08 Sep 2009 14:50:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/links-between-document/m-p/215293#M168423</guid>
      <dc:creator>anovotny</dc:creator>
      <dc:date>2009-09-08T14:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Links between document</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/links-between-document/m-p/215294#M168424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you would have to write a parser, which is able to edit MS Office documents. Even with a "normal" Web CMS, what you want is nontrivial, and doing it in "foreign format files" is even more fun, I am afraid. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternately, I guess, you would need to setup a "redirection" space with something like a redirection service, using a kind of "permalink" to &lt;/SPAN&gt;&lt;A href="http://myserver.com/Alfresco/Doclink?docid=08154711" rel="nofollow noopener noreferrer"&gt;http://myserver.com/Alfresco/Doclink?docid=08154711&lt;/A&gt;&lt;SPAN&gt;, like tiny urls. Moving the doc would then only change the url inside Alfresco, leaving the external link&amp;nbsp; with "docid=08154711" intact. you could generate somethine like this via an action "makePermaLink", which registers your document with the "tracer app" and generates this string, your editor is to use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Second idea - maybe you can use metadata properties to make word parse the data into a form field. Only, that word will not update these fields automatically, the user has to push "F9" to do this. You would need a macro inside word as well, which is ugly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Norgan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2009 15:29:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/links-between-document/m-p/215294#M168424</guid>
      <dc:creator>norgan</dc:creator>
      <dc:date>2009-09-09T15:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Links between document</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/links-between-document/m-p/215295#M168425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It really doesn't look very simple… :? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I though, that might be some way, how to specify the link based on the identification which is e.g.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://192.168.1.75:8080/alfresco/d/d/workspace/SpacesStore/a7a0180d-36c7-4638-ad6d-b0bb55e29a83/Word1.doc" rel="nofollow noopener noreferrer"&gt;http://192.168.1.75:8080/alfresco/d/d/workspace/SpacesStore/a7a0180d-36c7-4638-ad6d-b0bb55e29a83/Word1.doc&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it somehow possible? If not, I will have to the way you described…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ales&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 14:05:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/links-between-document/m-p/215295#M168425</guid>
      <dc:creator>anovotny</dc:creator>
      <dc:date>2009-09-10T14:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Links between document</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/links-between-document/m-p/215296#M168426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ales, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;just go into the details page and test the different URLs, listed up there, if any changes when you move the document. If you find one that stays the same, there you have your URL. Then you only need to find a way to automatically offer this to your users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Norgan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2009 07:54:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/links-between-document/m-p/215296#M168426</guid>
      <dc:creator>norgan</dc:creator>
      <dc:date>2009-09-14T07:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Links between document</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/links-between-document/m-p/215297#M168427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am facing the problem of relative links in OpenOffice documents. Relative links works fine in local folders, in my machine but not in Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have any idea ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2009 11:53:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/links-between-document/m-p/215297#M168427</guid>
      <dc:creator>chaibi</dc:creator>
      <dc:date>2009-09-28T11:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Links between document</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/links-between-document/m-p/215298#M168428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Relative links inside a CIFS drive should work…. never testet it though&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 10:12:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/links-between-document/m-p/215298#M168428</guid>
      <dc:creator>norgan</dc:creator>
      <dc:date>2009-09-29T10:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Links between document</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/links-between-document/m-p/215299#M168429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a program called &lt;/SPAN&gt;&lt;EM&gt;LinkFixerPlus&lt;/EM&gt;&lt;SPAN&gt; that fixes this broken links issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you would do is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;– Run a process called "Inoculate" on all the XLS files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;– Rename and/or move the XLS files however and wherever you want, including into a WebDAV repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;– Run a process called "Cure" and all the links are automatically repaired. When an XLS file is checked out of the repository, it should point now to the destination XLS file in the repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It works with Excel files and also Word, PowerPoint, InDesign, PDF, PageMaker, HTML, MicroStation, AutoCAD and other common file formats.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The link is &lt;/SPAN&gt;&lt;A href="http://www.LinkTek.com" rel="nofollow noopener noreferrer"&gt;http://www.LinkTek.com&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David Greenbaum&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Apr 2010 04:21:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/links-between-document/m-p/215299#M168429</guid>
      <dc:creator>david_greenbaum</dc:creator>
      <dc:date>2010-04-21T04:21:43Z</dc:date>
    </item>
  </channel>
</rss>

