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

<channel>
	<title>Jeroens blog &#187; SMW</title>
	<atom:link href="http://blog.bn2vs.com/tag/smw/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bn2vs.com</link>
	<description>Blog of Jeroen De Dauw. The latest news on my open source work and interests.</description>
	<lastBuildDate>Fri, 23 Dec 2011 14:44:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Earth and KML support in (Semantic) Maps 1.0.3</title>
		<link>http://blog.bn2vs.com/2011/09/14/earth-and-kml-support-in-semantic-maps-1-0-3/</link>
		<comments>http://blog.bn2vs.com/2011/09/14/earth-and-kml-support-in-semantic-maps-1-0-3/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 14:37:54 +0000</pubDate>
		<dc:creator>Jeroen De Dauw</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[GNU GPL]]></category>
		<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[KML]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[MediaWiki]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Planet Wikimedia]]></category>
		<category><![CDATA[Semantic Maps]]></category>
		<category><![CDATA[Semantic MediaWiki]]></category>
		<category><![CDATA[Semantics]]></category>
		<category><![CDATA[SMW]]></category>

		<guid isPermaLink="false">http://blog.bn2vs.com/?p=1194</guid>
		<description><![CDATA[Yesterday I released version 1.0.3 of the Maps and Semantic Maps MediaWiki extensions. This release re-introduces Google Earth support, this time for Google Maps v3, and enhances the KML/KMZ support for this mapping service as well. Many thanks go to Jon Povey for funding the implementation of these features! Since I didn&#8217;t make any release [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I released version 1.0.3 of the <a href="http://www.mediawiki.org/wiki/Extension:Maps">Maps</a> and <a href="http://www.mediawiki.org/wiki/Extension:Semantic_Maps">Semantic Maps</a> MediaWiki extensions. This release re-introduces Google Earth support, this time for Google Maps v3, and enhances the KML/KMZ support for this mapping service as well. Many thanks go to Jon Povey for funding the implementation of these features! Since I didn&#8217;t make any release announcements for 1.0.1 or 1.0.2, I&#8217;ll just include changes made in these versions as well, effectively treating this as the release after 1.0.</p>
<p><strong>KML/KMZ support</strong></p>
<p>The Google Maps v3 service now supports 2 new KML related parameters: kml and gkml. Both accept a url pointing to a KML (or KMLZ) file. The first one uses a KML parsing library (<a href="https://code.google.com/p/geoxml3/">geoxml3</a>) included in the extension to translate the features described in the KML file into elements to place onto the map. This is very nice for people that do not want to be dependent on third party services, but sadly enough, the library is somewhat limited. It lacks support for more advanced KML features such as polygons and paths. The gkml parameter uses Googles KML service, which pulls the KML file to some Google server, and then decides if it should be send to the client (for simple and small files), or if it should be rendered server side and send as tiles to the client (for big files or files containing advanced features such as polygons).</p>
<p>You can now also choose if you want the map to rezoom after the KML layers have been loaded or not using the kmlrezoom parameter. KML layers will load a bit after the map, since they require extra resources to be loaded, and there is no need to let the user wait to see the normal map until those are done loading.</p>
<p><a href="http://blog.bn2vs.com/wp-content/uploads/2011/09/kmlpath.png"><img class="alignnone size-full wp-image-1195" title="A path with waypoints on a Google Maps map" src="http://blog.bn2vs.com/wp-content/uploads/2011/09/kmlpath.png" alt="A path with waypoints on a Google Maps map" width="407" height="191" /></a></p>
<p><strong>Google Earth support</strong></p>
<p>Maps already has support for Google Earth since on of it&#8217;s earliest versions. This was quite easy to achieve as Google Maps v2 natively supported it. Now with the switch to Google Maps v3 in Maps 1.0, people asked for Google Maps support in that as well. Unfortunately Google Earth is not natively supported here. Maps now provides support for GE using the <a href="https://code.google.com/p/google-maps-utility-library-v3/">Google Maps utility library v3</a>. The earth type can be enabled by adding &#8220;earth&#8221; to the types parameter, or setting it as the default type using &#8220;type&#8221;. Do however note that due to this not being officially supported by Google, it has some deficiencies. For one, when switching to GE, the map controls won&#8217;t be displayed any more, preventing you from switching back. Also, the GE plugin is only supported on Windows and Mac, so won&#8217;t be usable for mobile or Linux users.</p>
<p>A completely new thing added in 1.0.3 is the tilt parameter, which, as you can probably guess, allows you to set the initial tilt of the GE layer.</p>
<p><a href="http://blog.bn2vs.com/wp-content/uploads/2011/09/gearth.png"><img class="alignnone size-full wp-image-1196" title="Google Earth in the browser" src="http://blog.bn2vs.com/wp-content/uploads/2011/09/gearth.png" alt="Google Earth in the browser" width="427" height="191" /></a></p>
<p><strong>Full list of changes since 1.0:</strong></p>
<ul>
<li> Added support for Google Earth in Google Maps v3.</li>
<li> Added tilt parameter for Google Earth in Google Maps v3.</li>
<li> Added kmlrezoom parameter for Google Maps v3 and general $egMapsRezoomForKML setting.</li>
<li> Added API module for geocoding.</li>
<li> Added &#8216;geocoding&#8217; right.</li>
<li> Added language parameter to the mapsdoc hook.</li>
<li> Use of Validator 0.4.10s setMessage method instead of setDescription for better i18n.</li>
<li> Minor improvement to script loading.</li>
<li> Fixed Google Maps v3 JavaScript issue occurring on MediaWiki 1.17.</li>
<li> Fixed internationalization of distances (bug 30467).</li>
<li> Fixed zoom and types parameters for Google Maps v3.</li>
</ul>
<ul>
<li> Added geocodecontrol parameter for the form inputs.</li>
<li> Fixed handling of the semantic link caption in the geographical coordinate datavalue class.</li>
</ul>
<p><strong>What&#8217;s next?</strong></p>
<p>For now, I have no specific plans for changes or addition to either of the  mapping extensions, further then some minor script loading improvements,  as I &#8216;m working on several other projects. However it&#8217;s likely that  people will have suggestions for new features at <a rel="nofollow" href="http://semantic-mediawiki.org/wiki/SMWCon_Fall_2011">SMWCon Fall 2011</a>, which is next week.</p>
<p><strong>Download</strong></p>
<ul>
<li><a href="https://code.google.com/p/mwmaps/downloads/list">Maps downloads</a></li>
<li><a href="https://code.google.com/p/semanticmaps/downloads/list">Maps and Semantic Maps downloads</a></li>
<li>Maps SVN: <a href="http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/Maps">tags</a>, <a href="http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/Maps/">trunk</a></li>
<li>Semantic Maps SVN: <a href="http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/Semantic_Maps">tags</a>, <a href="http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/SemanticMaps/">trunk</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.bn2vs.com/2011/09/14/earth-and-kml-support-in-semantic-maps-1-0-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Semantic MediaWiki 1.6 released!</title>
		<link>http://blog.bn2vs.com/2011/07/30/semantic-mediawiki-1-6-released/</link>
		<comments>http://blog.bn2vs.com/2011/07/30/semantic-mediawiki-1-6-released/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 17:29:42 +0000</pubDate>
		<dc:creator>Jeroen De Dauw</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[GNU GPL]]></category>
		<category><![CDATA[MediaWiki]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Semantic Bundle]]></category>
		<category><![CDATA[Semantic MediaWiki]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[Semantics]]></category>
		<category><![CDATA[SMW]]></category>
		<category><![CDATA[Validator]]></category>

		<guid isPermaLink="false">http://blog.bn2vs.com/?p=1103</guid>
		<description><![CDATA[That&#8217;s right, the next big release of Semantic MediaWiki is finally here! A little over a year and six minor releases after SMW 1.5. And a big release it is, packing my improvements and several new features. It has been in the making over the past four months and contains contributions by many people. So [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://semantic-mediawiki.org/"><img class="alignright size-full wp-image-1178" title="Semantic MediaWiki" src="http://blog.bn2vs.com/wp-content/uploads/2011/07/SMW_logo_180px.png" alt="Semantic MediaWiki" width="130" height="130" /></a>That&#8217;s right, the next big release of <a href="http://semantic-mediawiki.org">Semantic MediaWiki</a> is finally here! <img src='http://blog.bn2vs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  A little over a year and six minor releases after  SMW 1.5. And a big release it is, packing my improvements and several  new features. It has been in the making over the past four months and contains contributions by many people. So let&#8217;s have a look at all the new awesomeness <img src='http://blog.bn2vs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Support for RDF triplestores</strong></p>
<p>Full support added for storing SMW data directly within an RDF triplestore, and for answering  #ask queries based on this data. The communication happens via SPARQL  (1.1), and all SPARQL-capable stores should be supported. The following  settings are needed in LocalSettings.php:</p>
<blockquote><p>$smwgDefaultStore = &#8216;SMWSparqlStore&#8217;;<br />
$smwgSparqlDatabase = &#8216;SMWSparqlDatabase&#8217;;<br />
// The following should be set to the URLs to reach the store:<br />
$smwgSparqlQueryEndpoint = &#8216;http://localhost:8080/sparql/&#8217;;<br />
$smwgSparqlUpdateEndpoint = &#8216;http://localhost:8080/update/&#8217;;<br />
$smwgSparqlDataEndpoint = &#8216;http://localhost:8080/data/&#8217;; // can be empty</p></blockquote>
<p>The specific support that SMW used to have for the RAP RDF store has been discontinued.</p>
<p><strong>The Type namespace has been abolished</strong></p>
<p>Builtin types now are displayed by the special page Special:Types,  and there are no &#8220;custom types&#8221; any longer. By default, the Type  namespace is gone and existing pages in this namespace can no longer be  accessed. This can be changed by setting $smwgHistoricTypeNamespace =  true in LocalSettings.php before including SMW.</p>
<p><strong>Changes to units of measurement</strong></p>
<p>Changed the way in which units of measurement work. Type:Number now  does not accept any units, and a new type &#8220;Quantity&#8221; is used for numbers  with units. Units must be declared on the property page (not on the  Type page as before), and only units that have a declared conversion  factor are accepted.</p>
<p><strong>Type:Record changes</strong></p>
<p>The declaration of Type:Record properties has changed. Instead of a  list of datatypes, the declaration now requires a list of properties  that are to be used for the fields of the record. The declaration is  still done with the property &#8220;has fields&#8221; as before. Properties must not  be used more than once in has_fields, or the order of values will be  random.</p>
<p><strong>Reworked internal data model</strong></p>
<p>Reworked  internal data model, cleaning up and re-implementing SMWDataValue and  all of its subclasses, and introducing new data item classes to handle  data. The class SMWCompatibilityHelpers provides temporary help for  extensions that still depend on the old format and APIs.</p>
<p>This  change is very important compatibility wise, as it removes support for  some older behavior and deprecates a bunch more. Older versions of a lot  of SMW extensions will not work with SMW 1.6. However, since 1.6 has  been in the making for quite some time, most, if not all, of these  extensions have released one or more versions that work just fine with  1.6. So if you stick with the latest releases, you should be good.</p>
<p>There are already 2 SMW extensions that now require SMW version 1.6 or later: <a href="http://mapping.referata.com/wiki/Semantic_Maps">Semantic Maps</a> 1.0 and the new kid in town: <a href="http://www.mediawiki.org/wiki/Extension:Semantic_Watchlist">Semantic Watchlist</a> (<a href="http://blog.bn2vs.com/2011/07/30/new-mediawiki-extension-semantic-watchlist/">see Semantic Watchlist release post</a>).</p>
<p><strong>Result formats make use of Validator</strong></p>
<p>Semantic MediaWiki now makes use of the <a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Validator">Validator extension</a> to handle parameters passed to result printers. This opens the door to  numerous awesome new functionality. For one, it allows for better  parameter error feedback to the user. In SMW &lt; 1.6 when you enter a  text value for a numeric parameter, it&#8217;ll simple be ignored (without  giving any warning). With this new approach the user will get a warning  along the lines of &#8220;The value &#8216;foobar&#8217; is not valid for parameter limit,  it must be an integer.&#8221;. Another advantage of using Validator here is  that the query argument GUI on Special:Ask can show more fitting  controls and display default values. A third win, is that writing new  query printers has now become easier, as you just have to specify the  parameters they should accept, and then don&#8217;t have to bother with  cleaning, validating and formatting them. Further things that can be  done with this in the future are automatic generation of documentation  per result format, which would be a huge improvement over the current  documentation and smarter behavior (such as autocompletion and live  validation) in interfaces where the values for these parameters can be  specified.</p>
<p><strong>New DSV format</strong></p>
<p>I added a new result format to SMW that outputs data as UNIX-style  Delimiter Separated Values. For those not familiar with the differences  between DSV and CSV (which was already supported), it comes down to sane  escaping of the delimiter characters. Instead of the weird and hard to  parse approach taken in CSV, the familiar backlashing technique is used  in DSV. You can use this format by adding &#8220;format=dsv&#8221; to any ask query.</p>
<p><strong>New API module for version info</strong></p>
<p>This is a very small feature I added geared towards developers and  the SMW registry tool in particular; it has not relevance to regular end  users. Up until now the SMW registry tool obtained info about SMW  installs by scraping Special:Version, which is a HTML page intended for  humans to look at, and by scraping Special:SemanticStatistics, which is  also a HTML page. Now the info provided by these pages and used by the  SMW registry, ie the version of SMW and the number of properties, users  and pages, can be obtained via the MediaWiki API using action=smwinfo.</p>
<p><strong>New smwdoc parser hook</strong></p>
<p>Similar to the new API module, this new parser hook is not geared to  most end users, but rather to documenters and site admins. This hook  utilizes Validators auto documentation capabilities to display tables  with parameter info, such as name, type, default value and description,  for a specified result format. It&#8217;s in essence a result format oriented  version of Validators more general purpose describe parser  hook. As soon as the SMW documentation wiki updates to 1.6, it&#8217;ll be  possible to use this hook to fill part of the documentation gap there  unfortunately is.</p>
<p><strong>Some noteworthy fixes</strong></p>
<ul>
<li>PostgreSQL support</li>
<li>Output issues in the JSON result format</li>
</ul>
<p>I&#8217;m probably forgetting others here <img src='http://blog.bn2vs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Downloads</strong></p>
<ul>
<li><a href="http://sourceforge.net/projects/semediawiki/files/semediawiki/Semantic%20MediaWiki%201.6/SemanticMediaWiki1.6.zip/download">Semantic MediaWiki 1.6 release, zip archive</a></li>
<li><a href="http://sourceforge.net/projects/semediawiki/files/semediawiki/Semantic%20MediaWiki%201.6/SemanticMediaWiki1.6.7z/download">Semantic MediaWiki 1.6 release, 7z archive</a></li>
<li><a href="http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/SemanticMediaWiki/REL_1_5_6/">Semantic MediaWiki 1.6 release, svn tag</a></li>
<li><a href="http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/SemanticMediaWiki/">Semantic MediaWiki, svn trunk</a></li>
</ul>
<p>Do note that as of this release, SMW requires Validator, which is included in the release packages, but obviously needs to be obtained separately when checking out with SVN.</p>
<p><strong>What&#8217;s next?</strong></p>
<p><a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/User:Devayon">Devayon Das</a>, a <a href="https://code.google.com/soc/">Google Summer of Code</a> student, mentored by <a class="mw-redirect" title="Markus Krötzsch" href="http://semantic-mediawiki.org/wiki/Markus_Kr%C3%B6tzsch">Markus Krötzsch</a>, is working on improving the search and browse interfaces of SMW (<a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/User:Devayon/GSoC2011">read all about it here</a>). This work will probably end up in one of the upcoming 1.6.x releases. I&#8217;d also like to make some improvements to the automatic documentation generation via the smwdoc parser hook by the next release, mainly focusing on internationalization. I&#8217;m not aware of any other concrete plans to make changes to SMW itself for now. There are many things that can be done, and several projects that are being looked at, but only time will tell which of these get any traction.</p>
<p>In any case, if you are interested in the future of SMW, I definitely recommend attending <a href="http://semantic-mediawiki.org/wiki/SMWCon_Fall_2011">SMWCon</a>, the SMW event that&#8217;s held once a year in both the US and the EU. The next one will take place from September 21st to September the 23rd, in Berlin, Germany.</p>
<p><strong>More frequent updates</strong></p>
<p>In an effort to provide the community with more frequent updates on the status of SMW development and other news, a <a href="https://twitter.com/#!/SemanticMW">Twitter</a> and an <a href="http://identi.ca/smw">Identi.ca</a> account have been set up. You can follow these to stay up to date on the latest SMW developments <img src='http://blog.bn2vs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Further info</strong></p>
<ul>
<li><a href="http://semantic-mediawiki.org/wiki/Semantic_MediaWiki_1.6">Semantic MediaWiki 1.6 page on the SMW wiki</a></li>
<li><a href="http://semantic-mediawiki.org/wiki/Help:Installation_1.6">Installation and upgrade instructions</a></li>
<li><a href="http://svn.wikimedia.org/viewvc/mediawiki/tags/extensions/SemanticMediaWiki/REL_1_6/RELEASE-NOTES?view=co">Raw release notes</a></li>
</ul>
<p>&nbsp;</p>
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 1252px; width: 1px; height: 1px; overflow: hidden;">
<p>Semantic MediaWiki 1.6 release, zip archive</p>
<p>&nbsp;</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.bn2vs.com/2011/07/30/semantic-mediawiki-1-6-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New MediaWiki extension: Semantic Watchlist</title>
		<link>http://blog.bn2vs.com/2011/07/30/new-mediawiki-extension-semantic-watchlist/</link>
		<comments>http://blog.bn2vs.com/2011/07/30/new-mediawiki-extension-semantic-watchlist/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 15:33:08 +0000</pubDate>
		<dc:creator>Jeroen De Dauw</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[GNU GPL]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[MediaWiki]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Planet Wikimedia]]></category>
		<category><![CDATA[Semantic MediaWiki]]></category>
		<category><![CDATA[Semantic Watchlist]]></category>
		<category><![CDATA[Semantics]]></category>
		<category><![CDATA[SMW]]></category>
		<category><![CDATA[Wikimedia]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://blog.bn2vs.com/?p=1106</guid>
		<description><![CDATA[Today I released the first version of a brand new MediaWiki extension titled Semantic Watchlist. It extends Semantic MediaWiki by adding the capability to watch/follow sets of properties for groups of pages (that can be specified with categories and namespaces). You can view changes to these properties via Special:SemanticWatchlist, which works similar to the regular [...]]]></description>
			<content:encoded><![CDATA[<p>Today I released the first version of a brand new MediaWiki extension titled <a href="http://www.mediawiki.org/wiki/Extension:Semantic_Watchlist">Semantic Watchlist</a>. It extends <a href="http://semantic-mediawiki.org/">Semantic MediaWiki</a> by adding the capability to watch/follow sets of properties for groups of pages (that can be specified with categories and namespaces). You can view changes to these properties via Special:SemanticWatchlist, which works similar to the regular MediaWiki watchlist. And you can even request to be notified via email when a change is made!</p>
<p><strong>Feature overview:</strong></p>
<ul>
<li><a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Semantic_Watchlist#The_watchlist">A watchlist page</a> listing changes to properties watched by the user.</li>
<li>Per-user <a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Semantic_Watchlist#Watchlist_preferences">optional email notification</a> per edit that changes properties.</li>
<li>Integration with <a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Semantic_Watchlist#Watchlist_preferences">user preferences</a> to allow users to specify which watchlist groups they want to follow, and if they want to receive emails on changes.</li>
<li><a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Semantic_Watchlist#Watchlist_groups">Special:WatchListConditions</a> as administration interface for watchlist groups.</li>
<li><a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Semantic_Watchlist#Extending_Semantic_Watchlist">API module</a> to query property changes grouped by edit for a single user.</li>
<li><a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Semantic_Watchlist#Extending_Semantic_Watchlist">API modules</a> to add, modify and delete the watchlist groups.</li>
</ul>
<p>Let&#8217;s have a look at the different parts of the interface:</p>
<p><strong>The watchlist</strong></p>
<p>Each user can view changes to properties they watch on <a href="http://www.mediawiki.org/wiki/Extension:Semantic_Watchlist#The_watchlist"> Special:SemanticWatchlist</a>, which looks and works similar to the regular  watchlist. Items that have not been viewed yet on the watchlist will be  indicated as &#8216;NEW&#8217;.</p>
<p><a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Semantic_Watchlist#The_watchlist"><img class="alignnone size-full wp-image-1158" title="Semantic Watchlist page showing changes to watched properties" src="http://blog.bn2vs.com/wp-content/uploads/2011/07/swl-watchlist.png" alt="Semantic Watchlist page showing changes to watched properties" width="528" height="368" /></a></p>
<p><strong>Watchlist preferences</strong></p>
<p>Each user can manage which watchlist groups they follow via their user  preferences. They can also choose if they want to receive email  notifications or not. These preferences can be found on <a href="http://www.mediawiki.org/wiki/Extension:Semantic_Watchlist#Watchlist_preferences"> Special:Preferences</a>, which is linked at the right top of the page in  most skins for logged in users.</p>
<p><a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Semantic_Watchlist#Watchlist_preferences"><img class="alignnone size-full wp-image-1160" title="Semantic Watchlist user preferences" src="http://blog.bn2vs.com/wp-content/uploads/2011/07/swl-prefs-2.png" alt="Semantic Watchlist user preferences" width="804" height="338" /></a></p>
<p><strong>Watchlist groups</strong></p>
<p>The watchlist groups can be managed via the <a href="http://www.mediawiki.org/wiki/Extension:Semantic_Watchlist#Watchlist_groups">Special:WatchlistConditions</a> page by people that have the &#8216;semanticwatchgroups&#8217; right, by default  only administrators. Each group has a name, which allows users to easily  recognize the groups in their preferences, and a single category,  namespace or concept it covers. Only changes to properties on pages in  this category, namespace or concept will be shown to users watching this  group. Each group also has a list of properties, which further  restricts what property changes should be shown to the user.</p>
<p><a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Semantic_Watchlist#Watchlist_groups"><img class="alignnone size-full wp-image-1159" title="Administrative interface where watchlist conditions/groups can be managed" src="http://blog.bn2vs.com/wp-content/uploads/2011/07/swl-watchlistconditions.png" alt="Administrative interface where watchlist conditions/groups can be managed" width="888" height="503" /></a></p>
<p><strong>Email notifications</strong></p>
<p>When you choose to receive email notifications for changes to semantic properties covered by watchlist groups you watch, they will appear both in your watchlist and your inbox. The below screenshot is a simple example of a notification email.</p>
<p><a href="http://www.mediawiki.org/wiki/Extension:Semantic_Watchlist"><img class="alignnone size-full wp-image-1161" title="Email notification send by Semantic Watchlist listing changed to watched properties" src="http://blog.bn2vs.com/wp-content/uploads/2011/07/swl-email.png" alt="Email notification send by Semantic Watchlist listing changed to watched properties" width="735" height="265" /></a></p>
<p><strong>Extending Semantic Watchlist</strong></p>
<p>Semantic Watchlist is in part a workflow extension, which makes it  important for other extensions and tools to interact with it. This is  possible via the hooks and API modules Semantic Watchlist provides.</p>
<p>API modules:</p>
<ul>
<li>addswlgroup: API module to add semantic watchlist groups.</li>
<li>deleteswlgroup: API module to delete semantic watchlist groups.</li>
<li>editswlgroup: API module to modify semantic watchlist groups.</li>
<li>semanticwatchlist: Returns a list of modified properties per page for a persons semantic watchlist.</li>
</ul>
<p>Hooks:</p>
<ul>
<li>SWLBeforeEmailNotify: $group, $user, $changeSet, $describeChanges, &amp;$title, &amp;$emailText</li>
<li>SWLBeforeEditInsert: &amp;$this</li>
<li>SWLAfterEditInsert: &amp;$this</li>
<li>SWLBeforeChangeSetInsert: &amp;$this, &amp;$groupsToAssociate, &amp;$editId</li>
<li>SWLAfterChangeSetInsert: &amp;$this, $groupsToAssociate, $editId</li>
</ul>
<p><strong>Further plans</strong></p>
<p>I think this extension opens up a lot of new possibilities for the SMW platform in the area of workflow. Due to it&#8217;s API modules and hooks, it&#8217;s very easy for other extensions to build on top of the watchlist functionality, so I&#8217;m curious as to what will happen there.</p>
<p>This first release comes with core functionality, but at places lacks polish. And since it&#8217;s the first release of a somewhat complex extension, I do expect issues to show up in use cases not tested for yet. Both these factors make it likely that a second release will be made relatively soonish.</p>
<p>Since I think this extension is such a great addition to the already awesome SMW environment, I&#8217;m going to give a talk about it at the upcoming SMWCon. That&#8217;s bound to yield some interesting feedback <img src='http://blog.bn2vs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Requirements</strong></p>
<ul>
<li><a title="MediaWiki" href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/MediaWiki">MediaWiki</a> 1.17 or above</li>
<li><a title="Semantic MediaWiki" href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Semantic_MediaWiki">Semantic MediaWiki</a> 1.6 or above</li>
<li>PHP 5.2 or above</li>
</ul>
<p><strong>Download</strong></p>
<ul>
<li>Semantic Watchlist 0.1 download [<a href="https://semanticwatchlist.googlecode.com/files/SemanticWatchlist0.1.zip">zip</a>, <a href="https://semanticwatchlist.googlecode.com/files/SemanticWatchlist0.1.7z">7z</a>]</li>
<li><a href="https://code.google.com/p/semanticwatchlist/downloads/list">List of release downloads</a></li>
<li>SVN tag checkout: http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/SemanticWatchlist/REL_0_1/</li>
<li>SVN trunk checkout: http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/SemanticWatchlist/</li>
</ul>
<p><strong>Some background</strong></p>
<p>I developed the <a href="http://www.mediawiki.org/wiki/Extension:Semantic_Watchlist">Semantic Watchlist</a> extension as <a href="http://wikiworks.com/">WikiWorks</a> consultant for <a href="http://www.ieee.org/">the IEEE</a>, with some help from <a href="http://www.yaronkoren.com/">Yaron Koren</a>.</p>
<p><a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Semantic_Watchlist"></a><a href="http://wikiworks.com/"><img class="alignnone size-full wp-image-1162" title="WikiWorks, a consulting company dedicated exclusively to MediaWiki implementation." src="http://blog.bn2vs.com/wp-content/uploads/2011/07/wikiworks-header-logo.png" alt="WikiWorks, a consulting company dedicated exclusively to MediaWiki implementation." width="429" height="91" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bn2vs.com/2011/07/30/new-mediawiki-extension-semantic-watchlist/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Maps and Semantic Maps 1.0 released!</title>
		<link>http://blog.bn2vs.com/2011/07/20/maps-and-semantic-maps-1-0-released/</link>
		<comments>http://blog.bn2vs.com/2011/07/20/maps-and-semantic-maps-1-0-released/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 14:21:35 +0000</pubDate>
		<dc:creator>Jeroen De Dauw</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Geocoding]]></category>
		<category><![CDATA[GNU GPL]]></category>
		<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[KML]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[Open Layers]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OpenStreetMap]]></category>
		<category><![CDATA[OSM]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Planet Wikimedia]]></category>
		<category><![CDATA[Refactoring]]></category>
		<category><![CDATA[Semantic Maps]]></category>
		<category><![CDATA[Semantic MediaWiki]]></category>
		<category><![CDATA[Semantics]]></category>
		<category><![CDATA[SMW]]></category>
		<category><![CDATA[Yahoo! Maps]]></category>

		<guid isPermaLink="false">http://blog.bn2vs.com/?p=1075</guid>
		<description><![CDATA[It&#8217;s been a little over half a year since the last mayor release of the Maps and Semantic Maps extensions, but now 1.0, featuring many new features and internal improvements, is here! This is the most significant release since version 0.1, which quite coincidentally, was released exactly 2 years ago today Let&#8217;s have a look [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a little over half a year since the last mayor release of the <a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Maps">Maps</a> and <a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Semantic_Maps">Semantic Maps</a> extensions, but now 1.0, featuring many new features and internal improvements, is here! This is the most significant release since version 0.1, which quite coincidentally, <a href="http://blog.bn2vs.com/2009/07/20/maps-0-1-released/">was released exactly 2 years ago</a> today <img src='http://blog.bn2vs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Let&#8217;s have a look at all the new awesomeness:</p>
<p><strong>Google Maps v3 support</strong></p>
<p>Maps has had some very basic support for <a href="http://mapping.referata.com/wiki/Google_Maps_v3">Google Maps v3</a> since version 0.5.3, back when the v3 API was still in beta. Right now the v3 API is out of beta, and the v2 one has been deprecated a few months back, so it was definitely time to further implement support for v2. This new version of Google Maps brings many improvements, focusing mostly on performance (loading speed of the maps, esp on mobile devices), but also several other cool things such as streetview support and easy adding of layers such as traffic. Since the v2 API has been deprecated it makes only sense that the default mapping service in Maps has changed from Google Maps v2 to Google Maps v3. It&#8217;s not really a new feature, but awesome nonetheless: you don&#8217;t need an API key for Google Maps v3! So when setting up Maps on a new wiki (using Google Maps), you won&#8217;t have to bother with any API key configuration any more, it&#8217;ll just work <img src='http://blog.bn2vs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Support for the former is still there, so if you want to retain the exact same functionality as you have with v0.7 of Maps (or earlier), you can still get those maps using service=googlemaps2 (or format=googlemaps2 in SMW queries). One feature has been removed from the v2 implementation, which is the overlays control. This has to do with internal changes and performance optimizations discussed later on in this blog post. Be sure to check out the <a href="http://mapping.referata.com/wiki/Google_Maps_v3">Google Maps v3 Maps documentation</a> to discover all the cool features it supports.</p>
<p><a href="http://mapping.referata.com/wiki/Google_Maps_v3"><img class="alignnone size-full wp-image-1085" style="border: 1px solid black;" title="Google Maps v3 map showing a part of New York City" src="http://blog.bn2vs.com/wp-content/uploads/2011/04/maps0.8-gmaps3.png" alt="Google Maps v3 map showing a part of New York City" width="869" height="249" /></a></p>
<p><a href="http://mapping.referata.com/wiki/Google_Maps_v3"><img class="alignnone size-full wp-image-1086" style="border: 1px solid black;" title="Google Maps v3 map showing a part of New York City" src="http://blog.bn2vs.com/wp-content/uploads/2011/04/maps0.8-gmaps3-streetview.png" alt="Google Maps v3 map showing a part of New York City" width="868" height="249" /></a></p>
<p><a href="http://mapping.referata.com/wiki/Google_Maps_v3"><img class="alignnone size-full wp-image-1087" style="border: 1px solid black;" title="Google Maps v3 map showing a part of New York City using Google Streetview" src="http://blog.bn2vs.com/wp-content/uploads/2011/04/maps0.8-gmaps3-streetview1.png" alt="Google Maps v3 map showing a part of New York City using Google Streetview" width="868" height="247" /></a></p>
<p><strong>Improved form inputs</strong></p>
<p>Since it&#8217;s first release Semantic Maps has had <a href="http://mapping.referata.com/wiki/Help:Forms">form inputs</a> using Google Maps v2, Yahoo! Maps and OpenLayers. These inputs allow for entering geographical coordinates in Semantic <a href="http://www.mediawiki.org/wiki/Extension:Semantic_Forms">Forms forms</a> via a nice GUI with a map and an option to geocode an address. Nothing much has changed to these inputs since that initial release, until now. All input, including a new Google Maps v3 one, now have a &#8220;set location&#8221; button next to the coordinates box, which sets the map to that location, as was already the case with the geocoding button next to the address field. Some minor layout improvements have also been made, and hitting enter in the coordinates or geocoding fields will result in what you&#8217;d expect, rather then submitting the form. The <a href="http://mapping.referata.com/wiki/OpenLayers">OpenLayers</a> form input now also supports geocoding, making use of the new GeoNames API; more on that later.</p>
<p><a href="http://blog.bn2vs.com/wp-content/uploads/2011/07/googlemaps3fi2.png"><img class="alignnone size-full wp-image-1155" style="border: 1px solid black;" title="Google Maps v3 form input" src="http://blog.bn2vs.com/wp-content/uploads/2011/07/googlemaps3fi2.png" alt="Google Maps v3 form input" width="769" height="413" /></a></p>
<p><strong>Use of the MediaWiki resource loader</strong></p>
<p>MediaWiki 1.17 introduces a resource loader for JavaScript and CSS, which both Maps and Semantic Maps now make use of for all their JS and CSS resources. The <a href="http://www.mediawiki.org/wiki/Resource_loader">resource loader</a> does several neat things, the most important thing being delaying loading (and execution) of resources until after page load as well as combining and minifying them, which is very important for performance (page load time). This means that when you have over 9000 maps on your page, it&#8217;ll actually load before protons decay away, initially showing only gray boxes where the maps should be, and then one-by-one loading the maps into them. The resource loader does several other cool things, such as automatic right-to-left conversion of CSS and neat conversion of i18n messages from PHP to JS. Making use of the RL when available but at the same time retaining compatibility with pre-RL MediaWiki turned out to be a bit difficult and it would greatly complicate the code, so I decided to simply not do this. This obviously means you will need MediaWiki 1.17 in order to use (Semantic) Maps 0.8.x and later. Can&#8217;t use 1.17 yet for some reason? Don&#8217;t panic! I&#8217;ll continue to support the 0.7.x for a while longer, fixing bugs as they are found. Don&#8217;t expect any new features there though.</p>
<p><strong>Support for the new GeoNames API</strong></p>
<p>Maps has a new geocoding service: the new <a href="http://www.geonames.org/">GeoNames</a> API. It already had support for GeoNames, but it seems this service is now only offered as legacy support. (I&#8217;m not completely sure about this, if someone better familiar with the service knows, please poke me.) A big change with the new service is that you need a GeoNames API account to use it, which you can create <a href="http://www.geonames.org/login">here</a>. You then need to set your accounts user name in your LocalSettings.php file. Maps still has the &#8216;geonames&#8217; service as default for #geocode and OpenLayers maps. If you set the account name, the new service will be used, if not, Maps will fall back to the old one, so you can upgrade to 0.8 without geocoding suddenly failing because you don&#8217;t have a GeoNames account. For more info see the <a href="http://mapping.referata.com/wiki/GeoNames">GeoNames documentation for Maps</a>.</p>
<p><strong>JavaScript overhaul</strong></p>
<p>Similarly to the form inputs in Semantic Maps, all the JavaScript in both Maps and Semantic Maps has seen quite little attention since the initial releases of the extensions. Many additions have been made to add new functionality, but the structure has remained the same ever since. All of it has now been rewritten to <a href="http://www.jquery.com/">jQuery</a> plugins, making it a lot more orderly and easy to extend.</p>
<p><strong>More internal improvements</strong></p>
<p>Not only the JavaScript has seen significant improvements, but some  legacy code has also been thrown out of the PHP, making it a lot less  complex, more easy to track the code flow and definitely makes it easier  to add new functionality. This rewrite is very much a follow up to  internal improvements made in versions 0.6, 0.7 and 0.7.3, and completes  getting rid of some bad old architecture in the core Maps code. Future  releases will therefore most likely focus a lot more on simply adding  new features <img src='http://blog.bn2vs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>And more&#8230;</strong></p>
<p>For a full list of changes, see the <a href="http://mapping.referata.com/wiki/Maps_and_Semantic_Maps_1.0_released">release announcement</a>. These do not list the huge amount of internationalization updates and small improvements made by a lot of contributors by reporting issues and providing patches. Thanks to all!</p>
<p><strong>How stable is it?</strong></p>
<p>A lot of internal changes have been made, but at the same time, most of  these have been made about 3 months back. Several wikis have been using  alpha versions of 1.0 ever since, and a release candidate was made a few  days back. Since there are no known issues at this point, I decided to  release 1.0. So yes, it should be pretty stable, although you might run  into minor issues with less frequently used components. If you do,  please report it, so they can be addressed quickly in a 1.0.1 release.</p>
<p><strong>Legacy support for 0.7.x<br />
</strong></p>
<p>As an extension developer and MediaWiki consultant, I&#8217;m quite aware  that  a lot of people are not in positions to update their MediaWiki to  1.17  just yet, preventing them from upgrading Maps and Semantic Maps.  For  this reason I decided way back when starting the development of  version  1.0 to continue limited support of version 0.7.x for a while.  Versions  0.7.4 to 0.7.7 have been released especially for this purpose,  and I&#8217;ll  continue to backport important fixes. Don&#8217;t expect any new  features to  show up for 0.7.x though.</p>
<p><strong>What&#8217;s next?</strong></p>
<p>Although the current set of functionality is pretty solid, there are  many other geographical features one can imagine. Features such as  marker clustering, static maps, route plotting (without the use of KML),  ect, have been on the wishlist practically since the inception of the  Maps extension. There is nothing really standing out for me enough to go  ahead and implement it in my free time. If any such feature is  important to you and you can fund it&#8217;s development, definitely contact  me. Of course I&#8217;ll continue to support the extension and make fixes  where needed.</p>
<p>The Semantic MediaWiki 1.6 release will be followed by a new <a href="http://www.mediawiki.org/wiki/Semantic_Bundle">Semantic Bundle</a>, which will include this new version of Maps and Semantic Maps.</p>
<p><strong>Downloads</strong></p>
<ul>
<li><a href="https://mwmaps.googlecode.com/files/Maps1.0.zip">Maps 1.0</a> (archive)</li>
<li><a href="http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/Maps/REL_1_0/">Maps 1.0</a> (svn tag)</li>
<li><a href="https://semanticmaps.googlecode.com/files/MapsAndSemanticMaps1.0.zip">Maps and Semantic Maps 1.0</a> (archive)</li>
<li><a href="http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/SemanticMaps/REL_1_0/">Semantic Maps 1.0</a> (svn tag)</li>
</ul>
<ul>
<li><a href="https://mwmaps.googlecode.com/files/Maps0.7.7.zip">Maps 0.7.7</a> (archive)</li>
<li><a href="http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/Maps/REL_0_7_7/">Maps 0.7.7</a> (svn tag)</li>
<li><a href="https://semanticmaps.googlecode.com/files/MapsAndSemanticMaps0.7.7.zip">Maps and Semantic Maps 0.7.7</a> (archive)</li>
<li><a href="http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/SemanticMaps/REL_0_7_7/">Semantic Maps 0.7.7</a> (svn tag)</li>
</ul>
<p><a href="http://www.referata.com">Referata</a>, which runs the <a href="http://mapping.referata.com/wiki/">documentation wiki</a> for the mapping extensions has upgraded to version 1.0, so you can have a look at and try out the new features yourself on the <a href="http://mapping.referata.com/wiki/Examples">example/demo pages</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bn2vs.com/2011/07/20/maps-and-semantic-maps-1-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Semantic MediaWiki update</title>
		<link>http://blog.bn2vs.com/2011/06/12/semantic-mediawiki-update-2/</link>
		<comments>http://blog.bn2vs.com/2011/06/12/semantic-mediawiki-update-2/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 21:01:11 +0000</pubDate>
		<dc:creator>Jeroen De Dauw</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Geocoding]]></category>
		<category><![CDATA[GNU GPL]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[MediaWiki]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Planet Wikimedia]]></category>
		<category><![CDATA[Refactoring]]></category>
		<category><![CDATA[Semantic Bundle]]></category>
		<category><![CDATA[Semantic Forms]]></category>
		<category><![CDATA[Semantic Maps]]></category>
		<category><![CDATA[Semantic MediaWiki]]></category>
		<category><![CDATA[Semantic Watchlist]]></category>
		<category><![CDATA[Semantics]]></category>
		<category><![CDATA[SMW]]></category>
		<category><![CDATA[SMWCon]]></category>
		<category><![CDATA[Validator]]></category>

		<guid isPermaLink="false">http://blog.bn2vs.com/?p=1127</guid>
		<description><![CDATA[It&#8217;s been a while since I posted an update on Semantic MediaWiki and extensions in general, and my work specifically. This is due to a pile of work that has been done on different components, each of which I&#8217;ll address at the point it&#8217;s released.  In this blog post I&#8217;ll provide you with a short [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I posted an update on <a href="http://semantic-mediawiki.org/">Semantic MediaWiki</a> and extensions in general, and my work specifically. This is due to a pile of work that has been done on different components, each of which I&#8217;ll address at the point it&#8217;s released.  In this blog post I&#8217;ll provide you with a short overview of what&#8221;s (been) going on in the SMW world.</p>
<p><a href="http://semantic-mediawiki.org/wiki/Semantic_MediaWiki_1.6"><strong>Semantic MediaWiki 1.6</strong></a></p>
<p><a href="http://semantic-mediawiki.org/"><img class="alignright size-full" title="Semantic MediaWiki (SMW) is a free, open-source extension to MediaWiki – the wiki software that powers Wikipedia – that lets you store and query data within the wiki's pages." src="http://blog.bn2vs.com/wp-content/uploads/2010/12/SMW_logo_260.png" alt="Semantic MediaWiki logo" width="165" height="165" /></a>Almost two years after the latest big release, SMW 1.5, 1.6 comes with many important internal changes focused on performance, stability and extensibility and several new features. Here you have an extract of the <a href="http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/SemanticMediaWiki/RELEASE-NOTES?view=co">release notes</a> as they currently are on SVN trunk:</p>
<blockquote><p>* Full support for synchronizing <a href="https://secure.wikimedia.org/wikipedia/en/wiki/RDF_Store">RDF stores</a> with SMW, and for answering #ask queries based on this data. The communication happens via SPARQL (1.1), and all <a href="https://secure.wikimedia.org/wikipedia/en/wiki/SPARQL">SPARQL</a>-capable stores should be supported.<br />
* The Type namespace has been abolished. Builtin types now are displayed by the special page Special:Types, and there are no &#8220;custom types&#8221; any longer. By default, the Type namespace is gone and existing pages in this namespace can no longer be accessed. This can be changed by setting $smwgHistoricTypeNamespace = true in LocalSettings.php before including SMW.<br />
* Changed the way in which units of measurement work. Type:Number now does not accept any units, and a new type &#8220;Quantity&#8221; is used for numbers with units. Units must be declared on the property page (not on the Type page as before), and only units that have a declared conversion factor are accepted.<br />
* The declaration of Type:Record properties has changed. Instead of a list of datatypes, the declaration now requires a list of properties that are to be used for the fields of the record. The declaration is still done with the property &#8220;has fields&#8221; as before.<br />
* Changed the way parameters in query printers are specified and handled using the Validator extension. This includes improvements to the parameter options in the Special:Ask GUI and better error reporting for ask queries.<br />
* Added UNIX-style DSV (Delimiter-separated values) result format.<br />
* Reworked internal data model, cleaning up and re-implementing SMWDataValue and all of its subclasses, and introducing new data item classes to handle data. The class SMWCompatibilityHelpers provides temporal help for extensions that still depend on the old format and APIs.<br />
* Fixed <a href="https://secure.wikimedia.org/wikipedia/en/wiki/Postgresql">PostGre SQL</a> issues with the installation and upgrade code.<br />
* Added API module (smwinfo) via which statistics about the semantic data can be obtained.</p></blockquote>
<p>That&#8217;s a lot of <strong>awesomeness</strong> no? <img src='http://blog.bn2vs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As you can deduce from the above notes, this release is not fully backwards compatibility with SMW 1.5.x, so it&#8217;s possible you&#8217;ll need to do some migration work. The <a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Validator">Validator extension</a> is also introduced as an extra dependency, but it will come bundled with SMW, so you&#8217;ll only need to care about this when getting the code from SVN.</p>
<p>SMW 1.6 has been in testing phase for 2 weeks or so now, and most bugs have been taken care of. With some luck, the new version will be released in a week or two <img src='http://blog.bn2vs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Do feel free to try out the new version on non-critical wikis and report any issues you might find.</p>
<p>I already stated that SMW 1.6 is not fully feature compatible with SMW 1.5.x, but it&#8217;s also most definitely not compatible with earlier versions code-wise for extensions. This means that quite some SMW extensions released before the development on SMW 1.6 started won&#8217;t be compatible anymore, and will require you to also update them to their latest release when upgrading SMW to 1.6 or later. The ones that are in the <a href="http://www.mediawiki.org/wiki/Semantic_Bundle">Semantic Bundle</a> are all compatible already on SVN trunk, so you should be able to upgrade everything as soon as SMW 1.6 is released.</p>
<p><strong>Maps and Semantic Maps 1.0</strong></p>
<p>Another very significant release is the one of <a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Maps">Maps</a> and <a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Semantic_Maps">Semantic Maps</a>. I&#8217;ve been working on this version for quite a while; it was branched from version 0.7.3, and it&#8217;s the most significant (and <strong>awesome</strong>) release since the creation of both extensions, hence the bump from 0.7.x to 1.0. These are the changes:</p>
<blockquote><p>* Added full Google Maps v3 support and set it as the default mapping service.<br />
* Added new geocoder making use of the new GeoNames API.<br />
* Added support for the auto-documentation features for parser hooks introduced in Validator 0.4.3.<br />
* Added resizeable parameter to all mapping services except OSM.<br />
* Removed compatibility with pre MediaWiki 1.17.<br />
* Removed overlays parameter for Google Maps v2.<br />
* Usage of the Resource Loader for all scripts and stylesheets.<br />
* Rewrote all the map JavaScript to jQuery plugins.<br />
* Rewrote the way parameters are translated to JavaScript. Now one big PHP object is json_encoded.<br />
* Improved KML formatter.<br />
* Use of Google Maps geocoding service v3 instead of v2.<br />
* Fixed geocoding service overriding based on mapping service (merged in from Maps 0.7.5).<br />
* Fixed fatal error occurring when running maintenance/refreshLinks.php.<br />
* Improved default width of maps (merged in from Maps 0.7.5).<br />
* Improved map query parameter support in the Special:Ask GUI<br />
* Rewrote the map printers to use the SMQueryHandler class.<br />
* Added geocoding capability to the OpenLayers form input when having a GeoNames API account.<br />
* Added &#8216;update map&#8217; button to all form inputs.</p></blockquote>
<p>This release of the mapping extensions requires MediaWiki 1.17 or later and the new SMW 1.6, or later. For people not running an MW older then 1.17 (which currently is still not released, pretty much blocking this release of Maps and SM), the 0.7.x branch still remains supported for a while. It&#8217;s currently at 0.7.6, and I plan to release 0.7.7 soonish. Do note that Semantic Maps 0.7.x is NOT compatible with SMW 1.6 or later, it needs SMW 1.5.1 &#8211; 1.5.7 alpha.</p>
<p><strong>Semantic Forms 2.2</strong></p>
<p><a href="https://twitter.com/#!/wikiworks">Yaron Koren</a> has been working on the next big release of the most popular SMW extension, <a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Semantic_Forms">Semantic Forms</a>. It brings compatibility with SMW 1.6, and adds several new features, including:</p>
<ul>
<li>#autoedit parser function that allows creating a link that, when clicked, automatically sets one or more fields in another page to certain values.</li>
<li>&#8220;Save and continue&#8221; button</li>
<li>Handling of boolean properties can now also be done using radiobuttons and dropdowns, instead of only checkboxes.</li>
</ul>
<p><strong>Semantic Watchlist</strong></p>
<p><a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Semantic_Watchlist">Semantic Watchlist</a> is a new SMW extension I&#8217;ve developed for <a href="http://www.ieee.org/">the IEEE</a> as <a href="http://wikiworks.com/">WikiWorks</a> consultant. Semantic Watchlist enables users to watch semantic properties by adding a new watchlist page that lists changes to these properties. Users can choose to follow one or more watchlist groups, which are administrator defined, and cover a set of properties and a set of pages (category, namespace, or SMW concept). Notification of changes to watched properties is also possible via email. I think it&#8217;s totally <strong>awesome</strong>.</p>
<p><a href="http://wikiworks.com/"><img class="alignnone size-full wp-image-1129" title="WikiWorks, a consulting company dedicated exclusively to MediaWiki implementation." src="http://blog.bn2vs.com/wp-content/uploads/2010/12/wikiworks-header-logo.png" alt="WikiWorks logo" /></a></p>
<p>It&#8217;s main features are:</p>
<ul>
<li>A watchlist page listing changes to properties watched by the user.</li>
<li>Per-user optional email notification per edit that changes properties.</li>
<li>Integration with user preferences to allow users to specify which watchlist groups they want to follow, and if they want to receive emails on changes.</li>
<li>Special:WatchListConditions as administration interface for watchlist groups.</li>
<li>API module to query property changes grouped by edit for a single user.</li>
<li>API modules to add, modify and delete the watchlist groups.</li>
</ul>
<p>It requires MediaWiki 1.17 or later and SMW 1.6 or later, and still has to see an initial release. It&#8217;s pretty much ready for it, and can be seen as beta right now.</p>
<p><a href="http://semantic-mediawiki.org/wiki/SMWCon"><strong>SMWCon</strong></a></p>
<p>The<a href="http://semantic-mediawiki.org/wiki/SMWCon_Spring_2011"> Spring 2011 SMWCon</a> was held on April 28-30, 2011 at the Raytheon BBN Technologies office in Arlington, Virginia, in the Washington, DC area, and it was a great success. You can read more about it in <a href="http://wikiworks.com/blog/2011/05/16/smwcon-in-dc-writeup/">Yarons writeup</a>.</p>
<p>The next SMWCon, <a href="http://semantic-mediawiki.org/wiki/SMWCon_Fall_2011">SMWCon Fall 2011</a>, will be held on September 21–23, 2011 in Berlin, Germany. Berlin &#8211; yay! It&#8217;s going to be <strong>awesome</strong>, and I&#8217;ll be attending, probably giving some talk about Maps and Semantic Maps, and possibly other extensions as well (Semantic Watchlist being a good candidate).</p>
<p>&nbsp;</p>
<p>Like I already noted, I&#8217;ll be posting more comprehensive (and official) release announcements for each extension when they are released <img src='http://blog.bn2vs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;d also like to point out that this is definitely not everything that&#8217;s been going on in the SMW world. For example there are 2 Google Summer of Code students doing SMW related work, about which I might write later on, and many people are doing SMW projects that I&#8217;m simply not aware of or am not closely following.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bn2vs.com/2011/06/12/semantic-mediawiki-update-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Semantic Result Formats 1.5.3 released</title>
		<link>http://blog.bn2vs.com/2011/02/09/semantic-result-formats-1-5-3-released/</link>
		<comments>http://blog.bn2vs.com/2011/02/09/semantic-result-formats-1-5-3-released/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 16:53:19 +0000</pubDate>
		<dc:creator>Jeroen De Dauw</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[MediaWiki]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Planet Wikimedia]]></category>
		<category><![CDATA[Semantic Bundle]]></category>
		<category><![CDATA[Semantic MediaWiki]]></category>
		<category><![CDATA[Semantic Result Formats]]></category>
		<category><![CDATA[Semantics]]></category>
		<category><![CDATA[SMW]]></category>
		<category><![CDATA[SRF]]></category>
		<category><![CDATA[WikiWorks]]></category>

		<guid isPermaLink="false">http://blog.bn2vs.com/?p=1064</guid>
		<description><![CDATA[Earlier today I released a new version of the Semantic Result Formats extension. SRF bundles a number of so called &#8220;result formats&#8221; that can be used in conjunction with Semantic MediaWiki, and allow visualization of queried data. New tagcloud format This release introduces a new &#8220;tagcloud&#8221; format which I created for WikiWorks. It allows displaying [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier today I released a new version of the <a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Semantic_Result_Formats">Semantic Result Formats</a> extension. SRF bundles a number of so called &#8220;result formats&#8221; that can be used in conjunction with <a href="http://semantic-mediawiki.org">Semantic MediaWiki</a>, and allow visualization of queried data.</p>
<p><strong>New tagcloud format</strong></p>
<p>This release introduces a new <a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Semantic_Result_Formats/tagcloud_format">&#8220;tagcloud&#8221; format</a> which I created for <a href="http://www.wikiworks.com/">WikiWorks</a>. It allows displaying queried values in a tag cloud based on how many times they occur in the result set. Several options allow you to specify the minimum and maximum tags sizes, how to increase (logarithmic or linear), how to order the tags and more. The format is enabled by default, so when updating SRF to the latest version, you can immediately use it.</p>
<p><a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Semantic_Result_Formats/tagcloud_format"><img class="size-full wp-image-1065 alignnone" style="border: 1px solid black;" title="A simple tag cloud displaying several geographical locations." src="http://blog.bn2vs.com/wp-content/uploads/2011/02/Srf-tagcloud-alphabetical.png" alt="A simple tag cloud displaying several geographical locations." width="416" height="140" /></a></p>
<p><strong>Improved gallery format</strong></p>
<p>Some significant improvements have been made to the <a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Semantic_Result_Formats/gallery_format">gallery format</a>. Previously it was only able to display images that are returned as subjects in the query result. This is useful in some cases, but forces you to have semantic properties on your image pages, which is not a good approach if you want to have this info on the page the images belong to. Now it&#8217;s possible to point to images using a page property and then do a query in which you specify this property points to the images you want to display. An option to disable automatic captions has also been added.</p>
<p><a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Semantic_Result_Formats/gallery_format"><img class="alignnone size-full wp-image-1066" title="A gallery created via an SMW query with the gallery format" src="http://blog.bn2vs.com/wp-content/uploads/2011/02/srf-gallery-format.png" alt="A gallery created via an SMW query with the gallery format" width="649" height="201" /></a></p>
<p><strong>And more&#8230;</strong></p>
<p>Several other improvements have also been made, including fixes to the jqplot format by <a href="https://twitter.com/#!/WikiWorks">Yaron Koren</a> and some clean-up of the timeline and eventline formats.</p>
<p><strong>Download</strong></p>
<p>Since SRF was lacking a place for release downloads, I created a new Google Code project where they are put now.</p>
<ul>
<li><a href="https://code.google.com/p/semantic-result-formats/downloads/list">Stable releases</a></li>
<li><a href="https://code.google.com/p/semantic-mediawiki-bundle/downloads/list">Releases as part of Semantic Bundle</a></li>
<li><a href="http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/SemanticResultFormats/">SVN tags</a></li>
<li><a href="http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/SemanticResultFormats/">SVN trunk</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.bn2vs.com/2011/02/09/semantic-result-formats-1-5-3-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>(Semantic) MediaWiki update</title>
		<link>http://blog.bn2vs.com/2010/12/08/semantic-mediawiki-update/</link>
		<comments>http://blog.bn2vs.com/2010/12/08/semantic-mediawiki-update/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 13:24:27 +0000</pubDate>
		<dc:creator>Jeroen De Dauw</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MediaWiki]]></category>
		<category><![CDATA[MediaWiki extensions]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Push]]></category>
		<category><![CDATA[Semantic Bundle]]></category>
		<category><![CDATA[Semantic Maps]]></category>
		<category><![CDATA[Semantic MediaWiki]]></category>
		<category><![CDATA[Semantics]]></category>
		<category><![CDATA[SMW]]></category>
		<category><![CDATA[WikiWorks]]></category>

		<guid isPermaLink="false">http://blog.bn2vs.com/?p=1019</guid>
		<description><![CDATA[I&#8217;ve been neglecting my blog in favour of microblogging status updates and release notes, and have not written anything here for over a month and a half. Therefore I&#8217;m going to provide an overview of all the awesome (now also on StatusNet!) new things that have come out since then, along with other interesting news [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been neglecting my blog in favour of microblogging <a href="http://identi.ca/jeroendedauw">status updates</a> and release notes, and have not written anything here for over a month and a half. Therefore I&#8217;m going to provide an overview of all the <strong>awesome</strong> (now also <a href="http://gitorious.org/statusnet/mainline/blobs/master/plugins/Awesomeness/AwesomenessPlugin.php">on StatusNet</a>!) new things that have come out since then, along with other interesting news from the Semantic MediaWiki world.</p>
<p><img class="alignright size-full wp-image-1020" title="The new SMW logo" src="http://blog.bn2vs.com/wp-content/uploads/2010/12/SMW_logo_260.png" alt="" width="165" height="165" /><strong>Semantic MediaWiki 1.5.4<br />
</strong></p>
<p>Yes, 1.5.4. Since my previous blog post, I have made 2 minor updates to the SMW 1.5.x branch: <a href="http://semantic-mediawiki.org/wiki/Semantic_MediaWiki_1.5.3">SMW 1.5.3</a> on November 4th and <a href="http://semantic-mediawiki.org/wiki/Semantic_MediaWiki_1.5.4">SMW 1.5.4</a> on December 1st.  The focus of these releases is mainly on fixing bugs, increasing security and compatibility with MediaWiki 1.17.  The only significant new feature are explicit strict and non-strict greater-then and less-then <a href="http://semantic-mediawiki.org/wiki/Semantic_MediaWiki_1.5.3#New_comparators">comparators</a>, which <a href="http://semantic-mediawiki.org/wiki/User:Saruman">Saruman</a> paid me to add.</p>
<p>The Semantic MediaWiki documentation wiki also got a facelift, including a new logo and redesigned Style. Most of the work here was done by Markus KrÃ¶tzsch and Yaron Koren. See <a href="http://wikiworks.com/blog/2010/11/05/semantic-mediawikis-new-look/">Yarons blog post</a> for more info on the new look.</p>
<p><strong>Maps and Semantic Maps 0.7.3</strong></p>
<p>After releasing <a href="http://blog.bn2vs.com/2010/10/21/maps-and-semantic-maps-0-7-1-released/">Maps and Semantic Maps 0.7.1</a>, I continued refining the new images-as-layers functionality that this release introduced. As I had accidentally broken compatibility with MediaWiki 1.15.x without noticing, I ended up doing a pretty quick <a href="http://mapping.referata.com/wiki/Maps_and_Semantic_Maps_0.7.2_released">0.7.2 release</a>, about a week later. In late November I got contracted to add <a href="http://mapping.referata.com/wiki/Help:KML_export">KML export</a> functionality to Semantic Maps, which I implemented in the form of a new &#8216;kml&#8217; result format, and then released in version 0.7.3. Some additional options for the KML format are available when using the code which is on svn trunk, but that&#8217;s not enough of a change to justify a new release just yet.</p>
<p><strong>Semantic Bundle<br />
</strong></p>
<p>Several important releases of other SMW related extensions that are in the <a href="http://www.mediawiki.org/wiki/Semantic_Bundle">Semantic Bundle</a> have also been made, most notable to <a href="http://www.mediawiki.org/wiki/Extension:Semantic_Forms">Semantic Forms</a>, which has progressed no less then 5 minor releases since my last post. Each of these was followed by a Semantic Bundle release, which also include updates to <a href="http://www.mediawiki.org/wiki/Extension:Semantic_Internal_Objects">Semantic Internal Objects</a> and <a href="http://www.mediawiki.org/wiki/Extension:Approved_Revs">ApprovedRevs</a>. Several compatibility improvements have been made to <a href="http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats">Semantic Result Formats</a>, but this extension hasn&#8217;t brought a new version yet.</p>
<p><strong>Push</strong></p>
<p>The last few days I&#8217;ve been working on an <a href="http://www.mediawiki.org/wiki/Extension:Push"><strong>awesome</strong> new extension</a> that&#8217;s meant to facilitate pushing page content from one wiki to one or more other wikis, called &#8216;Push&#8217;. It makes heavy use of the MediaWiki API, and takes advantage of the MW 1.17 Resource Loader when available (but is compatible with MW 1.16). You can use it on-page by clicking the &#8216;push&#8217; tab, which will get you a list of targets to push to (specified in LocalSettings).</p>
<p><a href="http://www.mediawiki.org/wiki/Extension:Push"><img class="alignnone size-full wp-image-1021" title="Screenshot of the push tab interface" src="http://blog.bn2vs.com/wp-content/uploads/2010/12/800px-Mwpush.png" alt="Screenshot of the push tab interface" width="800" height="209" /></a></p>
<p>It also supports bulk operations via Special:Push, which allows you to select pages in a similar fashion to Special:Export, and then, after submitting, pushes the pages one by one in a nice ajax-y way.</p>
<p><a href="http://www.mediawiki.org/wiki/Extension:Push"><img class="alignnone size-full wp-image-1022" title="The 'pushing' interface of Special:Push" src="http://blog.bn2vs.com/wp-content/uploads/2010/12/800px-Push-special-page.png" alt="The 'pushing' interface of Special:Push" width="800" height="440" /></a></p>
<p>I created this extension as <a href="http://www.wikiworks.com/">WikiWorks</a> consultant for Texas Instruments.</p>
<p><strong>What&#8217;s next?</strong></p>
<p>MediaWiki 1.17 has just branched, so hopefully it won&#8217;t take to long for it to get released.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bn2vs.com/2010/12/08/semantic-mediawiki-update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Maps and Semantic Maps 0.7 released</title>
		<link>http://blog.bn2vs.com/2010/10/15/maps-and-semantic-maps-0-7-released/</link>
		<comments>http://blog.bn2vs.com/2010/10/15/maps-and-semantic-maps-0-7-released/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 22:49:31 +0000</pubDate>
		<dc:creator>Jeroen De Dauw</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Geocoding]]></category>
		<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[MediaWiki]]></category>
		<category><![CDATA[Open Layers]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OpenStreetMap]]></category>
		<category><![CDATA[OSM]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Refactoring]]></category>
		<category><![CDATA[Semantic Maps]]></category>
		<category><![CDATA[Semantic MediaWiki]]></category>
		<category><![CDATA[Semantics]]></category>
		<category><![CDATA[SMW]]></category>
		<category><![CDATA[Wikimedia]]></category>
		<category><![CDATA[Yahoo! Maps]]></category>

		<guid isPermaLink="false">http://blog.bn2vs.com/?p=1009</guid>
		<description><![CDATA[Also check out the wiki version of this post. Version 0.7 of both the Maps and Semantic Maps extensions is now available for download. This release is made after 3 beta&#8217;s and a release candidate, so should be stable. The most notable new features in this release are tag extension support for all the Maps [...]]]></description>
			<content:encoded><![CDATA[<p><em>Also check out <a href="http://mapping.referata.com/wiki/Maps_and_Semanic_Maps_0.7_released">the wiki version</a> of this post.</em></p>
<p>Version 0.7 of both the <a title="Maps" href="http://mapping.referata.com/wiki/Maps">Maps</a> and <a title="Semantic Maps" href="http://mapping.referata.com/wiki/Semantic_Maps">Semantic Maps</a> extensions is now available for <a title="Download" href="http://mapping.referata.com/wiki/Download">download</a>. This release is made after 3 beta&#8217;s and a release candidate, so should be stable.</p>
<p>The most notable new features in this release are tag extension support for all the Maps <a title="Parser functions" href="http://mapping.referata.com/wiki/Parser_functions">parser functions</a>, more consistent error handling via <a title="Validator" href="http://mapping.referata.com/wiki/Validator">Validator</a> 0.4 and compatibility with the upcoming MediaWiki 1.17. Most changes  are internal improvements, but there are also several bug fixes and  minor new features.</p>
<p><em><a href="http://mapping.referata.com/wiki/Maps_and_Semanic_Maps_0.7_released"><img class="alignnone size-full wp-image-1012" title="Maps showing a Google Maps map with multiple=" src="../wp-content/uploads/2010/10/maps-google-map-tag-extension.png" alt="Maps showing a Google Maps map with multiple=" width="597" height="469" /></a></em></p>
<p><strong>Whats next?</strong></p>
<p>There only big new feature on the <a title="Roadmap" href="http://mapping.referata.com/wiki/Roadmap">roadmap</a> for 0.7.x is the infamous images-as-layers one. This feature was supported by the now long obsolete Semantic Layers extension (<a rel="nofollow" href="http://s89238293.onlinehome.us/w/index.php?title=Charon_doesn%27t_make_change">example</a>),  and has been requested by dozens of people since the first releases of  Maps. Next to fixing the bugs that show up, the focus will mainly be on  adding new functionality. Feel free to <a title="Talk:Roadmap (page does not exist)" href="http://mapping.referata.com/w/index.php?title=Talk:Roadmap&amp;action=edit&amp;redlink=1">propose new features</a>, or help out creating them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bn2vs.com/2010/10/15/maps-and-semantic-maps-0-7-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Maps and Semantic Maps 0.6.5 released</title>
		<link>http://blog.bn2vs.com/2010/07/28/maps-and-semantic-maps-0-6-5-released/</link>
		<comments>http://blog.bn2vs.com/2010/07/28/maps-and-semantic-maps-0-6-5-released/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 16:01:41 +0000</pubDate>
		<dc:creator>Jeroen De Dauw</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Geocoding]]></category>
		<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[MediaWiki]]></category>
		<category><![CDATA[Open Layers]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OpenStreetMap]]></category>
		<category><![CDATA[OSM]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Planet Wikimedia]]></category>
		<category><![CDATA[Refactoring]]></category>
		<category><![CDATA[Semantic Maps]]></category>
		<category><![CDATA[Semantic MediaWiki]]></category>
		<category><![CDATA[Semantics]]></category>
		<category><![CDATA[SMW]]></category>
		<category><![CDATA[Wikimedia]]></category>
		<category><![CDATA[Yahoo! Maps]]></category>

		<guid isPermaLink="false">http://blog.bn2vs.com/?p=936</guid>
		<description><![CDATA[Maps and Semantic Maps 0.6.5 are now available for download. This release contains mainly internal changes to improve code modularity and fix some security concerns. Several bugs have been fixed as well, and a new hook has been added to Semantic Maps. This hook will get you the map format as default one for queries [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Maps" href="http://mapping.referata.com/wiki/Maps">Maps</a> and <a title="Semantic Maps" href="http://mapping.referata.com/wiki/Semantic_Maps">Semantic Maps</a> 0.6.5 are now available for <a title="Help:Download" href="http://mapping.referata.com/wiki/Help:Download">download</a>.  This release contains mainly internal changes to improve code  modularity and fix some security concerns. Several bugs have been fixed  as well, and a new hook has been added to Semantic Maps. This hook will get you the map format as default one for queries where you only ask for coordinates when using <a href="http://semantic-mediawiki.org/wiki/Semantic_MediaWiki">SMW</a> 1.5.2 or above. For a full list  of changes since 0.6.4 see <a title="Maps/Version history" href="http://mapping.referata.com/wiki/Maps/Version_history#Maps_0.6.5">changes to Maps</a> and <a title="Semantic Maps/Version history" href="http://mapping.referata.com/wiki/Semantic_Maps/Version_history#Semantic_Maps_0.6.5">changes to SM</a>. Everyone running 0.6.2 or older is advised to upgrade as soon as possible. ï»¿</p>
<p>This release is notable for it being the first one in which I&#8217;m happy with the code-base as a whole. It took me a year to get here, but now I think the way the mapping extensions work is good and solid. This means you can now extend Maps and not be afraid the code will be incompatible in a few weeks due to changes. This also means that I&#8217;ll be focusing more on actual functionality rather then refactoring in future releases. I&#8217;ll be progressively building <a href="http://mapping.referata.com/wiki/Programmer%27s_guide_to_mapping">a little guide</a> that explains how the extensions work from a developers perspective and how to extend them.</p>
<p>I might release another minor update in the 0.6.x series if any significant issues are found in 0.6.5. Further plans are finishing up a bunch of changes I&#8217;ve started to make in <a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Validator">Validator</a>, which I&#8217;ll probably release as 0.4 then, and to start working on Maps and Semantic Maps 0.7, which would aim at adding new features and improving existing ones. A likely new feature I&#8217;m particularly looking forward to implementing is several tag extensions that do the equivalent of the current parser functions added by Maps. The timetable for all this depends a lot on which other things I get cough up in (I&#8217;ll probably continue putting effort into the <a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Deployment">deployment stuff</a> for <a href="http://blog.bn2vs.com/tag/gsoc">my GSoC project</a>) and what kind of funding will be available.</p>
<p><strong>Downloads:</strong></p>
<ul>
<li>Maps 0.6.5 [<a href="http://mwmaps.googlecode.com/files/Maps0.6.5.zip">zip</a> - <a href="http://mwmaps.googlecode.com/files/Maps0.6.5.7z">7z</a>]</li>
<li>Maps and Semantic Maps 0.6.5 [<a href="http://semanticmaps.googlecode.com/files/MapsAndSemanticMaps0.6.5.zip">zip</a> - <a href="http://semanticmaps.googlecode.com/files/MapsAndSemanticMaps0.6.5.7z">7z</a>]</li>
</ul>
<p>You can also view the <a href="http://mapping.referata.com/wiki/Maps_and_Semantic_Maps_0.6.5_released">release announcement at the documentation wiki</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bn2vs.com/2010/07/28/maps-and-semantic-maps-0-6-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wikimania 2010</title>
		<link>http://blog.bn2vs.com/2010/07/13/wikimania-2010/</link>
		<comments>http://blog.bn2vs.com/2010/07/13/wikimania-2010/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 13:22:50 +0000</pubDate>
		<dc:creator>Jeroen De Dauw</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[GSoC]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[MediaWiki]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Planet Wikimedia]]></category>
		<category><![CDATA[Semantic Maps]]></category>
		<category><![CDATA[Semantics]]></category>
		<category><![CDATA[SMW]]></category>
		<category><![CDATA[Wikimania]]></category>
		<category><![CDATA[Wikimedia]]></category>
		<category><![CDATA[Wikipadia]]></category>

		<guid isPermaLink="false">http://blog.bn2vs.com/?p=875</guid>
		<description><![CDATA[Last 3 days I&#8217;ve been at the 2010 edittion of Wikimania, one of the biggest yearly wiki events. This year it was in Gdansk, Poland. I went by Plane from Eindhoven, together with Maarten, a moderator on the Dutch Wikipedia with &#62;5 year history, who drove me to the airport. I&#8217;ll start with the things [...]]]></description>
			<content:encoded><![CDATA[<p>Last 3 days I&#8217;ve been at the 2010 edittion of <a href="https://secure.wikimedia.org/wikipedia/meta/wiki/Wikimania">Wikimania</a>, one of the biggest yearly wiki events. This year it was in Gdansk, Poland. I went by Plane from Eindhoven, together with Maarten, a moderator on the Dutch Wikipedia with &gt;5 year history, who drove me to the airport.</p>
<p>I&#8217;ll start with the things that where not nice, basically the heat and the dormitories. It was 30+ Â°C practically the whole time, and the dormitory I stayed in, which was reserved by the event organizers for the attendees, was more like a sauna then a dormitory. It was located right next to a viaduct, so when opening the window at night, you&#8217;d get a lot of noise. On the last night the people from the event could not stay at that dormitory, and had to go somewhere else. Me and another attendee from Belgium got assigned some dormitory a few km away from the event. Saying this was a crappy one is an understatement. Furthermore, the payment was not arranged, so we had to pay for staying, while it should have been done by the event organizers as we paid for it?!!  In any case, this amounted to me having less then 10 hours of sleep over 4 nights <img src='http://blog.bn2vs.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  And they don&#8217;t have Club Mate in Gdansk o_O!!!</p>
<p><a href="http://blog.bn2vs.com/wp-content/uploads/2010/07/320px-Baner_Wikimania2010_-_Gdansk.png"><img class="alignright size-full wp-image-878" title="Wikimania 2010 Gdansk" src="http://blog.bn2vs.com/wp-content/uploads/2010/07/320px-Baner_Wikimania2010_-_Gdansk.png" alt="Wikimania 2010 Gdansk" width="320" height="207" /></a></p>
<p>I think the event itself was great, with lots of interesting talks,  <strong>awesome</strong> people and good food.</p>
<p>On the first day I missed the keynote since my flight arrived to late to see it, and only followed some non-technical talks, of which the most notable one was about <a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:LiquidThreads">Liquid Threads</a>, the totally <strong>awesome</strong> extension by Andrew Garrett and now also some other people. I left early, skipping the deinner and following events, and went straight to the dormitory, to get some sleep (which failed &gt;_&gt;)</p>
<p>I gave 2 talks, one about my Google Summer of Code project, now titled <a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Deployment">Deployment</a>, and one about <a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Maps">Maps</a> and <a href="https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:SemanticMaps">Semantic Maps</a>, both on the second day. The Deployment talk went pretty bad, as I was extremely tired. Hopefully I got the core message across of the importance of having a solid and user friendly way of deployment. Apologies to all the people I forgot to give credits to! <a href="https://identi.ca/brightbyte">Daniel Kinzler</a> had some interesting security concerns which we discussed later on the day, together with <a href="https://identi.ca/makr">Markus</a>.</p>
<p>On the second day of the event there was a series of Semantic MediaWiki talks and workshops, kicked off by a presentation about the concept and what SMW has become over the past 5 years by Markus. This was followed by a workshop by Hans-JÃ¶rg Happel and Frank Dengler about Semantic Result Formats. Daniel Herzig gave a talk about AskTheWiki, and promising extension he is developing. There where two more SMW related talks focusing on the advantages of SMW and how it can be deployed. Later on the second day I gave my talk about Maps and Semantic Maps, preceded by one of Tim Alder, who presented the capabilities of the geo-related work on the toolserver. Luckily I was awake to some extend during this talk, and it went reasonably well IMO, although I had to rush through it, cause of to little time.</p>
<p>The second day was closed by the word premier of the movie &#8220;<a href="http://www.imdb.com/title/tt0960864/">Truth in Numbers</a>&#8220;, which aims at giving people an idea about the goals of the Wikimedia Foundation, and how it works. It shows arguments from both people involved or enthusiastic about the foundation, and those who think the world is going to explode if you go to Wikipedia for whatever reason. It will be interesting to see how this movie gets distributed and what effect it will have. I&#8217;m a little sad about how the creators choose to distribute it though, as it will require you to pay for it. It would be a lot more <strong>awesome</strong> if it was free with a big donate button. All the footage, which is a lot more then what&#8217;s seen in the movie itself includes, but not edited, will be released for free under a creative commons (or similar?) licence though.</p>
<p>The third day I found the most enjoyable as I did get some amount of sleep the night before. (In other words, I was awake enough again to program during the talks : ) The most interesting talk for me I followed here was definitely the one by <a href="https://identi.ca/catrope">Roan Kattouw</a> about writing MediaWiki extensions, which mentioned some things I did not know about yet (such as build in MediaWiki support for Memcached o_O), as well as provided a nice overview of the things you need to keep in mind. I wish I had seen it a year earlier though, as I would have learned a lot more from it then, and not made a lot of the noted beginner mistakes. In the next session I attended several strategy sessions, which gave me a nice idea of what all the strategy fuss is about. The last session I attended was about Wikimedia credibility, including a talk by Maarten about how information (esp the incorrect) spreads to other media. The other talks in this session where similar, and although obviously none of the issues addresses are technical in nature, I found several of them rather amusing.</p>
<p>It was great to meet all the people involved with SEMANTIC MediaWiki in person, as well as a bunch of people I only knew from IRC and other online communication tools. Sadly enough <a href="https://twitter.com/wikiworks">Yaron Koren</a> and <a href="https://identi.ca/brionv">Brion Vibber</a> and several other people I&#8217;d like to have seen there could not be at the event.</p>
<p>On the way back to Belgium I tackled a lot of small design issues that have been present in Maps and Semantic Maps for months, resulting in one big refactoring commit for each extension, which I made as soon as I was back home. After that I went to sleep, and woke up 19 hours later O_o</p>
<p>Next years Wikimania will be in Haifa, Israel. I&#8217;m probably going, but seriously hope it won&#8217;t be so insanely warm there <img src='http://blog.bn2vs.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bn2vs.com/2010/07/13/wikimania-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

