<?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: Alfresco Share UI: How can i start and from where? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-ui-how-can-i-start-and-from-where/m-p/263507#M216637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found the following very useful article:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://code.google.com/p/share-extras/wiki/RedTheme" rel="nofollow noopener noreferrer"&gt;http://code.google.com/p/share-extras/wiki/RedTheme&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It describes how to deploy a share theme.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It is suggested to use a jar file with the new versions of Alfresco. It's the best way to do it if you want to distribute your theme as an open source project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;During the development, I think that it's better to use the old amp package because the deployed files can be modified directly: you don't need to redeploy the theme and to restart Alfresco if you need to change only a css…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What I would suggest is to create an ant task to create the amp file and another ant task to deploy the modified files directly to the destination folders: during the development, on your local machine, you can use the second task to deploy, for example, a small change in a css file with no need to restart alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course you can also create an ant task to package the theme as a jar, but I don't think that it's convenient to use this packaging during the development.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 Mar 2011 14:09:29 GMT</pubDate>
    <dc:creator>marco_altieri</dc:creator>
    <dc:date>2011-03-27T14:09:29Z</dc:date>
    <item>
      <title>Alfresco Share UI: How can i start and from where?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-ui-how-can-i-start-and-from-where/m-p/263505#M216635</link>
      <description>HiI just Alfresco Beginner , I read "Alfresco 3 Enterprise Content Management Implementation" book and almost I understood Alfresco and working with alfresco and everything OK.&amp;nbsp; &lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; But, I working now on "Share" specially on theme, I Just don't know from where start, how can I create a theme and cust</description>
      <pubDate>Mon, 21 Feb 2011 12:26:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-ui-how-can-i-start-and-from-where/m-p/263505#M216635</guid>
      <dc:creator>al-mothafar</dc:creator>
      <dc:date>2011-02-21T12:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share UI: How can i start and from where?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-ui-how-can-i-start-and-from-where/m-p/263506#M216636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A slow reply as I had never seen this item, but I figure to answer because others may have the same question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; You will find the books limited on share, the wrok book is about the best, but it is still very very limited in the area of share, but its a places to start. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I found the startup learning curve because of this to be higher then expected, but you will find once you get a handle on the framework it's a bit easyer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I run using eclipse in the following way, others my have better methods. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I have an apache front end with a mod-sk to allow it to work with tomcat. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I have a deploy script that will move my webscripts to the share folder under tomcat. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; the Javascript I modify are under Apache and don't need to be moved. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; it would be better to run it all under eclipse so you can start and debug within eclipse but I have not done that yet as I expect it might take me about 3-4 days to figure it all out as I have several alfrescos on my machine 3.3.3 and 3.4.0 one modified and one out of the box so I can see when my change bollixed the thing up. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; all the share parts your going to twek will be in /tomcat/webapps/share/web-inf/classes/alfresco/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; you can change it here and restart, but that's not the correct way to do it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; copy the file to &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; tomcat/shared/classes/alfresco/ restart &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; after the first time you can change and you don't need to restart, just do share/service/index and refresh the scripts. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Hope that help. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; hope others will tag on to this with better ideas, because we could all use a hand.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 17:56:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-ui-how-can-i-start-and-from-where/m-p/263506#M216636</guid>
      <dc:creator>michaelc</dc:creator>
      <dc:date>2011-03-25T17:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share UI: How can i start and from where?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-ui-how-can-i-start-and-from-where/m-p/263507#M216637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found the following very useful article:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://code.google.com/p/share-extras/wiki/RedTheme" rel="nofollow noopener noreferrer"&gt;http://code.google.com/p/share-extras/wiki/RedTheme&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It describes how to deploy a share theme.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It is suggested to use a jar file with the new versions of Alfresco. It's the best way to do it if you want to distribute your theme as an open source project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;During the development, I think that it's better to use the old amp package because the deployed files can be modified directly: you don't need to redeploy the theme and to restart Alfresco if you need to change only a css…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What I would suggest is to create an ant task to create the amp file and another ant task to deploy the modified files directly to the destination folders: during the development, on your local machine, you can use the second task to deploy, for example, a small change in a css file with no need to restart alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course you can also create an ant task to package the theme as a jar, but I don't think that it's convenient to use this packaging during the development.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Mar 2011 14:09:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-ui-how-can-i-start-and-from-where/m-p/263507#M216637</guid>
      <dc:creator>marco_altieri</dc:creator>
      <dc:date>2011-03-27T14:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share UI: How can i start and from where?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-ui-how-can-i-start-and-from-where/m-p/263508#M216638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Marco &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I took a different route. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I front end with Apache with the mod_jk module so tomcat can run under Apache. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; When I modify javascript or a css, I modify the header file&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; so that ${page.url.context} becomes /js or /css. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I then deploy my js and css files to my Apache server in production. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; this is done via a script in the production spaces and in development it's done using an alias in apache to the space in eclipse so I don't have any deployment there.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 18:07:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-ui-how-can-i-start-and-from-where/m-p/263508#M216638</guid>
      <dc:creator>michaelc</dc:creator>
      <dc:date>2011-03-28T18:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share UI: How can i start and from where?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-ui-how-can-i-start-and-from-where/m-p/263509#M216639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Marco &lt;BR /&gt; When I modify javascript or a css, I modify the header file&amp;nbsp; &lt;BR /&gt; so that ${page.url.context} becomes /js or /css.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;In which files are you chainging the urls ? Standard share files or your extensions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 12:00:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-ui-how-can-i-start-and-from-where/m-p/263509#M216639</guid>
      <dc:creator>marco_altieri</dc:creator>
      <dc:date>2011-03-29T12:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share UI: How can i start and from where?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-ui-how-can-i-start-and-from-where/m-p/263510#M216640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Marco &lt;BR /&gt; When I modify javascript or a css, I modify the header file&amp;nbsp; &lt;BR /&gt; so that ${page.url.context} becomes /js or /css.&lt;/BLOCKQUOTE&gt;In which files are you chainging the urls ? Standard share files or your extensions?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; I have a very standard method, identify the file that needs to change in the war file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; let's say I am changing the javascript in the userprofile.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I would copy the header C:\Alfresco\V334Mod\tomcat\webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\components\profile\userprofile.get.head.ftl to C:\Alfresco\V334Mod\tomcat\shared\classes\alfresco\web-extension\site-webscripts\org\alfresco\components\profile that is in my class path. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; then change src="${page.url.context}/js/components/profile/profile.js" to src="/js/components/profile/profile.js" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; the directory js in in my Apache root folder. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; next I would copy the javascript file ( or css )&amp;nbsp; out of the war to the location on the Apache server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Alfresco\V334Mod\tomcat\webapps\share\components\profile goes to "/js/components/profile/"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Now I can modify the file to fit my needs. All of the changes are outside the war file, the only change I have in the war file is some minor theme tweeks and the preferences because I could not get that to take. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; When the next release comes, I know what files must be crosschecked as there all in the shared directory. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I also figure I can change the classpath to my eclipse share directory and then I don't need to deploy on my test box.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 15:42:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-ui-how-can-i-start-and-from-where/m-p/263510#M216640</guid>
      <dc:creator>michaelc</dc:creator>
      <dc:date>2011-03-29T15:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share UI: How can i start and from where?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-ui-how-can-i-start-and-from-where/m-p/263511#M216641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just downloaded 3.4d for web content management, I have been reading this forum and wiki for info on configuring and customizing alfresco, but I was wondering if there is a recommended book out there so I can get away from the computer and read up on the subject. I am worried the book will be outdated by the time I get to it. "Alfresco 3 Enterprise Content Management Implementation" has been recommended, and I believe wrock, anything specifically for a new guy, other wise I will get alfresco 3 book. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and wish me luck.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2011 23:05:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-ui-how-can-i-start-and-from-where/m-p/263511#M216641</guid>
      <dc:creator>billalbert</dc:creator>
      <dc:date>2011-04-03T23:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share UI: How can i start and from where?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-ui-how-can-i-start-and-from-where/m-p/263512#M216642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If your interest is in customizing Share the wrox is about the best I have seen but it's still pretty lame. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Problem is with 3.x and surf, things changed a lot and most books are written about the older alfresco interface. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I would think we should see a few good book soon that covers share in more then a single chapter. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; My hope is that the community gets more active also and information is decimated in a better manor or the next wave my come along and this could get left behind.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; until a new book shows here are a few links I found of value&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kevins blog &lt;/SPAN&gt;&lt;A href="http://blogs.alfresco.com/wp/kevinr/" rel="nofollow noopener noreferrer"&gt;http://blogs.alfresco.com/wp/kevinr/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Zazi &lt;/SPAN&gt;&lt;A href="http://zaizi.wordpress.com/" rel="nofollow noopener noreferrer"&gt;http://zaizi.wordpress.com/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ixxus &lt;/SPAN&gt;&lt;A href="http://www.ixxus.com/blog/2009/04/dashlet-tips/" rel="nofollow noopener noreferrer"&gt;http://www.ixxus.com/blog/2009/04/dashlet-tips/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; restful services &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; webscripts &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Scripts#Web_Script_Configuration" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Scripts#Web_Script_Configuration&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; hope that helps. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Michael C Ford&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 18:23:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-ui-how-can-i-start-and-from-where/m-p/263512#M216642</guid>
      <dc:creator>michaelc</dc:creator>
      <dc:date>2011-04-15T18:23:48Z</dc:date>
    </item>
  </channel>
</rss>

