<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"
>

<channel>
	<title>Shaun McDonald's Blog &#187; Open Source</title>
	<atom:link href="http://blog.shaunmcdonald.me.uk/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.shaunmcdonald.me.uk</link>
	<description>My Random Ramblings</description>
	<lastBuildDate>Wed, 21 Jul 2010 23:42:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Mac OS X OpenOffice.org file naming scheme</title>
		<link>http://blog.shaunmcdonald.me.uk/2007/12/mac-os-x-openofficeorg-file-naming-scheme/</link>
		<comments>http://blog.shaunmcdonald.me.uk/2007/12/mac-os-x-openofficeorg-file-naming-scheme/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 23:52:00 +0000</pubDate>
		<dc:creator>smsm1986</dc:creator>
				<category><![CDATA[Aqua]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OpenOffice]]></category>

		<guid isPermaLink="false">http://smsm1986.wordpress.com/2007/12/07/mac-os-x-openofficeorg-file-naming-scheme/</guid>
		<description><![CDATA[Bruce has mentioned that he didn&#8217;t understand the files on the good-day server in a comment to a prior blog post. I&#8217;ll try to make this as simple as possible for end users to understand using the following example: OOo_SRC680_m237_MacOSXIntel_AQUA_install_en-US.dmg This can be broken down into several smaller chunks _ is used as a separator: [...]]]></description>
			<content:encoded><![CDATA[<p>Bruce has mentioned that he didn&#8217;t understand the files on the good-day server <a href="http://shaunmcdonald131.blogspot.com/2007/11/openofficeorg-on-mac-os-x-leopard.html#c1172281845822644368">in a comment to a prior blog post</a>.
<div></div>
<div>I&#8217;ll try to make this as simple as possible for end users to understand using the following example:</div>
<div>OOo_SRC680_m237_MacOSXIntel_AQUA_install_en-US.dmg</div>
<div>This can be broken down into several smaller chunks _ is used as a separator:</div>
<div><span class="Apple-style-span" style="font-weight:bold;">OOo</span> is the short product name. Other options are BrOo (the Brazilian localisation of OpenOffice.org due to</div>
<div><span class="Apple-style-span" style="font-weight:bold;">SRC680</span> is the code line, this changes with every major release. All release candidates are done on a different code line. For example OpenOffice.org 2.3.x used OOG680.</div>
<div><span class="Apple-style-span" style="font-weight:bold;">m237</span> is the milestone. OpenOffice.org code base has a new milestone every few weeks (sometimes a milestone will have only a few days between but this is rare). This number increases after several new code change have been integrated into the trunk of the code line. Internally within OpenOffice.org this is a MWS or Master WorkSpace.*</div>
<div><span class="Apple-style-span" style="font-weight:bold;">MacOSXIntel</span> tells you the Operating System and the Platform that this build is for. Another option relevant to mac users is MacOSXPPC or MacOSXPowerPC. The name is changing/has changed to come in line with other platforms.</div>
<div><span class="Apple-style-span" style="font-weight:bold;">AQUA</span> states that this is an AQUA build. The other option is X11. This option is only there during the transition from X11 to Aqua. It will be soon be the case that this parameter won&#8217;t be included when Aqua is default.</div>
<div><span class="Apple-style-span" style="font-weight:bold;">install</span> is there to say that this is an application and not a language pack, SDK or URE. The SDK and URE are generally only needed by developers. Language packs are currently not available for Mac OS X.</div>
<div><span class="Apple-style-span" style="font-weight:bold;">en-US</span> this is the language that is to be installed.</div>
<div></div>
<div>* In OpenOffice.org we use a trunk and branch method. Think of a tree growing. Any new code is created in a branch (internally called a CWS), which is merged back into the trunk when it is ready. Think of the milestones being the rings you see when you cut a tree down. However we are producing these rings (milestones) far more frequently than a tree in nature.</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.shaunmcdonald.me.uk/2007/12/mac-os-x-openofficeorg-file-naming-scheme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Petition to get Apple to support OpenDocument in iWork</title>
		<link>http://blog.shaunmcdonald.me.uk/2007/08/petition-to-get-apple-to-support-opendocument-in-iwork/</link>
		<comments>http://blog.shaunmcdonald.me.uk/2007/08/petition-to-get-apple-to-support-opendocument-in-iwork/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 15:19:00 +0000</pubDate>
		<dc:creator>smsm1986</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OpenDocument]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[petition]]></category>

		<guid isPermaLink="false">http://smsm1986.wordpress.com/2007/08/09/petition-to-get-apple-to-support-opendocument-in-iwork/</guid>
		<description><![CDATA[Filip Molcan has just pointed out a new petition to get Apple to support the ISO standard 26300, otherwise known as OpenDocument in iWork 08. iWork 08 already supports the Open Office XML (OOXML) document format, which isn&#8217;t yet an ISO standard. Wasn&#8217;t Apple meant to be a supporter of open standards?]]></description>
			<content:encoded><![CDATA[<p><a href="http://molcan.cz/">Filip Molcan</a> has just pointed out a new <a href="http://www.petitiononline.com/appleodf/petition.html">petition to get Apple to support the ISO standard 26300</a>, otherwise known as OpenDocument in iWork 08. iWork 08 already supports the Open Office XML (OOXML) document format, which isn&#8217;t yet an ISO standard. Wasn&#8217;t Apple meant to be a supporter of open standards?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shaunmcdonald.me.uk/2007/08/petition-to-get-apple-to-support-opendocument-in-iwork/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OpenOffice.org Language Pack Revamp</title>
		<link>http://blog.shaunmcdonald.me.uk/2007/03/openofficeorg-language-pack-revamp/</link>
		<comments>http://blog.shaunmcdonald.me.uk/2007/03/openofficeorg-language-pack-revamp/#comments</comments>
		<pubDate>Sat, 31 Mar 2007 17:21:00 +0000</pubDate>
		<dc:creator>smsm1986</dc:creator>
				<category><![CDATA[Mac Port]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OpenOffice]]></category>

		<guid isPermaLink="false">http://smsm1986.wordpress.com/2007/03/31/openofficeorg-language-pack-revamp/</guid>
		<description><![CDATA[As sent out to some of the OpenOffice.org mailing lists: At the moment there are a number of issues with the current language packs for OpenOffice.org. Some platforms such as Mac OS X don&#8217;t have language packs, instead they only have full installsets. The language packs currently have to be built on each platform individually. [...]]]></description>
			<content:encoded><![CDATA[<p>As sent out to some of the OpenOffice.org mailing lists:<br />
<blockquote>At the moment there are a number of issues with the current language packs for OpenOffice.org. Some platforms such as Mac OS X don&#8217;t have language packs, instead they only have full installsets. The language packs currently have to be built on each platform individually. This means extra compilation time and extra storage on the mirror network since essentially the same localisation data is packaged into a different package for every platform.</p>
<p>I have a proposal for dramatically improving the current situation.</p>
<p>Let&#8217;s have cross-platform language packs. This will mean that the language packs will be built once, and can then be used on ANY platform. This will save build time, especially when a builder can just use their fastest machine, instead of having to do it once per platform. This will free up developer and builder time, as well as space on the mirror network.</p>
<p>With this change I&#8217;m looking at implementing a simple user installation of language packs, similar to what has just been added to OpenOffice.org 2.2 for extensions. This would enable platform integration for the language pack installation. We could possibly go as far as Firefox and deploy language packs in a very similar way to extensions. We could even have the option to install language packs just for one user or for all users of the installation. If the platform supports it, a server deployed location for the language packs should be possible.</p>
<p>This is just an idea, it needs more development before implementation. No implementation testing has been done yet. An initial idea check for daftness has been completed, which is why this mail is going out. I&#8217;m looking to see if there are any foreseeable problems with this proposal, and whether there is backing from the whole OpenOffice.org community.</p></blockquote>
<p>Comments are more than welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shaunmcdonald.me.uk/2007/03/openofficeorg-language-pack-revamp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Open Source Mapping</title>
		<link>http://blog.shaunmcdonald.me.uk/2007/03/open-source-mapping/</link>
		<comments>http://blog.shaunmcdonald.me.uk/2007/03/open-source-mapping/#comments</comments>
		<pubDate>Sun, 25 Mar 2007 11:55:00 +0000</pubDate>
		<dc:creator>smsm1986</dc:creator>
				<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Cycling]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://smsm1986.wordpress.com/2007/03/25/open-source-mapping/</guid>
		<description><![CDATA[Today I came across mapping wiki style. OpenStreetMap aims to provide free geographic data of the whole world.The current problems with most maps is that they are have copyright on them, and they have special easter eggs or gotchas to determine copying of the maps. This is a problem for projects that need to be [...]]]></description>
			<content:encoded><![CDATA[<p>Today I came across mapping wiki style. <a href="http://wiki.openstreetmap.org/index.php/Main_Page">OpenStreetMap</a> aims to provide free geographic data of the whole world.<br />The current problems with most maps is that they are have copyright on them, and they have special easter eggs or gotchas to determine copying of the maps. This is a problem for projects that need to be able to use maps in the form of free speech, rather than free beer. Google Maps for example can be used like free beer, but not in the form of free speech.</p>
<p>The amount of data available is currently fairly low, so I would start using the maps for major map planning yet. However you can help, by mapping some part of the world that you know well.</p>
<p>I have recently been using <a href="http://www.mapmyride.com/">MapMyRide.com</a> for mapping out my Cycle trips. It uses <a href="http://maps.google.co.uk/">Google Maps</a>, which unfortunately does not contain enough information like the canals for example. This makes it difficult to do some mapping, especially in areas where their maps are of low resolution.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shaunmcdonald.me.uk/2007/03/open-source-mapping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nvu and KompoZer on Intel Macs</title>
		<link>http://blog.shaunmcdonald.me.uk/2007/02/nvu-and-kompozer-on-intel-macs/</link>
		<comments>http://blog.shaunmcdonald.me.uk/2007/02/nvu-and-kompozer-on-intel-macs/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 21:43:00 +0000</pubDate>
		<dc:creator>smsm1986</dc:creator>
				<category><![CDATA[Nvu]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://smsm1986.wordpress.com/2007/02/13/nvu-and-kompozer-on-intel-macs/</guid>
		<description><![CDATA[I&#8217;ve done a bit of searching on trying to compile Nvu and KompoZer on an Intel Mac and it would appear to be very difficult without lots of patches that have already been integrated into the Mozilla source code. They are both based on some old Mozilla/Gecko code. Namely the 1.7 aviary branch, which did [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve done a bit of searching on trying to compile <a href="http://www.nvu.com/index.php">Nvu</a> and <a href="http://kompozer.net/">KompoZer</a> on an Intel Mac and it would appear to be very difficult without lots of patches that have already been integrated into the Mozilla source code. They are both based on some old Mozilla/Gecko code. Namely the 1.7 aviary branch, which did not support Intel Macs.</p>
<p>In the mean time I can use KompoZer (a bug fix release of Nvu) though Rosetta, which seems to work. Ideally they need to be based on newer Mozilla/Gecko code so that they can be compiled as a Universal Binary for Mac OS X, thus run natively on Intel Macs.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shaunmcdonald.me.uk/2007/02/nvu-and-kompozer-on-intel-macs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Inkscape on Mac OS X</title>
		<link>http://blog.shaunmcdonald.me.uk/2007/01/installing-inkscape-on-mac-os-x/</link>
		<comments>http://blog.shaunmcdonald.me.uk/2007/01/installing-inkscape-on-mac-os-x/#comments</comments>
		<pubDate>Sun, 28 Jan 2007 18:40:00 +0000</pubDate>
		<dc:creator>smsm1986</dc:creator>
				<category><![CDATA[Download]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://smsm1986.wordpress.com/2007/01/28/installing-inkscape-on-mac-os-x/</guid>
		<description><![CDATA[I recently installed Inkscape. This was interesting for me because Inkscape is similar to OpenOffice.org on the Mac. It too needs X11 to run and has a special launcher to help integrate the program with the OS. They have the easy installation similar to what will be introduced in the next release of OpenOffice.org.What is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bp3.blogger.com/_saGBcf9NYz8/Rb02guHytzI/AAAAAAAAAAo/Pms1_FEOzjk/s1600-h/Picture+2.png"><img style="float:right;cursor:pointer;margin:0 0 10px 10px;" src="http://bp3.blogger.com/_saGBcf9NYz8/Rb02guHytzI/AAAAAAAAAAo/Pms1_FEOzjk/s400/Picture+2.png" alt="" border="0" /></a><br />I recently installed <a href="http://www.inkscape.org/">Inkscape</a>. This was interesting for me because Inkscape is similar to OpenOffice.org on the Mac. It too needs X11 to run and has a special launcher to help integrate the program with the OS.</p>
<p>They have the easy installation similar to what will be introduced in the next release of OpenOffice.org.<br /><a href="http://bp3.blogger.com/_saGBcf9NYz8/Rb03AuHyt0I/AAAAAAAAAAw/9oOoX53_sqo/s1600-h/Picture+1.png"><img style="float:right;cursor:pointer;margin:0 0 10px 10px;" src="http://bp3.blogger.com/_saGBcf9NYz8/Rb03AuHyt0I/AAAAAAAAAAw/9oOoX53_sqo/s400/Picture+1.png" alt="" border="0" /></a><br />What is more interesting is that on first start they have a message &#8220;Font caches may need to be updated&#8221;. This allow the user torun a program called fc-cache.</p>
<p>I don&#8217;t know if this could be of any use in OpenOffice.org. As OpenOffice.org on the Mac has done various things to allow the support of fonts installed for Mac OS X applications to be used in OpenOffice.org too.</p>
<p>Something that was even more interesting for me was the application that produced the Mac OS X integration. It seemed that they didn&#8217;t use a simple Applescript droplet. Instead they seem to have used an Applescript studio or XCode application and used Interface Builder to produce the application. One advantage is that way you don&#8217;t need to have a menu called &#8220;edit&#8221; with a menu item in it called &#8220;edit script&#8221;. This has confused a number of OpenOffice.org users before.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shaunmcdonald.me.uk/2007/01/installing-inkscape-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scottish Graduate Fair</title>
		<link>http://blog.shaunmcdonald.me.uk/2006/10/scottish-graduate-fair/</link>
		<comments>http://blog.shaunmcdonald.me.uk/2006/10/scottish-graduate-fair/#comments</comments>
		<pubDate>Thu, 26 Oct 2006 18:11:00 +0000</pubDate>
		<dc:creator>smsm1986</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[uni]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://smsm1986.wordpress.com/2006/10/26/scottish-graduate-fair/</guid>
		<description><![CDATA[Yesterday I was away through in Glasgow for the Scottish Graduate Fair at the SECC. The event is aimed at final year student at university who are looking at what to be doing next. This generally come in anything from postgraduate education to graduate training, or volunteering to a plain ordinary job that utilises their [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I was away through in Glasgow for the Scottish Graduate Fair at the SECC. The event is aimed at final year student at university who are looking at what to be doing next. This generally come in anything from postgraduate education to graduate training, or volunteering to a plain ordinary job that utilises their skills. There were a variety of universities, companies and other training organisation there.</p>
<p>It was a case of finding the right booths with the people who are looking for what your current discipline is. The typical initial response was either, &#8220;sorry we don&#8217;t have any jobs in our business that you would be looking for&#8221;, or &#8220;great, your just the kind of person that we are looking for, here&#8217;s some more information&#8221;. You just have to keep hunting and you should find 4-12 different organisations with graduate schemes, or job opportunities that are suitable to you.</p>
<p>I&#8217;ll give a few examples of things that I found out:
<ul>
<li>According to recruiters, the careers service up here in Scotland is excellent, and you should make use of it!</li>
<p>
<li>Bloomberg take on Computer Science graduates who are strong in Java and (C or C++), for their programming departments. You need to have the C background so that you know about pointers and the way that memory works. Only 5-10% of their network is based on Java, the rest is some variation of C for speed.</li>
<p>
<li>You should tailor your CV for every company, just only give each company one CV. This is advice from several recruiters, and the careers service. You should target the CV/application for the specific skill set that the employer will be wanting.</li>
<p>
<li>If you want to go into an IT related business, participating voluntarily in an Open Source project such as <a href="http://www.openoffice.org/">OpenOffice.org</a> can give you a large number of transferable skills and knowledge of project structures. Some organisations are already working to spread the word of Open Source software, and thus if you already know about that sort of stuff, will mean that you will be more likely to get a job through having greater experience.</li>
<p>
<li>Applying early could mean that you are more likely to get through.</li>
<p>
<li>It is better to do a good application for a few opportunities than a very poor job at hundreds of vacancies.</li>
<p>
<li>Be positive confident and give as much relevant information as possible.</li>
<p></ul>
<p>Overall, I enjoyed the event, and would recommend any final year student to go along in the future.</p>
<p>Hopefully I will be able to remember to follow all the advice and get a job or graduate placement.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shaunmcdonald.me.uk/2006/10/scottish-graduate-fair/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Java Help</title>
		<link>http://blog.shaunmcdonald.me.uk/2006/04/java-help/</link>
		<comments>http://blog.shaunmcdonald.me.uk/2006/04/java-help/#comments</comments>
		<pubDate>Tue, 18 Apr 2006 16:40:00 +0000</pubDate>
		<dc:creator>smsm1986</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://smsm1986.wordpress.com/2006/04/18/java-help/</guid>
		<description><![CDATA[In trying to create JavaHelp Documentation, I have found that the following software to be useful. http://sourceforge.net/projects/jhelpmaker It is a new Open Source project available on sourceforge, that looks like it has a lot of potential.]]></description>
			<content:encoded><![CDATA[<p>In trying to create JavaHelp Documentation, I have found that the following software to be useful. <a href="http://sourceforge.net/projects/jhelpmaker">http://sourceforge.net/projects/jhelpmaker</a>  It is a new Open Source project available on sourceforge, that looks like it has a lot of potential.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shaunmcdonald.me.uk/2006/04/java-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sourceforge Updated</title>
		<link>http://blog.shaunmcdonald.me.uk/2005/11/sourceforge-updated/</link>
		<comments>http://blog.shaunmcdonald.me.uk/2005/11/sourceforge-updated/#comments</comments>
		<pubDate>Thu, 17 Nov 2005 13:25:00 +0000</pubDate>
		<dc:creator>smsm1986</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://smsm1986.wordpress.com/2005/11/17/sourceforge-updated/</guid>
		<description><![CDATA[Sourceforge has a newly updated interface. It looks a lot cleaner and easier to user. At the moment it seems a little slow at times. http://sourceforge.net/ Letterdoc project]]></description>
			<content:encoded><![CDATA[<p class="mobile-post">Sourceforge has a newly updated interface. It looks a lot cleaner and<br />
easier to user. At the moment it seems a little slow at times.<br />
<a href="http://sourceforge.net/">http://sourceforge.net/</a><br />
<a href="http://sourceforge.net/projects/letterdoc/">Letterdoc project</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shaunmcdonald.me.uk/2005/11/sourceforge-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update to http Mail</title>
		<link>http://blog.shaunmcdonald.me.uk/2005/03/update-to-http-mail/</link>
		<comments>http://blog.shaunmcdonald.me.uk/2005/03/update-to-http-mail/#comments</comments>
		<pubDate>Fri, 11 Mar 2005 16:45:00 +0000</pubDate>
		<dc:creator>smsm1986</dc:creator>
				<category><![CDATA[Mail]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://smsm1986.wordpress.com/2005/03/11/update-to-http-mail/</guid>
		<description><![CDATA[There is a minor update to the Mail plugin so it should prevent the problem with hotmail requiring verification now.]]></description>
			<content:encoded><![CDATA[<p>There is a minor update to the Mail plugin so it should prevent the problem with hotmail requiring verification now.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.shaunmcdonald.me.uk/2005/03/update-to-http-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
