<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Helene Klungvik &#187; alfresco</title>
	<atom:link href="http://klungvik.com/index.php/tag/alfresco/feed/" rel="self" type="application/rss+xml" />
	<link>http://klungvik.com</link>
	<description>My site of wonder and personal sandbox</description>
	<lastBuildDate>Wed, 11 Apr 2012 20:31:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>New job, new life</title>
		<link>http://klungvik.com/index.php/2009/new-job-new-life/</link>
		<comments>http://klungvik.com/index.php/2009/new-job-new-life/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 12:58:36 +0000</pubDate>
		<dc:creator>Helene Klungvik</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[alfresco]]></category>

		<guid isPermaLink="false">http://klungvik.com/?p=758</guid>
		<description><![CDATA[A couple of weeks ago, I started working at a new company (sorry, I will no more work on Alfresco for those that comes here for that information) and I&#8217;m settling in nicely. My colleagues are very easy to talk with, the chatting just flows effortlessly and I love it. It&#8217;s so important to work [...]]]></description>
		<wfw:commentRss>http://klungvik.com/index.php/2009/new-job-new-life/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Alfresco and CIFS troubleshooting on Ubuntu</title>
		<link>http://klungvik.com/index.php/2009/alfresco-and-cifs-troubleshooting-on-ubuntu/</link>
		<comments>http://klungvik.com/index.php/2009/alfresco-and-cifs-troubleshooting-on-ubuntu/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 13:21:43 +0000</pubDate>
		<dc:creator>Helene Klungvik</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[alfresco]]></category>

		<guid isPermaLink="false">http://klungvik.com/?p=555</guid>
		<description><![CDATA[When installing Alfresco on an Ubuntu machine, CIFS doesn&#8217;t work out of the box. First question: is Samba installed? sudo apt-get install samba smbfs The configuration files for file-server setups: $ALFRESCO_HOME/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/file-servers.xml $ALFRESCO_HOME/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/file-servers.properties Uncomment these lines in file-servers.xml (though to make sure this is permanent &#8211; create file-servers-custom.xml): &#60;tcpipSMB port="1445" ipv6="${cifs.ipv6}" platforms="linux,solaris,macosx"/&#62; &#60;netBIOSSMB sessionPort="1139" namePort="1137" datagramPort="1138" [...]]]></description>
		<wfw:commentRss>http://klungvik.com/index.php/2009/alfresco-and-cifs-troubleshooting-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How to create an Alfresco Module Package (AMP)</title>
		<link>http://klungvik.com/index.php/2009/how-to-create-an-alfresco-module-package-amp/</link>
		<comments>http://klungvik.com/index.php/2009/how-to-create-an-alfresco-module-package-amp/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 14:02:04 +0000</pubDate>
		<dc:creator>Helene Klungvik</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[alfresco]]></category>

		<guid isPermaLink="false">http://klungvik.com/?p=513</guid>
		<description><![CDATA[In this post I will set up the basic settings to create an Alfresco Module Package (AMP). Ant needs to be installed to make this work. This creates a skeleton AMP module that does nothing except being a module. So the first step is to create a new project in your favorite IDE. In the [...]]]></description>
		<wfw:commentRss>http://klungvik.com/index.php/2009/how-to-create-an-alfresco-module-package-amp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alfresco: The first lessons learned</title>
		<link>http://klungvik.com/index.php/2009/alfresco-the-first-lessons-learned/</link>
		<comments>http://klungvik.com/index.php/2009/alfresco-the-first-lessons-learned/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 06:04:50 +0000</pubDate>
		<dc:creator>Helene Klungvik</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[alfresco]]></category>

		<guid isPermaLink="false">http://klungvik.com/?p=521</guid>
		<description><![CDATA[The last couple of weeks I have learned some lessons the hard way. 1. When doing changes to faces-config(-custom).xml, put it in a jar-file. This is stated in Developing an Alfresco Module, but it&#8217;s very easy to forget because so many places one can read about extending Alfresco using faces-config-custom.xml. There are two options for [...]]]></description>
		<wfw:commentRss>http://klungvik.com/index.php/2009/alfresco-the-first-lessons-learned/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Developer options for extending Alfresco</title>
		<link>http://klungvik.com/index.php/2009/options-for-extending-alfresco/</link>
		<comments>http://klungvik.com/index.php/2009/options-for-extending-alfresco/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 12:39:24 +0000</pubDate>
		<dc:creator>Helene Klungvik</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[alfresco]]></category>

		<guid isPermaLink="false">http://klungvik.com/?p=491</guid>
		<description><![CDATA[There are three ways of extending Alfresco: Put the code in the webapp folder (alfresco/tomcat/webapps/alfresco) Put the code in the alfresco repository Create an AMP file and add it to alfresco.war There are different benefits and drawbacks to each method: Put the code in the webapp folder It&#8217;s an easy way to quickly test the [...]]]></description>
		<wfw:commentRss>http://klungvik.com/index.php/2009/options-for-extending-alfresco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create new document type in Alfresco</title>
		<link>http://klungvik.com/index.php/2009/create-new-document-type-in-alfresco/</link>
		<comments>http://klungvik.com/index.php/2009/create-new-document-type-in-alfresco/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 09:05:04 +0000</pubDate>
		<dc:creator>Helene Klungvik</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[alfresco]]></category>

		<guid isPermaLink="false">http://klungvik.com/?p=445</guid>
		<description><![CDATA[Alfresco have many options to extend their document management system and one of them is to create a new document type as seen in the picture below. The new document is a Whitepaper, but we could have added other document types like a functional specification, meeting minutes, risk matrix and whatever that tingles our needs. [...]]]></description>
		<wfw:commentRss>http://klungvik.com/index.php/2009/create-new-document-type-in-alfresco/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

