<?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; wikimedia</title>
	<atom:link href="http://venturebeat.com/tag/wikimedia-2/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 13:57:39 +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; wikimedia</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>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>Wikipedia launches &#8216;world&#8217;s largest photo contest&#8217;</title>
		<link>http://venturebeat.com/2012/08/29/wikipedia-launches-worlds-largest-photo-contest/</link>
		<comments>http://venturebeat.com/2012/08/29/wikipedia-launches-worlds-largest-photo-contest/#comments</comments>
		<pubDate>Thu, 30 Aug 2012 06:27:59 +0000</pubDate>
		<dc:creator>John Koetsier</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[monuments]]></category>
		<category><![CDATA[photo contest]]></category>
		<category><![CDATA[usa]]></category>
		<category><![CDATA[wikimedia]]></category>
		<category><![CDATA[wikpedia]]></category>

		<guid isPermaLink="false">http://venturebeat.com/?p=522514</guid>
		<description><![CDATA[<p>Wikipedia is launching another massive photo contest to boost the number of free photos visible in WikiMedia Commons and available for illustrating Wikipedia stories.</p>
<p>The contest is Wiki Loves Monuments 2012, and is focused on photos of historic sites around the&#160;world.</p>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=venturebeat.com&#038;blog=342986&#038;post=522514&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://venturebeat.com/2012/08/29/wikipedia-launches-worlds-largest-photo-contest/mountrushmore/" rel="attachment wp-att-522532"><img class="aligncenter size-full wp-image-522532" title="Mountrushmore" src="http://venturebeat.files.wordpress.com/2012/08/mountrushmore.jpg?w=600&#038;h=450" alt="" width="600" height="450" /></a>Wikipedia is launching another <a href="http://wikimediafoundation.org/wiki/Press_releases/WLM_photo_contest_launches_August_2012" target="_blank">massive photo contest</a> to boost the number of free photos visible in <a href="http://commons.wikimedia.org/wiki/Main_Page" target="_blank">WikiMedia Commons</a> and available for illustrating Wikipedia stories.</p>
<p>The contest is Wiki Loves Monuments 2012, and it&#8217;s focused on photos of historic sites around the world. Last year&#8217;s contest saw 168,000 pictures uploaded by more than 5,000 photographers from 18 European nations. This year, volunteers in more than 30 countries, including the U.S., will join in as organizers attempt to surpass that total.</p>
<p>The Wikipedia Commons is already one of the world&#8217;s largest repositories of freely usable images, with  13.6 million media files. But there are substantial gaps in the database, according to Lodewijk Gelauff, one of the organizers of the first Wiki Loves Photos contest in 2010. No freely usable pictures exist of many world heritage sites, culturally significant monuments, and notable buildings around the world.</p>
<p>“Wiki Loves Monuments is an important way for volunteers around the world to showcase the cultural heritage in their countries and share these images with everyone through Wikipedia,” Gelauff said in a Wikimedia Foundation <a href="http://wikimediafoundation.org/wiki/Press_releases/WLM_photo_contest_launches_August_2012" target="_blank">blog post</a>.</p>
<p>All submitted photos will be added to the Commons, which means that anyone can use them for any purpose, as long as the photographer is credited. Ten finalists and one grand prize winner will be announced in December, and the winner will receive a trip to Hong Kong to shoot a photo tour in conjunction with <a href="http://meta.wikimedia.org/wiki/Wikimania_2013" target="_blank">Wikimania 2013</a>.</p>
<p>“By uploading your photos, you are sharing our national heritage with everybody in America and in the rest of the world. The photos will be free to use, and free of cost, forever,” said Peter Ekman, the national coordinator for the U.S. contest.</p>
<p>A <a href="https://play.google.com/store/apps/details?id=org.wikipedia.wlm" target="_blank">Wikimedia app</a> is available on Google Play that contestants can use to both locate monuments of interest and enter photographs into the contest, directly from their Android smartphones.</p>
<p>Participating countries include India, Russia, South Africa, Argentina, the Phillipines, and Brazil, plus all of North America and almost all of Europe.</p>
<p>Americans can contribute <a href="http://wikilovesmonuments.us" target="_blank">here</a>, and international contributors can submit photos at <a href="http://www.wikilovesmonuments.org" target="_blank">wikilovesmonuments.org</a>.</p>
<p><em>Image credit: <a href="http://en.wikipedia.org/wiki/User:Sfmontyo" target="_blank">Sfmontyo</a>/<a href="http://commons.wikimedia.org/wiki/File:Mountrushmore.jpg" target="_blank">WikiMedia</a></em></p>
<br />Filed under: <a href='http://venturebeat.com/category/business/'>Business</a>, <a href='http://venturebeat.com/category/mobile/'>Mobile</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=522514&#038;subd=venturebeat&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://venturebeat.com/2012/08/29/wikipedia-launches-worlds-largest-photo-contest/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<enclosure url="http://venturebeat.files.wordpress.com/2012/08/mountrushmore.jpg?w=160" /><source url="http://venturebeat.com/2012/08/29/wikipedia-launches-worlds-largest-photo-contest/">Wikipedia launches &#8216;world&#8217;s largest photo contest&#8217;</source>
		<media:thumbnail url="http://venturebeat.files.wordpress.com/2012/08/mountrushmore.jpg?w=160" />
		<media:content url="http://venturebeat.files.wordpress.com/2012/08/mountrushmore.jpg?w=160" medium="image">
			<media:title type="html">Mountrushmore</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/2012/08/mountrushmore.jpg" medium="image">
			<media:title type="html">Mountrushmore</media:title>
		</media:content>
	</item>
	</channel>
</rss>
