<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>VentureBeat &#187; Wikipedia</title>
	<atom:link href="http://venturebeat.com/tag/wikipedia/feed/" rel="self" type="application/rss+xml" />
	<link>http://venturebeat.com</link>
	<description>News About Tech, Money and Innovation</description>
	<lastBuildDate>Mon, 20 May 2013 17:26:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='venturebeat.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/c6d8c27ffa1c5a7f106f97e434437baf?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>VentureBeat &#187; Wikipedia</title>
		<link>http://venturebeat.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://venturebeat.com/osd.xml" title="VentureBeat" />
	<atom:link rel='hub' href='http://venturebeat.com/?pushpress=hub'/>
<copyright>Copyright 2013, VentureBeat</copyright>		<item>
		<title>Wikipedia crowdsources site performance: Speeding up 488,731 templates with a little Lua to go</title>
		<link>http://venturebeat.com/2013/03/18/wikipedia-crowdsourcing-site-performance-speeding-up-488731-templates-with-a-little-lua-to-go/</link>
		<comments>http://venturebeat.com/2013/03/18/wikipedia-crowdsourcing-site-performance-speeding-up-488731-templates-with-a-little-lua-to-go/#comments</comments>
		<pubDate>Mon, 18 Mar 2013 16:10:23 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[crowdsourcing]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Lua]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[wikimedia]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=696385</guid>
		<description><![CDATA[<p>"We’re letting people program Wikipedia unsupervised," Harihareswara wrote. " Anyone can write a chunk of code to be included in an article that will be seen by millions of people, often without much&#160;review."</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=696385&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2013/03/large_461099066.jpg" target="_blank"><img class="aligncenter size-full wp-image-696401" alt="encyclopedia" src="http://venturebeat.files.wordpress.com/2013/03/large_461099066.jpg?w=1024&#038;h=685" width="1024" height="685" /></a>Apparently, now you can crowdsource website performance.</p>
<p>Wikipedia pages should get <a href="https://blog.wikimedia.org/2013/03/14/what-lua-scripting-means-wikimedia-open-source/" target="_blank">a lot quicker very soon</a> as the foundation behind the world&#8217;s largest and most popular encyclopedia have turned on <a href="http://www.lua.org" target="_blank">Lua</a>, a lightweight scripting engine, to speed up access to complex pages. And the site is asking its editors and contributors to learn the new programming language to help make the site quicker.</p>
<p>Those who have ever edited Wikipedia pages will know that the site, like many wikis, uses &#8220;<a href="http://en.wikipedia.org/wiki/Wiki_markup" target="_blank">Wikitext language</a>&#8221; &#8212; a sort of a simplified HTML &#8212; to enable users to add content chunks, templates, and formatting to a page.</p>
<p>But there was a problem, as Wikimedia&#8217;s Sumana Harihareswara <a href="https://blog.wikimedia.org/2013/03/14/what-lua-scripting-means-wikimedia-open-source/" target="_blank">posted recently</a>:</p>
<blockquote><p>But because we’d never planned for wikitext to become a programming language, these templates were terribly inefficient and hacky — they didn’t even have recursion or loops — and were terrible for performance. When you edit a complex article like <a href="https://en.wikipedia.org/wiki/Tulsi_Gabbard"title="en:Tulsi Gabbard"  target="_blank">Tulsi Gabbard</a>, with scores of citations, it can take up to 30 seconds to parse and display the page.</p></blockquote>
<p>Lua is an embedded scripting language, built so that lightweight but powerful code can be embedded right into web pages. It&#8217;s often used as a <a href="http://www.satori.org/2009/03/the-engine-survey-general-results/" target="_blank">scripting engine for games</a>. And it&#8217;s much quicker than Wikipedia&#8217;s existing wikitext solution.</p>
<p>The big question is, of course, is how Wikipedians will take to the new language, which is unfamiliar and potentially more complex than wikitext. And will we start encountering bugs on Wikipedia pages as editors and maintainers now become programmers?</p>
<p>&#8220;Now is the first time that the Wikimedia site maintainers have enabled <i>real coding</i> that affects all readers. We’re letting people program Wikipedia unsupervised,&#8221; Harihareswara wrote. &#8220;Anyone can write a chunk of code to be included in an article that will be seen by millions of people, often without much review. We are taking our “anyone can edit” maxim one big step forward.&#8221;</p>
<p>And, she added, that if any Wikipedia user doesn&#8217;t look the load time of a page, they can now do something about and improve it themselves, in a very Wikipedian way:</p>
<p>&#8220;Just as we crowdsourced building Wikipedia, now we’re crowdsourcing bits of infrastructure improvement. And this kind of massively multiplayer, crowdsourced performance improvement is uniquely us.&#8221;</p>
<p>The read-write revolution continues.</p>
<p><em>photo credit: <a href="http://www.flickr.com/photos/stewart/461099066/" target="_blank">Stewart</a> via <a href="http://photopin.com" target="_blank">photopin</a> <a href="http://creativecommons.org/licenses/by/2.0/" target="_blank">cc</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>, <a href='http://venturebeat.com/category/media/'>Media</a>, <a href='http://venturebeat.com/category/social/'>Social</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=696385&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><div class="post-meta-blurb post-meta-after blurb-cat-dev"><hr />

<a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank"><img class="alignleft  wp-image-733023" alt="SAP Startup Focus" src="http://venturebeat.files.wordpress.com/2011/05/sap-sfp-vert11.png" width="135" height="88" /></a>Big Data and Predictive/Real-time Analytics startups: Are you looking to jumpstart development &amp; accelerate market traction? Sign up for the SAP Startup Focus program to receive technology, support, resources and community to help you develop new applications on SAP HANA, a cutting edge database platform. <a href="http://spr.ly/SAPStartups" data-vb-ga-outbound="SAPboilerplate" target="_blank">Get started here</a>, and enter promo code “VB2013″ on the form.

<hr /></div><style type="text/css">.blurb-cat-dev hr {
margin: 10px 0 10px 0;
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/03/18/wikipedia-crowdsourcing-site-performance-speeding-up-488731-templates-with-a-little-lua-to-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/03/large_461099066.jpg?w=160" /><source url="http://venturebeat.com/2013/03/18/wikipedia-crowdsourcing-site-performance-speeding-up-488731-templates-with-a-little-lua-to-go/">Wikipedia crowdsources site performance: Speeding up 488,731 templates with a little Lua to go</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2013/03/large_461099066.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2013/03/large_461099066.jpg?w=160" medium="image">
			<media:title type="html">encyclopedia</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/6d4d24b12c84be6eecddf121bc3fee48?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">johnkoetsier</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/03/large_461099066.jpg" medium="image">
			<media:title type="html">encyclopedia</media:title>
		</media:content>
	</item>
		<item>
		<title>Apple, Google, Facebook, and OpenStreetMap: The top 5 changes to expect from maps in 2013</title>
		<link>http://venturebeat.com/2013/02/21/apple-google-facebook-and-openstreetmap-the-top-5-changes-to-expect-from-maps-in-2013/</link>
		<comments>http://venturebeat.com/2013/02/21/apple-google-facebook-and-openstreetmap-the-top-5-changes-to-expect-from-maps-in-2013/#comments</comments>
		<pubDate>Thu, 21 Feb 2013 15:16:38 +0000</pubDate>
		<dc:creator>Marcus Thielking</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apple maps]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Foursquare]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[Graph Search]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[Nooly]]></category>
		<category><![CDATA[OpenStreetMap]]></category>
		<category><![CDATA[Skobbler]]></category>
		<category><![CDATA[street view]]></category>
		<category><![CDATA[Waze]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=626146</guid>
		<description><![CDATA[<p><span class="post-label guest-post">Guest Post</span> Apple Maps was the best thing ever to happen to Google&#160;Maps.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=626146&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><em><a href="http://venturebeat.com/2013/02/21/apple-google-facebook-and-openstreetmap-the-top-5-changes-to-expect-from-maps-in-2013/apple-maps-6/" rel="attachment wp-att-626210"><img class="aligncenter size-full wp-image-626210" alt="apple-maps" src="http://venturebeat.files.wordpress.com/2013/02/apple-maps.jpg?w=755&#038;h=431" width="755" height="431" /></a>Marcus Thielking is cofounder of <a href="http://www.skobbler.com/" target="_blank">Skobbler</a>, a provider of mobile map-based solutions that use OpenStreetMap data.</em></p>
<p>Map lovers, 2012 was our year.</p>
<p>From Apple unveiling and then <a href="http://www.apple.com/letter-from-tim-cook-on-maps/" target="_blank">apologizing</a> for Apple Maps, to the emergence of the collaborative and crowdsourced OpenStreetMap, for those fascinated by digital mapping technologies, 2012 was a critical point in time. And with location-based services powered by map data expected to <a href="http://www.gartner.com/newsroom/id/1544815" target="_blank">reach 1.4 billion users</a> by 2014, you can bet the innovation and competition we witnessed will continue in 2013.</p>
<p>So, what’s next? Here are the top five moments I expect we’ll see in the digital maps space in 2013:</p>
<p><b>1. OpenStreetMap gets better</b></p>
<p>With <a href="http://idealab.talkingpointsmemo.com/2013/01/openstreetmap-reaches-1-million-users-will-rival-google-maps-in-2-years.php" target="_blank">over one million contributors</a> to date, a number that has doubled approximately every 14 months since 2005 and shows no signs of slowing, the <a href="http://www.openstreetmap.org/" target="_blank">OpenStreetMap</a> — affectionately known as the “Wikipedia of maps”— is quickly becoming one of the most popular mapping platforms on the planet. And, the more users lend the project their location expertise, the better OpenStreetMap’s data will ultimately turn out to be. In fact, today, OpenStreetMap has already become the most detailed digital map available in countries like England and Germany. With its ever-increasing user base, the data can only continue to improve. This is hugely important for developers seeking to build their own location-based products and services.</p>
<p>Beyond just being cost effective, OpenStreetMap delivers levels of detail, accuracy (beyond just the street networks) and flexibility not possible with some of the more traditional map players. As the platform advances thanks to user growth, developers in need of mapping data will continue to abandon relationships with guys like Google Maps, TomTom and others, integrating OpenStreetMap data into their own offerings.</p>
<p><b>2. Apple Maps will get better, too</b></p>
<p>Apple Maps has been categorized by many as the company’s largest black eye (at least recently). Not only did the app suffer from a data issue, but it was clear the company didn’t have the right team in place building the product, as it couldn’t fully deliver on the fundamentals (like putting bridges in the right places). It was a colossal letdown that <a href="http://venturebeat.com/2012/11/27/apple-fires-apple-maps-lead/">led to firings</a> and <a href="http://venturebeat.com/2012/09/28/tim-cook-apoligizes-apple-maps/">public apologies</a>, and I guess this should be the case, given <a href="http://www.huffingtonpost.com/2012/09/20/apple-map-fails-ios-6-maps_n_1901599.html" target="_blank">this</a>, <a href="http://techcrunch.com/2012/09/20/welcome-to-apples-ios6-map-where-berlin-is-now-called-schoeneiche/" target="_blank">this</a>, or <a href="http://venturebeat.com/2012/12/10/apple-maps-dangerous-australia/">this</a>. Here’s the thing, though, for all of the criticisms, Apple Maps will only get better.</p>
<p>Whether it will come internally (unlikely), or from the integration with an external mapping party of some sort (see <a href="http://techcrunch.com/2013/01/03/apple-not-buying-waze/" target="_blank">Apple’s rumored acquisition of Waze</a>, although, I think a company like <a href="http://venturebeat.com/2013/01/04/theres-only-one-company-that-can-solve-apples-mapping-woes-quickly-and-its-not-waze/">TomTom makes more sense</a> given their base technology and mapping talent), look for Apple to improve on its service. Google knows this and won’t stop updating its own map so as to take full advantage of its head start and ensure that its market position will remain solidified. Apple doubters remember, though – and there are quite a few doubters out there today – the company has long been a bastion of innovation in every arena, so expect the Maps product to slowly find its way back and be a very big player in 2013.</p>
<p><b>3. Google Maps will lose some of its luster</b></p>
<p>Apple Maps was the best thing ever to happen to Google Maps. Upon its release, people realized just how valuable Google’s service was through comparison. They also realized how important maps were more generally. For the end-user, the effort and skill required to produce a digital map was, for once, clear. The press for Google was unsurprisingly positive. It couldn’t have asked for a better situation.</p>
<p>However, a mere few months prior, the seemingly unflappable Google was the one on the <a href="http://news.cnet.com/8301-1023_3-57400781-93/google-maps-high-fees-drive-sites-elsewhere/" target="_blank">receiving end</a>, seeing negative press for Google Maps after <a href="http://code.google.com/apis/maps/faq.html#usagelimits" target="_blank">deciding to charge high-volume users</a> of its maps API. The moment positioned Google as the corporate entity that it is, rather than a driver of innovation. That’s when we started to see <a href="http://venturebeat.com/2012/03/01/google-maps-api-price-foursquare-streeteasy-openstreetmaps/">defections en masse</a> from Google Maps to the OpenStreetMap, with Foursquare, Wikipedia, and even Apple, leading the charge. While Google has since <a href="http://venturebeat.com/2012/06/22/google-maps-pricing/">reversed course</a>, it’s an issue that will crop up again soon and perhaps shift the narrative – in a negative way – for Google.</p>
<p><b>4. Partnerships to differentiate</b></p>
<p>For end users interested in a great mapping experience, whether it’s for navigation, direction-finding, and the like, maps can begin to seem redundant. More competition means more mapping services, but it should also mean more originality, allowing one platform to differentiate itself from the next. Google Maps, for instance, has Street View as a feature and is <a href="http://venturebeat.com/2012/10/31/google-earth-adds-new-3d-imagery-in-21-cities-to-its-11000-guided-tours-of-our-planet/">rolling out 3D functionality</a> to stand out from a flood of new challengers. However, in order to be truly unique in an increasingly cluttered space, there are more creative opportunities for map makers to take advantage of, namely through partnerships with other location-based services that are eager to benefit from the scale afforded through map services.</p>
<p>For instance, take <a href="http://www.nooly.com/" target="_blank">Nooly</a>, a startup that allows you to <a href="http://techcrunch.com/2013/01/27/nooly-wants-to-be-the-last-weather-app-youll-ever-need-brings-realtime-localized-forecasts-to-ios-android/" target="_blank">view the weather, in real-time</a>, for any point of interest (it&#8217;s location-based via GPS and seems to use Google Maps, currently). Partnering with them and leveraging their API would provide a great end-user benefit and allow a map service to carve out a true point of differentiation relative to other players. I think we’ll see more partnerships like this throughout the year.</p>
<p><b>5. More maps to come</b></p>
<p>With mobile proliferation, maps are becoming more and more essential each day, therefore, it only makes sense that more services will pop up, and that more existing companies will want a piece of the pie (Apple entering the fray is really just the beginning). This was especially true in 2012 – think <a href="http://thenextweb.com/apps/2012/11/27/amazons-maps-api-now-available-to-all-developers-becomes-part-of-mobile-app-sdk/" target="_blank">Amazon’s November announcement</a> – and it will only continue in 2013. Could Facebook, for example, enter the mapping space? The <a href="http://venturebeat.com/2013/01/15/live-at-facebook-heres-whats-being-announced-today/">recent debut of its Graph Search function</a> could make that a possibility, given location’s centrality to any search platform (and, if Facebook ever does decide to move forward with <a href="http://venturebeat.com/2013/01/13/facebooks-tuesday-event-fuels-facebook-phone-rumor/">its own smartphone</a>, a map will be core to that service, as well).</p>
<p>Now, these are just a few possibilities I think we’ll see in the mapping space this year.</p>
<p>Did I miss anything? What do you think will be some of the key map moments in 2013?</p>
<p><em>photo credit: <a href="http://www.flickr.com/photos/hauntedpalace/68406280/" target="_blank">Carla216</a> via <a href="http://photopin.com" target="_blank">photopin</a> <a href="http://creativecommons.org/licenses/by-nd/2.0/" target="_blank">cc</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/mobile/'>Mobile</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=626146&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/02/21/apple-google-facebook-and-openstreetmap-the-top-5-changes-to-expect-from-maps-in-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/02/apple-maps.jpg?w=160" /><source url="http://venturebeat.com/2013/02/21/apple-google-facebook-and-openstreetmap-the-top-5-changes-to-expect-from-maps-in-2013/">Apple, Google, Facebook, and OpenStreetMap: The top 5 changes to expect from maps in 2013</source>
		<media:content url="http://0.gravatar.com/avatar/6d4d24b12c84be6eecddf121bc3fee48?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">johnkoetsier</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/02/apple-maps.jpg" medium="image">
			<media:title type="html">apple-maps</media:title>
		</media:content>
	</item>
		<item>
		<title>Free knowledge, freely delivered: Wikipedia Zero expands to 212M mobile users in developing nations</title>
		<link>http://venturebeat.com/2013/01/25/free-knowledge-freely-delivered-wikipedia-zero-expands-to-212-million-more-mobile-users/</link>
		<comments>http://venturebeat.com/2013/01/25/free-knowledge-freely-delivered-wikipedia-zero-expands-to-212-million-more-mobile-users/#comments</comments>
		<pubDate>Fri, 25 Jan 2013 17:05:37 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Africa]]></category>
		<category><![CDATA[Asia]]></category>
		<category><![CDATA[Eastern Europe]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[knowledge]]></category>
		<category><![CDATA[VimpelCom]]></category>
		<category><![CDATA[wikimedia]]></category>
		<category><![CDATA[Wikipedia]]></category>
		<category><![CDATA[Wikipedia Zero]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=610515</guid>
		<description><![CDATA[<p>Information may want to be free, but the organization behind Wikipedia wants knowledge to be free too. So Wikimedia has formed a partnership with the world's sixth-largest telecom, VimpelCom, to deliver Wikipedia mobile sites for free to developing&#160;countries.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=610515&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<div class="post-meta-blurb post-meta-before blurb-cat-mobile"><div class="event-boilerplate-mobilebeat">
  <div class="logo-date-wrap">
    <a href="http://mobilebeat2013.com" data-vb-ga-outbound="MB2013boilerplateTOP" target="_blank"><img src="http://venturebeat.files.wordpress.com/2013/02/mobilebeat-boilerplate.png" alt="MobileBeat 2013"></a>
    <div class="date-location">
      <strong>July 9-10, 2013</strong><br>
      San Francisco, CA
    </div>
  </div>
  <a href="http://mobilebeat2013-MB2013boilerplateTOP.eventbrite.com/" class="cta" data-vb-ga-outbound="MB2013boilerplateTOP" target="_blank">Early Bird Tickets on Sale</a>
</div></div><p><a href="http://venturebeat.com/2013/01/25/free-knowledge-freely-delivered-wikipedia-zero-expands-to-212-million-more-mobile-users/screen-shot-2013-01-25-at-9-00-34-am/" rel="attachment wp-att-610523"><img class="aligncenter size-full wp-image-610523" alt="Screen Shot 2013-01-25 at 9.00.34 AM" src="http://venturebeat.files.wordpress.com/2013/01/screen-shot-2013-01-25-at-9-00-34-am.png?w=796&#038;h=400" width="796" height="400" /></a>Information may want to be free, but the organization behind Wikipedia wants knowledge to be free, too. So Wikimedia has formed a partnership with the world&#8217;s sixth-largest telecom, VimpelCom, to deliver Wikipedia mobile sites for free to developing countries.</p>
<p>It&#8217;s part of the <a href="http://www.mediawiki.org/wiki/Wikipedia_Zero" target="_blank">Wikipedia Zero</a> program, which is the project to deliver Wikipedia &#8220;free of data charges&#8221; on mobile devices in developing countries.</p>
<p>&#8220;The world&#8217;s sixth-largest telecommunications company and fifth-largest website globally are coming together to offer our customers a better mobile experience and greater access to free knowledge, particularly in emerging markets,&#8221; Mikhail Gerchuk, VimpelCom&#8217;s chief strategy officer, said in a statement.</p>
<p>You&#8217;ve probably never heard of VimpelCom &#8212; the organization typically does business under other brands, such as Wind and Mobilink &#8212; but the telecom has a strong presence in Russia, former Eastern bloc countries, parts of south-east Asia, and Africa, with 212 million subscribers in a service area with 780 million people.</p>
<p>With this partnership, Wikipedia Zero now will be providing free access to 330 million mobile users around the world, Wikimedia&#8217;s Kul Takanao Wadhwa said, adding that it was an important step towards the organizations&#8217; ultimate goal: &#8220;free knowledge to everyone on the planet.&#8221;</p>
<p>The 18 countries that VimpelCom is bringing onboard include Russia, Italy, Ukraine, Kazakhstan, Uzbekistan, Tajikistan, Armenia, Georgia, Kyrgyzstan, Cambodia, Laos, Algeria, Bangladesh, Pakistan, Burundi, Zimbabwe, and the Central African Republic.</p>
<p>The roll out will start this year, Wikimedia said, with a focus on Eastern Europe, Asia, and Africa.</p>
<p><em>photo credit: <a href="http://www.flickr.com/photos/flights_of_fancy/3740424064/" target="_blank">Absolute Chaos</a> via <a href="http://photopin.com" target="_blank">photopin</a> <a href="http://creativecommons.org/licenses/by-nc/2.0/" target="_blank">cc</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/media/'>Media</a>, <a href='http://venturebeat.com/category/mobile/'>Mobile</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=610515&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><style type="text/css">.blurb-cat-mobile .event-boilerplate-mobilebeat {
width:278px;
margin:0px 0px 10px 20px;
padding:10px;
float:right;
border:1px solid #e4e4e4;
font-family: 'Open Sans', sans-serif;
color:#000;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat .logo-date-wrap {
width:100%;
display:block;
float:left;
margin-bottom:8px;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat img {
float:left;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat .date-location {
float:right;
font-size:12px;
line-height:14px;
text-align:center;
padding-left:7px;
padding-top:5px;
padding-bottom:3px;
border-left:1px solid #e6e6e6;
color:#585a5b;
}
.blurb-cat-mobile .event-boilerplate-mobilebeat .cta {
display:block;
clear:both;
width:100%;
border-radius:5px;
border:1px solid #1864b1;
color:#fff;
text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
text-align:center;
text-decoration:none;
font-weight:600;
font-size:18px;
line-height:17px;
padding:4px 0px 6px 0px;
background: #1f80e4;
background: -moz-linear-gradient(top,  #1f80e4 0%, #1862ae 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f80e4), color-stop(100%,#1862ae));
background: -webkit-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: -o-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: -ms-linear-gradient(top,  #1f80e4 0%,#1862ae 100%);
background: linear-gradient(to bottom,  #1f80e4 0%,#1862ae 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f80e4', endColorstr='#1862ae',GradientType=0 );
}</style>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2013/01/25/free-knowledge-freely-delivered-wikipedia-zero-expands-to-212-million-more-mobile-users/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2013/01/screen-shot-2013-01-25-at-9-00-34-am.png?w=160" /><source url="http://venturebeat.com/2013/01/25/free-knowledge-freely-delivered-wikipedia-zero-expands-to-212-million-more-mobile-users/">Free knowledge, freely delivered: Wikipedia Zero expands to 212M mobile users in developing nations</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2013/01/screen-shot-2013-01-25-at-9-00-34-am.png?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2013/01/screen-shot-2013-01-25-at-9-00-34-am.png?w=160" medium="image">
			<media:title type="html">Screen Shot 2013-01-25 at 9.00.34 AM</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/6d4d24b12c84be6eecddf121bc3fee48?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">johnkoetsier</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2013/01/screen-shot-2013-01-25-at-9-00-34-am.png" medium="image">
			<media:title type="html">Screen Shot 2013-01-25 at 9.00.34 AM</media:title>
		</media:content>
	</item>
		<item>
		<title>What interests the world? Wikipedia&#8217;s most-viewed articles in 2012 by language</title>
		<link>http://venturebeat.com/2012/12/28/what-interests-the-world-wikipedias-most-viewed-articles-in-2012-by-language/</link>
		<comments>http://venturebeat.com/2012/12/28/what-interests-the-world-wikipedias-most-viewed-articles-in-2012-by-language/#comments</comments>
		<pubDate>Fri, 28 Dec 2012 18:02:30 +0000</pubDate>
		<dc:creator>Rebecca Grant</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[OffBeat]]></category>
		<category><![CDATA[encyclopedia]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[International]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[wikimedia]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=596631</guid>
		<description><![CDATA[<p>A look at the most viewed articles on Wikipedia in 2012, broken down by&#160;language.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=596631&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2012/12/28/what-interests-the-world-wikipedias-most-viewed-articles-in-2012-by-language/globe-3/" rel="attachment wp-att-596675"><img class="alignnone size-full wp-image-596675" alt="globe" src="http://venturebeat.files.wordpress.com/2012/12/globe.jpg?w=1024&#038;h=686" width="1024" height="686" /></a>To the Thais in my village, the biggest news item while I lived there was the death of Michael Jackson. People expressed their deepest condolences, saved newspapers for posterity, and brought me bags full of mangoes to soothe the pain.</p>
<p>Comparing what people find interesting is a fascinating cross-cultural exercise. When we want to learn more about any given topic, many of us go first to Wikipedia, which is why a report detailing the most viewed articles in 2012, broken down by language, is a revealing glimpse into different mindsets, values, and ways of life around the world.</p>
<p>The English-speaking world is drawn to technology, entertainment, and death. Facebook is the most-viewed page with 32.6 million views, and more than 25 million people looked up &#8220;Deaths in 2012.&#8221; Half of the top 10 centered on blockbuster films, an English-Irish boy band, and <em>Fifty Shades of Grey</em>.</p>
<p>Bad American television is apparently a significant point of interest to Europeans. Top pages in Spanish, German, French and Italian include <em>How I Met Your Mother</em>, <em>The Big Bang Theory</em>, <em>Two and a Half Men</em>, <em>Grey&#8217;s Anatomy</em>, <em>Gossip Girl</em>, <em>The Vampire Diaries</em>, and <em>Game of Thrones</em> (although I consider <em>Game of Thrones</em> to be riveting television.) One Direction, the aforementioned English-Irish boy band, popped up on just about every European language list. I have yet to decide if my complete and total ignorance of this group is an embarrassing sign of age or a testament to maturity. Let&#8217;s go with the latter.</p>
<p>A majority of the highly viewed pages in Arabic are about historical, religious, and political figures, while the Russians are intrigued by Internet phenomena such as YouTube, social networks, and online porn. The Brazilians (and other Portuguese speakers) tend to look up information about sports, singers, and social networks.</p>
<p>The findings vary greatly across Asia by country. In Japan, the top three most popular pages are about actresses and female pop music groups. While the Chinese are primarily drawn to information about technology and business, they are also, it seems, intrigued by Japanese actresses. The Thais primarily use Wikipedia to look up geographical information, while the Vietnamese use the encyclopedia to learn about the birds and the bees. &#8220;List of sex positions&#8221; tops the most viewed pages, joined by &#8220;sex&#8221; and &#8220;genitals of women.&#8221; Naughty, naughty.</p>
<p>These findings were culled from the <a href="https://wiki.toolserver.org/view/Main_Page" target="_blank">Wikimedia Toolserver</a>, a collection of 13 servers that host the Wikimedia databases. <a href="http://toolserver.org/~johang/2012.html#portuguese" target="_blank">View the full report. </a></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/media/'>Media</a>, <a href='http://venturebeat.com/category/offbeat/'>OffBeat</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=596631&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/12/28/what-interests-the-world-wikipedias-most-viewed-articles-in-2012-by-language/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/12/globe.jpg?w=160" /><source url="http://venturebeat.com/2012/12/28/what-interests-the-world-wikipedias-most-viewed-articles-in-2012-by-language/">What interests the world? Wikipedia&#8217;s most-viewed articles in 2012 by language</source>
		<media:content url="http://0.gravatar.com/avatar/fec4e66421afed673eb1ac50b8f839d8?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">rebeccaggrant</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/12/globe.jpg" medium="image">
			<media:title type="html">globe</media:title>
		</media:content>
	</item>
		<item>
		<title>Wiki Wiki what? Wikia raises $11M to help people create, collaborate, and be original</title>
		<link>http://venturebeat.com/2012/11/29/wiki-wiki-what-wiki-raises-11m-to-help-people-create-collaborate-and-be-original/</link>
		<comments>http://venturebeat.com/2012/11/29/wiki-wiki-what-wiki-raises-11m-to-help-people-create-collaborate-and-be-original/#comments</comments>
		<pubDate>Thu, 29 Nov 2012 23:18:11 +0000</pubDate>
		<dc:creator>Rebecca Grant</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Lifestyle]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[game news]]></category>
		<category><![CDATA[pop culture]]></category>
		<category><![CDATA[video games]]></category>
		<category><![CDATA[wikia]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=582201</guid>
		<description><![CDATA[<p>Wikia is raising $11 million to support its growing network of pop culture&#160;wikis.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=582201&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="text-align:left;"><a href="http://venturebeat.com/2012/11/29/wiki-wiki-what-wiki-raises-11m-to-help-people-create-collaborate-and-be-original/wiki-what/" rel="attachment wp-att-582214"><img class="size-full wp-image-582214 aligncenter" title="Lego" alt="Lego" src="http://venturebeat.files.wordpress.com/2012/11/wiki-what.jpeg?w=925&#038;h=1024" height="1024" width="925" /></a><br />
Wikia is raising $11 million to support its massive network of pop culture wikis, where people can collaboratively publish video game, entertainment, and lifestyle content and form communities around shared interests.</p>
<p>Wikia&#8217;s <a href="http://www.wikia.com/About"title="Wikia"  target="_blank">mission is threefold</a>. It is designed to unloose the power of knowledge as influence, enable personal and collective creativity, and distribute rich, original content. Although founded by the creators of Wikipedia, Wikia is a separate business dedicated specifically to lifestyle topics and pop culture. And unlike Wikipedia, Wikia is a for-profit enterprise that makes money off advertising.</p>
<p>The platform powers over 200,000 wikis with millions of pages of content. The Wikia Video Games hub is the <a href="http://venturebeat.com/2012/03/12/wikia-is-biggest-numer-one-gaming-site/"title="Wikia, Jimmy Wales’ for-profit company, passes IGN to become the largest network of gaming sites on the web" >largest network of gaming sites in the world.</a> It contains more than 65,000 game wikis and 2.48 million pages of content. The company cites The Elder Scrolls, Call of Duty, Mass Effect, Fallout, and Runescape as the most trafficked titles. The entertainment section is also growing fast, with &#8220;super communities&#8221; coming together around A Game of Thrones, Harry Potter, and The Hunger Games.</p>
<p>Today, alongside closing an $11 million deal, Wikia announced that the <a href="http://community.wikia.com/wiki/Blog:Wikia_Staff_Blog"title="Wikia Staff Blog"  target="_blank">forum feature</a> is now available, which will facilitate discussion on the sites. The investors on the fielding are Jeffrey Blackburn of Amazon, which led Wikia&#8217;s Series B of $10 million in 2006. Also listed are previous investors Bessemer Venture Partners and Institutional Venture Partners. Angel investors in Wikia include major Silicon Valley names like Marc Andreessen, Ron Conway, Reed Hastings, and Mitch Kapor.</p>
<p>This brings Wikia&#8217;s funding to $25 million. Wikia is based in San Francisco. <a href="http://www.sec.gov/Archives/edgar/data/1353478/000135347812000003/xslFormDX01/primary_doc.xml" target="_blank">Read the SEC filing.</a></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/cloud/'>Cloud</a>, <a href='http://venturebeat.com/category/games/'>Games</a>, <a href='http://venturebeat.com/category/lifestyle/'>Lifestyle</a>, <a href='http://venturebeat.com/category/media/'>Media</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=582201&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/11/29/wiki-wiki-what-wiki-raises-11m-to-help-people-create-collaborate-and-be-original/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/11/wiki-what.jpeg?w=126" /><source url="http://venturebeat.com/2012/11/29/wiki-wiki-what-wiki-raises-11m-to-help-people-create-collaborate-and-be-original/">Wiki Wiki what? Wikia raises $11M to help people create, collaborate, and be original</source>
		<media:content url="http://0.gravatar.com/avatar/fec4e66421afed673eb1ac50b8f839d8?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">rebeccaggrant</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/11/wiki-what.jpeg" medium="image">
			<media:title type="html">Lego</media:title>
		</media:content>
	</item>
		<item>
		<title>It&#8217;s that time of year again &#8212; Wikipedia fundraiser time, that is</title>
		<link>http://venturebeat.com/2012/11/27/wiki-fundraiser/</link>
		<comments>http://venturebeat.com/2012/11/27/wiki-fundraiser/#comments</comments>
		<pubDate>Tue, 27 Nov 2012 19:09:33 +0000</pubDate>
		<dc:creator>Jolie O&#039;Dell</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=580494</guid>
		<description><![CDATA[<p>It's like NPR's Pledge Week: A necessary annoyance for the greater&#160;good.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=580494&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-580516" title="wikimedia" alt="" src="http://venturebeat.files.wordpress.com/2012/11/screenshot-2012-11-27-110608-am.png?w=661&#038;h=466" height="466" width="661" /></p>
<p>Get ready for banner ads and guilt trips, y&#8217;all; Wikipedia&#8217;s raising money again!</p>
<p>This year marks the Wikimedia Foundation&#8217;s ninth annual drive; the foundation is trying to raise a total of $25 million to be used toward keeping Wikipedia and its sister projects alive and kicking.</p>
<p>As the foundation noted this morning in a <a href="https://wikimediafoundation.org/wiki/Press_releases/Wikimedia_Foundation_announces_2012_fundraiser" target="_blank" target="_blank">release</a>, most of its funding will continue to come from grants and donations from other sources, not the annual campaign.</p>
<p>Funds will be used for software upgrades, more editors, accessibility projects, and a continued ad-free user experience. One of the foundation&#8217;s special projects, which focuses on better access for feature phones on sub-par mobile networks, helped to create <a href="http://venturebeat.com/2012/10/30/wikipedia-zero-mobile-africa-asia/">big usage spikes</a> in parts of the developing world, meaning that the people who need factual information most are getting it.</p>
<p>“Our fundraiser succeeds the same way Wikipedia does, with millions of people contributing what they can so we can keep the site freely available for everyone around the world,” said Wikimedia executive director Sue Gardner in a statement on the news.</p>
<p>“People tell me they donate to Wikipedia because they find it useful, and they trust it because they know it&#8217;s written for them. Our readers fund the site, which keeps us independent and able to deliver what they need and want from Wikipedia &#8212; exactly as it should be.”</p>
<p>This year&#8217;s campaign will use web banners to highlight a few hand-picked editors, photographers, and free-knowledge advocates, all of whom contribute to various Wikimedia projects, including Wikipedia. The notable Wikipedians include:</p>
<blockquote><p>Poongothai Balasubramanian, a retired math teacher from India, has created 250 articles on quadratic functions, probability, charts, graphs, and has recorded pronunciations for 6,000 words in Tamil, her native language. “I&#8217;m a volunteer. No one pays me. But helping edit Wikipedia has become my life&#8217;s work,” she said. “Even though I&#8217;m not in the classroom, I&#8217;m still doing what I care about most: helping a new generation of students learn, in the language I love.”</p>
<p>Andrea Zanni, a Wikimedia Italy chapter member and digital librarian who contributes public domain and freely-licensed texts to Wikisource, said his experience with the Wikimedia movement has facilitated his self-expression and shaped his life. “Wikipedia is one of the few things that really enables people to be useful, to have an impact with a little effort,” he said. “Wikipedia is really empowering. It’s really a framework of good faith, of good will.”</p>
<p>Ravan Jaafar Altaie, a Wikipedian from Iraq who writes about Leonardo da Vinci and the moons of Jupiter, tells her story of contributing to Arabic Wikipedia and influencing hundreds of thousands of people through articles she’s written. “This is my wish and one of my dreams to make a real change in the world. I think Wikipedia gave me this chance to make a huge difference in this world,” she said. “It&#8217;s like an investment for your future, for your children&#8217;s future.”</p>
<p>Ken Thomas, a photographer from North Carolina, donates his photos to Wikimedia Commons under the CC0 public domain license. “Putting a photo on Wikipedia is an act of generosity,” he said. “I don’t own the bird. I don’t own the light. I don’t own the tree branch that the bird was sitting on. I take these pictures because I want people to see how beautiful these things are. Who am I to charge for that?”</p>
<p>Erlan Vega, an English teacher from La Paz, Bolivia, said he improved his English competency and earned international certifications because of his experience editing Wiktionary and collaborating with English speaking Wikipedians. “In my education system, people don’t usually write or create,” he said. “Giving me the opportunity to be creative and to be recognized for something I write has really been a turning point in my life.”</p></blockquote>
<p>Of course, like NPR&#8217;s Pledge Week, the banners will continue to guilt-trip you long after you&#8217;ve made your donation, but you&#8217;ll feel better once you get it out of the way. Go <a href="https://donate.wikimedia.org/" target="_blank" target="_blank">get your donatin&#8217; on</a>; the world will thank you for it.</p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=580494&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/11/27/wiki-fundraiser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/11/screenshot-2012-11-27-110608-am.png?w=160" /><source url="http://venturebeat.com/2012/11/27/wiki-fundraiser/">It&#8217;s that time of year again &#8212; Wikipedia fundraiser time, that is</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/11/screenshot-2012-11-27-110608-am.png?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/11/screenshot-2012-11-27-110608-am.png?w=160" medium="image">
			<media:title type="html">wikimedia</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/f0c16a1fc7463e62363a4b09b345437c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Jolie</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/11/screenshot-2012-11-27-110608-am.png" medium="image">
			<media:title type="html">wikimedia</media:title>
		</media:content>
	</item>
		<item>
		<title>Let&#8217;s get visual: Wikipedia enables HTML 5 video for all of its entries</title>
		<link>http://venturebeat.com/2012/11/08/wikimedia-html-5-video/</link>
		<comments>http://venturebeat.com/2012/11/08/wikimedia-html-5-video/#comments</comments>
		<pubDate>Thu, 08 Nov 2012 18:56:30 +0000</pubDate>
		<dc:creator>Meghan Kelly</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[html 5]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=571442</guid>
		<description><![CDATA[<p>The wait is over. Wikipedia now widely supports HTML 5 video content on its millions of entries with the launch of its TimeMediaHandler, soon with support for&#160;mobile.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=571442&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.files.wordpress.com/2012/11/cat-video.jpg" target="_blank"><img class="aligncenter size-full wp-image-571531" title="cat-video" alt="cat video" src="http://venturebeat.files.wordpress.com/2012/11/cat-video.jpg?w=706&#038;h=472" height="472" width="706" /></a></p>
<p>The wait is over. Wikipedia <a href="https://meta.wikimedia.org/wiki/Wikimedia_Blog/Drafts/TimedMediaHandler_deployed" target="_blank" target="_blank">now widely supports</a> HTML 5 video content on its millions of entries with the launch of its TimeMediaHandler, soon with support for mobile.</p>
<p>Wikimedia has been working on getting video onto Wikipedia for nearly four years. It partnered with HTML 5 open source video platform <a href="http://corp.kaltura.com/" target="_blank" target="_blank">Kaltura</a> in 2008 and worked with others such as Google to create the <a href="https://www.mediawiki.org/wiki/TimedMediaHandler" target="_blank" target="_blank">TimeMediaHandler</a>. The TimeMediaHandler is what makes video work on Wikis. It supports the audio, video, closed captioning, other &#8220;timed text,&#8221; and is very flexible. It changes based on your bandwidth and what kind of device you are on, including mobile.</p>
<p>In true Wikipedia fashion, you can contribute to and edit videos you add to the site as well. That is, you can add  your own translated subtitles and add closed caption versions in your language. It represents a pretty big opportunity to expand the library of videos translated for the hearing impaired.</p>
<p>Full editing capabilities and mobile support are not yet deployed, however.</p>
<p>Of course, Wikipedia has had to do a lot of beefing up to prepare for the video. It had to ensure there was enough space to store all of the content. It also had to ensure that the process of uploading videos was an easy and quick one &#8212; otherwise no one would do it. The Wikimedia Foundation created an Upload Wizard between 2010 and 2011 to help people with just that.</p>
<p>The TimeMediaHandler supports open source video format WebM &#8212; a type of video that is built specifically for the web and is made to conform to your device and bandwidth. Popular players such as YouTube use WebM, which means you can pull free-licensed content from YouTube&#8217;s library to supplement Wikipedia entries.</p>
<p><em><a href="http://www.shutterstock.com/pic-28205185/stock-photo-pretty-ragdoll-kitten-with-vintage-film-camera-reel-of-film-and-clapperboard-on-brown-suede.html" target="_blank" target="_blank">Cat film image</a> via <a href="http://www.shutterstock.com/" target="_blank" target="_blank">Shutterstock</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/media/'>Media</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=571442&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/11/08/wikimedia-html-5-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/11/cat-video.jpg?w=160" /><source url="http://venturebeat.com/2012/11/08/wikimedia-html-5-video/">Let&#8217;s get visual: Wikipedia enables HTML 5 video for all of its entries</source>
		<media:content url="http://1.gravatar.com/avatar/a73335ff3a637d11555a46ba2b112ded?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">mkel31</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/11/cat-video.jpg" medium="image">
			<media:title type="html">cat-video</media:title>
		</media:content>
	</item>
		<item>
		<title>China&#8217;s online encyclopedia Hudong.com raising $50M round</title>
		<link>http://venturebeat.com/2012/06/13/chinas-encyclopedia-hudong-com-raising-50m-round/</link>
		<comments>http://venturebeat.com/2012/06/13/chinas-encyclopedia-hudong-com-raising-50m-round/#comments</comments>
		<pubDate>Wed, 13 Jun 2012 16:35:00 +0000</pubDate>
		<dc:creator>Sarah Mitroff</dc:creator>
				<category><![CDATA[Deals]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[Chinese-language]]></category>
		<category><![CDATA[encyclopedia]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=473287</guid>
		<description><![CDATA[<p>Referred to as China&#8217;s Wikipedia, Hudong.com is a Chinese-language online encyclopedia. The company is reportedly raising a $50 million third round of funding, sources told Fortune.</p>
<p>Created in 2005, Hudong.com calls itself the world&#8217;s largest Chinese-language wiki with 6.4 million&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=473287&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-473306" title="Chinese cash Yuan China" src="http://venturebeat.files.wordpress.com/2012/06/chinese-cash-yuan-china.jpg?w=654&#038;h=422" alt="Hudong.com raising $50M" width="654" height="422" />Referred to as China&#8217;s Wikipedia, <a href="http://www.hudong.com/" target="_blank" target="_blank">Hudong.com</a> is a Chinese-language online encyclopedia. The company is reportedly raising a $50 million third round of funding, sources told <a href="http://finance.fortune.cnn.com/2012/06/11/exclusive-chinas-hudong-com-raising-50-million/" target="_blank" target="_blank">Fortune</a>.</p>
<p>Created in 2005, Hudong.com calls itself the world&#8217;s largest Chinese-language wiki with 6.4 million entries. Like Wikipedia, the site houses articles on various topics and accepts submissions from the public.</p>
<p>At the beginning of June, <a href="http://www.marketwatch.com/story/chinas-wikipedia-hudongcom-to-help-bing-in-search-model-revolution-2012-06-05" target="_blank" target="_blank">Hudong.com announced a partnership</a> with Microsoft&#8217;s search engine Bing. The partnership helps Hudong.com gain better search capabilities and gives Microsoft the chance to develop its search engine technology in other countries, which it needs to compete with Google.</p>
<p>Part of Hudong.com&#8217;s funding is being raised by online private investment platform <a href="https://www.xpertfinancial.com/" target="_blank" target="_blank">Xpert Financial</a>. Tim Draper, of venture capital firm Draper Fisher Jurvetson, sits on Xpert&#8217;s board and sent an email urging people to invest in Hudong.com.</p>
<blockquote><p>Hudong is China&#8217;s leading for-profit social knowledge platform – a wiki-enabled encyclopedia that monetizes its content through advertising. China is one of the largest and fastest growing internet and mobile markets in the world.</p>
<p>DFJ Dragon has invested in the Series A, B, and B-1 offerings, I have personally invested in the B and B-1 offerings—as have other leading venture capital firms—and we intend to participate in the Series C offering. I would urge you to consider this opportunity.</p></blockquote>
<p>It appears, from the email that Fortune obtained, that Draper Fisher Jurvetson&#8217;s China fund, <a href="http://www.dfjdragon.com/index.php" target="_blank" target="_blank">DFJ Dragon</a> will be raising funds for Hudong.com as well.</p>
<p><em>Chinese money image via <a href="http://www.flickr.com/photos/38331851@N00/5172754603/" target="_blank" target="_blank">Flickr user Martin Kalfatovic</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/deals/'>Deals</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=473287&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/06/13/chinas-encyclopedia-hudong-com-raising-50m-round/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/06/chinese_wiki_logo_april_fools.png?w=160" /><source url="http://venturebeat.com/2012/06/13/chinas-encyclopedia-hudong-com-raising-50m-round/">China&#8217;s online encyclopedia Hudong.com raising $50M round</source>
		<media:content url="http://0.gravatar.com/avatar/ff4a9e3847580a21312771e49d0f8659?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">sarahbessiemitroff</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/06/chinese-cash-yuan-china.jpg" medium="image">
			<media:title type="html">Chinese cash Yuan China</media:title>
		</media:content>
	</item>
		<item>
		<title>Encyclopaedia Britannica wiped out by Wikipedia, selling final print edition</title>
		<link>http://venturebeat.com/2012/03/13/encyclopaedia-britannica-wiped-out-by-wikipedia-selling-final-print-edition/</link>
		<comments>http://venturebeat.com/2012/03/13/encyclopaedia-britannica-wiped-out-by-wikipedia-selling-final-print-edition/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 23:13:20 +0000</pubDate>
		<dc:creator>Jennifer Van Grove</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[encyclopedia]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=403089</guid>
		<description><![CDATA[</p>
<p>Encyclopaedia Britannica, mortally wounded by the Web and Wikipedia, is ending the production of its print edition in favor of a strictly digital strategy, the company announced Tuesday.</p>
<p>“It’s a rite of passage in this new era,” Encyclopaedia Britannica Inc.&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=403089&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-403091" title="Encyclopaedia Britannica" src="http://venturebeat.files.wordpress.com/2012/03/encyclopaedia-britannica.jpg?w=655&#038;h=315" alt="" width="655" height="315" /></p>
<p>Encyclopaedia Britannica, mortally wounded by the Web and Wikipedia, is ending the production of its print edition in favor of a strictly digital strategy, the company announced Tuesday.</p>
<p>“It’s a rite of passage in this new era,” Encyclopaedia Britannica Inc. president Jorge Cauz told the <a href="http://mediadecoder.blogs.nytimes.com/2012/03/13/after-244-years-encyclopaedia-britannica-stops-the-presses/"title="After 244 Years, Encyclopaedia Britannica Stops the Presses"  target="_blank" target="_blank">New York Times</a>.</p>
<p>First published in 1768, Encyclopaedia Britannica has been printing hard copy reference volumes for nearly 250 years, though sales peaked in 1990, according to the Times.</p>
<p>The company is now currently selling its <a href="http://store.britannica.com/collections/books/products/ecm001en0" target="_blank" target="_blank">final 32-volume 2010 edition</a> for $1,395, and supplies are limited. Moving forward, Encyclopaedia Britannica will <a href="http://mediadecoder.blogs.nytimes.com/2012/03/13/after-244-years-encyclopaedia-britannica-stops-the-presses/" target="_blank" target="_blank">only produce its rich reference guides for the Web</a> and continue to create e-learning curriculum for educational institutions.</p>
<p>&#8220;Some people will feel sad about it and nostalgic about it. But we have a better tool now,&#8221; Cauz said. &#8220;The Web site is continuously updated, it’s much more expansive and it has multimedia.&#8221;</p>
<p>And yet, Wikipedia is now synonymous with the term encyclopedia, offering all walks of people free access to a not-always accurate, but always current treasure trove of editable articles.</p>
<p>The extremely thorough <a href="http://en.wikipedia.org/wiki/Encyclop%C3%A6dia_Britannica" target="_blank" target="_blank">Wikipedia article on Encyclopaedia Britannica</a>, for instance, serves as the perfect example of why Wikipedia is coming out on top. Ironically, the page could very well become the only thing our children have to remember the once illustrious Britannica by, a point lamented by VentureBeat senior editor <a href="http://venturebeat.com/author/hkellyvb/"title="Heather Kelly"  target="_blank">Heather Kelly</a>.</p>
<p>But the Britannica will <a href="http://www.britannica.com/blogs/2012/03/looking-ahead/" target="_blank" target="_blank">live on in more than spirit</a>. The company told the Times that it has 500,000 customers who pay a $70 annual fee for online and mobile access to its content.</p>
<p>&#8220;Today’s announcement is not about our past, but our future &#8212; and the new ways we’re serving our customers,&#8221; Cauz said.</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='560' height='345' src='http://www.youtube.com/embed/R9zLe7D9qDo?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p><em>Photo credit: <a href="http://www.flickr.com/photos/bopuc/" target="_blank" target="_blank">Bopuc</a>/Flickr</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/media/'>Media</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=403089&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/03/13/encyclopaedia-britannica-wiped-out-by-wikipedia-selling-final-print-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/03/encyclopaedia-britannica.jpg?w=160" /><source url="http://venturebeat.com/2012/03/13/encyclopaedia-britannica-wiped-out-by-wikipedia-selling-final-print-edition/">Encyclopaedia Britannica wiped out by Wikipedia, selling final print edition</source>
		<media:content url="http://1.gravatar.com/avatar/427560662cbbcb1210b14107b1c807a0?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Jenn</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/03/encyclopaedia-britannica.jpg" medium="image">
			<media:title type="html">Encyclopaedia Britannica</media:title>
		</media:content>
	</item>
		<item>
		<title>Wikipedia founder Jimmy Wales: MPAA chairman Christopher Dodd should be fired</title>
		<link>http://venturebeat.com/2012/01/24/wales-versus-dodd/</link>
		<comments>http://venturebeat.com/2012/01/24/wales-versus-dodd/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 11:02:59 +0000</pubDate>
		<dc:creator>Jennifer Van Grove</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[DLD12]]></category>
		<category><![CDATA[editor's pick]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[pipa]]></category>
		<category><![CDATA[SOPA]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=381303</guid>
		<description><![CDATA[<p><span class="post-label editors-pick">Editor's Pick</span>
</p>
<p>Wikipedia founder Jimmy Wales had fighting words for Motion Picture Association of America chairman Christopher Dodd, calling the former Senator and current lobbyist out on his recent threats and pronouncing that the MPAA should fire its chief.</p>
<p>&#8220;Candidly, those who&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=381303&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-381314" title="jimmy wales dld" src="http://venturebeat.files.wordpress.com/2012/01/jimmy-wales-dld.jpg?w=640&#038;h=409" alt="" width="640" height="409" /></p>
<p>Wikipedia founder Jimmy Wales had fighting words for Motion Picture Association of America chairman Christopher Dodd, calling the former Senator and current lobbyist out on his recent threats and pronouncing that the MPAA should fire its chief.</p>
<p>&#8220;Candidly, those who count on quote &#8216;Hollywood&#8217; for support need to understand that this industry is watching very carefully who&#8217;s going to stand up for them when their job is at stake,&#8221; Dodd <a href="http://www.foxnews.com/politics/2012/01/19/exclusive-hollywood-lobbyist-threatens-to-cut-off-obama-2012-money-over-anti/" target="_blank" target="_blank">said to Fox News</a> recently. &#8220;Don&#8217;t ask me to write a check for you when you think your job is at risk and then don&#8217;t pay any attention to me when my job is at stake.&#8221;</p>
<p>Wales argued that these transparent statements make the MPAA out to be a corrupt, Congress-buying organization. He also challenged Dodd&#8217;s assertion that Wikipedia&#8217;s decision to blackout its site in protest of SOPA, an effort Wales said was a &#8220;massive success,&#8221; constituted an abuse of power.</p>
<p>10 million people contacted Congress, Wales said. &#8220;That&#8217;s not an abuse of power, that&#8217;s democracy,&#8221; he said. &#8220;[Dodd] had best get used to it.&#8221;</p>
<p>The heated war of words between Wales and Dodd has to do with each others&#8217; opposing viewpoints on SOPA and PIPA, <a href="http://venturebeat.com/2012/01/20/lamar-smith-sopa-dead/" target="_blank">two almost-dead pieces of legislation</a> that would give the U.S. government and copyright holders the authority to seek court orders against foreign websites associated with infringing intellectual property. Wales is so opposed to the legislation that he helped <a href="http://venturebeat.com/2012/01/17/sopa-protests-go-live/">champion a web-wide protest</a>.</p>
<p>But Wales told the audience at the <a href="http://www.dld-conference.com/" target="_blank" target="_blank">Design Life Digital</a> conference in Munich that he believes digital piracy is a very real problem that needs to be addressed with better legislation. &#8220;I hope to see … a window of opportunity for Hollywood to come to the table and talk to Silicon Valley with a little more humility,&#8221; Wales said. &#8220;The laws need to be tweaked … but we do not need a Draconian new regime.&#8221;</p>
<p>[<em>Image via <a href="http://www.flickr.com/photos/hubertburdamedia/" target="_blank" target="_blank">Hubert Burda Media</a>/Flickr</em>]</p>
<p><em>Disclosure: The Digital Life Design conference paid my way to Munich. VentureBeat’s coverage of the conference remains objective and independent.</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/media/'>Media</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=381303&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/01/24/wales-versus-dodd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/01/jimmy-wales-dld.jpg?w=160" /><source url="http://venturebeat.com/2012/01/24/wales-versus-dodd/">Wikipedia founder Jimmy Wales: MPAA chairman Christopher Dodd should be fired</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/01/jimmy-wales-dld.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/01/jimmy-wales-dld.jpg?w=160" medium="image">
			<media:title type="html">jimmy wales dld</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/427560662cbbcb1210b14107b1c807a0?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Jenn</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/01/jimmy-wales-dld.jpg" medium="image">
			<media:title type="html">jimmy wales dld</media:title>
		</media:content>
	</item>
		<item>
		<title>Founder of Facebook for Russia donates $1M to Wikipedia at DLD</title>
		<link>http://venturebeat.com/2012/01/24/durov-wikipedia-donation/</link>
		<comments>http://venturebeat.com/2012/01/24/durov-wikipedia-donation/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 10:31:15 +0000</pubDate>
		<dc:creator>Jennifer Van Grove</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Deals]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[DLD12]]></category>
		<category><![CDATA[social network]]></category>
		<category><![CDATA[VK]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=381296</guid>
		<description><![CDATA[<p> The founder of Russia&#8217;s largest social network proclaimed his love and support for Wikipedia today by promising to donate $1 million to the not-for-profit organization while onstage at the Digital Life Design conference in Munich.</p>
<p>Twenty-seven year-old entrepreneur Pavel Durov&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=381296&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img src="http://venturebeat.files.wordpress.com/2012/01/durov-and-wales-dld.jpg?w=300&#038;h=198" alt="" title="durov and wales dld" width="300" height="198" class="alignright size-medium wp-image-381311" /> The founder of Russia&#8217;s largest social network proclaimed his love and support for Wikipedia today by promising to donate $1 million to the not-for-profit organization while onstage at the <a href="http://venturebeat.com/tag/dld12">Digital Life Design conference</a> in Munich.</p>
<p>Twenty-seven year-old entrepreneur Pavel Durov founded Russian social network <a href="http://en.wikipedia.org/wiki/Vkontakte" target="_blank" target="_blank">VKontakte</a>, or VK for short, five years ago. The site has grown to 33 million daily unique visitors, 17 million monthly active users and a total of 160 million registered users. VK, he said, is the reason why <a href="http://venturebeat.com/company/facebook">Facebook</a> has yet to be successful in Russia and is the fourth most-viewed website among Europeans, according to comScore.</p>
<p>But Durov has an unabashed appreciation for Wikipedia and said that the site serves as a much more altruistic and important web service than his own for the larger global community. And so Durov, who finds the unpredictable financial future and fundraising efforts of Wikipedia troubling, <a href="https://twitter.com/dldconference/status/161749091422961664" target="_blank" target="_blank">pledged to donate $1 million</a> to support the cause, marking the first time anyone has used the <a href="http://www.dld-conference.com/" target="_blank" target="_blank">DLD stage </a>to make such a donation.</p>
<p>Wikipedia founder Jimmy Wales was onstage to witness Durov&#8217;s compassionate financial vow. &#8220;How old are you?,&#8221; Wales asked Durov. I wish I could give away $1 million when I was 27, he joked.</p>
<p>The donation comes just weeks after the Wikimedia Foundation, the non-profit organization behind Wikipedia, announced that it had <a href="http://venturebeat.com/2012/01/02/wikipedia-20-million/">gathered a record $20 million</a> from more than one million donors during its 2011 online fundraising efforts.</p>
<p>[<em>Image via <a href="http://dld.tumblr.com/#" target="_blank" target="_blank">DLD</a>/Tumblr</em>]</p>
<p><em>Disclosure: The Digital Life Design conference paid my way to Munich. VentureBeat’s coverage of the conference remains objective and independent.</em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/deals/'>Deals</a>, <a href='http://venturebeat.com/category/social/'>Social</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=381296&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/01/24/durov-wikipedia-donation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/01/durov-and-wales-dld.jpg?w=160" /><source url="http://venturebeat.com/2012/01/24/durov-wikipedia-donation/">Founder of Facebook for Russia donates $1M to Wikipedia at DLD</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/01/durov-and-wales-dld.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/01/durov-and-wales-dld.jpg?w=160" medium="image">
			<media:title type="html">durov and wales dld</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/427560662cbbcb1210b14107b1c807a0?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Jenn</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/01/durov-and-wales-dld.jpg?w=300" medium="image">
			<media:title type="html">durov and wales dld</media:title>
		</media:content>
	</item>
		<item>
		<title>How to work around Wikipedia&#8217;s blackout: 5 easy options you can do at home</title>
		<link>http://venturebeat.com/2012/01/18/wikipedia-blackout-workaround/</link>
		<comments>http://venturebeat.com/2012/01/18/wikipedia-blackout-workaround/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 20:49:29 +0000</pubDate>
		<dc:creator>Jolie O&#039;Dell</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[blackout]]></category>
		<category><![CDATA[SOPA]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=378762</guid>
		<description><![CDATA[<p>Whether you&#8217;re doing homework, researching the latest advances in sedation dentistry, or just wasting time &#8220;educating&#8221; yourself on the bottomless pit of trivia that is Wikipedia, you&#8217;re probably a little bit inconvenienced by today&#8217;s site-wide blackout.</p>
<p>Here&#8217;s how you can&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=378762&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img src="http://venturebeat.files.wordpress.com/2012/01/single-tear.jpg?w=320" alt="" title="single tear for wikipedia" width="320" height="" class="alignright size-full wp-image-378783" />Whether you&#8217;re doing homework, researching the latest advances in sedation dentistry, or just wasting time &#8220;educating&#8221; yourself on the bottomless pit of trivia that is Wikipedia, you&#8217;re probably a little bit inconvenienced by today&#8217;s site-wide blackout.</p>
<p>Here&#8217;s how you can get the information you want and need while the Internet is busy taking a stand on <a href="http://venturebeat.com/tag/sopa">SOPA</a> and PIPA.</p>
<p><strong>1. Hit the escape key as the page is loading.</strong></p>
<p>This is by far the easiest and most convenient way to get to the Wikipedia pages you need. Do your usual keyword search search on Google, adding the word &#8220;wiki&#8221; to the search terms. Click the appropriate Wikipedia link; then, as the page is loading and before it goes to the default blackout screen, hit the escape key on the top left side of your keyboard. You&#8217;ll get to read the article to your heart&#8217;s content. If you mess up the timing, just reload the page and hit the escape key a bit sooner (if you&#8217;re stuck on the blackout page) or a bit later (if you&#8217;re stuck on a blank white page with no content at all).</p>
<p><img src="http://venturebeat.files.wordpress.com/2012/01/wiki-workaround-5.jpg?w=640&#038;h=252" alt="" title="wiki-workaround-5" width="640" height="252" class="aligncenter size-full wp-image-378781" /></p>
<p><strong>2. Use some easy URL magic.</strong></p>
<p>An intrepid reader informs us that adding &#8220;?banner=false&#8221; to the end of any Wikipedia URL will bypass the blackout page. For example, you could use the URL <code><a href="http://en.wikipedia.org/wiki/whatever" rel="nofollow" target="_blank">http://en.wikipedia.org/wiki/whatever</a><strong>?banner=false</strong></code> to see a normal wiki page on the site. Also, even on your desktop computer, you can use Wikipedia&#8217;s mobile site to get the information you need, when you need it. Just stick a well-placed &#8220;m&#8221; in the URL, and you&#8217;ll skip the blackout screen. For example, I was trying to look at the page <code><a href="http://en.wikipedia.org/wiki/Triazolam" rel="nofollow" target="_blank">http://en.wikipedia.org/wiki/Triazolam</a></code> but was stymied by the blackout. I just inserted the letter &#8220;m&#8221; like so: <code><a href="http://en.m.wikipedia.org/wiki/Triazolam" rel="nofollow" target="_blank">http://en.m.wikipedia.org/wiki/Triazolam</a></code> and the mobile page appeared in my web browser, full of lovely information on the drug I will be taking tomorrow right before my wisdom teeth get pulled out.</p>
<p><img src="http://venturebeat.files.wordpress.com/2012/01/wiki-workaround-4.jpg?w=640&#038;h=483" alt="" title="wiki-workaround-4" width="640" height="483" class="aligncenter size-full wp-image-378780" /></p>
<p><strong>3. Try it in another language.</strong></p>
<p>If you&#8217;re down with other languages aside from English, <em>sehr gut pour vous, querido</em>. Also, if you use the Chrome web browser, you might be able to get (sometimes confusing) translations from the other-language page into English. For example, the first sentence of the page <code><a href="http://fr.wikipedia.org/wiki/Triazolam" rel="nofollow" target="_blank">http://fr.wikipedia.org/wiki/Triazolam</a></code>, when translated into English, reads, &#8220;The Triazolam is a chemical family of benzodiazepines, the half-life shorter (2:40), used as a medicine, including marketed under the name of Halcion, but also as a generic drug.&#8221; You know what they say: <em>Plus je connais les dentistes, plus j&#8217;aime mon chien.</em></p>
<p><img src="http://venturebeat.files.wordpress.com/2012/01/wiki-workaround-3.jpg?w=640&#038;h=271" alt="" title="wiki-workaround-3" width="640" height="271" class="aligncenter size-full wp-image-378774" /></p>
<p><strong>4. Use the Wayback Machine.</strong></p>
<p>The Internet Archive may not contain the most current information available, so if you&#8217;re researching, say the Republican 2012 presidential wannabes, use extreme caution. But for more evergreen topics, do not hesitate to hop on over to <a href="http://archive.org" target="_blank" target="_blank">Archive.org</a>, where you can enter just about any Wikipedia URL and see a cached version of the page.</p>
<p><img src="http://venturebeat.files.wordpress.com/2012/01/wiki-workaround-2.jpg?w=640&#038;h=368" alt="" title="wiki-workaround-2" width="640" height="368" class="aligncenter size-full wp-image-378770" /></p>
<p><strong>5. Use a cached URL from Google&#8217;s web search.</strong></p>
<p>Google caches the web pages it crawls, so it should have a fairly recent version of the Wikipedia page you&#8217;re searching for. Just enter in your keywords plus the word &#8220;wiki,&#8221; which should yield a relevant Wikipedia page or two. Then, hover over the gray arrow to the right of the link. There, you will see an option to view the cached page. Click that link, and you&#8217;re on your way to wiki town.</p>
<p><img src="http://venturebeat.files.wordpress.com/2012/01/wiki-workaround.jpg?w=640&#038;h=241" alt="" title="wiki-workaround" width="640" height="241" class="aligncenter size-full wp-image-378768" /></p>
<p>If you don&#8217;t get the whole SOPA/PIPA hoopla, take some time to <a href="http://venturebeat.com/tag/sopa/">read up on the issues</a> and learn why these two bills have the Internet in such a messy, blacked-out uproar.</p>
<p>Or, you could just watch this video of a guy singing a song about SOPA, PIPA, blackouts, and LOLcats. I&#8217;m sure it&#8217;ll be a lot funnier when I&#8217;m sky-high on Triazolam.</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='560' height='315' src='http://www.youtube.com/embed/1p-TV4jaCMk?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=378762&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/01/18/wikipedia-blackout-workaround/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/01/single-tear.jpg?w=160" /><source url="http://venturebeat.com/2012/01/18/wikipedia-blackout-workaround/">How to work around Wikipedia&#8217;s blackout: 5 easy options you can do at home</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/01/single-tear.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/01/single-tear.jpg?w=160" medium="image">
			<media:title type="html">close-up of a boy&#039;s face - encouraging emotion</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/f0c16a1fc7463e62363a4b09b345437c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Jolie</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/01/single-tear.jpg" medium="image">
			<media:title type="html">single tear for wikipedia</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/01/wiki-workaround-5.jpg" medium="image">
			<media:title type="html">wiki-workaround-5</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/01/wiki-workaround-4.jpg" medium="image">
			<media:title type="html">wiki-workaround-4</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/01/wiki-workaround-3.jpg" medium="image">
			<media:title type="html">wiki-workaround-3</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/01/wiki-workaround-2.jpg" medium="image">
			<media:title type="html">wiki-workaround-2</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/01/wiki-workaround.jpg" medium="image">
			<media:title type="html">wiki-workaround</media:title>
		</media:content>
	</item>
		<item>
		<title>Which anti-SOPA game companies are fighting back, and how</title>
		<link>http://venturebeat.com/2012/01/17/anti-sopa-game-companies/</link>
		<comments>http://venturebeat.com/2012/01/17/anti-sopa-game-companies/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 03:04:57 +0000</pubDate>
		<dc:creator>Sebastian Haley</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Firefall]]></category>
		<category><![CDATA[League of Legends]]></category>
		<category><![CDATA[pipa]]></category>
		<category><![CDATA[protest]]></category>
		<category><![CDATA[SOPA]]></category>
		<category><![CDATA[Trine]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=376945</guid>
		<description><![CDATA[</p>
<p>The Stop Online Piracy Act (SOPA) and Protect IP Act (PIPA) have definitely gotten the Internet&#8217;s attention, but not in the good Elmo orders Taco Bell sort of way. This is more like Rebecca Black announcing she&#8217;s obtained the license&#160;&#8230;</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=376945&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2012/01/17/anti-sopa-game-companies/219591-sopa-logo2/" rel="attachment wp-att-378279"><img class="wp-image-378279 alignright" title="219591-sopa-logo2" src="http://venturebeat.files.wordpress.com/2012/01/219591-sopa-logo2-e1326852302838.jpg?w=230&#038;h=230" alt="" width="230" height="230" /></a></p>
<p>The Stop Online Piracy Act (SOPA) and Protect IP Act (PIPA) have definitely gotten the Internet&#8217;s attention, but not in the good <a href="http://www.youtube.com/watch?v=yzytYXzFK7c" target="_blank">Elmo orders Taco Bell</a> sort of way. This is more like Rebecca Black announcing she&#8217;s obtained the license to the entire library of The Beatles music.</p>
<p>The two bills have lovers of all things Internet immensely concerned, with many people claiming that if either one passes, the current everyday freedoms we enjoy, including unfettered access to Google, Wikipedia, and especially YouTube, would cease to exist as we know them. In reality, <a href="http://venturebeat.com/tag/sopa/">SOPA and PIPA</a> target foreign websites that are pirating copyrighted content, but they do so in a broad way that most Internet experts agree would be damaging to the way the Internet functions.</p>
<p>The video game industry would potentially be hit particularly hard, as a major element of the gaming culture is sharing screenshots, streaming gameplay videos, and celebrating over 20 years of video game art and music. This is not only done on a consumer level, by millions of gamers around the world, but is also the backbone of all professional gaming coverage from sites like GamesBeat and countless others.</p>
<p>The Electronic Frontier Foundation writes, &#8220;Instead of complying with the DMCA [Digital Millennium Copyright Act], a copyright owner may now be able to use these new provisions to effectively shut down a site by cutting off access to its domain name, its search engine hits, its ads, and its other financing even if the safe harbors would apply.&#8221;</p>
<p>Many gaming companies have taken action to protest the bills. Below is a listing of all notable anti-SOPA gaming companies and how they&#8217;re fighting for what they believe in. And don&#8217;t miss our <a href="http://venturebeat.com/2012/01/17/sopa-protests-go-live/">gallery of anti-SOPA protests</a> today.</p>
<div style="float:right;width:350px;background-color:#c9be62;padding:17px;">
<p><strong>&#8220;Don&#8217;t just send a tweet or shake your head in anger. Do something.&#8221;</strong></p>
<p style="text-align:right;"><strong>&#8211;Good Old Games (gog.com)</strong></p>
</div>
<p><strong>Mojang</strong></p>
<p>Minecraft creator Markus Persson announced via Twitter that he&#8217;d be taking down minecraft.net and mojang.com on January 18th to protest SOPA (the day the bill was originally set to be voted on, though that has now been <a href="http://venturebeat.com/2012/01/17/sopa-delay/">delayed</a> to February).</p>
<p>Persson acknowledged that a large part of Minecraft&#8217;s very viral success was due to players posting screenshots and videos of their in-game creations. Under SOPA, each and every one of them would potentially be at risk of having their sites closed down, something Persson, the legal copyright holder, obviously opposes.</p>
<p>“No sane person can be for SOPA,&#8221; Persson stated, speaking on behalf of Mojang. &#8220;I don’t know if we’re sane, but we are strongly, uncompromisingly against SOPA, and any similar laws. Sacrificing freedom of speech for the benefit of corporate profit is abominable and disgusting.”</p>
<p><a href="http://venturebeat.com/2012/01/17/anti-sopa-game-companies/minecraft_landscape1-e1326466932342/" rel="attachment wp-att-378278"><img class="alignnone size-full wp-image-378278" title="minecraft_landscape1-e1326466932342" src="http://venturebeat.files.wordpress.com/2012/01/minecraft_landscape1-e13264669323421.png?w=640&#038;h=348" alt="" width="640" height="348" /></a></p>
<p><strong>Major League Gaming (MLG)</strong></p>
<p>First MLG moved all 100+ of its domains off of GoDaddy, as did more than 30,000 other sites. It then announced it would be <a href="http://www.majorleaguegaming.com/news/mlgs-network-will-go-black-on-jan-18-to-protest-sopa/" target="_blank">furthering its anti-SOPA stance</a> by participating in the blackout on January 18, from 8am to 8pm ET. The entire MLG network will down during that period, and will be replaced by a short message with additional information about SOPA to &#8220;help educate our community members about the bill and what it could mean for them.&#8221;</p>
<p><strong>Destructoid</strong></p>
<p>Independent gaming blog Destructoid announced it will be joining in on the January 18 SOPA protest by blacking out its site, alongside MLG, Reddit, Wikipedia, and others.</p>
<p><a href="http://venturebeat.com/2012/01/17/anti-sopa-game-companies/23164-151884-destructoidpax2009jpg-620x/" rel="attachment wp-att-378287"><img class="alignnone size-full wp-image-378287" title="23164-151884-DestructoidPAX2009jpg-620x" src="http://venturebeat.files.wordpress.com/2012/01/23164-151884-destructoidpax2009jpg-620x-e1326852918556.jpg?w=640&#038;h=480" alt="" width="640" height="480" /></a></p>
<p>Destructoid founder Yanier Gonzalez <a href="http://www.destructoid.com/destructoid-joins-pipa-sopa-blackout-protest-on-18th-219591.phtml" target="_blank">wrote</a>, &#8220;If you think this blog post is annoying and not about videogames, wait until you can&#8217;t reach our site at all because you won&#8217;t have the power to decide what websites you can and cannot reach.&#8221;</p>
<p><strong>Wikipedia</strong></p>
<p>Wikimedia is not a gaming-only site, obviously, but it does play a major role in the way gaming content is spread and digested across the Internet on a daily basis. You may best know Wikimedia founder Jimmy Wales from those mopey banners begging for your donations, but he&#8217;s opted to take a decidedly more fearsome stance on SOPA. &#8220;All US Citizens: #WikipediaBlackout means nothing unless you call your Senators. Do it now! Give friends the number too!&#8221; Wales wrote on <a href="https://twitter.com/#!/jimmy_wales/status/159208717739503616" target="_blank">his Twitter</a>.</p>
<p>The English-language version of Wikipedia will <a href="http://wikimediafoundation.org/wiki/English_Wikipedia_anti-SOPA_blackout" target="_blank">go dark for 24 hours</a> on January 18. The move is not entirely unprecedented, however, as the Italian version of Wikipedia ran a similar blackout protest in October against new libel laws.</p>
<p><a href="http://venturebeat.com/2012/01/17/anti-sopa-game-companies/wikipedia-blackout-2/" rel="attachment wp-att-378281"><img class="wp-image-378281 alignright" title="WIKIPEDIA-BLACKOUT" src="http://venturebeat.files.wordpress.com/2012/01/wikipedia-blackout-e1326852491926.jpg?w=400&#038;h=209" alt="" width="400" height="209" /></a></p>
<p>Wales also defended the move on his personal Wikipedia page, and considered taking the blackout global as recently as yesterday. Unlike most other sites, where the decision to protest came down from on high, the Wikipedia blackout was proposed to and discussed by over 1,800 users in a 72 hour-period, with the &#8220;overwhelming majority&#8221; supporting community action against SOPA.</p>
<p>If you absolutely can&#8217;t cope without Wikipedia for one day, you can always <a href="http://en.wikipedia.org/wiki/Wikipedia:Database_download#English-language_Wikipedia" target="_blank">download the entire site</a>.</p>
<p><strong>Epic Games</strong></p>
<p>Dana Cowley, senior PR manager for Gears of War studio Epic Games, wrote on the official Epic forums to clarify the company&#8217;s anti-SOPA stance. &#8220;Epic Games supports efforts that would stop overseas websites profiting from pirating our games, but we have to do that in a way that&#8217;s compatible with freedom of speech and due process of law. Thus, we do not support the current version of SOPA.&#8221;</p>
<p>Cowley also noted that Epic Games is a member of the Entertainment Software Association, stating it was &#8220;working with legislators to refine the bill.&#8221; That may be sugar-coating it quite a bit, as the ESA is an organization that has come under heavy fire for <a href="http://www.shacknews.com/article/71808/entertainment-software-association-continues-to-support-sopa" target="_blank">its official support of SOPA</a>.</p>
<p>ESA members Sony and Nintendo all quietly removed their names from a list of official SOPA supporters. This may or may not have had something to do with a <a href="http://www.change.org/petitions/tell-electronic-arts-to-oppose-internet-censorship?utm_campaign=en_usa_ej&amp;utm_content=petition&amp;utm_medium=twitter&amp;utm_source=social_media" target="_blank">petition with over 130,000 signatures</a> telling fellow ESA member Electronic Arts to oppose Internet censorship.</p>
<p><strong>Indie Gamers</strong></p>
<p>Polish indie game developer Sos Sosowski, with the help of 48-hour game-making competition Ludum Dare organizer Mike Kasprzak, has put together the Stop SOPA Jam. The jam will protest SOPA on January 18 in a very unique way: by making games.</p>
<p>Anyone can join the Stop SOPA Game Jam by making an anti-SOPA game and uploading it tomorrow for public consumption. Minecraft&#8217;s Markus Persson has <a href="https://twitter.com/#!/notch/status/158261632051589120" target="_blank">confirmed</a> he will be participating.</p>
<p>Sosowski initiated <a href="http://www.ludumdare.com/compo/2012/01/13/stop-sopa-game-jam-january-18/http://" target="_blank">the movement</a> with a <a href="https://twitter.com/#!/Sosowski/status/157937597879037953" target="_blank">single tweet</a>: “Let’s protest against #SOPA the best way we can! Make #antiSOPA games on January 18! Join the #sopajam! Let’s do this!”</p>
<div style="float:right;width:350px;background-color:#c9be62;padding:17px;">
<p><strong>&#8220;We are extremely disappointed in this misguided legislation.&#8221; </strong></p>
<p style="text-align:right;"><strong>&#8211;Mark Kern, CEO, Red 5 Studios</strong></p>
</div>
<p><strong>Red 5 Studios</strong></p>
<p>Red 5 Studios, the developer of Firefall, an anticipated upcoming free-to-play massively multiplayer online game (MMO), has taken perhaps the most extreme anti-SOPA stance of them. Not only will Red 5 be protesting on January 18 by shutting down its official website, but also the ongoing beta for Firefall.</p>
<p>&#8220;We are extremely disappointed in this misguided legislation,&#8221; said CEO Mark Kern. &#8220;We are also ashamed of the ESA for supporting a bill which is clearly not in the best interests of gamers or the game industry.&#8221;</p>
<p>Firefall, which was the primary sponsor for last year&#8217;s PAX Prime event in Seattle (earning promotions and a massive booth front in center during the convention), has pulled all plans for this year&#8217;s Electronic Entertainment Expo (E3). E3 is (arguably) the world&#8217;s largest annual gaming expo, and is run by the ESA.</p>
<p><a href="http://venturebeat.com/2012/01/17/anti-sopa-game-companies/ff1-2/" rel="attachment wp-att-378282"><img class="alignnone size-full wp-image-378282" title="ff1" src="http://venturebeat.files.wordpress.com/2012/01/ff11-e1326859018490.jpg?w=640&#038;h=425" alt="" width="640" height="425" /></a></p>
<p>Kern stated that Red 5 is not a member of the ESA, and never will be given its stance on SOPA. Instead, Red 5 has established the League for Gamers, a non-profit alternative to the ESA with the goal of &#8220;protecting gamers and developers from anti-industry legislation.&#8221; You can read more about the LFG in <a href="http://venturebeat.com/2012/01/17/sopa-controversy-creates-rival-to-game-industry-group-esa-lfg-aims-to-be-the-nra-for-gamers/">GamesBeat&#8217;s exclusive interview</a>.</p>
<p>Kern also noted that bills like SOPA would be <a href="http://www.shacknews.com/article/71965/firefall-dev-shutting-down-beta-site-in-protest-of-sopa" target="_blank">especially detrimental to smaller companies</a> &#8220;who will not have the legal resources or lobbying presence to protect themselves from unwarranted shutdown.&#8221;</p>
<p>Story continues on the <a href="http://venturebeat.com/2012/01/17/anti-sopa-game-companies/2">next page</a>.</p>
<p><em>Top image via <a href="http://www.destructoid.com" target="_blank">Destructoid</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/dev/'>Dev</a>, <a href='http://venturebeat.com/category/games/'>Games</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=376945&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" /><p id="pages">Pages: 1 <a href="http://venturebeat.com/2012/01/17/anti-sopa-game-companies/2/">2</a></p>]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/01/17/anti-sopa-game-companies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/01/5490017549_2fd53f615f_o-e13264689124271.jpg?w=132" /><source url="http://venturebeat.com/2012/01/17/anti-sopa-game-companies/">Which anti-SOPA game companies are fighting back, and how</source>
		<media:content url="http://1.gravatar.com/avatar/4b44fc220d90a6273dae17394e57d1d6?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">sebastianhaley</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/01/219591-sopa-logo2-e1326852302838.jpg" medium="image">
			<media:title type="html">219591-sopa-logo2</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/01/minecraft_landscape1-e13264669323421.png" medium="image">
			<media:title type="html">minecraft_landscape1-e1326466932342</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/01/23164-151884-destructoidpax2009jpg-620x-e1326852918556.jpg" medium="image">
			<media:title type="html">23164-151884-DestructoidPAX2009jpg-620x</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/01/wikipedia-blackout-e1326852491926.jpg" medium="image">
			<media:title type="html">WIKIPEDIA-BLACKOUT</media:title>
		</media:content>

		<media:content url="http://venturebeat.files.wordpress.com/2012/01/ff11-e1326859018490.jpg" medium="image">
			<media:title type="html">ff1</media:title>
		</media:content>
	</item>
	</channel>
</rss>
