<?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>Open Solutions</title>
	<atom:link href="http://www.opensolutions.ie/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.opensolutions.ie/blog</link>
	<description>Internet Infrastructure Specialists - A view from the inside</description>
	<lastBuildDate>Mon, 30 Apr 2012 14:47:55 +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>Engineers Ireland – IPv6 Presentation</title>
		<link>http://www.opensolutions.ie/blog/2012/04/engineers-ireland-ipv6-presentation/</link>
		<comments>http://www.opensolutions.ie/blog/2012/04/engineers-ireland-ipv6-presentation/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 14:47:55 +0000</pubDate>
		<dc:creator>barryo</dc:creator>
				<category><![CDATA[IP Networking]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[PR]]></category>
		<category><![CDATA[inex]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[presentations]]></category>

		<guid isPermaLink="false">http://www.opensolutions.ie/blog/?p=227</guid>
		<description><![CDATA[On behalf of our customer INEX, I (Barry O&#8217;Donovan) recently gave an overview presentation on IPv6 to the computing division of Engineers Ireland. A PDF copy of the slides can be download here (and the original PPTX here).]]></description>
			<content:encoded><![CDATA[<p>On behalf of our customer <a href="https://www.inex.ie/">INEX</a>, I (<a href="http://www.barryodonovan.com/">Barry O&#8217;Donovan</a>) recently gave an overview presentation on IPv6 to the computing division of Engineers Ireland. A PDF copy of the slides can be download <a href="http://www.barryodonovan.com/wp-content/uploads/2012/04/IPv6-Engineers-Ireland-April-25-2012.pdf">here</a> (and the original <a href="http://www.barryodonovan.com/wp-content/uploads/2012/04/IPv6-Engineers-Ireland-April-25-2012.pptx">PPTX here</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensolutions.ie/blog/2012/04/engineers-ireland-ipv6-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Go Faster&#8221; Websites &#8211; Introducing Minify</title>
		<link>http://www.opensolutions.ie/blog/2012/03/go-faster-websites-introducing-minify/</link>
		<comments>http://www.opensolutions.ie/blog/2012/03/go-faster-websites-introducing-minify/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 14:52:46 +0000</pubDate>
		<dc:creator>barryo</dc:creator>
				<category><![CDATA[How-tos]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PR]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[ixp]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[minification]]></category>
		<category><![CDATA[minify]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[webapps]]></category>

		<guid isPermaLink="false">http://www.opensolutions.ie/blog/?p=222</guid>
		<description><![CDATA[We've been minifying and bundling CSS and JS for years to ensure quick page loads of the applications we build. We've now generalised, documented and packaged the tool we use for this and released it under a BSD license so others can benefit. <a href="http://www.opensolutions.ie/blog/2012/03/go-faster-websites-introducing-minify/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Most web developers know that including lots of JS and CSS files in their sites slow page load times down. Most also know that these files should be minified and bundled into one file on production sites. Most developers don&#8217;t do this though. It&#8217;s a lot of extra steps in putting your new changes live.</p>
<p>Also, using CDNs or setting expiry times into the future for <em>mostly</em> static files such as CSS and JS also significantly improves page load as clients will grab these files once and use their local cache until their expire. This also poses issues for web developers that is easily overcome by <em>versioning</em> these files &#8211; literally adding a version number to the bundles &#8211; for example <em>min.bundle-v6.css</em> would be version 6 of the CSS minified and bundled file.</p>
<p>We&#8217;ve been doing both of these for a long time with the sites we build. We&#8217;ve now generalised, documented and packaged the tool we use for this and released it under a BSD license so others can benefit. See our page on GitHub to download this tool and for examples of its use:</p>
<p style="padding-left: 30px;"><a href="https://github.com/opensolutions/Minify">https://github.com/opensolutions/Minify</a></p>
<p>This tool will:</p>
<ul>
<li>automatically find all CSS/JS files in a given directory named <code>xxx-blah.css</code> where <code>xxx</code> is a three digit ordering / sequence number;</li>
<li>minify these files and create a single file bundle including them in the correct order;</li>
<li>automatically generate template include files allowing production / development mode (i.e. use individual CSS/JS or bundles based on an application option);</li>
<li>versioning for those using CDNs, future expiry dates, etc to ensure clients load fresh JS/CSS bundles.</li>
</ul>
<p><span style="font-size: small;">If you use it, please drop us a note to let us know how you get on! </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensolutions.ie/blog/2012/03/go-faster-websites-introducing-minify/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ViMbAdmin :: New Release 2.0.6</title>
		<link>http://www.opensolutions.ie/blog/2012/03/vimbadmin-release-2-0-6/</link>
		<comments>http://www.opensolutions.ie/blog/2012/03/vimbadmin-release-2-0-6/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 08:37:44 +0000</pubDate>
		<dc:creator>barryo</dc:creator>
				<category><![CDATA[New Release]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PR]]></category>
		<category><![CDATA[ViMbAdmin]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[vimbadmin]]></category>

		<guid isPermaLink="false">http://www.opensolutions.ie/blog/?p=220</guid>
		<description><![CDATA[Today, we're pleased to announce the immediate availability of 2.0.6 which has a number of incremental fixes and improvements. <a href="http://www.opensolutions.ie/blog/2012/03/vimbadmin-release-2-0-6/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a style="color: #ff4b33; line-height: 24px; font-size: 16px;" href="https://github.com/opensolutions/ViMbAdmin/wiki"><img class="alignright" style="border-style: initial; border-color: initial;" title="ViMbAdmin" src="https://github.com/opensolutions/ViMbAdmin/blob/develop/data/logo/logo_250x80.jpg?raw=true" alt="" width="250" height="80" /></a></p>
<p>Just over a week ago, we released V2 of ViMbAdmin which was a complete UI refresh.</p>
<p>Thanks for all the feedback and bug reports since then.</p>
<p>Today, we&#8217;re pleased to announce the immediate availability of 2.0.6 which has a number of incremental fixes and improvements including:</p>
<ul>
<li>Domain is now &#8216;sticky&#8217; when moving between mailboxes, aliases and logs making it much easier to browse a single domain;</li>
<li>A cookie is now used to remember the page length for individual users;</li>
<li>We now use grouped icons with tooltips rather than labelled buttons throughout;</li>
<li>The horrible <em>your IP address has changed message</em> is gone.</li>
</ul>
<p>As usual, a full change log is <a href="https://github.com/opensolutions/ViMbAdmin/blob/master/CHANGELOG">available here</a> and the packaged release can be downloaded <a href="https://github.com/opensolutions/ViMbAdmin/downloads">directly here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensolutions.ie/blog/2012/03/vimbadmin-release-2-0-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ViMbAdmin :: Major New Release :: V2</title>
		<link>http://www.opensolutions.ie/blog/2012/02/vimbadmin-major-new-release-v2/</link>
		<comments>http://www.opensolutions.ie/blog/2012/02/vimbadmin-major-new-release-v2/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 20:42:40 +0000</pubDate>
		<dc:creator>barryo</dc:creator>
				<category><![CDATA[New Release]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PR]]></category>
		<category><![CDATA[ViMbAdmin]]></category>
		<category><![CDATA[vimbadmin]]></category>

		<guid isPermaLink="false">http://www.opensolutions.ie/blog/?p=215</guid>
		<description><![CDATA[We've put some time aside over the last week to do a major UI overhaul on ViMbAdmin - specifically incorporating Twitter's superb Bootstrap framework. The before an after's tell a lot about this.  <a href="http://www.opensolutions.ie/blog/2012/02/vimbadmin-major-new-release-v2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve put some time aside over the last week to do a major UI overhaul on ViMbAdmin &#8211; specifically incorporating Twitter&#8217;s superb Bootstrap framework. The before an after&#8217;s tell a lot about this. Here&#8217;s how it was:</p>
<p><img class="aligncenter" title="ViMbAdmin - Old Screenshot" src="http://www.opensolutions.ie/images/vimbadmin/domain-list.jpg" alt="ViMbAdmin - Old Screenshot" width="608" height="264" /></p>
<p>And here&#8217;s the new improved look:</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-218" title="ViMbAdmin - New" src="http://www.opensolutions.ie/blog/wp-content/uploads/2012/02/ViMbAdmin-New1-1024x399.png" alt="ViMbAdmin - New" width="640" height="249" /></p>
<p>We&#8217;ve also closed a lot of bugs, improved the functionality and navigation and added a couple of small features.</p>
<p>Let us know what you think!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensolutions.ie/blog/2012/02/vimbadmin-major-new-release-v2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We&#8217;ve Just Launched TallyStick</title>
		<link>http://www.opensolutions.ie/blog/2012/02/weve-just-launched-tallystick/</link>
		<comments>http://www.opensolutions.ie/blog/2012/02/weve-just-launched-tallystick/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 12:07:55 +0000</pubDate>
		<dc:creator>barryo</dc:creator>
				<category><![CDATA[Case Studies]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PR]]></category>
		<category><![CDATA[TallyStick]]></category>
		<category><![CDATA[doctrine]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.opensolutions.ie/blog/?p=211</guid>
		<description><![CDATA[<a href="http://www.tallystick.net/">TallyStick</a> allows you to focus on what you love to do while it takes care of tracking and accumulating the time you spend on projects. As of today, <a href="http://www.tallystick.net/">TallyStick</a> is live and open for business. Please sign up, take advantage of the one month’s free trial (with no credit card details required) and tell us what you think. <a href="http://www.opensolutions.ie/blog/2012/02/weve-just-launched-tallystick/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tallystick.net/"><img class="alignright" title="TallyStick Logo" src="https://www.tallystick.net/images/logo-160x160.png" alt="[TallyStick Logo]" width="160" height="160" /></a></p>
<p>Here at <a href="http://www.opensolutions.ie/">Open Solutions</a>, we manage networks, build Internet infrastructure, consult and develop web applications for many customers. Tracking the time our engineers spent on different projects – especially those on the front line hopping from customer to customer – was becoming an issue.</p>
<p>And we had enough. So we built <a href="http://www.tallystick.net/">TallyStick</a>. Necessity, as the saying goes, is the mother of invention.</p>
<p>We believe in web applications that are simple, beautiful and functional. And after an exhaustive search, we couldn’t find one to fit our needs… so we built it. And who better to build a time tracking application for IT and other consulting professionals than those same professionals!</p>
<p><a href="http://www.tallystick.net/">TallyStick</a> allows you to focus on what you love to do while it takes care of tracking and accumulating the time you spend on projects. We believe it’s simple, efficient and quick. And we hope you agree.</p>
<p>As of today, <a href="http://www.tallystick.net/">TallyStick</a> is live and open for business. Please sign up, take advantage of the one month’s free trial (with no credit card details required) and tell us what you think.</p>
<p>Also, all users signing up during the beta period will receive a lifetime discount of 10% on that account!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensolutions.ie/blog/2012/02/weve-just-launched-tallystick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We&#8217;ve Released Some of our Nagios Plugins</title>
		<link>http://www.opensolutions.ie/blog/2011/10/weve-released-some-of-our-nagios-plugins/</link>
		<comments>http://www.opensolutions.ie/blog/2011/10/weve-released-some-of-our-nagios-plugins/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 12:14:16 +0000</pubDate>
		<dc:creator>barryo</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[nagios-plugins]]></category>
		<category><![CDATA[snmp]]></category>

		<guid isPermaLink="false">http://www.opensolutions.ie/blog/?p=208</guid>
		<description><![CDATA[We create a lot of Nagios installations for our own systems, for customer systems which we manage and as a service. We&#8217;ve written a lot of custom Nagios plugins over the years as part of this process. We are now &#8230; <a href="http://www.opensolutions.ie/blog/2011/10/weve-released-some-of-our-nagios-plugins/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We create a lot of Nagios installations for our own systems, for customer systems which we manage and <a href="http://www.opensolutions.ie/case-studies/virtual-noc">as a service</a>. We&#8217;ve written a lot of custom Nagios plugins over the years as part of this process.</p>
<p>We are now making a concerted effort to find them, clean them, maintain them centrally and release them for the good of others.</p>
<p>To that end, we have created a repository on GitHub for the task with a detailed readme file:</p>
<ul>
<li><a href="https://github.com/barryo/nagios-plugins">https://github.com/barryo/nagios-plugins</a></li>
</ul>
<p>They main goal of Nagios plugins that we write and release are:</p>
<ul>
<li>BSD (or BSD like) license so you can hack away to wield into something that may be more suitable for your own environment;</li>
<li>scalable in that if we are polling power supply units (PSUs) in a Cisco switch then it should not matter if there is one or a hundred &#8211; the script should handle them all;</li>
<li>WARNINGs are designed for email notifications during working hours; CRITICAL means an out of hours text / SMS message;</li>
<li>each script should be an independant unit with no dependancies on each other or unusual Perl module requirements;</li>
<li>the scripts should all be run with the <code>--verbose</code> on new kit. This will provide an inventory of what it finds as well as show anything that is being skipped. OIDs searched for by the script but reported as not supported on the target device should really be skipped via various <code>--skip-xxx</code> options.</li>
<li>useful help available via <code>--help</code> or <code>-?</code></li>
</ul>
<div><span style="font-size: x-small;"><span class="Apple-style-span" style="line-height: 19px;"><br />
</span></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.opensolutions.ie/blog/2011/10/weve-released-some-of-our-nagios-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ViMbAdmin :: New Release 0.3.4</title>
		<link>http://www.opensolutions.ie/blog/2011/09/vimbadmin-new-release-0-3-4/</link>
		<comments>http://www.opensolutions.ie/blog/2011/09/vimbadmin-new-release-0-3-4/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 07:46:16 +0000</pubDate>
		<dc:creator>barryo</dc:creator>
				<category><![CDATA[New Release]]></category>
		<category><![CDATA[ViMbAdmin]]></category>
		<category><![CDATA[vimbadmin]]></category>

		<guid isPermaLink="false">http://www.opensolutions.ie/blog/?p=204</guid>
		<description><![CDATA[Since our last announcement, we have had three version bumps and releases of ViMbAdmin. <a href="http://www.opensolutions.ie/blog/2011/09/vimbadmin-new-release-0-3-4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since our <a href="http://www.opensolutions.ie/blog/2011/08/vimbadmin-new-release-0-3/">last announcement</a>, we have had three version bumps and releases of <a href="https://github.com/opensolutions/ViMbAdmin/wiki">ViMbAdmin</a>:</p>
<pre>0.3.4   2011-09-06
 - fix: https://github.com/opensolutions/ViMbAdmin/issues/3
 - add: Support new mailbox password hashes: crypt, sha1 and
        salted sha1 and md5. Issue 9 from Google Code:

http://code.google.com/p/vimbadmin/issues/detail?id=9

 - fix: Changes in 0.3.2 prevented wildcard aliases
 - add: MD5-CRYPT hashing used by, for example, Dovecot.
        This addresses:

http://code.google.com/p/vimbadmin/issues/detail?id=6

0.3.3   2011-09-02
 - fix: Critical regression introduced in 0.3.2 preventing the
        editing of aliases

0.3.2   2011-09-01
 - fix: https://github.com/opensolutions/ViMbAdmin/issues/1
 - add: optional parameter in application.ini (skipVersionCheck)
        to tell ViMbAdmin to skip the version check on login
        See: https://github.com/opensolutions/ViMbAdmin/issues/2
 - fix: we now check for duplicate mailboxes (and aliases)
        rather than letting Doctrine throw exceptions for
        uniqueness constraints. Thanks maysara for the report.
 - fix: validate new aliases and mailboxes which was not being
        done previously</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.opensolutions.ie/blog/2011/09/vimbadmin-new-release-0-3-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ViMbAdmin :: New Release 0.3.1</title>
		<link>http://www.opensolutions.ie/blog/2011/08/vimbadmin-new-release-0-3/</link>
		<comments>http://www.opensolutions.ie/blog/2011/08/vimbadmin-new-release-0-3/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 19:40:11 +0000</pubDate>
		<dc:creator>barryo</dc:creator>
				<category><![CDATA[New Release]]></category>
		<category><![CDATA[ViMbAdmin]]></category>
		<category><![CDATA[vimbadmin]]></category>

		<guid isPermaLink="false">http://www.opensolutions.ie/blog/?p=201</guid>
		<description><![CDATA[We haven&#8217;t announced a new release in a little while and, following the migration to GitHub, we feel now is a good time. 0.3.1 was released on August 23rd and it&#8217;s the sixth release since our last announcement. Changes include: &#8230; <a href="http://www.opensolutions.ie/blog/2011/08/vimbadmin-new-release-0-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We haven&#8217;t announced a new release in a little while and, <a href="http://www.opensolutions.ie/blog/2011/08/vimbadmin-migrating-to-github/">following the migration to GitHub</a>, we feel now is a good time.</p>
<p>0.3.1 was released on August 23rd and it&#8217;s the sixth release since our last <a href="http://www.opensolutions.ie/blog/2011/03/vimbadmin-new-release-0-2-2/">announcement</a>.</p>
<p>Changes include:</p>
<ul>
<li>Various changes required for the migration to GitHub.</li>
<li>A major fix of a bug preventing users to edit aliases.</li>
<li>New favicon based on logo from Limeworks Australia &#8211; http://www.limeworks.com.au</li>
<li>New autocomplete functionality (used on the Edit / Add Alias page)</li>
<li>New logo thanks to Limeworks Australia &#8211; http://www.limeworks.com.au</li>
<li>New login screen designFix a critical bug fix preventing email being sent during first use set up</li>
</ul>
<p><span>As always, the full change log is available at:</span></p>
<p><a href="https://github.com/opensolutions/ViMbAdmin/blob/master/CHANGELOG">https://github.com/opensolutions/ViMbAdmin/blob/master/CHANGELOG</a></p>
<div>
<p>&nbsp;</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.opensolutions.ie/blog/2011/08/vimbadmin-new-release-0-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ViMbAdmin &#8211; Migrating to github</title>
		<link>http://www.opensolutions.ie/blog/2011/08/vimbadmin-migrating-to-github/</link>
		<comments>http://www.opensolutions.ie/blog/2011/08/vimbadmin-migrating-to-github/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 19:33:13 +0000</pubDate>
		<dc:creator>barryo</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ViMbAdmin]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[vimbadmin]]></category>

		<guid isPermaLink="false">http://www.opensolutions.ie/blog/?p=198</guid>
		<description><![CDATA[I, Barry, have recently been converted from and SVN user to a Git user. You can read about my road to Damascus moment over in my personal blog. As such I have converted my co-workers and we have migrated ViMbAdmin to GitHub. We feel that &#8230; <a href="http://www.opensolutions.ie/blog/2011/08/vimbadmin-migrating-to-github/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I, Barry, have recently been converted from and SVN user to a Git user. You can read about my road to Damascus moment <a href="http://www.barryodonovan.com/index.php/2011/08/31/so-ive-made-the-switch-from-svn-to-git">over in my personal blog</a>.</p>
<p>As such I have converted my co-workers and we have migrated <a href="https://code.google.com/p/vimbadmin/wiki/ViMbAdmin">ViMbAdmin</a> to <a href="https://github.com/opensolutions/ViMbAdmin/wiki" rel="nofollow">GitHub</a>. We feel that the project is in an early enough stage to not cause too much annoyance with the current user base. We do sincerely apologise for all and any inconvenience caused.</p>
<h3>Do you want to continue with your SVN installation?</h3>
<p>Feel free to <tt>svn switch</tt> your base from Google Code to the following which tracks our master (i.e. stable / production / release) branch:</p>
<p><a href="http://svn.github.com/opensolutions/ViMbAdmin.git" rel="nofollow">http://svn.github.com/opensolutions/ViMbAdmin.git</a></p>
<h3>Migrating to Git</h3>
<p>Just follow the instructions at:</p>
<p><a href="https://github.com/opensolutions/ViMbAdmin/wiki/Install-using-git" rel="nofollow">https://github.com/opensolutions/ViMbAdmin/wiki/Install-using-git</a></p>
<p>and skip the database setup. Just copy over your <tt>application/configs/application.ini</tt> file to the new Git clone.</p>
<h3>Using Official Packaged Releases?</h3>
<p>No problem &#8211; you&#8217;ll now find new versions at:</p>
<p><a href="https://github.com/opensolutions/ViMbAdmin/archives/master" rel="nofollow">https://github.com/opensolutions/ViMbAdmin/archives/master</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensolutions.ie/blog/2011/08/vimbadmin-migrating-to-github/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>We have moved&#8230;</title>
		<link>http://www.opensolutions.ie/blog/2011/07/we-have-moved-2/</link>
		<comments>http://www.opensolutions.ie/blog/2011/07/we-have-moved-2/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 18:18:57 +0000</pubDate>
		<dc:creator>barryo</dc:creator>
				<category><![CDATA[PR]]></category>

		<guid isPermaLink="false">http://www.opensolutions.ie/blog/?p=196</guid>
		<description><![CDATA[Open Solutions have moved offices as of Monday July 4th 2011. Our new offices and visiting address is: Lynx House Old Church Road Lower Kilmacud Road Stillorgan Co. Dublin. Our phone and other contact details remain the same.]]></description>
			<content:encoded><![CDATA[<p>Open Solutions have moved offices as of Monday July 4th 2011. Our new offices and visiting address is:</p>
<blockquote><p>Lynx House<br />
Old Church Road<br />
Lower Kilmacud Road<br />
Stillorgan<br />
Co. Dublin.</p></blockquote>
<div>
<p>Our phone and other contact details remain the same.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.opensolutions.ie/blog/2011/07/we-have-moved-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

