<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/wordpress-mu-1.2.5" -->
<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/"
	>

<channel>
	<title>OSS Watch team blog &#187; Standards</title>
	<link>http://osswatch.jiscinvolve.org</link>
	<description>open source software innovation support centre</description>
	<pubDate>Sun, 14 Mar 2010 21:54:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=wordpress-mu-1.2.5</generator>
	<language>en</language>
			<item>
		<title>Building W3C widgets on the Wookie training day</title>
		<link>http://osswatch.jiscinvolve.org/2010/02/15/building-w3c-widgets-on-the-wookie-training-day/</link>
		<comments>http://osswatch.jiscinvolve.org/2010/02/15/building-w3c-widgets-on-the-wookie-training-day/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 17:56:18 +0000</pubDate>
		<dc:creator>Sander van der Waal</dc:creator>
		
		<category><![CDATA[Event]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Standards]]></category>

		<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://osswatch.jiscinvolve.org/2010/02/15/building-w3c-widgets-on-the-wookie-training-day/</guid>
		<description><![CDATA[Last week OSS Watch organised its first training day in Oxford. We got together with about 15 people to gain hands-on experience with Apache Wookie (Incubating). Wookie provides an implementation of the W3C widget specifications, so a lot of emphasise was put on building these kinds of widgets. We succeeded quite well in getting to [...]]]></description>
			<content:encoded><![CDATA[<p>Last week OSS Watch organised its first training day in Oxford. We got together with about 15 people to gain hands-on experience with Apache Wookie (Incubating). Wookie provides an implementation of the W3C widget specifications, so a lot of emphasise was put on building these kinds of widgets. We succeeded quite well in getting to know the spec and how to build widgets and ended the day with a nice collection of newly built widgets and even a submitted patch to the Wookie source code.</p>
<p>Scott Wilson, the Wookie guru from Bolton University, where it all started, started the day off with <a href="http://www.oss-watch.ac.uk/events/2010-02-11_Wookie_training_day/presentations/wookie_intro.pdf" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">a presentation (pdf)</a> of what widgets and Wookie are all about. Widgets are basically small mini applications that are designed to work in a small view area. Many platforms have created their own format for it, but the W3C is working on a <a href="http://www.w3.org/TR/widgets/" onclick="javascript:urchinTracker ('/outbound/article/www.w3.org');">set</a> of <a href="http://www.w3.org/TR/widgets-apis/" onclick="javascript:urchinTracker ('/outbound/article/www.w3.org');">specifications</a> for it with a consortium of partners from both traditional computing and mobile platforms, which will lead to a true cross-platform standard which will hopefully lead to widespread adoption. A minimal W3C widget consists of nothing more than a config file and an HTML file, zipped up as an archive with file extension <code>.wgt</code>. The config file contains basic configuration such as the name, description and preferred dimensions of the widgets. The widget can furthermore include as much HTML, CSS, images and JavaScript files as one would like.</p>
<p><a href="http://incubator.apache.org/wookie/" onclick="javascript:urchinTracker ('/outbound/article/incubator.apache.org');">Apache Wookie (Incubating)</a> is an application that provides a W3C-compliant widget server. You can use Wookie to deploy widgets and you can serve W3C widgets from the Wookie server in third party applications. Plugins have already been written for Moodle, LAMS, Sakai and Google Wave. Wookie also has a <a href="http://incubator.apache.org/wookie/wookie-rest-api.html" onclick="javascript:urchinTracker ('/outbound/article/incubator.apache.org');">REST API</a> that can be used to get, or create widgets.</p>
<p>After Scott&#8217;s intro it was time to get dirty. Ross handed out CDs containing the latest sourcecode of Wookie (which can be downloaded by anybody from <a href="http://incubator.apache.org/wookie/sources.html" onclick="javascript:urchinTracker ('/outbound/article/incubator.apache.org');">Subversion</a>) and prerequisites like a JDK and <a href="http://ant.apache.org/" onclick="javascript:urchinTracker ('/outbound/article/ant.apache.org');">Apache Ant</a>. His <a href="http://www.oss-watch.ac.uk/events/2010-02-11_Wookie_training_day/presentations/first_widget.pdf" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">presentation (pdf)</a> was about &#8216;how to build your first widget&#8217;. I was surprised to see that there were 10 people with Mac-books in the room, amongst 4 Windows machines and one Linux netbook. Apple surely knows how to impress the developer these days! After some initial troubles with environment settings etc. most people got up-and-running fairly quickly and were ready to build their first widget. Wookie provides handy Ant tasks for building and deploying widgets, which means that generating a hello-world skeleton widget is as easy as typing <code>ant seed-widget</code> and answering some questions about the name, description and dimensions of your widget. After you have started up the Wookie server using <code>ant run</code> you can deploy the widget using <code>ant deploy-widget</code>. That was it, quite easily. I must say, having moved away from Ant and using Maven2 for the last few years, it&#8217;s nice to be remembered of the powerful features Ant has to offer. Especially since Wookie uses Ant in combination with <a href="http://ant.apache.org/ivy/" onclick="javascript:urchinTracker ('/outbound/article/ant.apache.org');">Apache Ivy</a>, the dependency management alternative for Maven2. (To be precise, you can also use Ivy with Maven2 repositories). Ross also demonstrated how you can make use of OpenStreetMap JavaScript APIs to embed cool navigational features in your widget quite easily. You can check out <a href="http://www.oss-watch.ac.uk/events/2010-02-11_Wookie_training_day/presentations/first_widget.pdf" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">his presentation (pdf)</a> or directly check out the <a href="">source code</a> of the tutorial including the example JavaScript.</p>
<p>In his <a href="http://www.oss-watch.ac.uk/events/2010-02-11_Wookie_training_day/presentations/building_collab_widgets.pdf" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">second presentation (pdf)</a> Scott focussed on some design principles behind the widget specification and gave a walk-through of how you can design a more advanced widget by making use of features of the W3C widget object API and integrate with the Google Wave Gadgets API. No Wave server is needed to get this working, as Wookie can handle everything for you. Scott demonstrated a Task widget with collaboration features, that can be used by different users concurrently using <code>State</code> and <code>Participants</code>. </p>
<p>After the break it was high time for everybody to create their own widget and some interesting ideas had come up. One of us decided it would be much cooler to hack directly in the server code instead of building widgets and he submitted a <a href="https://issues.apache.org/jira/browse/WOOKIE-117" onclick="javascript:urchinTracker ('/outbound/article/issues.apache.org');">patch</a> to Wookie to allow hot deployment of a widget to ease the development/deployment cycle. That&#8217;s very cool, thanks Matthew! </p>
<p>The rest of us built some widgets for a wide variety of purposes. One of the nice things about the widgets was that we could easily merge them all together on one Wookie instance and show all widgets there. These were some of the widgets that resulted from this 1.5 hour hack-fest:</p>
<ul>
<li>Video player embedded in a widget with fallback to other formats depending on the user agent</li>
<li>Display a list of links using output from one of the Yahoo pipes</li>
<li>Display the last.fm playlist of a user and show what that user is currently listening to</li>
<li>Show a canvas drawing where multiple people can collaborate by working on the same drawing using HTML5</li>
<li>Cool kids&#8217; game where the user can name his pet dinosaur</li>
<li>Currency converter that (eventually) would use an external currency conversion provider</li>
</ul>
<p>It was fun to see how easily you can create functional widgets. If you make use of external JavaScript APIs or data feeds it is also quite simple to create a useful (or not so useful&#8230;) widget. This was a nice conclusion of the day and seeing all the widgets we had created we thought we had deserved our beer and headed off to the pub. Thanks to Scott and Ross for making this a successful Wookie training day!</p>
]]></content:encoded>
			<wfw:commentRss>http://osswatch.jiscinvolve.org/2010/02/15/building-w3c-widgets-on-the-wookie-training-day/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Learn to build W3C compliant widgets with Apache Wookie (Incubating)</title>
		<link>http://osswatch.jiscinvolve.org/2010/01/19/learn-to-build-w3c-compliant-widgets-with-apache-wookie-incubating/</link>
		<comments>http://osswatch.jiscinvolve.org/2010/01/19/learn-to-build-w3c-compliant-widgets-with-apache-wookie-incubating/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 12:17:45 +0000</pubDate>
		<dc:creator>Sander van der Waal</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Standards]]></category>

		<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://osswatch.jiscinvolve.org/2010/01/19/learn-to-build-w3c-compliant-widgets-with-apache-wookie-incubating/</guid>
		<description><![CDATA[Are you interested in widget development and do you want to learn how to build widgets that use the new open W3C widget standard? OSS Watch is organising an Apache Wookie (Incubating) training day in Oxford, UK on 11 February 2010 for developers who would like to get hands-on experience with building widgets using Wookie.
Wookie [...]]]></description>
			<content:encoded><![CDATA[<p>Are you interested in widget development and do you want to learn how to build widgets that use the new open <a href="http://www.w3.org/TR/widgets-apis/" onclick="javascript:urchinTracker ('/outbound/article/www.w3.org');">W3C widget standard</a>? OSS Watch is organising an <a href="http://incubator.apache.org/wookie" onclick="javascript:urchinTracker ('/outbound/article/incubator.apache.org');">Apache Wookie (Incubating)</a> training day in Oxford, UK on 11 February 2010 for developers who would like to get hands-on experience with building widgets using Wookie.</p>
<p>Wookie provides an implementation of the W3C widget standard and allows you to write, deploy and manage W3C compliant widgets easily. The project is also working on implementing extra modules, such as a <a href="http://code.google.com/apis/wave/extensions/gadgets/reference.html" onclick="javascript:urchinTracker ('/outbound/article/code.google.com');">Google Wave Gadgets API</a>. To increase cross-platform interoperability, several plugins have been written to integrate with other systems, such as Moodle and Wordpress.</p>
<p>This event is free of charge and invitation only. However, we have three open places left for interested developers. General development skills are required, but you don&#8217;t need to have specific experience in building widgets. If you are interested we welcome you to contact us on <a href="mailto:info@oss-watch.ac.uk">info@oss-watch.ac.uk</a> and let us know why you should to be there. If you would like to know more, details about this all day event can be found on the <a href="http://www.oss-watch.ac.uk/events/2010-02-11_Wookie_training_day/programme.xml" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">event page</a>.</p>
<p>One of the reasons we hold this event is in preparation for the <a href="http://www.dev8d.org/" onclick="javascript:urchinTracker ('/outbound/article/www.dev8d.org');">dev8D developer days</a>. During that event we will be doing more widget development in a Wookie hackathon and we want to gather some more skilled widget developers for that hackathon. Therefore we expect people who come to the Wookie training day to also attend the dev8D days. However, don&#8217;t hesitate to contact us for the Wookie training day if you can&#8217;t make it to dev8D.</p>
]]></content:encoded>
			<wfw:commentRss>http://osswatch.jiscinvolve.org/2010/01/19/learn-to-build-w3c-compliant-widgets-with-apache-wookie-incubating/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Get the most from open source accessibility with help from OSS Watch</title>
		<link>http://osswatch.jiscinvolve.org/2009/10/14/get-the-most-from-open-source-accessibility-with-help-from-oss-watch/</link>
		<comments>http://osswatch.jiscinvolve.org/2009/10/14/get-the-most-from-open-source-accessibility-with-help-from-oss-watch/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 14:10:48 +0000</pubDate>
		<dc:creator>stevelee</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Strategy and Policy]]></category>

		<category><![CDATA[Standards]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://osswatch.jiscinvolve.org/2009/10/14/get-the-most-from-open-source-accessibility-with-help-from-oss-watch/</guid>
		<description><![CDATA[Open source accessibility and Assistive Technology projects offer very real benefits to FE colleges and the individual students they support. The zero licence cost of open source plus the freedom to copy and redistribute are well known and provide great flexibility in how programs are deployed. More significant benefits derive from those projects that practice [...]]]></description>
			<content:encoded><![CDATA[<p>Open source accessibility and Assistive Technology projects offer very real benefits to FE colleges and the individual students they support. The zero licence cost of open source plus the freedom to copy and redistribute are well known and provide great flexibility in how programs are deployed. More significant benefits derive from those projects that practice open development and thereby allow anyone to contribute or collaborate. Users can obtain community support from other users and developers, they can formally report issues and collaborate on new features, perhaps specifically required for individuals. Further, if the college creates it&#8217;s own in-house adaptations these can be passed over to the project becoming available in the next version for all to benefit from.JISC OSS Watch advise FE colleges and HE on engaging with open source projects and those that practice open development. We do not advise on specific programs or projects, rather we help you understand and evaluate open source so that you can confidently select programs and guide you in ways to most effectively engage with existing projects. We are expanding our understandingly of how and why open source is important in the accessibility domain. For example we have a case study on AccessApps from the RSC Scotland North &amp; East and another on the ATutor accessible VLE. These can be found on our <a href="http://www.oss-watch.ac.uk" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">website</a> along with articles that explain how to get the most out of open source software and how to develop software in an open community.If you use any open source tools that you think would make good case studies then please let us know. We are also interested in hearing of FE or HE projects that we can advise.Website: <a href="http://www.oss-watch.ac.uk" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">http://www.oss-watch.ac.uk</a>RSS feeds: <a href="http://www.oss-watch.ac.uk/rss/" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">http://www.oss-watch.ac.uk/rss/</a>Twitter: <a href="http://twitter.com/osswatch" onclick="javascript:urchinTracker ('/outbound/article/twitter.com');">http://twitter.com/osswatch</a></p>
]]></content:encoded>
			<wfw:commentRss>http://osswatch.jiscinvolve.org/2009/10/14/get-the-most-from-open-source-accessibility-with-help-from-oss-watch/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wookie Accepted into Apache Incubator</title>
		<link>http://osswatch.jiscinvolve.org/2009/07/17/wookie-accepted-into-apache-incubator/</link>
		<comments>http://osswatch.jiscinvolve.org/2009/07/17/wookie-accepted-into-apache-incubator/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 15:47:10 +0000</pubDate>
		<dc:creator>Ross Gardler</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Standards]]></category>

		<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://osswatch.jiscinvolve.org/2009/07/17/wookie-accepted-into-apache-incubator/</guid>
		<description><![CDATA[Wookie is a Java server application that allows you to upload and deploy widgets for your applications. Wookie is based on the W3C Widgets specification, but widgets can also be included that use extended APIs such as Google Wave Gadgets and Open Social. It was originally created at the University of Bolton as part of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://getwookie.org" onclick="javascript:urchinTracker ('/outbound/article/getwookie.org');">Wookie</a> is a Java server application that allows you to upload and deploy widgets for your applications. Wookie is based on the W3C Widgets specification, but widgets can also be included that use extended APIs such as Google Wave Gadgets and Open Social. It was originally created at the University of Bolton as part of the European Commission funded Ten Competence project.</p>
<p>In January Scott Wilson attended an <a href="http://www.oss-watch.ac.uk/events/2009-01-12/programme.xml" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">OSS Watch workshop on software sustainability</a> at which I and my colleague Rowan Wilson presented a number of models for managing open source software in a sustainable way. After my presentation Scott approached me to ask what was involved with entering the <a href="http://incubator.apache.org/" onclick="javascript:urchinTracker ('/outbound/article/incubator.apache.org');">Apache Incubator</a>.</p>
<p>I&#8217;m pleased to announce that the <a href="http://wiki.apache.org/incubator/WookieProposal" onclick="javascript:urchinTracker ('/outbound/article/wiki.apache.org');">Wookie proposal</a> has now been <a href="http://markmail.org/thread/lsjfeu2poqhvvwwa" onclick="javascript:urchinTracker ('/outbound/article/markmail.org');">accepted</a> into the incubator. There is still some work to do before the code actually appears there, but it won&#8217;t be long</p>
<p>This is great news for all involved. OSS Watch hope that Wookie will go on to provide our first significant use case demonstrating that software developed in the UK academic sector can, and should, become useful beyond our sector. I congratulate the Wookie team on clearly separating the domain specific features of their work from the generic code that will be useful beyond their core team. It is this, and the teams awareness that restricting their code to a niche market would restrict the pool of contributors, that has enabled OSS Watch to assist Wookie as it worked towards entry into the Apache Incubator.</p>
<p>I truly believe that the University of Bolton, and any other project or institution that adopts the Wookie code, will benefit significantly from this move. Already we are seeing interest from many third parties, indeed, it is a long time since a proposal passed with such a large number of positive votes.</p>
<p>[DISCLAIMER: I am a Member of The Apache Software Foundation, but this has no bearing on the choice of the ASF as a home for Wookie. The justification for the ASF is that it has a track record of producing reference implementations for open standards]</p>
]]></content:encoded>
			<wfw:commentRss>http://osswatch.jiscinvolve.org/2009/07/17/wookie-accepted-into-apache-incubator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The ÆGIS 1st Pan European open accessibility Workshop</title>
		<link>http://osswatch.jiscinvolve.org/2009/06/12/the-aegis-1st-pan-european-open-accessibility-workshop/</link>
		<comments>http://osswatch.jiscinvolve.org/2009/06/12/the-aegis-1st-pan-european-open-accessibility-workshop/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 10:55:03 +0000</pubDate>
		<dc:creator>stevelee</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Strategy and Policy]]></category>

		<category><![CDATA[Standards]]></category>

		<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://osswatch.jiscinvolve.org/2009/06/12/the-aegis-1st-pan-european-open-accessibility-workshop/</guid>
		<description><![CDATA[To be honest I&#8217;m enthusiastic about the potential of the European ÆGIS project which launched last week. I see the blend of open source and accessibility, open accessibility, as having the potential to provide the most appropriate solutions for users of accessibility and assistive technology. So I&#8217;ve spent the last few years developing and promoting [...]]]></description>
			<content:encoded><![CDATA[<p>To be honest I&#8217;m enthusiastic about the potential of the European <a href="http://www.aegis-project.eu/" onclick="javascript:urchinTracker ('/outbound/article/www.aegis-project.eu');">ÆGIS project</a> which launched last week. I see the blend of open source and accessibility, open accessibility, as having the potential to provide the most appropriate solutions for users of accessibility and assistive technology. So I&#8217;ve spent the last few years developing and promoting the concepts of fair access to all and user engagement whenever I get the opportunity. This has brought be into contact with enthusiastically dedicated  people and projects. The scale and scope of ÆGIS gives the impression open accessibility is now coming of age. The strap line of &#8216;Open Accessibility Everywhere: Groundwork, Infrastructure, Standards&#8217; indicates the wide scope of the project which aims to use open source, open development and open standards to &#8216;enable people with disabilities, the elderly and anyone else who is disadvantaged when using Internet services, Desktop PC or Mobile phones&#8217;. It will do this by providing developers with a framework, architecture and toolkits, whilst also creating end user applications. 4 pilot studies will inform the subsequent development phases.</p>
<p>The Pan-European Workshop completed the launch week activities at Research In Motion&#8217;s Slough Offices and shared the proceedings with <a href="http://www.raisingthefloor.net/" onclick="javascript:urchinTracker ('/outbound/article/www.raisingthefloor.net');">Raising The Floor</a> an initiative by Gregg Vanderheiden and Jim Fruchterman to bring together all parties working on web accessibility, again using open practices. Greg has been involved in accessibility for many years and in his Introduction, <a href="http://blogs.sun.com/korn/" onclick="javascript:urchinTracker ('/outbound/article/blogs.sun.com');">Peter Korn</a>, technical lead on ÆGIS sited Greg as his primary mentor. Peter in turn has been very active in open accessibility, especially the GNOME desktop which is used in Linux (e.g Ubuntu) and Sun&#8217;s Solaris. Peter along with Will Walker has taken a key role in orchestrating the  resources of their employer Sun to bear on making GNOME a focus of much open accessibility work, including infrastructure, the Orca screen reader, GOK on screen keyboard and collaboration with the Firefox web browser accessibility team.</p>
<p>In addition to hearing more about ÆGIS, the workshop offered the opportunity to catch up with some of the collaborators from the Ace Centre, OATSoft.org, aIDEAS &amp; Mozilla as well as being something of a &#8216;tweatup&#8217; for those who follow each other on Twitter, including Henni of Opera, Steve Faulkener and Gez Lemon of TPG and Davis Sloan of the University of Dundee. There was woefully little time to chat and I completely missed David Banes of AbilityNet and David McKay of Inference Labs, Cambridge (Dasher is an alternative text input program). I did finally meet Jutta Treviranus, director of ATRC at University of Toronto. Jutta is the boss of long term open accessibility developer David Bolter (e.g. GOK, dojo, ARIA), and we also heard the news that David is taking a years break from ATRC to work on Mozilla core accessibility with Maroc and Surkov.</p>
<p>Due to my failure to understand the scale of the map I arrived after the start having wondered up and down the batch road. The first few talks by M Gonzalez-Sancho (EU Commision ICT for inclusion, information and media Directorate General) and E Bekiarias (CERTH-HIT) provided high level views of the EU&#8217;s inclusion policies and AEGIS (£12.6M funding) as well as feedback from the previous days user forum.</p>
<p>Peter Korn then gave a technical overview with demos of existing applications including old friends such as the accessibility APIs, GOK, Orca+eSpeak, Dasher and Accerciser. In addition Peter showed an as yet unreleased simulator of visual impairments such as macular degeneration.</p>
<p>Dr Bekiarias then presented the AEGIS use cases which appear to present a reasonably representative and useful range. I was pleased to see symbol support in OpenOffice.org along with synthetic voices. As Simon Judge pointed out the desktop had little for AAC and switch users but  there is more on the mobile platform.</p>
<p>After an all too brief lunch, Dr C Galinski (InfoTerm) gave a presentation on structured content standards. This was followed by a very effective talk by Greg on accessibility overall and Raising the Floor. He made the point that what we do determines if ICT is a blessing or a curse to many users. He provided a clear analysis of the ways of providing accessibility (adjust interface, provide alternative interface, select alternative or download new interface on demand) and asserted that the accessibility API&#8217;s are the only real chance for an affordable and lasting strategies for flexible interface options (and I agree). He also considered reducing cost to users and the part OSS plays, seeing this as enabling more direct paths for the transfer of research and allowing the public coverage of costs other than licences. he also suggested we might like to consider free public access (cf public/private schools) and the need to fund more than research - e.g hardening, awareness, support.</p>
<p>Before the panel discussion Peter announced the Open Accessibility Everywhere Group. The desire to bring together all interested parties including developers, researchers and users and so facilitate exchange of ideas it echos the original motivations that underly Oatsoft.org and later Project:Possibility. While Oatsoft&#8217;s funding was only for an initial evaluation phase we can hope that OAEG will succesfully fill this important community role and so help us push the open accessibility envelope. There is an overlap here with Raising the floor that will need to be worked out, though AEGIS adds desktop and mobile accessibility to RtF&#8217;s focus on web accessibility.</p>
<p>I was pleased to see a place for the open accessibility projects I have been personally active in. In addition to key projects such as Mozilla, GNOME and NVDA I saw some potential for those I have been closely involved in as a developer; Simon Judge thought Maavis has something to offer in many use cases, and the straight-street.com open symbol set has much to offer. Jambu may also be useful as a starting point for some work. I&#8217;m not sure about PowerTalk as it relies on MS technologies but at least that is now included in the EduApps USB stick collection. Greg again mentioned his interest in OATSoft.org as providing the master list of projects, though the announcement of the OAEG seem to indicate it would be providing similar functionality after all.</p>
<p>So all-in-all a useful workshop but perhaps too many presentations with too wide a scope; I would have liked more networking time. ÆGIS is an exciting project and a serious opportunity for the benefits of open accessibility to be realised by users and developers alike. There is a lot to be done and good management will be need to ensure it delivers, but building on open development gives it a very good foundation for success. I&#8217;m looking forward to being involved as well as watching what happens.</p>
<p>I&#8217;m greatful to Ross Gardler (OSS Watch manager) for being so supportive of open accessibility and providing me opportunities to make it part of OSS Watch&#8217;s portfolio of experience. My first project was AccessApps and we spent Tuesday in a highly constructive consultation with the Maavis project, working out ways forward by embracing open development.</p>
<p>That reminds me I have an article on open accessibility to take though OSS Watch&#8217;s thorough quality control process.</p>
]]></content:encoded>
			<wfw:commentRss>http://osswatch.jiscinvolve.org/2009/06/12/the-aegis-1st-pan-european-open-accessibility-workshop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft vs Tomtom: Is this Ragnarök?</title>
		<link>http://osswatch.jiscinvolve.org/2009/02/27/microsoft-vs-tomtom-is-this-ragnarok/</link>
		<comments>http://osswatch.jiscinvolve.org/2009/02/27/microsoft-vs-tomtom-is-this-ragnarok/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 13:54:11 +0000</pubDate>
		<dc:creator>Rowan Wilson</dc:creator>
		
		<category><![CDATA[Business]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Legal]]></category>

		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://osswatch.jiscinvolve.org/2009/02/27/microsoft-vs-tomtom-is-this-ragnarok/</guid>
		<description><![CDATA[Frantic cries have been heard from all around the FOSS community since the announcement that Microsoft has taken patent infringement action against a distributor of the Linux kernel. Tomtom, an extremely successful Dutch company which sells GPS navigation devices is being sued by Microsoft for infringing on patents it holds, some related to mobile computing, others to the [...]]]></description>
			<content:encoded><![CDATA[<p>Frantic cries have been heard from all around the FOSS community since the <a href="http://www.techflash.com/microsoft/Microsoft_sues_TomTom_over_patents_in_case_with_Linux_subplot_40305732.html" title="Techflash blog on Tomtom suit" onclick="javascript:urchinTracker ('/outbound/article/www.techflash.com');">announcement</a> that Microsoft has taken patent infringement action against a distributor of the Linux kernel. <a href="http://www.tomtom.com/" title="Tomtom" onclick="javascript:urchinTracker ('/outbound/article/www.tomtom.com');">Tomtom</a>, an extremely successful Dutch company which sells GPS navigation devices is being sued by Microsoft for infringing on patents it holds, some related to mobile computing, others to the FAT file system. It&#8217;s the latter that is disturbing the Linux community, as the Linux kernel implements compatibility with the FAT file system and indeed it is the Linux kernel in some of Tomtom&#8217;s devices that Microsoft is accusing of infringing its FAT patents. Horacio Gutierrez, Microsoft&#8217;s senior intellectual property lawyer <a href="http://www.techflash.com/microsoft/QA_Microsofts_chief_patent_lawyer_on_TomTom_and_Linux_40354407.html" title="Techflash interview with Horacio Gutierrez" onclick="javascript:urchinTracker ('/outbound/article/www.techflash.com');">characterised the alleged  infringements this way</a>:<br />
<blockquote>&#8220;Yes, well, three of the eight patents in this dispute read on the Linux kernel as implemented by TomTom. The other five relate to car navigation proprietary software used by TomTom.&#8221;                   </p></blockquote>
<p>Words like these bring back terrible memories of Microsoft&#8217;s - and particularly Microsoft CEO Steve Ballmer&#8217;s -  past statements in this area. <a href="http://www.betanews.com/article/Ballmer-Linux-May-Violate-228-Patents/1100815603" title="Betanews reports Ballmer allegation" onclick="javascript:urchinTracker ('/outbound/article/www.betanews.com');">Back in 2004 </a> Ballmer told the Asian Government Leaders Forum in Singapore that Linux infringed on &#8220;over 228&#8243; software patents and that<br />
<blockquote>&#8220;somebody will come and look for money owing to the rights for that intellectual property&#8230;&#8221;              </p></blockquote>
<p>Journalists seeking clarification of Ballmer&#8217;s comments at the time from Microsoft&#8217;s PR department were told that Ballmer was referring to a <a href="http://www.eweek.com/c/a/Linux-and-Open-Source/OpenSource-Insurance-Provider-Finds-Patent-Risks-in-Linux/" title="EWeek reports on Ravicher risk study" onclick="javascript:urchinTracker ('/outbound/article/www.eweek.com');">2004 study by Dan Ravicher</a>  that identified 283 potential software patent infringements within Linux. Ravicher <a href="http://www.eweek.com/c/a/Linux-and-Open-Source/Author-of-Linux-Patent-Study-Says-Ballmer-Got-It-Wrong/" title="Ravicher replies to Ballmer assertion" onclick="javascript:urchinTracker ('/outbound/article/www.eweek.com');">responded</a> that Ballmer was misreporting the essence of the report, which was that any operating system would necessarily infringe the 283 patents in question (Ravicher did not list them) and that therefore Linux was in no greater danger of infringement than any other operating system. The report was commissioned and published by a firm called <a href="http://www.osriskmanagement.com/" title="Open Source Risk Management" onclick="javascript:urchinTracker ('/outbound/article/www.osriskmanagement.com');">Open Source Risk Management</a>, who coincidentally were just about to start selling insurance for users of Linux who feared being hit with unexpected patent fees. Ravicher is now Legal Director of the <a href="http://www.softwarefreedom.org/" title="SFLC" onclick="javascript:urchinTracker ('/outbound/article/www.softwarefreedom.org');">Software Freedom Law Center</a>, a law firm that specialises in helping authors of FOSS.<br /><br />Of course this was not the only piece of horse-spooking that Microsoft has engaged in over the years. In May 2007 senior Microsoft lawyers Brad Smith and Horacio Gutierrez (sound familiar?) <a href="http://money.cnn.com/magazines/fortune/fortune_archive/2007/05/28/100033867/" title="Smith and Gutierrez talk Linux patents infringement" onclick="javascript:urchinTracker ('/outbound/article/money.cnn.com');">told Fortune Magazine</a> that Linux infringes on 235 Microsoft-owned software patents and that:<br />
<blockquote>&#8220;This is not a case of some accidental, unknowing infringement&#8230; There is an overwhelming number of patents being infringed.&#8221;       </p></blockquote>
<p>Shortly after this Microsoft announced a deal with Novell that would protect customers using Novell&#8217;s SUSE Linux distribution from patent action by Microsoft - the obvious implication being that customers of all other Linux distributions must therefore be at risk (OSS Watch covered this issue and the Free Software Foundation&#8217;s reaction in our description of the GNU GPL v3 <a href="http://www.oss-watch.ac.uk/resources/gpl3final.xml#body.1_div.6" title="OSS Watch Novell explanation" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">here</a>).<br /><br />So is the current climate of fear really warranted? Probably not. For a start, Gutierrez himself is at pains to say that this is not the beginning of the earth-shattering IP showdown that Linux users have been fearing for years:<br />
<blockquote>I should say, Microsoft respects and appreciates the important role that open-source software plays in our industry, and we respect and appreciate the passion and the great contribution that open-source developers make in our industry. That appreciation and respect is not inconsistent with our respect for intellectual-property rights. Partnership with all technology companies, including those that adopt a mixed-source model, must be built on mutual respect for IP rights &#8212; rights that we all rely on for driving innovation and opportunity.Now, this case is against TomTom, and it involves infringement of Microsoft patents by TomTom devices. Each case is different, and this one is specifically about the use of software by TomTom in its devices.        </p></blockquote>
<p>(from <a href="http://www.techflash.com/microsoft/QA_Microsofts_chief_patent_lawyer_on_TomTom_and_Linux_40354407.html" title="Gutierrez talks about Tomtom litigation" onclick="javascript:urchinTracker ('/outbound/article/www.techflash.com');">here</a>.) In the past it has clearly been a strategic aim of Microsoft&#8217;s to cast doubt on the legality of Linux. The Microsoft quotes mentioned above were without doubt intended to make potential Linux users think twice about where they should spend their money. With the Tomtom case - in contrast - Microsoft seems to be at pains to go further than it needs to in calming Linux users about the potential for broad litigation against their chosen operating system. Just note the contrast between the Gutierrez of 2007&#8217;s Fortune article and the Gutierrez of 2009&#8217;s Tomtom-related interview. There seems to be a genuine movement towards playing down the implied threats of the past.<br /><br /> Why has this happened? It&#8217;s almost impossible for an outsider to say.It is clear that Microsoft&#8217;s former strategy of implying that Linux was about to disappear under storm of patent infringement suits did not significantly affect Linux uptake. The Linux community adapted through initiatives like the <a href="http://www.openinventionnetwork.com/" title="Open Invention Network" onclick="javascript:urchinTracker ('/outbound/article/www.openinventionnetwork.com');">Open Invention Network</a> - a patent-holding organisation supported by Sony, Novell, Red Hat, IBM, NEC and Philips that licenses its IP at no cost to anyone who agrees not to assert their own patent rights against Linux. Of course, if you choose to assert your rights against Linux, the OIN will closely examine your products to make sure that none of their patents are embodied in them. In practice it&#8217;s this kind of &#8217;sue-me-and-i&#8217;ll-sue-you&#8217; standoffs that prevent all-out patent war in the IT sector, and the number of patent-holding corporations with a stake in Linux now makes it potentially as risky to sue as any other single large technology player - maybe riskier given the added liability of blogosphere backlash and community hatred for any moves against FOSS. <br /><br />When OSS Watch <a href="http://www.oss-watch.ac.uk/resources/OINevent.xml" title="OSS Watch OIN Report" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">spoke to</a> OIN&#8217;s then-CEO Jerry Rosenthal in 2007 he believed that they would probably never have to actually sue a big player like Microsoft. So while the Microsoft-Tomtom case probably does not herald the the final Microsoft campaign against FOSS, it will be interesting to see whether OIN sees it as sufficient reason to look into enforcing their own patents against Microsoft. Tomtom must be hoping that they do. </p>
]]></content:encoded>
			<wfw:commentRss>http://osswatch.jiscinvolve.org/2009/02/27/microsoft-vs-tomtom-is-this-ragnarok/feed/</wfw:commentRss>
		</item>
		<item>
		<title>UK Government to level the playing field?</title>
		<link>http://osswatch.jiscinvolve.org/2009/02/25/uk-governement-to-level-the-playing-field/</link>
		<comments>http://osswatch.jiscinvolve.org/2009/02/25/uk-governement-to-level-the-playing-field/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 11:49:27 +0000</pubDate>
		<dc:creator>Ross Gardler</dc:creator>
		
		<category><![CDATA[Discussion]]></category>

		<category><![CDATA[Strategy and Policy]]></category>

		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://osswatch.jiscinvolve.org/2009/02/25/uk-governement-to-level-the-playing-field/</guid>
		<description><![CDATA[In May 2008 OSS Watch published a workshop report with the title &#8220;Levelling the playing field: developing a mixed economy for software procurement&#8221;. This report focussed on procurement in the Higher and Further Education sectors and recomended that we work to:

ensure all solutions use open standards and provide protection against vendor lock-in
facilitate better communication with [...]]]></description>
			<content:encoded><![CDATA[<p>In May 2008 OSS Watch published a workshop report with the title <a href="http://www.oss-watch.ac.uk/resources/procurement08.xml" title="Workshop report" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">&#8220;Levelling the playing field: developing a mixed economy for software procurement&#8221;</a>. This report focussed on procurement in the Higher and Further Education sectors and recomended that we work to:</p>
<ul>
<li>ensure all solutions use open standards and provide protection against vendor lock-in</li>
<li>facilitate better communication with senior managers across HE/FE as to the potential benefits and   pitfalls of making use of open source solutions</li>
<li>encourage educational ICT bodies with an overview of the sector such as UCISA and BECTA to assist institutions with open source related training and knowledge</li>
<li>work to improve the ITT and PPQ processes within institutions</li>
</ul>
<p>OSS Watch has been funded by the <a href="http://www.jisc.ac.uk" onclick="javascript:urchinTracker ('/outbound/article/www.jisc.ac.uk');">JISC</a> since 2003, part of our remit has been to facilitate the appropriate adoption of open source in the sector, yet the recomendations made in our workshop were largely the same as they were in 2003. Did this mean that OSS Watch was having no effect?</p>
<p>I&#8217;m pleased to say that OSS Watch have had some influence on the adoption of open source in the  education sector. For example, we worked with our own funders on an <a href="http://www.oss-watch.ac.uk/resources/opensourcepolicy.xml" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">open source policy</a> which was adopted in 2004. Similarly, we worked with BECTA during the creation of the <a href="http://opensourceschools.org.uk/" onclick="javascript:urchinTracker ('/outbound/article/opensourceschools.org.uk');">Open Source Schools </a>project (as well as helping BECTA understand what the goals of this project were we continue to provide advice, guidance and materials to the company running the site).</p>
<p>However, when it comes to influencing individual procurement decisions we have struggled to have any significant impact. Put bluntly, there is very little our small team can do when faced with procurement policies and staff that are predisposed towards the incumbent suppliers products.</p>
<p>I was therefore encouraged when the Cabinet Office published &#8220;<a href="http://www.cio.gov.uk/transformational_government/open_source/index.asp" onclick="javascript:urchinTracker ('/outbound/article/www.cio.gov.uk');">Open Source, Open Standards and Re–Use: Government Action Plan</a>&#8220;. This document is intended to put open source software onto an equal footing with proprietary forms for procurement.</p>
<p>As with the 2004 <a href="http://www.govtalk.gov.uk/policydocs/policydocs_document.asp?docnum=905" title="Government open source policy" onclick="javascript:urchinTracker ('/outbound/article/www.govtalk.gov.uk');">government policy on open source</a> we are assured that &#8220;Procurement decisions will be made on the basis on [sic] the best value for money solution to the business requirement, taking account of total lifetime cost of ownership of the solution, including exit and transition costs, after ensuring that solutions fulfil minimum and essential capability, security, scalability, transferability, support and manageability requirements&#8221; and &#8220;The Government will use open standards in its procurement specifications and require solutions to comply with open standards. The Government will support the development of open standards and specifications.&#8221;</p>
<p>However, this new document goes a small, but important, step further.</p>
<p>It states &#8220;Where there is no significant overall cost difference between open and non-open source products, open source will be selected on the basis of its additional inherent flexibility.&#8221; Many commentators have, so far, missed the importance of this statement. The key is in the acknowldgement of &#8220;additional inherent flexibility&#8221;. This is over and above the flexibility provided by the adoption of open standards.</p>
<p>This &#8220;additional inherent flexibility&#8221; is a result of having access to the source code. Closed source software can adopt open standards, but they still provide a form of lock-in since there is only one source of customisation and maintenance for that product. When the source is freely available one is able to shop around various support providers in addition to selecting from various interoperating products.</p>
<p>The introduction of competition through open standards is clearly a step in the right direction. However, competition between software providers is also desirable. This is a topic I cover when <a href="http://www.slideshare.net/rgardler/engaging-with-open-source-in-a-procurement-process" title="Presentation on open source procurement" onclick="javascript:urchinTracker ('/outbound/article/www.slideshare.net');">presenting</a> at procurement related events, and is something OSS Watch <a href="http://www.oss-watch.ac.uk/resources/procurement-infopack.xml" title="Procurement infopack" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">believe</a> is very important given that requirements for software usually change as an organisation matures. These changes may not be aligned with the business model of the current support provider.</p>
<p>I&#8217;m also encouraged to see that the document identifies a number of actions including &#8220;develop clear and open guidance for ensuring that open source and proprietary products are considered equally&#8221; (action 1). This is a very complex issue and is something OSS Watch have been trying to do in the education sector for some time.</p>
<p>The problem is that open source and closed source solutions cannot be compared using the same techniques. Whilst the software products themselves can be compared on a feature by feature basis, the softer aspects, such as quality of support, security, flexibility and sustainability of the solution cannot be easily compared like for like. Consequently, it is necessary to change the procurement process itself before any real impact will be seen. Simon Phipps of Sun Microsystems <a href="http://blogs.sun.com/webmink/entry/uk_government_endorses_open_source" onclick="javascript:urchinTracker ('/outbound/article/blogs.sun.com');">suggests</a> one potential model for a level procurement playing field through adoption led approaches, and warns about how the existing process can be <a href="http://blogs.sun.com/webmink/entry/public_procurement_and_foss" onclick="javascript:urchinTracker ('/outbound/article/blogs.sun.com');">gamed</a>.</p>
<p>Further to the need to change the procurement process we must also ensure our workforce has the necessary skills to evaluate and engage with open source software. Without this skillset policies and action plans will fall on deaf ears, who is going to implement them? I discuss this in my November post &#8220;<a href="http://osswatch.jiscinvolve.org/2008/11/17/the-open-source-skills-shortage/" >We have an open source future - or do we?</a>&#8220;</p>
<p>Despite these concerns, I welcome this document from the Cabinet Office and encourage those with an understanding of open source and, in particular, how it should be evaluated to actively <a href="http://writetoreply.org/ukgovoss/" onclick="javascript:urchinTracker ('/outbound/article/writetoreply.org');">review</a> and comment on the document using the CIO defined tag of <strong>#ukgovOSS </strong>so that it gets picked up and syndicated on a special <a href="http://www.netvibes.com/cabinetoffice#Open_Source" onclick="javascript:urchinTracker ('/outbound/article/www.netvibes.com');">public FOSS Aggregation page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://osswatch.jiscinvolve.org/2009/02/25/uk-governement-to-level-the-playing-field/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft, POI and odd distinctions</title>
		<link>http://osswatch.jiscinvolve.org/2008/04/09/microsoft-poi-and-odd-distinctions/</link>
		<comments>http://osswatch.jiscinvolve.org/2008/04/09/microsoft-poi-and-odd-distinctions/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 10:08:00 +0000</pubDate>
		<dc:creator>Rowan Wilson</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Legal]]></category>

		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://osswatch.jiscinvolve.org/2008/04/09/microsoft-poi-and-odd-distinctions/</guid>
		<description><![CDATA[In the run-up to the ISO vote on the controversial OOXML specification, Microsoft - OOXML&#8217;s creator - announced that they would be funding development of the open source Java API to access Microsoft Office formats Apache POI to support the new standard. Information Week reported on this announcement, and made the following statement:
For patented protocols, [...]]]></description>
			<content:encoded><![CDATA[<p>In the run-up to the ISO vote on the controversial OOXML specification, Microsoft - OOXML&#8217;s creator - <a href="http://www.microsoft.com/presspass/press/2008/mar08/03-25SourcesensePR.mspx" onclick="javascript:urchinTracker ('/outbound/article/www.microsoft.com');">announced</a> that they would be funding development of the open source Java API to access Microsoft Office formats <a href="http://poi.apache.org/" onclick="javascript:urchinTracker ('/outbound/article/poi.apache.org');">Apache POI</a> to support the new standard. <a href="http://www.informationweek.com/news/showArticle.jhtml?articleID=206905858&amp;subSection=News" onclick="javascript:urchinTracker ('/outbound/article/www.informationweek.com');">Information Week reported</a> on this announcement, and made the following statement:</p>
<blockquote><p>For patented protocols, Microsoft said it would offer licenses on &#8220;reasonable and non-discriminatory terms.&#8221; Open source developers can access the protocols for free for noncommercial use without fear of lawsuits, Microsoft said.</p></blockquote>
<p>Now, <a href="http://involve.jisc.ac.uk/wpmu/oss-watch/2008/04/02/microsofts-ooxml-wins-iso-approval/" onclick="javascript:urchinTracker ('/outbound/article/involve.jisc.ac.uk');">as we mentioned a week ago</a> Microsoft accompanied their submission of the OOXML standard to the OSI with an &#8216;<a href="http://www.microsoft.com/interop/osp/default.mspx" onclick="javascript:urchinTracker ('/outbound/article/www.microsoft.com');">Open Specification Promise</a>&#8216; in the following words:</p>
<blockquote><p> Microsoft irrevocably promises not to assert any Microsoft Necessary Claims against you for making, using, selling, offering for sale, importing or distributing any implementation to the extent it conforms to a Covered Specification (“Covered Implementation”), subject to the following. This is a personal promise directly from Microsoft to you, and you acknowledge as a condition of benefiting from it that no Microsoft rights are received from suppliers, distributors, or otherwise in connection with this promise. If you file, maintain or voluntarily participate in a patent infringement lawsuit against a Microsoft implementation of such Covered Specification, then this personal promise does not apply with respect to any Covered Implementation of the same Covered Specification made or used by you. To clarify, “Microsoft Necessary Claims” are those claims of Microsoft-owned or Microsoft-controlled patents that are necessary to implement only the required portions of the Covered Specification that are described in detail and not merely referenced in such Specification. “Covered Specifications” are listed below.</p>
<p>This promise is not an assurance either (i) that any of Microsoft’s issued patent claims covers a Covered Implementation or are enforceable or (ii) that a Covered Implementation would not infringe patents or other intellectual property rights of any third party. No other rights except those expressly stated in this promise shall be deemed granted, waived or received by implication, exhaustion, estoppel, or otherwise.</p></blockquote>
<p>This would seem to be a blanket promise (or covenant) to avoid taking patent infringement action against anyone implementing the current OOXML standard or using such an implementation - for example Sourcesense and the users of POI who will be receiving their Microsoft-sponsored OOXML code. There is no mention of a different deal for commercial use of open source implementations, as the <strong>Information Week</strong> story seemed to imply. Does this discrepancy matter? Well it has certainly caused anger and confusion among some in the free and open source community. <a href="http://en.wikipedia.org/wiki/Michael_Tiemann" onclick="javascript:urchinTracker ('/outbound/article/en.wikipedia.org');">Michael Tiemann</a> President of the Open Source Initiative (OSI) and Vice President of Open Source Affairs at Red Hat Inc. quickly responded to the article with a <a href="http://www.opensource.org/node/280" onclick="javascript:urchinTracker ('/outbound/article/www.opensource.org');">blog post on the OSI site</a> entitled &#8216;<em>Microsoft&#8217;s new weapon against open source: stupidity</em>&#8216;. In it, Tiemann laments the unquestioning attitude of the media in reporting Microsoft&#8217;s seemingly discriminatory attitude to open source as cosy non-discriminatory affection. <a href="http://www.markmail.org/search/?q=poi+microsoft+sourcesense#query:poi%20microsoft%20sourcesense+page:1+mid:mi6h74d552l56uxe+state:results" onclick="javascript:urchinTracker ('/outbound/article/www.markmail.org');">Trouble also kicked off on the Apache developer mailing list for POI</a>, with a quotation of the <strong>Information Week</strong> article and a call for the Sourcesense code to be rejected from the project as it was &#8216;encumbered&#8217; by Microsoft&#8217;s seeming insistence that patent licenses must be obtained for commercial use.</p>
<p>The mismatch between the <strong>Information Week</strong> article and the Open Specification Promise puzzled me, so I contacted Microsoft here in the UK to see what the truth of the matter was. The query found its way to Microsoft US&#8217; Public Relations firm Waggener Edstrom who replied as follows:</p>
<blockquote><p>Apache libraries are open source code, and available through broad licensing. Any required Microsoft patent rights relative to Office Open XML are available on a royalty-free, perpetual basis to all implementers, as outlined within the Microsoft Open Specification Promise.</p></blockquote>
<p>So it would seem that the indirect quote from Microsoft in the <strong>Information Week</strong> article was either misreported or inaccurate, and the dismay in the free and open source community is the inevitable mistaken result of this mistaken account.</p>
<p>The question remains, though, how did the error occur? Certainly it could have been a typo somewhere, but I wonder if it is perhaps a result of the phraseology Microsoft adopts when discussing free and open source. To return for a moment to the web page of Microsoft&#8217;s &#8216;<a href="http://www.microsoft.com/interop/osp/default.mspx" onclick="javascript:urchinTracker ('/outbound/article/www.microsoft.com');">Open Specification Promise</a>&#8216; we find that there is also a lengthy FAQ to elucidate the effects of the covenant. In this FAQ, Microsoft twice draws a distinction between &#8216;commercial&#8217; and &#8216;open source&#8217; software:</p>
<blockquote><p>The Open Specification Promise is a simple and clear way to assure that the broadest audience of developers and customers working with commercial or open source software can implement specifications through a simplified method of sharing of technical assets, while recognizing the legitimacy of intellectual property.</p></blockquote>
<p>and later</p>
<blockquote><p>The Open Specification Promise is a simple and clear way to assure that the broadest audience of developers and customers working with commercial or open source software can implement the covered specification(s).</p></blockquote>
<p>This is an odd way to speak, given that there are large commercial open source companies out there of whom Microsoft must be aware. While one can only speculate about Microsoft&#8217;s reasons for giving the impression that open source and commerciality are mutually exclusive, it certainly seems possible that this odd linguistic tic is the root cause of the confusion in <strong>Information Week</strong> and the resulting screams of protest from the free and open source community.</p>
<p>Notice: Sourcesense have provided speakers for OSS Watch events in the past, and a member of Sourcesense sits on our Advisory Committee.</p>
]]></content:encoded>
			<wfw:commentRss>http://osswatch.jiscinvolve.org/2008/04/09/microsoft-poi-and-odd-distinctions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft&#8217;s OOXML Wins ISO Approval</title>
		<link>http://osswatch.jiscinvolve.org/2008/04/02/microsofts-ooxml-wins-iso-approval/</link>
		<comments>http://osswatch.jiscinvolve.org/2008/04/02/microsofts-ooxml-wins-iso-approval/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 11:56:56 +0000</pubDate>
		<dc:creator>Rowan Wilson</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[e-Administration]]></category>

		<category><![CDATA[e-Resources]]></category>

		<category><![CDATA[Legal]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[e-Learning]]></category>

		<category><![CDATA[Standards]]></category>

		<category><![CDATA[Strategy and Policy]]></category>

		<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://osswatch.jiscinvolve.org/2008/04/02/microsofts-ooxml-wins-iso-approval/</guid>
		<description><![CDATA[Perhaps wary that the date might detract from the news, ISO - the International Organization for Standards - waited until today before announcing that Microsoft&#8217;s Office Open XML (OOXML) document description schema has finally been accepted as an ISO standard as of April 1, 2008. There has been a long and bitter battle over whether [...]]]></description>
			<content:encoded><![CDATA[<p>Perhaps wary that the date might detract from the news, ISO - the International Organization for Standards - waited until today before <a href="http://www.iso.org/iso/pressrelease.htm?refid=Ref1123" onclick="javascript:urchinTracker ('/outbound/article/www.iso.org');">announcing</a> that Microsoft&#8217;s Office Open XML (OOXML) document description schema has finally been accepted as an ISO standard as of April 1, 2008. There has been a long and bitter battle over whether this schema should be adopted. For one thing, an ISO-approved XML standard for describing office documents already exists in the form of <a href="http://en.wikipedia.org/wiki/OpenDocument" onclick="javascript:urchinTracker ('/outbound/article/en.wikipedia.org');">OpenDocument</a> created in association with <a href="http://www.sun.com/" onclick="javascript:urchinTracker ('/outbound/article/www.sun.com');">Sun Microsystems</a> by the <a href="http://www.oasis-open.org/home/index.php" onclick="javascript:urchinTracker ('/outbound/article/www.oasis-open.org');">Organization for the Advancement of Structured Information Standards</a> or OASIS. Many argue that having multiple standards for the same objects defeats the purpose of establishing standards in the first place. While this is on the face of it a reasonable argument, it seems a little Utopian to expect complete global unanimity on these subjects, particularly where such valuable commercial interests are at stake. After all, the world has not even managed to agree on a standard standards body, so expecting agreement at any lower level seems over-optimistic. Microsoft&#8217;s OOXML has been a standard according to <a href="http://www.ecma-international.org/" onclick="javascript:urchinTracker ('/outbound/article/www.ecma-international.org');">ECMA International</a> since 2006, while OASIS approved OpenDocument back in 2005.</p>
<p>So why is there such bitterness over this issue? Well, some of it comes from the perception that OOXML is in itself an inadequate standard which has triumphed through Microsoft&#8217;s expertise at lobbying ISO member bodies for their votes. Critics point out that the standard is itself is incredibly long and complex - over six thousand pages. It has also been widely observed that rather than trying to select a set of characteristics that need to be described in order to define a document minimally and efficiently, OOXML instead describes a huge set of overlapping characteristics that define the many different ways Microsoft has described documents over the almost twenty year life of the Microsoft Office product. It is easy to see why they have done this; it greatly facilitates conversion of all legacy documents into the new format. Still, it also results in a swollen specification that competitors will find very difficult to implement in their products. For example, OOXML defines many functions such as <em>shapeLayoutLikeWW8, </em>which instructs a rendering application to arrange text around a shape in the same way as Microsoft&#8217;s Word 97. Clearly Microsoft will have an advantage over competitors in making their products reliably behave in these ways.</p>
<p>Back in September 2007 OOXML lost an adoption vote at ISO, partly as a result of muscular lobbying from the free and open source communities, and hundreds of changes to the standard were requested by the voting members. While many of these were implemented by Microsoft and ECMA, the majority remained unimplemented at the time of OOXML&#8217;s approval.</p>
<p>Another controversial aspect of the OOXML standard is Microsoft&#8217;s patent non-enforcement promise that accompanies it. International standards must at the very least include fair and non-discriminatory terms for the licensing of patents that their use might infringe. Generally the standards bodies prefer that associated patents are licensed at no cost, and this is essentially what Microsoft has done with their <a href="http://www.microsoft.com/interop/osp/default.mspx" onclick="javascript:urchinTracker ('/outbound/article/www.microsoft.com');">Open Specification Promise</a>.  It promises that Microsoft will not enforce their patents against anyone as a result of their activities implementing OOXML readers, writers or renderers. However Microsoft make no explicit promise that subsequent versions of OOXML will also be covered by such a promise, merely saying that they aim to continue the promise in areas where they continue to engage with open standards bodies. This has alarmed many people, pointing to a possible future where everyone has adopted OOXML only to find that Microsoft withdraw from engagement with standards bodies and also withdraw their patent promise for subsequent versions. In comparison, Sun&#8217;s <a href="http://xml.coverpages.org/ni2005-10-04-a.html" onclick="javascript:urchinTracker ('/outbound/article/xml.coverpages.org');">Non-Assertion Covenant for OpenDocument</a> offers a perpetual promise not to sue for both version 1.0 and all subsequent versions. In the run-up to ISO&#8217;s decision, the Software Freedom Law Center (SFLC), a free-and-open-source-supporting public interest legal practice, <a href="http://www.softwarefreedom.org/resources/2008/osp-gpl.html" onclick="javascript:urchinTracker ('/outbound/article/www.softwarefreedom.org');">released a document</a> filled with dire warnings about Microsoft&#8217;s Patent Promise, and telling anyone writing software under the GNU General Public License to shun it. SFLC&#8217;s argument is twofold. Firstly they argue that, despite the promise, a piece of multi-purpose code might be protected when used to implement the standard but infringing when used for something else. Secondly, they argue that Microsoft&#8217;s failure to extend the promise to future revisions of OOXML means that projects attempting to progressively implement newer and newer versions of the standard may hit a legal brick wall down the line.</p>
<p>Are these worries justified? Certainly the SFLC&#8217;s first point is well taken, given the propensity of free and open source developers to repurpose code. The second point is less persuasive, I think, and a little opaquely worded in their document. To be clear, implementations of the current version of OOXML will <em>always</em> be protected from patent action by Microsoft, whether they withdraw the promise from future versions or not (provided the code in question is actually used to implement the standard). As to whether Microsoft will actually withdraw the promise from future versions, it is a difficult issue to predict. Microsoft got into the open standards game in the first place in order to win procurement contracts - often in the public sector - where open standards are listed as pre-requisites. While it may be notionally possible for Microsoft to partially re-enclose their format by either withdrawing the promise from a future version or withdrawing from the open standards process altogether, the practicality of such a move would depend heavily on how Microsoft&#8217;s users would respond to it. Thus the future of the standard really depends less of Microsoft&#8217;s whim and more on ourselves and the organisations for which we work.</p>
]]></content:encoded>
			<wfw:commentRss>http://osswatch.jiscinvolve.org/2008/04/02/microsofts-ooxml-wins-iso-approval/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Open Standards are not enough to prevent lock in</title>
		<link>http://osswatch.jiscinvolve.org/2007/11/30/open-standards-do-not-always-prevent-lock-in/</link>
		<comments>http://osswatch.jiscinvolve.org/2007/11/30/open-standards-do-not-always-prevent-lock-in/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 08:27:41 +0000</pubDate>
		<dc:creator>Ross Gardler</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Discussion]]></category>

		<category><![CDATA[Strategy and Policy]]></category>

		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://osswatch.jiscinvolve.org/2007/11/30/open-standards-do-not-always-prevent-lock-in/</guid>
		<description><![CDATA[Many people claim that open standards are the answer to lock in problems of software. Even our government can be heard to claim open standards are the answer:
There can sometimes be a danger of lock-in with some proprietary providers, and we must avoid developing an over-reliance on individual suppliers. The Government, via the Office of [...]]]></description>
			<content:encoded><![CDATA[<p>Many people claim that open standards are the answer to lock in problems of software. Even our government can be heard to claim open standards are the answer:</p>
<blockquote><p>There can sometimes be a danger of lock-in with some proprietary providers, and we must avoid developing an over-reliance on individual suppliers. The Government, via the Office of Government Commerce, work hard to avoid that by using open standards to ensure that different suppliers’ software can be used interchangeably. (Angela Eagle, The Exchequer Secretary to the Treasury during a <a href="http://www.publications.parliament.uk/pa/cm200607/cmhansrd/cm071009/halltext/71009h0008.htm" onclick="javascript:urchinTracker ('/outbound/article/www.publications.parliament.uk');">parliamentary debate</a>)</p></blockquote>
<p>However, there is much more to the lock in problem than the format the data is stored in. We also have to consider how this data is stored and processed in any given business process.</p>
<p>Until recently I&#8217;ve been reading about peoples <a href="http://weblog.infoworld.com/openresource/archives/2006/05/the_future_of_l.html" onclick="javascript:urchinTracker ('/outbound/article/weblog.infoworld.com');">concerns</a> over the <a href="http://blogs.zdnet.com/open-source/?p=1363" onclick="javascript:urchinTracker ('/outbound/article/blogs.zdnet.com');">closed nature</a> of Microsofts Sharepoint with a pinch of salt. I have to admit I just didn&#8217;t get the problem. If the data was in an open format you could just take your data and run, right?</p>
<p>Well no, that is not the case. Thanks to my old boss <a href="http://www.eifl.net/cps/sections/services/eifl-foss/foss-blog" onclick="javascript:urchinTracker ('/outbound/article/www.eifl.net');">Randy Metcalfe</a>, I now realise the lock in comes in the form of business processes tied to the repository. Matt Asay explains in an interview with <a href="http://lwn.net/Articles/258232/" onclick="javascript:urchinTracker ('/outbound/article/lwn.net');">lwn.net</a>:</p>
<blockquote><p>Let&#8217;s assume you store data in ODF in a Sharepoint repository. It doesn&#8217;t matter that ODF is an open format. The repository holding it is proprietary, and that proprietary lock-in is doubled by the fact that the enterprise will build (proprietary, non-standard) workflows to manage that content which keeps content a prisoner to Microsoft.</p></blockquote>
<p>This may be true, but the fact is that Sharepoint makes it possible to build these workflows. I&#8217;m aware of no other single tool, open or closed, that is as complete. Almost certainly this is why many of the people I speak to in the education sector report an interest in Sharepoint.</p>
<p>What worries me is not that these people are considering Sharepoint, it&#8217;s that they think that a move to Sharepoint, coupled with an adoption of open standards will prevent a lock-in to a single vendor. This does not appear to be the case.</p>
<p>So, if you are concerned about vendor lock-in what can you do?</p>
<p>Firstly, you should recognise that no software tool can be rolled out across an organisation without significant configuration and optimisation for the (often fluid) local business practices of that organisations. Buying any off the shelf product will always result in the need to also buy consultancy and/or staff training to provide ongoing support . As a representative of a major UK university recently told me &#8220;we thought we could buy the licences and pay some consultants and that would be it. Unfortunately it&#8217;s not as simple as that.&#8221;<br />
Secondly, we must recognise that it is possible to <a href="http://blog.opensolutionsalliance.org/archives/64-An-Answer-to-the-Sharepoint-Lock-in-Challenge.html" onclick="javascript:urchinTracker ('/outbound/article/blog.opensolutionsalliance.org');">create a software stack</a> using <a href="http://www.oss-watch.ac.uk/resources/osmm.xml" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">mature</a> and successful open source software that will do everything Sharepoint will do, and more. Sure, it takes effort to do this, but it can be done.</p>
<p>Finally, we must ensure that we <a href="http://www.jisc.ac.uk/publications/publications/inform19.aspx#anopen" onclick="javascript:urchinTracker ('/outbound/article/www.jisc.ac.uk');">evaluate</a> any closed source solutions against any open source alternatives, taking into account all strategic, technical and resource objectives.</p>
<p>Why must we consider open source? There are <a href="http://www.oss-watch.ac.uk/resources/whoneedssource.xml" title="Benefits of Open Source Code" onclick="javascript:urchinTracker ('/outbound/article/www.oss-watch.ac.uk');">many reasons</a>, the most relevant to this post is that open source, coupled with open standards prevent lock-in.</p>
]]></content:encoded>
			<wfw:commentRss>http://osswatch.jiscinvolve.org/2007/11/30/open-standards-do-not-always-prevent-lock-in/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
