<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.org.wikimedia.announce">
    <title>gmane.org.wikimedia.announce</title>
    <link>http://blog.gmane.org/gmane.org.wikimedia.announce</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.announce/116"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.announce/115"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.announce/114"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.announce/113"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.announce/112"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.announce/111"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.announce/110"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.announce/109"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.announce/108"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.announce/107"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.announce/106"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.announce/105"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.announce/104"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.announce/103"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.announce/102"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.announce/101"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.announce/100"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.announce/99"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.announce/98"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.announce/97"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.announce/116">
    <title>EN Wikizine - Year: 2008  Week: 45 Number: 101 Tech flash</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.announce/116</link>
    <description>******************************************
 __    __ _ _    _     _
/ / /\ \ (_) | _(_)___(_)_ __   ___
\ \/  \/ / | |/ / |_  / | '_ \ / _ \
 \  /\  /| |   &lt;| |/ /| | | | |  __/
  \/  \/ |_|_|\_\_/___|_|_| |_|\___|
                                    .org

Year: 2008  Week: 45 Number: 101 Tech flash

******************************************

An independent internal news bulletin
for the members of the Wikimedia community

//////////////////////////////////////////

As you all noticed the most visual form of the fundraiser has shown up on
the wikis in the form of a very large banner. The banner is the main way
to get people to donate. This fundraiser is the banner exceptional huge
and not universally appreciated.

Erik Möller, the Deputy Director, has posted a statement about this topic;

http://thread.gmane.org/gmane.org.wikimedia.foundation/34123

All projects must do there part to help with the fundraiser by displaying
the banner to all there users by default. But that does not mean that on a
personal level you need to keep that banner in your face until the end of
the fundraiser with is announced to run until Wikipedia Day.

=== How to hide the banner ====

==== Personal ====

Include the following code to your *personal* CSS;

/* Remove fundraiser banner and sitenotice */
#siteNotice, #fundraiser, .fundraiser-box { display:none; !important; }

Example; If your username is "Joe" and you use the default skin "monobook"
the your personal CSS-page is [[user:Joe/monobook.css]]. That can be an
unborn page if you have never done that. If you use a different skin, like
"Modern", then it is [[user:Joe/modern.css]].

Do *not* include this to the site skin, only to your personal one if you
wish to hide it.

==== Include an extension to your wiki ====

You can create an option (gadget, extension) for the users of your wiki to
hide the banner with an option in the user preferences section.

You need to do 3 things (well, maybe 4) and have admin access.

1) Copy the contents of
[[en:w:MediaWiki:Gadget-HideFundraisingNotice.css]] to your local wiki
(name after the - can be localized)
2) Create a page with a description to show in Special:Preferences (e.g.
[[en:w:MediaWiki:Gadget-HideFundraisingNotice]], again: can be localized
after the -)
3) Add to your local [[en:w:MediaWiki:Gadgets-definition]]-page ([1],
where the first part is the name of your description page, second the
actual script page).

This should do the trick and make the option appear in
[[Special:Preferences]]. If it doesn't, you might want to

4) perform a null-edit on your local
[[en:w:MediaWiki:Gadgets-definition]]-page (edit the page, don't change
anything and save).


[1] http://en.wikipedia.org/wiki/MediaWiki:Gadget-HideFundraisingNotice.css
[2] http://en.wikipedia.org/wiki/MediaWiki:Gadget-HideFundraisingNotice
[3] http://en.wikipedia.org/wiki/MediaWiki:Gadgets-definition

Using this option is better then editing the personal skin because a menu
in the preferences  is more easy for users to make use of it.

Take first a look at the gadget (can have an other name) section of the
user preferences menu on your wiki to see of this gadget is maybe already
installed. It is at least live on the English and Dutch Wikipedia.

//////////////////////////////////////////
Number of subscribers: 720
Editor(s): Walter
Thanks to: Niels
Contact: reply or http://report.wikizine.org
Website: http://www.wikizine.org
//////////////////////////////////////////

Wikizine.org makes no guarantee of accuracy,
validity and especially but not limited to,
correct grammar and spelling. Satisfaction is not guaranteed.
Wikizine.org is published by [[meta:user:Walter]],
and is not a publication of the Wikimedia Foundation.
Wikizine is a irregular publication as long as there is noteworthy news
(and time)
Content is available under the GNU Free Documentation License.
http://www.gnu.org/copyleft/fdl.html


</description>
    <dc:creator>EN Wikizine</dc:creator>
    <dc:date>2008-11-07T09:22:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.announce/115">
    <title>EN Wikizine - Year: 2008  Week: 45 Number: 101</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.announce/115</link>
    <description>******************************************
  __    __ _ _    _     _
/ / /\ \ (_) | _(_)___(_)_ __   ___
\ \/  \/ / | |/ / |_  / | '_ \ / _ \
  \  /\  /| |   &lt;| |/ /| | | | |  __/
   \/  \/ |_|_|\_\_/___|_|_| |_|\___|
                                     .org

Year: 2008  Week: 45 Number: 101

******************************************

An independent internal news bulletin
for the members of the Wikimedia community

//////////////////////////////////////////

=== Technical news ===

[Image: =&gt; File:] - Brion announced that he will be fulfilling a  
long-time wish: renaming the "Image:" namespace to "File:" due to the  
fact that it contains much more than just images.  He will be making  
this change soon, so please update any scripts that rely on it *when*  
it is live. "Image" will remain as an alias.
http://thread.gmane.org/gmane.science.linguistics.wikipedia.technical/39998
https://bugzilla.wikimedia.org/show_bug.cgi?id=44

[Ubuntu] - The Wikimedia Foundation tech team decided to simplify  
things by moving all of their servers to a GNU/Linux distribution:  
Ubuntu.
http://thread.gmane.org/gmane.science.linguistics.wikipedia.technical/40064
http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9116787

[New Search] - Another long-awaited tech improvement: the search  
feature!  Thanks to some work by Robert Stojnic, we are currently  
migrating to lucene-search 2 which includes new features like much  
better searching and interwiki matches.  When a search matches a title  
from another project in the same language, a box on right appears  
which holds the link to the sister project page.
http://lists.wikimedia.org/pipermail/wikitech-l/2008-October/039861.html
http://brianna.modernthings.org/article/152/new-mediawiki-search-features-on-wikipedia (blog post with  
pictures)

[RenameUser] - There are now additional options when renaming an  
account: automatically recreate and block the old account.   
Previously, all this had to be done by the bureaucrats themselves --  
this process is now simplified.
https://bugzilla.wikimedia.org/show_bug.cgi?id=15181

[CodeReview] - Brion enabled the CodeReview extension on  
MediaWiki.org.  This is an extension that greatly helps with the  
review of coding and will hopefully allow the sites to be updated with  
newer code more quickly.
http://lists.wikimedia.org/pipermail/wikitech-l/2008-October/039569.html
http://www.mediawiki.org/wiki/CodeReview_todo_list
http://www.mediawiki.org/wiki/Extension:CodeReview

[Textbook-l] - Wiki-to-print and ODT are now live in all Wikibooks editions.
http://lists.wikimedia.org/pipermail/textbook-l/2008-October/001367.html

[EN wp search] - a new search engine is live for the English language  
Wikipedia. One of the new features is the question "Did you mean ...?"  
like the one asked by google. Unfortunately, because of hardware  
problems, migration of the other projects will have to wait.
http://thread.gmane.org/gmane.science.linguistics.wikipedia.technical/40346

=== Proposals ===

[Essentialpedia] - A more concise Wikipedia, containing only the most  
essential topics.
http://meta.wikimedia.org/wiki/Proposals_for_new_projects#Essentialpedia

=== Policy ===

[GFDL 1.3 released] - A new version of the GNU Free Documentation  
License, which is used by most of the WMF projects, has been released.  
The new version makes it possible to migrate to the Creative Commons  
by-sa-3.0 license.
http://thread.gmane.org/gmane.org.wikimedia.foundation/34061

=== Foundation ===

[Fundraising 2008] - This year, the fundraiser has started discretely.  
By the time you read this, or soon after it, the classic site notice  
will be live. The donation pages have been redesigned, the Jimbo video  
is back, and a new feature is a form to give your answer to the  
question "How has Wikipedia made your life easier?". Like in previous  
years, the listing of the donations and their comments remains.
http://wikimediafoundation.org/wiki/Donate
http://wikimediafoundation.org/wiki/Donate/Stories/en
http://wikimediafoundation.org/wiki/Special:ContributionHistory/en

[Annual Report] - The first annual report of the WMF has been  
released. This is like a PR publication that contains financial  
information about the WMF. It may be useful to explain what the WMF  
actually does.
http://wikimediafoundation.org/wiki/Annual_Report

[New Chapters] - Two new chapters were approved in the October and  
November 2008 board meeting. Let's all welcome Wikimedia Brasil,  
Wikimedia Indonesia, Wikimedia Hungary, and Wikimedia Norway to the  
group of chapters!
http://wikimediafoundation.org/wiki/Local_chapters

[Chapter news list] - A new mailing list has been launched. It is  
meant to be an announce-only mailing list, for those who wish to keep  
in touch with what the chapters around the world are doing. It will  
receive regular updates from various chapters about their activities.
https://lists.wikimedia.org/mailman/listinfo/chapters-reports

[Meeting Report] - Michael gave an unofficial recap of the recent  
October Board of Trustees Meeting.  In it, he discussed updates to two  
policies, update on board calendar, discussions about open standards,  
file formats, and some changes to the Advisory Board.  He also said  
that the minutes will be posted soon after they are approved.
http://lists.wikimedia.org/pipermail/foundation-l/2008-October/046554.html

[Sub-national Chapters] Another topic of discussion at the board  
meeting was sub-national chapters.  The board supports the development  
of sub-national chapters where appropriate and is starting a workgroup  
to figure out how the sub-national chapters will be handled.
http://lists.wikimedia.org/pipermail/foundation-l/2008-October/046590.html

[Wikimedia Argentina] - is going to give the "Wikipedia Academy"  
conferences and workshops next November 6th.
http://www.wikimedia.org.ar/wiki/Academia_de_Wikipedia

=== Community ===

[General Survey] - A multilingual Wikipedia survey has been launched  
by the Wikimedia Foundation and UNU-Merit.  Currently, there are  
versions available in Dutch, Tamil, and Vietnamese with many other  
languages (including English) going live in the next few days to  
weeks.  Please complete the survey so that the Foundation can more  
accurately get a picture of who contributes to the projects!  Don't  
worry, no personally identifiable information will be released by  
UNU-Merit or the Wikimedia Foundation without permission of the  
respondents.
http://lists.wikimedia.org/pipermail/foundation-l/2008-October/046736.html
http://blog.wikimedia.org/2008/10/24/multilingual-wikipedia-survey-launched/

[Wikipedia Logo Updates] - A project spearheaded by the Foundation and  
Wikipedia community members to fix the errors on the globe of  
Wikipedia's logo and to fill in the blanks on the "other side" has  
begun.  This project was started in response to many concerns over the  
years that there were many errors in the globe.  Community and staff  
members both agreed that it would also be nice to have a full globe  
for memorabilia and for a 3D prop at events.  It is requested that all  
community members join in on the discussion at Meta-Wiki!
http://lists.wikimedia.org/pipermail/comproj/2008-October/000661.html
http://meta.wikimedia.org/wiki/Wikipedia/logo

[Wikis Take Manhattan] - A scavenger hunt and free content photography  
contest aimed at illustrating Wikipedia and the  
transportation-oriented Streetswiki (covering sites in Manhattan and  
New York City) was held.  It was coordinated by New York City  
Wikimedians, Free Culture Columbia, Free Culture NYU, and The Open  
Planning Project with 23 teams and over 50 participants (the great  
majority non-Wikimedians). The grand prize winners will be having a  
free dinner with Jimmy Wales.
http://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Takes_Manhattan
http://www.streetfilms.org/archives/wikis-take-manhattan/

[Wikinews Meets Google News] - After a long series of discussions with  
Google, Wikinews is finally listed in the search results of Google  
News site: http://news.google.com/.  The problem was that Google did  
not think it was reliable enough to be included (since anyone could  
edit), but after Wikinews had FlaggedRevs enabled it was finally  
deemed reliable!
http://news.google.com/news?q=source:%22wikinews%22

=== Awards ===

[DE wp] - The German Wikipedia won the audience award "OnlineStar" in  
the category "knowledge, news &amp; information".
http://www.onlinestar.de/gewinner-2008.html?&amp;no_cache=1

=== Other news ===

[Probably off-topic] - nevertheless - A 6-year old, heavily  
brain-damaged girl is now able to talk to hear parents with a computer  
that tracks her eye movements. She's also able to browse the internet,  
and maybe to read Wikipedia one day?
http://tinyurl.com/6nokso

=== Quote ===

"Wiki is 2/3 of planning, the rest is a loop in the dark" (Napoleon
Bonaparte, according to Eric Johnson at Wikimania 2008)

//////////////////////////////////////////
Number of subscribers: 720
Editor(s): Cbrown1023, Walter
Corrector(s): Oliphaunt
Thanks to: Effeietsanders, Pharos, bawolff, Sabata, Gizmo
Contact: reply or http://report.wikizine.org
Website: http://www.wikizine.org
//////////////////////////////////////////

Wikizine.org makes no guarantee of accuracy,
validity and especially but not limited to,
correct grammar and spelling. Satisfaction is not guaranteed.
Wikizine.org is published by [[meta:user:Walter]],
and is not a publication of the Wikimedia Foundation.
Wikizine is a irregular publication as long as there is noteworthy  
news (and time)
Content is available under the GNU Free Documentation License.
http://www.gnu.org/copyleft/fdl.html



</description>
    <dc:creator>EN Wikizine</dc:creator>
    <dc:date>2008-11-05T00:01:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.announce/114">
    <title>EN Wikizine - Year: 2008  Week: 40  Number: 100</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.announce/114</link>
    <description>******************************************
  __    __ _ _    _     _
/ / /\ \ (_) | _(_)___(_)_ __   ___
\ \/  \/ / | |/ / |_  / | '_ \ / _ \
  \  /\  /| |   &lt;| |/ /| | | | |  __/
   \/  \/ |_|_|\_\_/___|_|_| |_|\___|
                                     .org

Year: 2008  Week: 40  Number: 100

******************************************

An independent internal news bulletin
for the members of the Wikimedia community

//////////////////////////////////////////

=== Technical news ===

[Global blocking] - Stewards are now able to block an IP address or  
range from editing on all Wikimedia projects (except Meta). This  
option is intended to be used with restraint and for a short time frame.
http://meta.wikimedia.org/wiki/Global_blocking

[Robots.txt] - this is file that exists to control what pages are  
allowed to be indexed by a search engine. Basically you can use it to  
keep stuff out of Google. A recent added magic word __NOINDEX__ gives  
the same result on a specific page. Until now only the developers  
could edit the robots.txt for all WMF-projects. But now it there a new  
MediaWiki-page to control that. There is a central part of the  
Robots.txt that is not in local control. But on the page  
[[MediaWiki:Robots.txt]] you specify wiki-specific instructions for  
the spiders of the search engines.

[Global bot] - it is now possible for bots to get a global bot status.
http://meta.wikimedia.org/wiki/Bot_policy#Global_bots

[New tools] - Several users have created external tools for analyzing  
the history of articles. Statistics, a history search function, page  
view diagrams.
http://blog.wikimedia.org/2008/09/09/more-story-in-wp-history/
http://en.wikipedia.org/wiki/MediaWiki:Histlegend  -- example of how  
to include the tools to the history function

[Flood flag] - only at Meta, but it can be requested for other wikis  
also, is the now the flag "flood". It is actually exactly the same as  
the "bot flag" only is it named "Flood". The idea is that when a sysop  
wishes to do many  similar, repetitive and non-controversial changes  
then that user can ask for the "flood"-flag on a bureaucrat. The  
result is like with a bot that the edits are hidden by default.
http://meta.wikimedia.org/wiki/Meta:Flood_flag

=== Policy ===

[New logo] - Meta, the neutral ground wiki for all Wikimedia  
Foundation projects and wikis, has a new logo. This was decided after  
a one week running poll. It used before the WMF-logo and the now  
changed to a different one but in the same general style.
http://meta.wikimedia.org/wiki/Meta:Babel/Metawiki_logo_poll

[use of global groups] - the function of global groups is used to give  
certain groups certain levels of global rights. For example WMF office  
staff and systems administrators have been given certain global rights.
http://meta.wikimedia.org/wiki/Special_global_permissions

[Delete Wikiquote] - a proposal to close the Wikiquote project was  
closed without consensus. The argument to delete Wikiquote was that  
some see it as one giant copyright violation and not compatible with  
WMF goals.
http://meta.wikimedia.org/wiki/Metapub/On_disbanding_Wikiquote

=== Foundation ===

[Board] - user Frieda of the Italian Wikipedia has resigned from the  
board of the WMF. The board does not know when she will be replaced  
for now.
http://thread.gmane.org/gmane.org.wikimedia.foundation/32774

[Wikimedia Nederland] - On November first will Wikimedia NL hold there  
4th conference in Utrecht, the Netherlands.  Early registrations are  
open.
http://www.wikimediaconferentie.nl/

=== Community ===

[Books] - It was announced this week that three books were published  
relating to Wikipedia.  Lennart Guldbrandsson from Wikimedia Sverige  
wrote a book in Swedish titled "Så fungerar Wikipedia", which  
translates to "How Wikipedia works".  Wikimedia Sweden also has its  
first WikiReader available (about Swedish Birds).

Also, a few English Wikipedians wrote their own book about "How  
Wikipedia Works" (same title, different book then the Swedish) and  
they were published around the same time.  This book was written by  
Phoebe Ayers, Charles Matthews, and Ben Yates. Wikizine is mentioned  
in it on page 345 in chapter 12.
Earlier in 2008 was also published the book the book "Wikipedia: The  
Missing Manual". (ISBN 0596515162)
http://thread.gmane.org/gmane.org.wikimedia.foundation/32914 for Swedish books
http://thread.gmane.org/gmane.science.linguistics.wikipedia.english/95320 for  
English book
http://nostarch.com/wikipedia.htm -- How Wikipedia Works (free chapter  
download &amp; order info)

[EO Wikipedia] - the Esperanto Wikipedia is proud of there new main  
page design. From a text only layout in 2001 has it grown in several  
steps to the current modern look that was elected out of 7 proposals.
http://eo.wikipedia.org/wiki/%C4%88efpa%C4%9Do/Nova_aspekto

[source:"Wikinews"] - Wikinews is now partially listed on google news  
(due to flagged revs). The are still working on meeting google's  
requirement of unique numbers in URLs, so so far only lead articles
have been listed. Before this only mirrors of Wikinews where listed.
http://tinyurl.com/3prv5u  -- view all Wikinews story's in Google News

[RU wiki] - On October 18 and 19 Moscow will play host to the second  
international Russian-language Wiki-conference related to Wikipedia,  
the free encyclopedia, as well as other Wikimedia projects.  
Registrations are open.
http://tinyurl.com/4y6ll4

=== Media ===

[Sweden] - Recently the former national telephone company of Sweden  
(and still the biggest telephone company in Sweden) ran a commercial  
for their mobile internet. The commercial ran like this: three men sit  
in a outside oak hot tub. One of them tell the others about how a  
former king planted oaks in Sweden. The others say: "Well, you know a  
lot." Another goes out of the water, is gone for a few moments, comes  
back and gives a comprehensive description of oaks, including their  
Latin name, while the others are more and more impressed. Then we cut  
to a sign that says: "Wikipedia in your mobile phone."
http://media.resume.se/resPlayer.aspx?type=1&amp;id=1250

[Report about wp &amp;win prize] - Wired.com won a $10,000 award for their  
reporting about Wikipedia and the Wikipedia-scanner
http://www.journalism.co.uk/14/articles/532334.php

[Jimmy] - A classic item once more; interview of Jimmy Wales on TV,  
Canadian this time.
http://tinyurl.com/3h8ppr

=== Stats ===

[No interest?] - after the unblocking of the Chinese language  
Wikipedia in China the statistics do not indicate a special increase  
of traffic.
http://infodisiac.com/blog/2008/09/pretty-much-none-whatsoever/

[ES Wikipedia] - reached 400.000 articles on Saturday, September 22.   
The Spanish language Wikipedia is the 9th of 256 largest Wikipedias.
http://meta.wikimedia.org/wiki/List_of_Wikipedias

[Special:Statistics] - the statistics page of the wikis now also lists  
the number of active users of last 30 days.  What a lot more  
meaningful is then the number of user accounts created. For EN  
Wikipedia is it 153,000 active users.
http://en.wikipedia.org/wiki/Special:Statistics

[If the editors where paid ...] - how much would it have cost? A lot.
http://infodisiac.com/blog/2008/10/quantifying-volunteer-contribution/

[Bangla Wikisource] - has reached 1,000 pages milestone on 25th  
September, 2008.
http://bn.wikisource.org/

[EN wikinews] - The English language Wikinews has recieved its 700  
000th edit.  First edit was Tim uploading the draft version of our  
logo.  The 700,000th edit was by 207.108.15.1 commenting about how  
connecting strongly religious people
with "extremists" (aka the type who blow things up is a bad thing)
http://en.wikinews.org/wiki/WN:WC#700.2C000_edits
http://tinyurl.com/5yf4n9 -- this is how a 700,000th edit looks like

=== Other news ===

[Delitionpedia] - Where do articles go to when the get deleted?" -   
The go to Deletionpedia.
http://news.slashdot.org/news/08/09/21/2342226.shtml
http://en.wikipedia.org/wiki/Deletionpedia
http://deletionpedia.dbatley.com/

[Wikizine] - the good news; Wikizine ID - the Indonesian language  
version of Wikizine is back after its formal closure in April 2008.  
This thanks to the effort of [[meta:user:Rex]]. The bad news; DE  
Wikizine - the German language version of Wikizine is now formally  
closed because of lack of support.
http://id.wikizine.org -- reborn
http://de.wikizine.org  -- closed

[Wikisage] - Wikisage, a "second generation wiki encyclopedia", is  
founded by Guido den Broeder. The active users have most a Dutch  
language Wikipedia background. The difference is that users can also  
write essays, so a personal POV. And some users can become labeled as  
an "expert" and be in charge of certain articles. Basically the expert  
voice gets more important than on Wikipedia. The project exists in  
Dutch and English but the Dutch version is stronger on this moment.  
http://www.wikisage.org/

[Interwiki sync] - A page on Meta is created to discus interwiki  
synchronization problems.
http://meta.wikimedia.org/wiki/Interwiki_synchronization

[681 hits for wikipedia] - to celebrate the 10th anniversary of Google  
the have put online a dump of google from January 2001. Wikipedia was  
founded on January 15, 2001. In this google there are 681 hits for  
"wikipedia", now it is 251 million.
http://www.google.com/search2001/search?hl=en&amp;q=wikipedia
http://nostalgia.wikipedia.org/ -- one of least know WMF-sites ; EN  
Wikipedia edition December 2001

=== Was ist das? ===

Well, if you not know it you look it up .. and there is a very handy  
FF extension to do so in Wiktionary.

Users of FireFox can install the WikiLook exstension. When installed  
you just press shift and point to a word in a text. And you get in a  
small overlay screen the dictionary description of it and a link to  
look it up in Wikipedia. English language editions only. But due the  
multi-language nature of Wiktionary the extension remains useful also  
for non-English language users.
http://wikilook.mozdev.org/
https://addons.mozilla.org/en-US/firefox/addon/7675

=== Quote ===

"If a man speaks in a forest and there is no woman to hear him, is he  
still wrong?"

http://wiki.answers.com/Q/If_a_man_speaks_in_a_forest_and_there_is_no_woman_around_to_hear_him_is_he_still_wrong

//////////////////////////////////////////
Number of subscribers: 715
Editor(s): Walter, Hannibal, Cbrown, bawolff
Thanks to: Platonides, Londenp, Bellayet, Arno Lagrange, Lvova
Contact: reply or http://report.wikizine.org
Website: http://www.wikizine.org
//////////////////////////////////////////

Wikizine.org makes no guarantee of accuracy,
validity and especially but not limited to,
correct grammar and spelling. Satisfaction is not guaranteed.
Wikizine.org is published by [[meta:user:Walter]],
and is not a publication of the Wikimedia Foundation.
Wikizine is a irregular publication as long as there is noteworthy  
news (and time)
Content is available under the GNU Free Documentation License.
http://www.gnu.org/copyleft/fdl.html


_______________________________________________
To unsubscribe;
mailto:request&lt; at &gt;wikizine.org?subject=unsubscribe</description>
    <dc:creator>EN Wikizine</dc:creator>
    <dc:date>2008-10-02T13:34:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.announce/113">
    <title>EN Wikizine - Year: 2008  Week: 37  Number: 99</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.announce/113</link>
    <description>******************************************
 __    __ _ _    _     _
/ / /\ \ (_) | _(_)___(_)_ __   ___
\ \/  \/ / | |/ / |_  / | '_ \ / _ \
 \  /\  /| |   &lt;| |/ /| | | | |  __/
  \/  \/ |_|_|\_\_/___|_|_| |_|\___|
                                    .org

Year: 2008  Week: 37  Number: 99

******************************************

An independent internal news bulletin
for the members of the Wikimedia community

//////////////////////////////////////////

=== Technical news ===

[API] - Brion has disabled the old BotQuery interface and enabled the
MediaWikis  machine-readable query API.
http://thread.gmane.org/gmane.org.wikimedia.mediawiki.api/668
http://www.mediawiki.org/wiki/API

=== Foundation ===

[Job offer] - The Wikimedia Foundation is hiring a Chief Program Officer.
http://wikimediafoundation.org/wiki/Job_openings/Chief_Program_Officer

=== Community ===

[AR wp] - small groups of Wikipedians in Egypt organize a  "regional
Wikipedia Day" to try to boost the low number of articles in there wiki
compared to the languages population. Despite some disappointments about
3500 new articles where written and 10,000 edits on other articles in one
day.
http://dailystaregypt.com/article.aspx?ArticleID=16154

[ID wp] - The Indonesian Wikipedia community officially met with the
Ministry of Communication and Information Technology of the Republic of
Indonesia who organized an event like Wikipedia Academy: a seminar and
workshop titled "Contributing to Wikipedia" for the public and for
organizations. This event was held on 8 August 2008 at Jakarta, Indonesia,
within the bigger event Indonesia ICT Award 2008.
http://www.inaicta.web.id/2008/07/22/menulis-di-wikipedia-untuk-umum/ --
Announcement on official website of Indonesia ICT Award 2008
http://id.wikipedia.org/wiki/Wikipedia:Lokakarya_Wikipedia_bahasa_Indonesia-INAICTA_2008
</description>
    <dc:creator>EN Wikizine</dc:creator>
    <dc:date>2008-09-10T10:33:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.announce/112">
    <title>EN Wikizine - Year: 2008 Week: 33 Number: 98</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.announce/112</link>
    <description>******************************************
 __    __ _ _    _     _
/ / /\ \ (_) | _(_)___(_)_ __   ___
\ \/  \/ / | |/ / |_  / | '_ \ / _ \
 \  /\  /| |   &lt;| |/ /| | | | |  __/
  \/  \/ |_|_|\_\_/___|_|_| |_|\___|
                                    .org

Year: 2008  Week: 33  Number: 98

******************************************

An independent internal news bulletin
for the members of the Wikimedia community

//////////////////////////////////////////

=== Technical news ===

[New and useful]  - it is now possible to insert the magic word
__NOINDEX__ into a page. The result of this is that when a search
engine spider comes by, it gets the instruction not to index that
page. This way, it should for example be possible to keep certain
pages out of the search results of google. This only works on pages
that are not in the content namespace; for example, on Wikipedia it
will not work in an article like [[Michael Shmerkin]].
Note that anyone who can edit a page can insert this magic word in a
page. There is also a magic word __INDEX__ now. Its use is not clear.
http://svn.wikimedia.org/viewvc/mediawiki?view=rev&amp;revision=37973
https://bugzilla.wikimedia.org/show_bug.cgi?id=8068

[Double redirect] - a long-standing problem is the creation of double
redirects when a page is moved. The user then needs to click on a
redirect link to continue. There is now a "double redirect fixer".  It
works at the MediaWiki level but it behaves like a bot. Sometime after
the move is done, the wiki will check if there is a double redirect.
If so, it will be fixed automatically. By default, the correction will
be done by [[User:Redirect fixer]]. Those edits do not appear in
recent changes.
The name of this "user" can be specified by the setting
[[MediaWiki:double-redirect-fixer]].  If for some reason you wish the
system to not get involved in a double redirect you can insert the
magic word __STATICREDIRECT__ .
http://lists.wikimedia.org/pipermail/wikitech-l/2008-July/038751.html

[Wikisets] - Not so long ago, a new functionality was activated to
create "global user groups". These groups can be given certain rights
(like "grant and revoke bot flags"); when users are enrolled, they
have the rights of that group on all Wikimedia wikis.
The problem is that those rights are valid either everywhere or
nowhere, and not all communities agree with external users having
special rights on their wiki.
To solve this problem, the "wiki sets" option has been created. This
makes it possible to have "global groups" that are not global. Certain
wikis can opt out, or a global group can be made opt-in.
http://meta.wikimedia.org/wiki/Steward_handbook#wikisets

[New mail] - Almost (*) all wikis now offer an user the option to
receive an e-mail when their talk page has been changed.
(*) exceptions are enwiki, eswiki, frwiki, plwiki, jawiki, ptwiki,
ruwiki, zhwiki, itwiki and dewiki.
https://bugzilla.wikimedia.org/show_bug.cgi?id=15031

[Download wikipedia] - You are free to download the database dump of
wikis, but for most users this is not very useful. As an alternative,
you can also download a static HTML dump: a huge collection of HTML
files that gives you a local copy of the Wikipedia of your choice.
This makes it very easy to bring Wikipedia to places where there is no
internet or where it is prohibitively expensive.
http://blog.wikimedia.org/2008/07/03/new-wikipedia-downloads-available

[Ogg support in Firefox] - The fairly popular internet browser Mozilla
Firefox now supports the Ogg Vorbis and Theora media formats in its
experimental version 3.1. It is considered normal that a webbrower is
able to display images by itself; however, for video or audio an
external program or a plugin is required. The Wikimedia Foundation
projects use Ogg Theora and Ogg Vorbis for their video and audio
recordings. However, besides Wikimedia, these formats are  very rarely
used by websites for end users.
http://tech.slashdot.org/article.pl?sid=08/07/31/1752206

=== Request for help ===

[Illustration Project] - In November 2007 it was announced (wikizine
84) that a donation was received of US $ 20,000 for creating and
improving illustrations. The "Philip Greenspun illustration project
(PGIP)".  It has taken some time to organize but now round 1 is open.
Requests for illustrations can now be submitted. People who make a
good illustration that is requested can get paid for it. US$ 40 or 15
US$ will be paid. Organizer is [[commons:User:Pfctdayelise]]
http://meta.wikimedia.org/wiki/Philip_Greenspun_illustration_project
http://thread.gmane.org/gmane.org.wikimedia.foundation/32238

=== Proposals ===

[Flood flag] - A proposal has been made for a new sysop function
called the "flood flag", that would allow users to hide batches of
repetitive edits from recent changes, like a bot flag does.
http://meta.wikimedia.org/wiki/Flood_flag

=== Foundation ===

[Job offers] - Wikimedia is offering several technical jobs; at least
a few of the new employees are to work in the San Francisco office,
but remote development and system administration is also possible.
http://thread.gmane.org/gmane.science.linguistics.wikipedia.technical/39257

[WMF budget] - The financial plan for the next fiscal year of the WMF
has been presented. The WMF plans to spend almost 6 million US dollars
and have an income of 7,33 million US dollars. This is a big increase
compared to the budget of 2007/2008. The hiring of several new staff
members, especially for technical functions, has been budgeted. An
extensive "FAQ" on the budget is available.
http://blog.wikimedia.org/2008/07/01/wikimedia-foundation-2008-2009-annual-plan/

=== Community ===

[EN Wikinews] - has started to use the flagged revisions system on the
wiki. The community is working to integrate this function into the
publishing procedures.

[Move Main Page] - Traditionally, the main page of a Wikimedia project
is in the content namespace. This is because the main page was the
first page created of every wiki. And for most wikis, that was before
namespaces existed. Some wikis have moved their main pages to another
name space. For example, the German Wikipedia uses the "Wikipedia:"
namespace and the Swedish Wikipedia uses the "Portal:" namespace. The
English language Wikipedia is now also discussing a move.
http://tinyurl.com/6dvldz

=== Media ===

[Hebrew Wikipedia] - an Israeli newspaper published extensively about
Wikipedia. Some fragments have been translated in English. It tells
the Wikipedia story from the Hebrew Wikipedia point of view.
http://www.haaretz.com/hasen/spages/1005293.html

=== Stats ===

[布拉沃] - The Chinese Wikipedia has reached 200,000 articles. Due to the
Olympics, the Chinese wikipedia is mostly unblocked in China for now.
http://zh.wikipedia.org

=== Other news ===

[Wikimania 2008] - More videos of Wikimania 2008 have become
available. An overview can be found on a special Wikizine posting and
the Kaltura site. WikipediaWeekly also has some new Wikimania-related
postings.
http://www.kaltura.com/devwiki/index.php/Wikimania_Sessions
http://en.wikizine.org/2008/07/special-post-urls-to-wikimania-2008.html
http://wikipediaweekly.org/

[Wikipedia.org] - The poll discussing which Wikipedias are to be
listed on the central space of the portal Wikipedia.org is now closed.
The result is a very simple criterion: a ranking by most visitors,
without any further specifications or exceptions. These rankings are
to be obtained from Alexa.com.
The portal has been updated according the new system. As a result of
this the Dutch language Wikipedia has been replaced by the Chinese
Wikipedia. According to Alexa, 1% of all traffic to wikipedia.org is
to the Chinese Wikipedia.
Alexa gets those statistics by monitoring the internet usage of people
who have installed the (English language) Alexa toolbar.
http://meta.wikimedia.org/wiki/Top_Ten_Wikipedias/poll

=== Did you know ... ===

... that the definition of a "community member" can differ strongly
between wikis?

... that the Hebrew-language Wikipedia only gives users the right to
vote if they have made at least 100 edits in the last 90 days?

... that the idea for using this system is to make it more difficult
for users with sock puppets to control votes?

=== Quote ===

'It occurred to me that when the dust settled on the Wikipedia versus
Britannica question, the likely conclusion would be 'Wikipedia is more
up to date; Britannica has better illustrations.'    —Philip Greenspun

//////////////////////////////////////////
Number of subscribers: 714
Unique Visitors website last week: 76
Editor(s): Walter
Corrector(s): Oliphaunt
Thanks to: Yonatan, adambro, pfctdayelise
Contact: reply or http://report.wikizine.org
Website: http://www.wikizine.org
//////////////////////////////////////////

Wikizine.org makes no guarantee of accuracy,
validity and especially but not limited to,
correct grammar and spelling. Satisfaction is not guaranteed.
Wikizine.org is published by [[meta:user:Walter]],
and is not a publication of the Wikimedia Foundation.
Wikizine is a irregular publication as long as there is noteworthy
news (and time)
Content is available under the GNU Free Documentation License.
http://www.gnu.org/copyleft/fdl.html
_______________________________________________
To unsubscribe;
mailto:request&lt; at &gt;wikizine.org?subject=unsubscribe</description>
    <dc:creator>Wikizine</dc:creator>
    <dc:date>2008-08-12T12:19:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.announce/111">
    <title>EN Wikizine - Year: 2008  Week: 30  Number: 97</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.announce/111</link>
    <description>******************************************
  __    __ _ _    _     _
/ / /\ \ (_) | _(_)___(_)_ __   ___
\ \/  \/ / | |/ / |_  / | '_ \ / _ \
  \  /\  /| |   &lt;| |/ /| | | | |  __/
   \/  \/ |_|_|\_\_/___|_|_| |_|\___|
                                     .org

Year: 2008  Week: 30  Number: 97

******************************************

An independent internal news bulletin
for the members of the Wikimedia community

//////////////////////////////////////////

Notice from the editor: this edition does not includes all relevant  
news for the time frame between the previous Wikizine and this one. I  
decided that getting something out is more important then more delays.  
Walter

=== Foundation ===

[New board chair] -  The board of trustees of the Wikimedia Foundation  
has a new chair. All board members where in favour to appoint Michael  
Snow for the job. Michael, who is a board member since February 2008,  
is best known as the founder of the Wikipedia Signpost. The former  
chair, Anthere (Florence Devouard), was Chair since October 2006 and  
board member since 2004. She is now not longer a WMF board member.  
Anthere has joined the WMF Advisory board.
http://thread.gmane.org/gmane.org.wikimedia.foundation/31723
http://wikimediafoundation.org/wiki/Advisory_Board

[Board election] - [[meta:user:Wing]] (Ting Chen) is elected as a  
community board member to the Wikimedia Foundation Board of Trustees.  
His term will expire in July 2009. 3019 valid votes where registered.
http://meta.wikimedia.org/wiki/Board_elections/2008/Results/en
http://wikimediafoundation.org/wiki/Board#Ting Chen
http://thread.gmane.org/gmane.org.wikimedia.foundation/31722

[New hires] - The WMF has hired 5 new staff members; Erik Zachte (Tech  
stats guy), Sara Crouse (Head of Partnerships and Foundation  
Relations), Rebecca Handler (Major Gifts Officer), Rand Montoya (Head  
of Community Giving), and Frank Schulenburg (public outreach  
coordinator).  Erik Zachte starts in September as a part-time
contractor. Erik is a Wikipedian from the Dutch language Wikipedia but  
is mostly know for his volunteer work in creating detailed statistics  
for the Wikimedia projects. As a contractor for the WMF Erik will also  
work on this.
http://thread.gmane.org/gmane.org.wikimedia.foundation/31508 -- Erik Zachte
http://thread.gmane.org/gmane.org.wikimedia.foundation/31661 -- Sara Crouse
http://thread.gmane.org/gmane.org.wikimedia.foundation/31367 --  
Rebecca Handler / Rand Montoya
http://stats.wikimedia.org/ -- the stats of the WMF by Erik Zachte
http://wikimediafoundation.org/wiki/Current_staff  -- overview staff

=== Technical news ===

[SUL] - Bureaucrats can now rename a user to a name that is already  
migrated to the Single User Login. This at least when if the global  
account and the local account have the same email address or password.

[Video on wiki] - Kaltura, Inc is sponsoring Michael Dale, lead  
developer of the MetaVid project, to work in the Wikimedia Foundation  
offices in San Francisco beginning in  August. Michael will work on  
adding support for video editing operations and other video-related  
functionality to MediaWiki.
http://thread.gmane.org/gmane.org.wikimedia.foundation/31756

[ERATA] - the item "Restrict upload", section "Proposals", in Wikizine  
96 was not correct. Restricting uploads to auto confirmed users only  
is not a proposal but is live on all wikis ... except those wikis who  
have requested to disable this function explicitly.

=== Request for help ===

[Wikizine] - assistance would be useful (understatement)
http://report.wikizine.org

=== Proposals ===

[Front door] - Just like most people have a very hard time to  
understand that a domain of a website can end with something else then  
.com have visitors the urge to put "www" before everything. The means  
the url "www.wikipedia.org" is an important page and the front door  
for many visitors of Wikipedia. 10 Wikipedias have currently the  
honour to be listed very prominently around the wikipedia-globe, the  
Wikipedias who have the most articles. When a Wikipedia breaks the  
100,000 articles milestone the also like to move up and get a spot  
around the globe. But space is limited. This a long standing source of  
discussion.

A poll is currently opened to find a solution. Users can indicate  
there support for different ways to present the Wikipedia-options to  
the visitors. The poll is open until July 31, 2008 at 23:59 UTC.
http://meta.wikimedia.org/wiki/Top_Ten_Wikipedias/poll

=== Community ===

[Wikimania 2008] - For this year is it over. WikipediaWeekly provides  
audio reporting about Wikimania.
The 2009 Wikimania conference will be held in Buenos Aires, Argentina.
http://wikipediaweekly.org/ -- podcasts 52 / 57
http://commons.wikimedia.org/wiki/Category:Wikimania_2008_Alexandria -- some
http://wikimania2008.wikimedia.org/wiki/Gallery pictures from Wikimania 2008
http://www.kaltura.com/devwiki/index.php/Wikimania_Sessions -- If you  
are very lucky you can find some video recordings there
http://tinyurl.com/6l4gwr -- Bibliotheca Alexandrina Webcast
http://linuxawy.org/node/28 -- how to get those streams working
http://ultimategerardm.blogspot.com/2008/07/wikimania-alexandria.html  
</description>
    <dc:creator>EN Wikizine</dc:creator>
    <dc:date>2008-07-24T21:42:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.announce/110">
    <title>EN Wikizine - Notification of delay of EN Wikizine</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.announce/110</link>
    <description>Dear reader of Wikizine in English,

The next edition of Wikizine is delayed. At this time it is still the
intention to provide you with this edition.

If you would like to help out with the creation of EN Wikizine please
contact me at &lt;walter&lt; at &gt;wikizine.org&gt;

Greetings,

Walter
</description>
    <dc:creator>Walter Vermeir</dc:creator>
    <dc:date>2008-07-15T14:47:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.announce/109">
    <title>EN Wikizine - Year: 2008  Week: 25  Number: 96</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.announce/109</link>
    <description>******************************************
  __    __ _ _    _     _
/ / /\ \ (_) | _(_)___(_)_ __   ___
\ \/  \/ / | |/ / |_  / | '_ \ / _ \
  \  /\  /| |   &lt;| |/ /| | | | |  __/
   \/  \/ |_|_|\_\_/___|_|_| |_|\___|
                                     .org

Year: 2008  Week: 25  Number: 96

******************************************

An independent internal news bulletin
for the members of the Wikimedia community

//////////////////////////////////////////

=== Technical news ===

[Upload] - When you upload an image that is already online with  
another name you get a warning about it. It works by calculating the  
hash of the file and compares it with the already online files.

[Move] - sysops have now the option to rename all sub-pages in one  
move when moving the parent page.

[Global user groups] - a WMF-global user group can now be created that  
has a much or as little user rights as desired. Users can then be  
added to that group. Global user members then have the user rights  
assigned to that group on all wikis. Currently this function is only  
used to give stewards administrative rights on all wikis.

=== Proposals ===

[Global sysops] - there is a proposal and a poll about the possibility  
of creating a "Global sysops user group".  That is creating users who  
are sysop on all wikis. The idea is to make it more easy to maintain  
the many small wikis. Users who would be "global sysop" would be only  
allowed to use there rights on small wiki where there is no local  
community or one that not yet take care of there own wiki.  The  
opposition against this idea does not like that "Global sysops" would  
also have the technical sysops rights on large wikis, like the English  
Wikipedia, despite it would not be allowed to use it.
http://meta.wikimedia.org/wiki/Global_sysops
http://meta.wikimedia.org/wiki/Metapub#Global_sysops_.28poll.29

[Restrict upload] - there is a proposal to restrict upload rights of  
new users on all wikis except commons to autoconfirmed users. That are  
users who have an account that it at least 5 days old. The idea is  
that this will prevent the upload of a lot of problems.
http://tinyurl.com/56z4fs

[Interwiki] - a proposal to introduce the Interlanguage Extension on  
Wikimedia projects to change the system of the language interwiki links.
http://meta.wikimedia.org/wiki/A_newer_look_at_the_interwiki_link

=== Policy ===

[Draft] - Mike Godwin has drafted a new version of the privacy policy.  
Feedback and input is requested.
http://thread.gmane.org/gmane.org.wikimedia.foundation/31075
http://meta.wikimedia.org/wiki/Draft_Privacy_Policy_June_2008

=== Foundation ===

[Board elections] - the election for one position on the board of  
trustees of the Wikimedia Foundation is open. There are 15 candidates.  
You can vote until 23:59 21 June 2008 (UTC). Note that the voting  
system has changed. Read the manual. The result are expected to be  
announced on or around 26 June 2008.
http://meta.wikimedia.org/wiki/Board_elections/2008
http://meta.wikimedia.org/wiki/Board_elections/2008/Candidates/en

[Enquête] - In July 2008, the Wikimedia Foundation, in collaboration  
with UNU-Merit, plans to launch the first general survey of Wikimedia  
readers and contributors. Attempts are made to make it available in as  
many languages as possible. Translation assistance is requested.
http://blog.wikimedia.org/2008/06/06/help-translate-our-first-survey-of-readers-and-contributors/

[Lawsuit Germany] - a German publishing company sued Wikimedia  
Deutschland over their article in the German Wikipedia. This because  
there was critical information in the article. The court ruled that it  
was legal to include to critical information and rejected the claim  
that Wikimedia Deutschland was legally responsible for the article in  
question. The publishing company intents to appeal the decision.
http://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost/2008-05-26/News_and_notes

=== Media ===

[Live; dead on wiki] - Wikipedia vs Associated Press.
http://blog.syracuse.com/newstracker/2008/06/wikipedia_vs_ap.html

=== Stats ===

[Voters stats] - parcial statistics of the voter turnout indicate that  
few actually vote. The Hebrew Wikipedia has most users who use the  
voting right. Most in numbers is the English language Wikipedia.
http://thread.gmane.org/gmane.org.wikimedia.foundation/30693

[Bla-bla] - Wikipedia NL has more spoken articles (735) then EN  
Wikipedia (728).
http://nl.wikipedia.org/wiki/Bert_en_Ernie -- example (press play button)

=== Other news ===

[Britannica]  - a new website run by the Encyclopaedia Britannica will  
be a bit like wikipedia. EN hopes to created a community of people who  
work on their encyclopedia under thiee real name and revise articles  
and write articles.  The EB Staff keeps editorial control. Submissions  
will need to be approved to be included in the article.
http://tinyurl.com/5upqb3  - Britannica blog
http://blog.wired.com/business/2008/06/ency.html
http://www.mercurynews.com/alamedacounty/ci_9599914

=== Offtopic request for help ===

[Vote for Oscar!] - this is an experiment. This to see what, if any,  
the responds is. You are requested to vote for Oscar, a Belgian cat  
(you can see that because of the beer bottle) in a competition of  
Whiskas.
1) go to the vote page (link below)
2) enter your name ("Voornaam" and "Naam") and email.
3) ignore the check box (check if you like to get Dutch catfood  
emails) and the lower input options
4) click on the purple "Breng je stem uit" button.
5) You get an email from "makeyourcatastar&lt; at &gt;whiskas.be" - click on the  
purple button "Ik bevestig mijn stem!" to confirm your vote
6) done
Oscar says; "burp" (= thank you)
http://tinyurl.com/6eubno

=== Quote ===

"Do not meddle in the affairs of cats, for they are subtle and will  
piss on your computer." -- Bruce Graham

//////////////////////////////////////////
Number of subscribers: 710
Unique Visitors website last week: 154
Number of votes for Oscar: 21
Editor(s): Walter
Thanks to: Spacebirdy, Nathan
Contact: reply or http://report.wikizine.org
Website: http://www.wikizine.org
//////////////////////////////////////////

Wikizine.org makes no guarantee of accuracy,
validity and especially but not limited to,
correct grammar and spelling. Satisfaction is not guaranteed.
Wikizine.org is published by [[meta:user:Walter]],
and is not a publication of the Wikimedia Foundation.
Wikizine is a irregular publication as long as there is noteworthy  
news (and time)
Content is available under the GNU Free Documentation License.
http://www.gnu.org/copyleft/fdl.html


_______________________________________________
To unsubscribe;
mailto:request&lt; at &gt;wikizine.org?subject=unsubscribe</description>
    <dc:creator>EN Wikizine</dc:creator>
    <dc:date>2008-06-16T23:31:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.announce/108">
    <title>EN Wikizine - Year: 2008  Week: 22  Tech flash</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.announce/108</link>
    <description>******************************************
  __    __ _ _    _     _
/ / /\ \ (_) | _(_)___(_)_ __   ___
\ \/  \/ / | |/ / |_  / | '_ \ / _ \
  \  /\  /| |   &lt;| |/ /| | | | |  __/
   \/  \/ |_|_|\_\_/___|_|_| |_|\___|
                                     .org

Year: 2008  Week: 22  Tech flash

******************************************

An independent internal news bulletin
for the members of the Wikimedia community

//////////////////////////////////////////

Single User Login (SUL), the system that you have one user account for  
all Wikimedia Foundation wikis is now live for all users. Until now it  
was only for sysops.

Please read first the documentation before about it before using it.  
Stewards can undo the merge of an account be try to avoid the need for  
it. If you wish to unsurp an account on some wiki do that before you  
merge your account.

http://meta.wikimedia.org/wiki/Help:Unified_login
http://meta.wikimedia.org/wiki/Special:MergeAccount

#wikimedia-tech
#wikimedia-stewards
http://chat.wikizine.org

//////////////////////////////////////////
Editor(s): Walter
Contact: reply or http://report.wikizine.org
Website: http://www.wikizine.org
//////////////////////////////////////////

Wikizine.org makes no guarantee of accuracy,
validity and especially but not limited to,
correct grammar and spelling. Satisfaction is not guaranteed.
Wikizine.org is published by [[meta:user:Walter]],
and is not a publication of the Wikimedia Foundation.
Wikizine is a irregular publication as long as there is noteworthy  
news (and time)
Content is available under the GNU Free Documentation License.
http://www.gnu.org/copyleft/fdl.html


</description>
    <dc:creator>EN Wikizine</dc:creator>
    <dc:date>2008-05-27T21:48:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.announce/107">
    <title>EN Wikizine - Year: 2008  Week: 21  Number: 95</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.announce/107</link>
    <description>******************************************
  __    __ _ _    _     _
/ / /\ \ (_) | _(_)___(_)_ __   ___
\ \/  \/ / | |/ / |_  / | '_ \ / _ \
  \  /\  /| |   &lt;| |/ /| | | | |  __/
   \/  \/ |_|_|\_\_/___|_|_| |_|\___|
                                     .org

Year: 2008  Week: 21  Number: 95

******************************************

An independent internal news bulletin
for the members of the Wikimedia community

//////////////////////////////////////////

=== Technical news ===

[Sighted revisions] - a system to hide edits made by certain groups of  
users from visitors as long as the edit is not approved by a user who  
has the user rights to approve the edit - This is now active on the  
German language Wikipedia. "Surveyor" is the title of a user who has  
approval rights.
http://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost/2008-05-12/Sighted_revisions

[Special:GlobalUsers] - on this special page you can see who has a  
global account. Works on all wikis, not only Meta.
http://meta.wikimedia.org/wiki/Special:GlobalUsers

=== Request for discussion ===

[Wikibooks logo] - For the last 2 years Wikibooks is in the process of  
selecting a new logo for Wikibooks and Wikijunior. Community  
involvement and feedback, discussion is requested to move things  
forward.
http://meta.wikimedia.org/wiki/Wikibooks/Logo
http://meta.wikimedia.org/wiki/Wikijunior/Logo

=== Foundation ===

[Board election] - one seat on the Board of Trustees is open for  
election. Candidates can submit their candidacy until 22 May.
http://meta.wikimedia.org/wiki/Board_elections/2008

[Board restructuring]  - the WMF board of trustees will increase from  
the current 8 to 10. The board will be comprised of: 3 elected  
community members, 2 members selected by the chapters, 1  
board-appointed 'community founder' seat and 4 "specific expertise"  
seats (also Board-appointed).
http://thread.gmane.org/gmane.org.wikimedia.foundation/28892
http://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost/2008-05-02/Board_restructuring

[Exit Anthere] -  Florence Devouard, Chair of the WMF board of  
trustees, will not seek reelection for a seed in the board. As a  
result after the conclusion of the current board election Anthere will  
not longer be a member of the board and chair of the board. Anthere is  
a board member since June 2004.

[WMF bylaws] - the WMF passed a resolution to update the bylaws.
http://tinyurl.com/66krxt

[Wikimania 2008] - registration is open. The price is $45 until 30th  
of May. After that it is $60.
http://wikimania2008.wikimedia.org/wiki/Registration

[MS MediaPlayer needed]  - Based on the current information users who  
wish to view parts of Wikimania 2008 online will need to get access to  
a Windows system with MS MediaPlayer to be able to view the video  
content.
http://webcast.bibalex.org/home/home.aspx

[Wikimania security] - a FAQ is posted regarding security concerns  
regarding Wikimania. Also an "Egypt Country Profile prepared by  
Clayton Associates" that can be useful reading for all who go to  
Wikimania is online.
http://lists.wikimedia.org/pipermail/foundation-l/2008-April/041624.html
http://thread.gmane.org/gmane.org.wikimedia.foundation/29647

=== Media ===

[Good reading]  - Article about Wikipedia and Britannica
http://www.techdirt.com/articles/20080516/0916211136.shtml

[OMG! WHAT ABOUT THE CHILDEREN??!!] - Some people are concerned about  
pictures of (parts of) people without clothes that can be found in  
Wikipedia.
http://www.wnd.com/index.php?fa=PAGE.view&amp;pageId=63590
http://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost/2008-05-12/Pornography

=== Stats ===

[MediaWiki stats] - some stats of several wikis, also non WMF wikis,  
who use MediaWiki.
http://s23.org/wikistats/

=== Other news ===

[Google Translate] -  the translation function of Google is expanded  
with many new languages (and even identifies the language for you!).  
This can be useful to solve the babel problem when you try to  
communicate on a projects whose language you do not know.
http://googlesystem.blogspot.com/2008/05/google-translate-becomes-best-online.html

[Wikibook2pdf] - online tool to create a pdf-book of a wikibook book.
http://blogpaper.com/mediawiki2pdf

=== Did you know ... ===

... that a pencil sharpener 'is a device for sharpening a pencil's  
point by shaving the end of the pencil'?

http://en.wikipedia.org/wiki/Pencil_sharpener

This was the first "Did you know" of the English language Wikipedia,  
posted on February 22, 2004.

=== Quote ===

"My father rode a camel. I drive a car. My son flies a jet airplane.  
His son will ride a camel." -- Saudi Arabian saying

//////////////////////////////////////////
Editor(s): Walter
Corrector(s): Philippe, Cbrown
Thanks to: mutante, Mike_lifeguard
Contact: reply or http://report.wikizine.org
Website: http://www.wikizine.org
//////////////////////////////////////////

Wikizine.org makes no guarantee of accuracy,
validity and especially but not limited to,
correct grammar and spelling. Satisfaction is not guaranteed.
Wikizine.org is published by [[meta:user:Walter]],
and is not a publication of the Wikimedia Foundation.
Wikizine is a irregular publication as long as there is noteworthy  
news (and time)
Content is available under the GNU Free Documentation License.
http://www.gnu.org/copyleft/fdl.html



</description>
    <dc:creator>EN Wikizine</dc:creator>
    <dc:date>2008-05-21T22:17:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.announce/106">
    <title>EN Wikizine - Year: 2008  Week: 17  Number: 94</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.announce/106</link>
    <description>******************************************
 __    __ _ _    _     _
/ / /\ \ (_) | _(_)___(_)_ __   ___
\ \/  \/ / | |/ / |_  / | '_ \ / _ \
 \  /\  /| |   &lt;| |/ /| | | | |  __/
  \/  \/ |_|_|\_\_/___|_|_| |_|\___|
                                    .org

Year: 2008  Week: 17  Number: 94

******************************************

An independent internal news bulletin
for the members of the Wikimedia community

//////////////////////////////////////////

=== Technical news ===

[Suggestions] - A function has been enabled on the projects that gives a
drop-down menu with search suggestions.
http://leuksman.com/log/2008/04/21/suggestion-search-drop-down/

[New search tests] - Testing is underway of a new search system to replace the
current wiki-search function. The new system is supposed to give a more
"google-like" search experience.
http://thread.gmane.org/gmane.science.linguistics.wikipedia.technical/37611
http://ls2.wikimedia.org/ - location of experimental search system

[Global blocking?] - A MediaWiki extension has been created that makes global
blocking of IP addresses on all WMF wikis possible. Discussion is opened about
whether this is a good idea, how it can be used, and by whom.
http://thread.gmane.org/gmane.science.linguistics.wikipedia.technical/37704
http://meta.wikimedia.org/wiki/Global_blocking

[Global login] - Users who already have a global account for the projects still
need to login to every wiki independently. There is a global login but no
global session. The developers are working on this. Brion explains a possible
way for doing this and the security risks.
http://thread.gmane.org/gmane.science.linguistics.wikipedia.technical/37661
http://www.mediawiki.org/wiki/Global_session_threat_assessment

[OpenID] - Regarding the possible implementation of OpenID on the WMF-projects,
Brion says: "We may [implement this] at some point, but it's a much lower
priority atm, and requires more review to make sure we're happy with how it'll
look and behave."
http://article.gmane.org/gmane.science.linguistics.wikipedia.technical/37671
http://en.wikipedia.org/wiki/OpenID

=== Foundation ===

[Board Treasurer] - A non-elected seat on the Board of Trustees has been filled
by Stuart West, who is the new Treasurer of the Board.
http://thread.gmane.org/gmane.org.wikimedia.foundation/28722 -- announcement on
Foundation-l
http://thread.gmane.org/gmane.org.wikimedia.foundation/28753 -- "Hello" from
Stuart West
http://wikimediafoundation.org/wiki/Board#Stuart_West

[New jobs] - the Wikimedia Foundation has job openings for 3 functions related
to the organisation of future fundraising drives.
http://thread.gmane.org/gmane.org.wikimedia.foundation/28517

[Wikimania 2008] - Requests for scholarships (financial support) to go to
Wikimania in Egypt were opened but are now cloased again. Sorry. The timeframe
was to short to make it in time for Wikizine.
http://wikimania2008.wikimedia.org/wiki/Scholarships

[Large donation] - the WMF has received a new large donation. It is US$500,000
from Vinod and Neeru Khosla.
http://wikimediafoundation.org/wiki/Press_Releases/Khosla_Gift

[WMF blog] - a Foundation blog has been started. WMF staff will post news and
information about the work they're engaged in that is not large enough to need
a press release, but is still noteworthy.  Also, guest contributors, board
members and so on can post... but anyone can comment!
http://blog.wikimedia.org/2008/04/11/welcome/

=== Community ===

[Wikiportret] - the Dutch Wikimedia chapter presents a service to make it more
easy for famous people or there managers to submit pictures for use on the
projects.
The front-end is a basic website with clear and easy instructions to submit a
picture. After this an email is sent to the OTRS team (who need to verify the
submission) and if is is accepted they put in on Commons.
Currently there is only a Dutch language version of this service in use, but
support for more languages is possible and intended.  (However, for many
languages this already exists by use of a page on the wiki Contact form.)
To support this project templates are placed on (Dutch) articles of people who
have not yet a picture to point to the special website. Also an advertisement
is created that can be used for publication by people who wish to support this
project.
http://www.wikiportret.nl
http://www.wikiportrait.org -- multi-language version (only Dutch works)
http://en.wikipedia.org/wiki/Wikipedia:Contact_us/Photo_submission -- English
Wikipedia (and four other language versions linked from the sidebar)

[EN Wikinews] -  a bot active on the English Wikipedia is helping to bring the
news articles of the sister project Wikinews to the attention of the Wikipedia
readers. This bot will update pages on Wikipedia with relevant Wikinews
articles, including the addition of Television portal links to recent Wikinews
articles that are about television related topics.
http://en.wikipedia.org/wiki/User:Wikinews_Importer_Bot
http://en.wikipedia.org/wiki/Portal:Television

=== Media ===

[Documentary] - On the Dutch (Netherlands) public television, a 50-minute
documentary about Wikipedia has been broadcast at prime time, and uninterrupted
by commercials. An English-language version is available on YouTube.
http://www.youtube.com/watch?v=WMSinyx_Ab0
http://www.vpro.nl/programma/tegenlicht/afleveringen/39405191/

=== Stats ===

[By page view] - Overview of how much traffic the different Wikipedias receive.
English gets 50%, German 10% and Japanese 9.5%.
http://thread.gmane.org/gmane.org.wikimedia.foundation/27602

[2000th featured articles] - the English language Wikipedia now has 2000
featured articles. The latest Signpost features an interview about it.
http://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost/2008-04-14/2000th_FA

[Wiktionary] - the Japanese has 30,000 definitions, the French has 800,000
definitions and the English also has almost 800,000.
http://ja.wiktionary.org
http://fr.wiktionary.org

=== Other news ===

[Britannica free!] - ... at least for bloggers. The "Encyclopædia Britannica"
is now giving away free accounts for their encyclopedia to "web publishers".
Also articles of EB are now free for all to read, if you go to the article by
means of an hyperlink posted online. You can only read that one specific
article, if you jump to any other article the text is shielded by a subscribe
option.... at least if you have javascript enabled. If you disable javascript
in your browser, everyone (without the need to login) can read all articles of
Britannica.
http://britannicanet.com/?page_id=15
http://www.techcrunch.com/2008/04/18/encyclopedia-britannica-now-free-for-bloggers/
http://www.britannica.com/EBchecked/topic/1192818/Wikipedia  -- The "Wikipedia"
article on EB (if this doesn't work use the online link on en.wikizine.org)
http://www.britannica.com/bps/home -- MainPage (disable javascript)

[Wikipedia book] - come autumn 2008, the publisher Bertelsmann will publish a
German-language printed edition of Wikipedia that contains information on about
50,000 topics on 1000 pages. The price will be EUR 19.95 (US$32). The Wikimedia
Foundation will receive EUR 1 for every copy.
http://blog.wikimedia.org/2008/04/22/wikipedia-in-german-book-form/
http://tinyurl.com/4fx4n2   Slashdot news item

[Wikipedia Chemistry] - Yet another book: KnowledgePublications is publishing an
English language book about hydrogen (H). It contains large parts of the
chemistry related articles of EN wp.  The book is titled, "The Chemical
Educator: for The Chemistry and Manufacture of Hydrogen". The published says it
is one of the best books ever written on the manufacture of hydrogen.
http://www.send2press.com/newswire/2008-04-0416-003.shtml
http://tinyurl.com/65c49c -- view of the book

[ID Wikizine] - the Indonesian language edition of Wikizine has been closed due
to lack of interest and assistance.

=== Did you know ... ===

... that even changes that were active during a very brief amount of time can
pop up for a long time afterwards as the version a visitor will see?

On the first of April was the tag-line changed several times. That is the string
of text that normally says "From Wikipedia, the free encyclopedia". Seven days
later, when requesting an article as a visitor, the version of the article
displayed contained the version of the tagline that was active for only one
minute on the first of April.

The reason is that for the servers to be able to take care of the very large
volume of traffic the sites get, pages are cached. Anonymous users get a
previously saved version to see. The cache of a page expires after 31 days.

Moral of the story: even a "joke edit" that is only live for a minute or so can
show up to visitors up to a month later.

http://thread.gmane.org/gmane.science.linguistics.wikipedia.technical/37598

=== Quote ===

"Spanking or hitting a skunk is not recommended"

http://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost/2008-04-14/WikiWorld

//////////////////////////////////////////
Number of subscribers: 710
Unique Visitors website last week: 86
Editor(s): Walter
Corrector(s): Philippe, Oliphaunt, Cbrown1023
Contact: reply or http://report.wikizine.org
Website: http://www.wikizine.org
//////////////////////////////////////////

Wikizine.org makes no guarantee of accuracy,
validity and especially but not limited to,
correct grammar and spelling. Satisfaction is not guaranteed.
Wikizine.org is published by [[meta:user:Walter]],
and is not a publication of the Wikimedia Foundation.
Wikizine is a irregular publication as long as there is noteworthy news (and
time)
Content is available under the GNU Free Documentation License.
http://www.gnu.org/copyleft/fdl.html


_______________________________________________
To unsubscribe;
mailto:request&lt; at &gt;wikizine.org?subject=unsubscribe</description>
    <dc:creator>Wikizine</dc:creator>
    <dc:date>2008-04-24T07:41:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.announce/105">
    <title>EN Wikizine - Year: 2008  Week: 14 Number: 93 Extra</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.announce/105</link>
    <description>******************************************
  __    __ _ _    _     _
/ / /\ \ (_) | _(_)___(_)_ __   ___
\ \/  \/ / | |/ / |_  / | '_ \ / _ \
  \  /\  /| |   &lt;| |/ /| | | | |  __/
   \/  \/ |_|_|\_\_/___|_|_| |_|\___|
                                     .org

Year: 2008  Week: 14 Number: 93 Extra

******************************************

An independent internal news bulletin
for the members of the Wikimedia community

//////////////////////////////////////////

=== Foundation ===

[Wikimania 2009] - on March 28, after a long wait since February 28,  
the jury that would determine the location of Wikimania 2009 chose  
Buenos Aires, Argentina.  This is the first time that a  
Spanish-speaking country will harbor the largest gathering of  
Wikimedians.  Other bids for Wikimania 2009 were from the cities of  
Toronto (Canada), Brisbane (Australia), and Karlsruhe (Germany).

This is the first occasion that the convention will be done in two  
languages (English and Spanish) and will be carried out in the  
southern hemisphere of the planet, on August 28-30, 2009, according to  
information presented by the local organization.

Backing this bid was Wikimedia Argentina (presided by Patrician  
Lorente), which did everything to present to the capital of Argentina  
as a place for Wikimedians to come and visit.

The jury picked the Latin American city due to the large  
Spanish-language projects of the Foundation (wikipedia, wikinoticias,  
wikilibros, etc.) and the cultural significance of the city.  The jury  
also emphasized the great commitment of the organization and the  
activity that has developed Wikimedia Argentina from December 2007.

[Interview] - In a brief interview, Patrician Lorente (President of  
Wikimedia Argentina) responded to questions about Buenos Aires as  
headquarters of Wikimania 2009.

This interview was arranged and published in the Spanish language  
edition of Wikizine ( ES2008-93 extra). A machine translation of it is  
in included below.

&lt;babelfish translation&gt;

Wikizine: How arose the restlessness from Wikimania in Wikimedia Argentina?

Patricio: It even arose before organizing to us like Wikimedia  
Argentina formally. Our sensation is as much the Spanish-speaking  
world as the South hemisphere has, by different reasons, a marginal  
participation in the global community of Wikimedia, that does not  
correspond with the real participation in the projects. Even let us  
remember that the Wikipedia in Spanish second more is visited and than  
the Spanish-speaking community, with its overwhelming heterogeneity  
and complexity is growing and it is being organized of admirable way.

W: Which were the main problems that were in the organization?

P: We have not had serious problems still, but the hard work just  
begins. Until now we have had to work in the development of a project,  
from the resolution of the jury of Wikimanía 2009 we will have to take  
that project to the practice.

W: What is the hope of this event?
P: We hope to turn to the Spanish-speaking community and the South  
hemisphere assets protagonists of the global dynamics of the Wikimedia  
projects. We want to show our European and North American friends whom  
an anxious community exists here and worker who is perhaps sometimes  
invisible for many. Perhaps that the ideal of the free knowledge has a  
more meant and particular importance in these places of the world in  
which the difficulties to the access to the education and the  
knowledge are multiplied for vast social sectors.

W: A message for the readers of Wikizine.
P: That we waited for them in Buenos Aires! The projects brothers of  
the Wikipedia already take own flight and is necessary to show them  
the community.

&lt;/babelfish translation&gt;

http://en.wikipedia.org/wiki/Buenos Aires
http://wikitravel.org/en/Buenos_Aires
http://www.wikimedia.org.ar - Wikimedia Argentina
http://meta.wikimedia.org/wiki/Wikimania_2009/Bids/Buenos_Aires -  
Candidatura de Buenos Aires para Wikimania 2009

//////////////////////////////////////////
Editor(s): Dennis Tobar ([[meta:User:Superzerocool]])
Translator: Casey Brown
Thanks to: Patricio Lorente
Construction: Walter
Contact: reply or http://report.wikizine.org
Website: http://www.wikizine.org
//////////////////////////////////////////

Wikizine.org makes no guarantee of accuracy,
validity and especially but not limited to,
correct grammar and spelling. Satisfaction is not guaranteed.
Wikizine.org is published by [[meta:user:Walter]],
and is not a publication of the Wikimedia Foundation.
Wikizine is a irregular publication as long as there is noteworthy  
news (and time)
Content is available under the GNU Free Documentation License.
http://www.gnu.org/copyleft/fdl.html


_______________________________________________
To unsubscribe;
mailto:request&lt; at &gt;wikizine.org?subject=unsubscribe</description>
    <dc:creator>EN Wikizine</dc:creator>
    <dc:date>2008-04-03T20:37:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.announce/104">
    <title>EN Wikizine - Year: 2008  Week: 13  Number: 93</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.announce/104</link>
    <description>
******************************************
 __    __ _ _    _     _
/ / /\ \ (_) | _(_)___(_)_ __   ___
\ \/  \/ / | |/ / |_  / | '_ \ / _ \
 \  /\  /| |   &lt;| |/ /| | | | |  __/
  \/  \/ |_|_|\_\_/___|_|_| |_|\___|
                                    .org

Year: 2008  Week: 13  Number: 93

******************************************

Wikizine ... not yet dead

//////////////////////////////////////////

=== Technical news ===
=== Single User Login ===

SUL. Single User Login. Bug 57. Unified login. One login for all wikis. The
mythical uberlogin has migrated to The Real World.

The migration function is enabled currently for sysops only. The options to
migrate can be found on the first page of the account preferences page on the
projects were you're a sysop. From there you can follow the instructions to
claim all you accounts on all wikis that have the same username. After the
migration you can log on all these wikis with the same password.

For the migration to work you need to have the same email address or password on
all your user accounts. You can claim the rest of the accounts with your name
by providing their password.

The current sysop-only migration is to collect information for the general user
migration later. Sysops who have problems are strongly encouraged to report
them so that they can be fixed before SUL is rolled out generally.

By migrating now (if you can) you have the advantage that you can use that
username to log in to all WMF wikis as long as there is not a local user
account with your name that is not yours.

Please note that not everhings works yet when you migrate. For example renaming
an account can not be done (for now at least). Inform you before you do it.
http://thread.gmane.org/gmane.science.linguistics.wikipedia.technical/37290
http://thread.gmane.org/gmane.science.linguistics.wikipedia.technical/37434
http://meta.wikimedia.org/wiki/Help:Unified_login

[Upload auto-confirmed] - upload of files on all Wikimedia sites except Commons
is now restricted to auto-confirmed users. That are user accounts older then 4
days.
http://tinyurl.com/2vuz8m

[Search changed] - the technical side of the search function of the wikis has
changed. As a result some wikis who have used javascript to include external
search engines may experience glitches requiring an update of the local code.
http://thread.gmane.org/gmane.science.linguistics.wikipedia.technical/37379
http://leuksman.com/log/2008/03/21/lucenesearch-is-dead-long-live-mwsearch/

=== Request for help ===

[Stable Versions] - testwikis are setup for tests of the stable versions
function. This function makes it possible to rate the quality of an article.
Feedback is requested from users who volunteer to test the function.
http://thread.gmane.org/gmane.science.linguistics.wikipedia.technical/37372

[Scholarship] - translations are requested of the Wikimania 2008 scholarships
information page.
http://wikimania2008.wikimedia.org/wiki/Template:Translation/Scholarships

=== Foundation ===

[+ $3,000,000]  - The board of the "Alfred P. Sloan Foundation" has granted the
Wikimedia Foundation 1 million dollars (US) per year for the next three years.
This is the largest donation made to the Foundation in its history. Note: 1
million USD = 642302 EUR / 501669 GBP
http://thread.gmane.org/gmane.org.wikimedia.foundation/27379
http://en.wikipedia.org/wiki/Alfred_P._Sloan_Foundation
http://www.itwire.com/content/view/17324/53/

[New hire] - the WMF has hired a new accountant, Mary Lou Secoquian, who will
work in San Francisco.
http://thread.gmane.org/gmane.org.wikimedia.foundation/27279

=== Community ===

[NotTheWikipediaWeekly] - On the English language Wikipedia a new audio podcast
project about Wikipedia has started. They announce a time to meet in a
skypecast, talk about Wikipedia topics and publish the recordings.
http://en.wikipedia.org/wiki/Wikipedia:NotTheWikipediaWeekly

=== Awards ===

[IT Wikipedia] - The Italian Wikipedia has won the a category award of
"PremioWWW-Il sole 24 ore" a competition organized by the most important
business newspaper in Italy (Il Sole 24 ore). The winners were selected by jury
from the shortlist composed by the 5 sites that obtained the highest score
through a popular vote.  This is the second time that it.wiki wins
"PremioWWW-Il sole 24 ore". Last time was two years ago.
http://premiowww.ilsole24ore.com/vincitori.php

=== Stats ===

[Animated stats] - Our grandmaster of statistics Erik Zachte has made a new form
of Wikipedia-stats. Animated statistics; bubbles representing the projects
floating true time and number of articles. It is available in an interactive
format that works currently with FireFox 3.0 release candidate. A flash version
that works with any browser (8MB) is also available.
http://www.infodisiac.com/Wikipedia/Wikistats/
http://thread.gmane.org/gmane.org.wikimedia.foundation/27393

=== Other news ===

[Schoolbook] - A publisher of schoolbooks in Japan is using a Wikipedia map as
illustration. It is the world map of death penalty sentences.
http://thread.gmane.org/gmane.org.wikimedia.foundation/27395
http://commons.wikimedia.org/wiki/Image:Death_Penalty_World_Map.png

=== Did you know ... ===

... Microsoft also uses MediaWiki ?

Microsoft researcher Steve Ickman said while Microsoft SharePoint is great,
MediaWiki has valuable features not found  in SharePoint - particularly the
ability to archive.
http://tinyurl.com/ysbz6n
http://tinyurl.com/2ar5jo

=== Quote ===

"Do not leave your children unattended. All unattended children will be eaten."
</description>
    <dc:creator>Wikizine</dc:creator>
    <dc:date>2008-03-26T15:51:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.announce/103">
    <title>EN Wikizine - Year: 2008  Week: 10  Number: 92</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.announce/103</link>
    <description>******************************************
 __    __ _ _    _     _
/ / /\ \ (_) | _(_)___(_)_ __   ___
\ \/  \/ / | |/ / |_  / | '_ \ / _ \
 \  /\  /| |   &lt;| |/ /| | | | |  __/
  \/  \/ |_|_|\_\_/___|_|_| |_|\___|
                                    .org

Year: 2008  Week: 10  Number: 92

******************************************

An independent internal news bulletin
for the members of the Wikimedia community

//////////////////////////////////////////

=== Technical news ===

[__HIDDENCAT__] - there is a new magic word __HIDDENCAT__ When used on a
"Category:Foobar"-page it is not listed among the other categories at the
bottom of an article in the category.
http://thread.gmane.org/gmane.science.linguistics.wikipedia.technical/36831

[New dump!] - There is a new database dump of the English language Wikipedia.
The full dump of EN Wikipedia, all articles, full history is 130gb
(compressed).
http://download.wikimedia.org/enwiki/20080103/ -- EN Wikipedia dump
http://download.wikimedia.org/backup-index.html -- other wikis dump

[New Skin] - When you go to your "preferences" you have the option "skin" where
you can select what the interface will look like. The default skin is Monobook.
There are several others to choice from but besides "classic" they are not very
usable. But now is there a new good looking and usable skin: "Modern". Check it
out.
http://tinyurl.com/22gsy6  -- Wikipedia style "Modern"

[RC on IRC] - Recent changes of the projects are posted on IRC by means of a
Wikimedia IRC-server. By request access to this service has been added to the
Wikizine IRC gateway for a selection of projects.
http://chat.wikizine.org

=== Request for help ===

[Wikimania 2008] - Call for Participation; Submissions are open until 16 March.
Submissions are warmly welcomed
http://wikimania2008.wikimedia.org/wiki/Call_for_Participation

=== Foundation ===

[4 new Wikimedia Chapters] - The board of the Wikimedia Foundation approved 4
new chapters. The new chapters are: Wikimedia Česká republika, Wikimedia
Österreich, Wikimedia Australia Incorporated, Wikimedia Hong Kong Limited
http://meta.wikimedia.org/wiki/Wikimedia_chapters

[Wikimanina 2008] - A site risk assessment will be ordered for Wikimania 2008 in
Alexandria, Egypt announced Wikimedia Foundation Executive Director Sue
Gardner. Concern for the safety of Wikimanians in Alexandria has been a topic
on Foundation-l and the assessment will look at various threats.
http://thread.gmane.org/gmane.org.wikimedia.foundation/26221

[Board elections 2008] - there is a call for election officials
http://thread.gmane.org/gmane.org.wikimedia.foundation/25911
http://meta.wikimedia.org/wiki/Board_elections/2008/Committee/en

=== Media ===

[Sue on CNET] - Video intervieuw of Sue Gardner (executive director of the WMF)
about the Jimmy Wales buzz and Wikipedia.
http://www.cnettv.com/9742-1_53-32449.html

[Wikipedia in Africa] - story about Wikipedia on DVD in Africa.
http://www.yaledailynews.com/articles/view/23906

[1984] - Japan is considering legislation to "govern top news Web sites"
http://tinyurl.com/2dt26j

[The Economist] - inclusionists versus deletionists
http://tinyurl.com/23agss

=== Stats ===

[WikiWoordenboek] - the Dutch language Wiktionary passed the 30,000 page
milestone.
http://www.wikiwoordenboek.org

[Counts] - The Wikimedia Commons has reached 2,500,000 media files.

[Again new stats] - A site that is using the squid logs to generate Wikipedia
article traffic statistics. You can get the stats for a specific article or get
a list of the most popular pages. There can you learn that for some reason
"Canine reproduction" is very popular.
http://stats.grok.se

[Wikipedia is 2nd in the world!] - at least in the "2008 Web Globalization
Report Card". The number of languages supported is a big factor in this
ranking.
http://bytelevel.com/news/reportcard2008.html

=== Other news ===

[Dirty dishes] - Bad week for Jimmy Wales. His personal life is getting media
coverage. It is reported that Jimmy had a brief relationship with Rachel
Marsden, a conservative blogger who works in the media industry. The
relationship broke off and Rachel Marsden provided private communications
between herself and Jimmy to a gossip site, which published them.  Jimmy
published a statement about it on his blog.

And at the same time Danny Wool, ex WMF staff member, published a blog posting
where he writes about his time at the Wikimedia Foundation and requests for
reimbursement of expenses by Jimmy, among other things.
http://blog.jimmywales.com/index.php/statement/
http://tinyurl.com/22t42g -- Wikinews article
http://allswool.blogspot.com/2008/03/money-for-nothing-chicks-for-free.html
http://tinyurl.com/23f3am -- Signpost article about it

[Encyclopedia of Life] - the EOL has gone live with more than one million
species pages that are mostly minimal articles. Only 25 articles are like the
EOL wishes the articles to be, articles containing rich media with extensive
information.
http://www.eol.org/

[About Wikipedia] - author John Broughton wrote the book "Wikipedia: The Missing
Manual" . A guide to editing Wikipedia. ISBN 0596515162
http://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost/2008-03-03/Book_review

[CNN goes (a bit) Wikinews] - CNN, an American news network, has started a
website where everyone can submit news and pictures. As it looks now every
article has only one author and people can post comments about it. So it is
more a blog than a wiki.
http://beta.ireport.com/

[Wikileaks] - An attempt to bring down Wikileaks has failed. There was a
DOS-attack, a fire at their web hosting facility and the release of lawyers who
obtained a court order to remove the domain "wikileaks.org" from DNS. Wikileaks
did remain online by means of other domains and by entering the ip-address. The
court order was later revoked. Wikileaks.org is again online.
http://tinyurl.com/2pbk3q

[Wikirace] - Wikirace.org is game where you compete with other people to try get
from one "start-article" to try to reach the "end-article" in as few steps as
possible.
http://wikirace.org

=== Message to the readers ====

Wikizine is there to inform you, readers, about the news related to the
Wikimedia projects or what seem relevant to inform you about.
It has been increasingly more difficult to get a new edition ready for
distribution the last half year. At present the publication rate is below the
necessary frequency necessary to inform our readers in a timely manner about
the relevant news.
Because of this I recommend, as editor, that the readers of Wikizine read the
Wikipedia Signpost as their primary internal news source to keep informed.  --
[[meta:user:Walter]] , Editor of Wikizine
http://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost

=== Did you know ... ===

... there is dedicated program to browse Wikipedia visually?

The program is called indywiki. (And no, it has nothing to do with Indymedia.)
Basically it is a GUI that displays Wikipedia content in a different way then
your browser. Focus is on the visual aspect. You search for a entry, you get a
selection of pictures related to that article. By clicking on an image you can
browse Wikipedia. Also is there a text box that displays text sections of the
article, a list of sections of the article and a list of external links. The
software runs on Linux, Mac and Windows.

Indywiki is young software and the main developer is looking for assistance with
this project.  The developer is looking for a python developer to work on
features and people who can work on the GUI to make it better looking.

http://indywiki.sourceforge.net/ -- website
http://indywiki.sourceforge.net/indywiki_fosdem.pdf -- presentation of Indywiki
Contact indywiki: &lt;mgogoulos AT gmail DOT com&gt;

=== Quote ===

"[..] And for the encyclopedia, it turned out
that a volunteer model was able to do quite a reasonable job." --  Bill Gates
reffering to Wikipedia

http://tinyurl.com/32kpw9

//////////////////////////////////////////
Number of subscribers: 714
Unique Visitors website last week: 170
Editor(s): Walter
Thanks to: Annabel, Effeietsanders
Contact: reply or http://report.wikizine.org
Website: http://www.wikizine.org
//////////////////////////////////////////

Wikizine.org makes no guarantee of accuracy,
validity and especially but not limited to,
correct grammar and spelling. Satisfaction is not guaranteed.
Wikizine.org is published by [[meta:user:Walter]],
and is not a publication of the Wikimedia Foundation.
Wikizine is a irregular publication as long as there is noteworthy news (and
time)
Content is available under the GNU Free Documentation License.
http://www.gnu.org/copyleft/fdl.html


_______________________________________________
To unsubscribe;
mailto:request&lt; at &gt;wikizine.org?subject=unsubscribe</description>
    <dc:creator>Wikizine</dc:creator>
    <dc:date>2008-03-07T10:59:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.announce/102">
    <title>EN Wikizine - Year: 2008  Week: 7  Number: 91</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.announce/102</link>
    <description>******************************************
 __    __ _ _    _     _
/ / /\ \ (_) | _(_)___(_)_ __   ___
\ \/  \/ / | |/ / |_  / | '_ \ / _ \
 \  /\  /| |   &lt;| |/ /| | | | |  __/
  \/  \/ |_|_|\_\_/___|_|_| |_|\___|
                                    .org

Year: 2008  Week: 7  Number: 91

******************************************

An independent internal news bulletin
for the members of the Wikimedia community

//////////////////////////////////////////

=== Technical news ===

[Deletion limit and abuse] - Some pages have an exceptional large amount of
saved versions. Like a main page or a "Village pump". Because the deletion of
those pages resulted in very high load of the servers and slowing down of the
website the deletion of pages that have more then 5000 versions in the history
is not longer possible.
And it has been abused directly by bots who make fake edits to get to 5000
versions so the article can not be deleted anymore.
Also a result of this is that need for users who have "oversight" status becomes
higher on the projects who have not yet those. This because you can not longer
deleted and restore selective editions if that pages has more then that 5000
versions.

[IRC cloak] - A new system has been created for requesting a Wikimedia IRC cloak
for the Freenode network. A "cloak" means that the hostname of your connection
will be hidden and replaced by something else. This increases your privacy and
associates you with the Wikimedia projects on IRC.
http://meta.wikimedia.org/wiki/IRC_cloaks
http://stable.ts.wikimedia.org/wmfgcbot/

[Parser] - A new parser code that makes wiki syntax more consistent and scalable
was deployed.
http://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost/2008-01-28/New_parser

[Wap] - The WAP (sort of teletext on your phone) service of Wikipedia is not
dead. It is even updated.
http://en.wap.wikipedia.org/
http://leuksman.com/log/2008/01/31/wikipedia-wap-portal-updated/

[#wikimedia-admin] - sysops of any project are invited to join the general
Wikimedia admin channel for cross-wiki coordination of admin matters. To join
you need to be invited. Contact any of the following users;  Az1568,
Cbrown1023, Connel, Pathoschild (slavie), Shanel and Slowking Man. Or ask in
#wikimedia
http://thread.gmane.org/gmane.org.wikimedia.foundation/24392
http://meta.wikimedia.org/wiki/Template:Invite
http://chat.wikizine.org -- webbased access

=== Request for help ===

[Wikimania 2008] - Requests for participation, this means submissions for
presentations, workshops, panels, posters, open spaces, and artistic artifacts.
Submissions are open until March 16th 2008.
http://wikimania2008.wikimedia.org/wiki/Call_for_Participation

[Translation Requests] - there are again a lot of pages waiting for a
translation. Assistance is welcome.
http://meta.wikimedia.org/wiki/TR

[Wikizine] - As usual, assistance with Wikizine would be helpful
http://report.wikizine.org

[Praise] - it is requested that if you find statements praising Wikimedia
projects to list those on linked page at Meta. Those can be useful for
marketing the projects and external communication.
http://meta.wikimedia.org/wiki/Praise_for_Wikipedia_and_the_Wikimedia_Projects

=== Policy ===

[Copyright clarifications from Mike Godwin] - About the copyright of speeches
(See http://tinyurl.com/2sdhr4
) and the law that applies to the WMF projects.
- Is it true that any content hosted on Wikimedia servers must be legal to
publish in the U.S.?
</description>
    <dc:creator>Wikizine</dc:creator>
    <dc:date>2008-02-14T21:24:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.announce/101">
    <title>EN Wikizine - Year: 2008  Week: 3  Number: 90</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.announce/101</link>
    <description>******************************************
  __    __ _ _    _     _
/ / /\ \ (_) | _(_)___(_)_ __   ___
\ \/  \/ / | |/ / |_  / | '_ \ / _ \
  \  /\  /| |   &lt;| |/ /| | | | |  __/
   \/  \/ |_|_|\_\_/___|_|_| |_|\___|
                                     .org

Year: 2008  Week: 3  Number: 90

******************************************

An independent internal news bulletin
for the members of the Wikimedia community

//////////////////////////////////////////

=== Technical news ===

[User rights] - it is now possible for the developers to selectively  
assign groups permissions to grant/revoke other groups, either to  
themselves or to all other users. An implementation is don on some  
wikis, including English language Wikipedia, by creating the new group  
'rollbacks' with right 'rollback', and giving sysops the ability to  
grant/revoke this group to any user.
Wikis who also wish to have that option need to get consensus about it  
and make a bugzilla ticket for it.
The page Special:Userrights is now also listed in the special pages  
overview. Eventually the pages like MakeSysop will be removed and all  
changes to status will need be done by use of the page  
Special:Userrights.

[Page move restricted] - Since the 2nd of January 2008 it is no longer  
possible to move/rename pages if a user is not autoconfirmed (Users  
are autoconfirmed after a specified time and after specified amount of  
edits). There is a opt-out policy, which means that individual  
projects can decide to make page moves possible for new users as well.
http://bugzilla.wikimedia.org/show_bug.cgi?id=12071

[Title blacklist] - the new function "Title blacklist" announced in  
the previous edition of Wikizine is again disabled. The comment in the  
log about the disabling was "domas: removing titleblacklist. there's  
certain level of crap beyond which I won't fix stuff. "

=== New project proposals ===

[Wikibooks multilingual] - A new wikibook-project is proposed aimed at  
writing multilingual books, which means the usage of several languages  
within one book; at languages without a own wikibooks, i.e. incubator  
function; and to courage translations and cooperation between the  
several Wikibooks-projects.
http://meta.wikimedia.org/wiki/Requests_for_new_languages/Wikibooks_Multilingual

=== Policy ===

[Bot generated articles] - A proposal for a policy regarding (heavy)  
bot-generated articles in certain Wikipedias is discussed on Meta.
http://meta.wikimedia.org/wiki/Meta:Proposal_for_Policy_on_overuse_of_bots_in_Wikipedias

=== Foundation ===

[Business development] - Executive Director Sue Gardner announced that  
a new head of Business Development has been hired. Vishal Patel will  
not join the Wikimedia Foundation in there move to the Westcoast, and  
Kul Wadhwa will join the staff in his position as head of business  
development.
http://lists.wikimedia.org/pipermail/foundation-l/2008-January/036927.html

[Head of communications] - Jay Walsh from Canada is the new head of  
communications and takes over this job from Sandy Ordonez, who will  
not relocate to San Francisco with the WMF. The job includes press  
relations, written and oral communications.
http://lists.wikimedia.org/pipermail/foundation-l/2008-January/037233.html

[Fundraiser result] - The fundraiser has resulted in the biggest  
amount of money donated during a fundraiser ever: over 2 million  
dollars. The biggest donation of half a million dollars was made by an  
anonymous donor and almost 45,000 donors have donated about $33 on  
average.
http://lists.wikimedia.org/pipermail/foundation-l/2008-January/037230.html

[Concerns on transparency] - Following a leakage of information from a  
private list used within the Foundation, which resulted in articles on  
the en.wikinews it is being discussed if the foundation is  
communicating transparent. There are opposing views on the subject,  
saying that the WMF is the most transparent organisation and opposing  
views, which state that it becomes less transparent. The discussion is  
going-on, but everyone values transparency up to a certain point. Some  
opinions are telling that the WMF is too far away from the local  
communities and so that representatives of those communities have no  
feeling to issues on WMF-level. A Wiki-council as a council made up of  
representatives of all communities might be a solution to channel  
issues from local communities to the WMF board and the WMF office.
http://lists.wikimedia.org/pipermail/foundation-l/2008-January/037273.html
http://lists.wikimedia.org/pipermail/foundation-l/2008-January/037255.html
http://lists.wikimedia.org/pipermail/foundation-l/2008-January/037344.html

[Meta-arbcom?] - A meta-arbcom is being discussed. There are projects  
which have an arbcom, but many projects don't. Arbcom is short for  
arbitration committee: if there are problems or disagreements in a  
certain community with an arbcom, and the people involved in the  
arguments don't find a solution themselves, these people can asked the  
appointed or chosen arbcom to mediate and even rule (including  
corrective actions) over the dispute. For communities without an  
arbcom sometimes stewards are asked to decide for certain actions.  
Steward rules prevent them from taking decisions: a steward serves the  
different communities. Fur such cases and also for cases which exceed  
the specific community a meta-arbcom is being discussed.
http://lists.wikimedia.org/pipermail/foundation-l/2008-January/036985.html

[Wikimania 2009] - 6 bids have been submitted for consideration for  
the Wikimania 2009 venue, which are listed below.
* Bogotá (Colombia, South America)
* Toronto (Ontario, Canada)
* Kathmandu (Kathmandu, Nepal)
* Buenos Aires (Argentina, South America)
* Brisbane (Queensland, Australia)
* Karlsruhe (Germany, Europe)
http://meta.wikimedia.org/wiki/Wikimania_2009/Bids#Bids for more details

=== Community ===

[Looking back and forward] - Florence Devouard, chair of WMF, has  
evaluated her wishes made for Wikimedia beginning of 2007 and has  
specified 10 wishes for 2008.
http://wikimediafoundation.org/wiki/Summary_of_a_year-_2007
http://lists.wikimedia.org/pipermail/foundation-l/2008-January/036818.html

[One administrator projects] - Following an incident on Russian  
Wikibooks, where the only administrator removed the banners referring  
to Wikimedia and MediaWiki, it is being discussed if a policy should  
be created which states what every Wikimedia project can or cannot  
change to the appearance of the site, and what to do when projects  
have only one administrator, with the risk of hijacking the project.
http://lists.wikimedia.org/pipermail/foundation-l/2008-January/036930.html

[Moratorium on deletion of smaller projects] - A moratorium on the  
deletion of language projects was proposed. This is mainly about  
smaller, almost inactive, projects.
http://lists.wikimedia.org/pipermail/foundation-l/2008-January/036923.html

[Picture of the Year] - On Commons is there are again the election of  
the picture of the year. The first round of nominations will close  
soon on the 17th. Voting takes place this year by means of special  
software hosted on the toolserver. To use it you need to enable the  
email function of your user account. The second round of the election  
will be  the 20th and 24th of january.
http://commons.wikimedia.org/wiki/Commons:Picture_of_the_Year/2007
http://en.wikinews.org/wiki/Wikinews:Picture_of_the_Year

[New projects approved] - The langcom has approved requests to start a  
Wikipedia in Saterland Frisian, a micro language spoken in the  
Saterland commune in Germany, and a Wikiversity in greek language.  
Both have already been created.

=== Stats ===

[Traffic] - Domas Mituzas has made an excellent review of operations.  
Amongst others he mentions that traffic and requests doubled in 2007.  
The WMF spend $279k on hardware; hardware was also expanded at  
Amsterdam facility with 15 squid servers bought by the German chapter.  
The software was upgraded so that performance is faster.
http://lists.wikimedia.org/pipermail/foundation-l/2008-January/036944.html

=== Other news ===

[The Economist] - In "The World in 2008" published by "The Economist"  
the Wikimania 2008 is mentioned in the "Diary for 2008" &lt;quote&gt;  
Scholars, journalists, geeks and other fans of Wikipedia, an  
open-access encyclopedia meet in Taipei for Wikimania 2008 &lt;unquote&gt;.  
Too bad that they mentioned the wrong place: Taipei was in 2007;  
Wikimania 2008 will be held in Alexandria. Also they failed to mention  
that it is not only about Wikipedia.

[Correction] - Wikipedia is not 8 years old this year but only 7.

=== Was ist das? ===

[patrol] - A lesser known feature of MediaWiki is the patrol-function.  
Every change on any article can be patrolled, which means there on the  
difference page there is a button, with which the controller can mark  
the change as patrolled. In the recent-changes list there is an option  
to show only non-patrolled changes. This function is only available  
for logged-in users and is active on the Dutch  
Wikipedia/Wikibooks/Wikiquote. Already many years now it works with a  
high success rate to counteract on vandalism if this is missed during  
live patrolling.

== Quote ===

&lt;boem! - boem! - ship shakes&gt;
Computer; what was that?  -- Constable Odo
"A temporary loss of stability resulting of the impact of a  
concentrated plasma charge."
We are being attacked???? -- Constable Odo
"Affirmative." -- computer

 From Star Trek DS9

//////////////////////////////////////////
Number of subscribers: 713
Unique Visitors website last week: 115
Editor(s): Londenp, Walter
Corrector(s): IDRex
Thanks to: pfctdayelise, Steven Fruitsmaak, SPQRobin, Splarka, MZMcBride
Contact: reply or http://report.wikizine.org
Website: http://www.wikizine.org
//////////////////////////////////////////

Wikizine.org makes no guarantee of accuracy,
validity and especially but not limited to,
correct grammar and spelling. Satisfaction is not guaranteed.
Wikizine.org is published by [[meta:user:Walter]],
and is not a publication of the Wikimedia Foundation.
Wikizine is a irregular publication as long as there is noteworthy  
news (and time)
Content is available under the GNU Free Documentation License.
http://www.gnu.org/copyleft/fdl.html


_______________________________________________
To unsubscribe;
mailto:request&lt; at &gt;wikizine.org?subject=unsubscribe</description>
    <dc:creator>EN Wikizine</dc:creator>
    <dc:date>2008-01-16T23:53:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.announce/100">
    <title>EN Wikizine - Anno Domini MMVIII Week I  Number LXXXIX</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.announce/100</link>
    <description>******************************************
  __    __ _ _    _     _
/ / /\ \ (_) | _(_)___(_)_ __   ___
\ \/  \/ / | |/ / |_  / | '_ \ / _ \
  \  /\  /| |   &lt;| |/ /| | | | |  __/
   \/  \/ |_|_|\_\_/___|_|_| |_|\___|
                                     .org

Anno Domini MMVIII Week I  Number LXXXIX

******************************************

An independent internal news bulletin
for the members of the Wikimedia community

//////////////////////////////////////////

=== Technical news ===

[Page protection] - It is now possible to protect unborn articles and  
deleted pages, with the normal protection levels: only sysops or  
semi-protection. Also, auto-expire of the protection is available. To  
protect a non-existent page (as sysop), you only need to request the  
page and hit the "protect" button.

[Title blacklist] - A new extension is live on the wikis. The Title  
Blacklist extension allows wiki administrators to block the creation,  
movement and upload of pages whose title matches any among a list of  
regular expressions.
http://en.wikipedia.org/wiki/MediaWiki:Titleblacklist
http://www.mediawiki.org/wiki/Extension:Title_Blacklist

[Special:Userrights] - Bureaucrats now have access to the special page  
"Userrights". At this time this page is listed in the special pages  
overview, but not yet in the sysops section. Manually enter  
"Special:Userrights" in the location bar of your browser or in the  
search box of Wikipedia to request this page. In the current form this  
does not give extra rights to bureaucrats. The new special page only  
combines the functionality of "MakeSysop" and "Makebot".

=== Request for help ===

[Fundraising] - The Fundraising website's layout and usability have  
been enhanced. However, this also implies that new translations are  
required.
http://wikimediafoundation.org/wiki/Donate/en - The English version of  
the new donations page
http://wikimediafoundation.org/wiki/User:Cbrown1023/Donate - More  
information about the translation request

=== Policy ===

[Stewards] - A rewrite of the steward policy is in progress. Comments  
are welcome on the talk page. A vote is expected around the 15th.
http://meta.wikimedia.org/wiki/Meta:Rewriting/Stewards_policy

=== Foundation ===

[Fundraiser] - Now at the very end of the fundraiser, a modest  
matching donation of $50,000 has been made by an anonymous donor. The  
current total balance is $ 1.43 million.

=== Community ===

[Image service] - A project on the English Wikipedia provides a really  
quick and easy way to add an image to a person's biography article in  
various language Wikipedias.
http://en.wikipedia.org/wiki/User:BOTijo/Images_for_biographies

[Wikimania dates] - The dates for Wikimania 2008 in Alexandria have  
been changed after a request by a group of people. The conference now  
covers Thursday-Friday-Saturday, and is held 17 - 19 July 2008. This  
way, the conference will fall into a single week, so that people have  
to take less days off from their work to attend.
http://www.wikimania.org - The Wikimania website

[Photo submission] - Many Wikipedia articles about a person don't  
feature a photograph yet. A new project on the English language  
Wikipedia has started to ask people whose articles have no pictures to  
submit one. A request for people to submit their images by email,  
together with usage permission, has been included on the contact page  
of the English Wikipedia
http://en.wikipedia.org/wiki/Wikipedia:Contact_us/Photo_submission

[Stewards] - The confirmation of the "old" stewards has been  
concluded. Four stewards did not make it, all due to inactivity:  
Ausir, Romihaitza, Snowdog and Suisui.

=== Media ===

[Video] - Sue Gardner and Erik Moeller gave a presentation at  
Stanford's Open Source Lab about Wikimedia and the Wikiversity  
project, and shot a video of it.
http://en.wikiversity.org/wiki/Stanford_Open_Source_Lab
http://blip.tv/file/551254

=== Stats ===

[Stats for all] - On the English language Wikipedia, an extensive  
statistical overview of all the Wikipedias is included. In this  
overview, you can see for example that the Volapuk Wikipedia (the 15th  
largest) has grown by a stunning 18634% in 2007.
http://en.wikipedia.org/wiki/Wikipedia:Multilingual_statistics

[WP numbers] - The Arabic Wikipedia has reached 50,000 articles and  
the French Wikipedia has reached 600,000 articles.
http://meta.wikimedia.org/wiki/Wikimedia_News -- more on this subject

=== Other news ===

[Reminder] - Soon, it will be the most important holiday of the year:  
Wikipedia Day. On January 15, Wikipedia will be 8 years old.
http://en.wikipedia.org/wiki/Wikipedia_day

=== Did you know ... ===

... you can add a extra link to the upper right menu?

By including the code below on your [[User:Your_Name/monobook.js]]  
page you get an extra link between "My talk" and "My preferences". You  
can define the page it points to, and the name of the link, yourself.  
It can be used, for example, to easily access a page where you collect  
links to pages or websites you find useful.

The code:

/*Personal links*/
addOnloadHook(function() {
addPortletLink('p-personal','/wiki/User:Your_Name/Link_Target','Link_Name','pt-links','Link  
title','!',
document.getElementById('pt-preferences'));
});

Note: change "Your_Name" to your account name; change "Link_Target" to  
the page you want to link to; change "Link_Name" to the link name that  
is to be shown.  The shortcut key for this link is alt-shift-!.

=== Quotes ===

"An optimist stays up until midnight to see the new year in.  A  
pessimist stays up to make sure the old year leaves."  -- Bill Vaughan

"It wouldn't be New Year's if I didn't have regrets." -- William Thomas

http://www.bellaonline.com/articles/art27040.asp -- More New Year quotes

//////////////////////////////////////////
Number of subscribers: 706
Unique Visitors website last week: 157
Editor(s): Walter, Effeietsanders
Corrector(s): Oliphaunt
Thanks to: Adrian M. H., pfctdayelise
Contact: reply or http://report.wikizine.org
Website: http://www.wikizine.org
//////////////////////////////////////////

Wikizine.org makes no guarantee of accuracy,
validity and especially but not limited to,
correct grammar and spelling.
Wikizine.org is published by [[meta:user:Walter]],
and is not a publication of the Wikimedia Foundation.
Wikizine is a irregular publication as long as there is noteworthy  
news (and time)
Content is available under the GNU Free Documentation License.
http://www.gnu.org/copyleft/fdl.html


</description>
    <dc:creator>EN Wikizine</dc:creator>
    <dc:date>2008-01-01T19:30:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.announce/99">
    <title>Wikizine - number: 88</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.announce/99</link>
    <description>******************************************
   __    __ _ _    _     _
/ / /\ \ (_) | _(_)___(_)_ __   ___
\ \/  \/ / | |/ / |_  / | '_ \ / _ \
   \  /\  /| |   &lt;| |/ /| | | | |  __/
    \/  \/ |_|_|\_\_/___|_|_| |_|\___|
                                      .org

Year: 2007  Week: 52  Number: 88

******************************************

An independent internal news bulletin
for the members of the Wikimedia community

//////////////////////////////////////////

=== Technical news ===

[No pictures?] - If users complain that the can not see any pictures
on the wiki the it can be the "upload.wikimedia.org" it being blocked
by adblock software. Possibly in an attempt to hide the fundraiser
banner.

=== Foundation ===

[Board resignations] - Michael Davis, Board member since the founding
of the WMF, has resigned as announced per December 1, 2007. Erik
Möller, elected Community representative since summer 2006 and
re-elected in July, also resigned in december. Anthere, Board Chair,
announced an appointment for Erik's seat soon, awaiting elections, and
in time also an appointment for Michaels seat.
http://thread.gmane.org/gmane.org.wikimedia.foundation/23094

[Board expansion] - A lot of Board-related news nowadays, as Anthere
also announced that the Board will be expanded to 11 members. The time
schedule is not totally clear yet. Anthere also announced that she is
considering to reduce her work for the Wikimedia Foundation, after
four years of Board membership, of which 1,5 years as chair and if
elected join the board of Wikimedia France instead of chair of the WMF.
http://wikimediafoundation.org/wiki/Board_expansion_december_2007
http://thread.gmane.org/gmane.org.wikimedia.foundation/23444

[Deputy Director] - Erik Moeller will become WMF's Deputy Director,
which was announced after Erik's resignation from the Board. On
Foundation-l the point was raised that for this newly created function
no public announcement was made for people to submit there candidacy
for this function. Also the move from the unpaid position as board
member to a new, paid, function raised questions. Sue Gardner,
Executive Director WMF and new boss of Erik, clarified the choice and
procedure. Key aspects were that Erik - because of his professional
background, community background and technical knowledge of the
technical side of WMF operations - is a very useful addition to the
WMF staff who have no WMF community background. The WMF is still
looking for people for some functions for the San Francisco office.
http://thread.gmane.org/gmane.org.wikimedia.foundation/23208 --
Announcement by Sue Gardner
http://article.gmane.org/gmane.org.wikimedia.foundation/23275 --
clarification by Sue Gardner
http://thread.gmane.org/gmane.org.wikimedia.foundation/23227 --
reservations about it
http://wikimediafoundation.org/wiki/Job_openings -- functions still open

[Fundraiser] - The fundraiser of the Wikimedia Foundation has been
extended until January 3, 2008. It was scheduled to end on december
22, 2007, but extended to be able to cover the holidays as well. This
is to benefited from the people in the USA who look at the last days
of the year for a good cause to donated to get a tax deduction. The
fundraiser started October 22, and is now already the longest
fundraiser ever. The current balance is around 1.25 million US dollar.
http://thread.gmane.org/gmane.org.wikimedia.foundation/23368

=== Community ===

[Wikinews in Israel]] - Wikinews' David Shankbone wrote his first
report to his sponsored trip to Israel.
http://en.wikinews.org/wiki/Israel_Journal:_The_Holy_Land_has_an_image_problem
</description>
    <dc:creator>EN Wikizine</dc:creator>
    <dc:date>2007-12-24T00:52:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.announce/98">
    <title>Wikizine - number: 87</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.announce/98</link>
    <description>******************************************
  __    __ _ _    _     _
/ / /\ \ (_) | _(_)___(_)_ __   ___
\ \/  \/ / | |/ / |_  / | '_ \ / _ \
  \  /\  /| |   &lt;| |/ /| | | | |  __/
   \/  \/ |_|_|\_\_/___|_|_| |_|\___|
                                     .org

Year: 2007  Week: 51 Number: 87

******************************************

An independent internal news bulletin
for the members of the Wikimedia community

//////////////////////////////////////////

=== Technical news ===

[Printing] - As we all probably know, the layout for printing Wiki  
pages is not the best. The Wikimedia Foundation announced a  
cooperation with the Open Society Institute and the Commonwealth of  
Learning to make an extension that will enable nice printing options.
http://wikimediafoundation.org/wiki/Wikis_Go_Printable

[AMS-IX] - The Wikimedia Foundation received a Gigabit internet  
connection at no cost from Amsterdam Internet Exchange (one of the  
largest internet hubs world wide), for the "good of the internet".
http://wikimediafoundation.org/wiki/Press_releases/AMS-IX

=== Request for help ===

[Greenspun] - The Philip Greenspun Illustration Project, coordinated  
by Brianna Laugher (meta:user:Pfctdayelise), is now accepting requests  
for image proposals to run in the project. If you really really want  
an animation to be created, you can request it there, and there will  
be a small amount of money available for the creator to stimulate the  
creation. It is likely that the first round of this creation process  
will start at the begin of January.
Our internal media collages of WikipediaWeekly have an interview with  
Brianna about this.
http://meta.wikimedia.org/wiki/Philip_Greenspun_illustration_project
http://wikipediaweekly.org/2007/12/14/episode-38-interview-wbrianna-laugher/

=== Foundation ===

[Wikinews] - Wikimedia Serbia has made a formal agreement with the  
Serbian news agency "Beta news" for using there news articles in  
Serbian and English on Wikinews.
http://article.gmane.org/gmane.org.wikimedia.wikinews/773
http://www.beta.co.yu/

[Wikimania 2009] - The formal start for the submissions for candidate  
cities to host Wikimania 2009 is open now until 15th of February.  
Reminder; for 2008 Wikimania is in Alexandria, Egypt.
http://meta.wikimedia.org/wiki/Wikimania_2009

[Wikimania 2008] - The first public planning meeting was held on IRC  
with many topics being discussed for 2 hours on Thurs Dec 13.  Next  
meeting was planned for Saturday 22nd Dec, 1500 (UTC).
http://wikimania2008.wikimedia.org/wiki/Planning/Meetings/20071213

[Staff] - The Wikimedia Foundation hired it's first new staff for the  
relocation to San Francisco. Sue Gardner announced that Erica Ortega  
will be the new Office Manager and Cheryl Steffen will be the Personal  
Assistant for the Executive Directive.
http://thread.gmane.org/gmane.org.wikimedia.foundation/22805

[SR Wikimedia] - A translation and adaptation to local law of the   
Creative Commons license in Serbian is presented. This is done with  
the collaboration of Wikimedia Serbia.
http://creativecommons.org/weblog/entry/7911

[Felon?] - According to the blog "The Register" the former Chief  
Operating Officer of the Wikimedia Foundation was a multiple convicted  
felon. Concerns have been raised that the story told in the "The  
Register" is inaccurate.  Mike Godwin, the WMF legal consul, posted on  
Foundation-l that the WMF can not give comments about this because of  
legal restrictions. Mike Godwin did say that "the Foundation has  
retained an independent firm that conducts criminal background checks,  
consistent with state and federal law in the USA." Jimmy Wales also  
promised that if it would turned out that money has been stolen he  
will compensated it from personal funds. Jimmy promised that so that  
people could feel comfortable about it, not that he expects there will  
be a problem.

http://www.theregister.co.uk/2007/12/13/wikimedia_coo_convicted_felon/  
</description>
    <dc:creator>EN Wikizine</dc:creator>
    <dc:date>2007-12-16T23:51:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.announce/97">
    <title>Year: 2007  Week: 50  Number: 86</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.announce/97</link>
    <description>******************************************
  __    __ _ _    _     _
/ / /\ \ (_) | _(_)___(_)_ __   ___
\ \/  \/ / | |/ / |_  / | '_ \ / _ \
  \  /\  /| |   &lt;| |/ /| | | | |  __/
   \/  \/ |_|_|\_\_/___|_|_| |_|\___|
                                     .org

Year: 2007  Week: 50  Number: 86

******************************************

An independent internal news bulletin
for the members of the Wikimedia community

//////////////////////////////////////////

=== Technical news ===

[Inspector Gadget] - Our wikis support the function that you can put  
in a subpage of your useraccount your own javascript. That is usually  
/monobook.js This way you can change the behavior of the wiki or  
include specific functionality. In the years several users have  
written there own javascript modification. But to use them you need to  
tinker a bit, create that subpage, copy the code and so. Not exactly  
userfriendly for the no so technical Wikimadians. Now there is the  
"Gadget" function. When this function is active on your wiki you have  
a nice menu in the "Preferences" section to enable or disable the  
extra javascript functionality. And that is all you need to do.

This function is active on the English and French Wikipedia and  
commons. Go there and see how it works.  To get this function also  
active on you wiki; 1) discus it on your wiki and get censuses 2) make  
a bugzilla ticket about it and wait 3) after a couple of weeks start  
annoying people about it in #wikimedia-tech
http://www.mediawiki.org/wiki/Extension:Gadgets

[Move page] - The function to move a page (to change the title)  is  
one that all logged in users have. On some wikis the restriction is  
active that user who have a newly created account are not permitted to  
move a page similar to semi-protection restrictions. There is now a  
proposal, that seems to have clear support, to restrict page movement  
by default on all wikis to non-new user accounts. Wikis can opt-out.
http://tinyurl.com/3avdfd

=== Foundation ===

[World Economic Forum] -- The Wikimedia Foundation is invited to the  
World Economic Forum 2008 as Technology Pioneer out of a record number  
of applications and nominees. The World Economic Forum (WEF) is a  
Geneva-based foundation whose annual meeting is attended by top  
business leaders, national political leaders and selected  
intellectuals and journalists. As such is this a valuable opportunity  
for the WMF to make contacts.
http://tinyurl.com/276asx - Wikinews Report

[Stewards] - the nomination election for stewards is nearing the end.  
Your opinion can be given up to 16th December. At present there are 18  
candidates for steward.
http://meta.wikimedia.org/wiki/Stewards/elections_2007

[Fundraiser update] - the end of the current fundraiser, 22 December,  
is coming near. At present about $ 1.1 million is donated. That is  
more compared with the previous fundraiser of end 2006. But far below  
the budget of 2008.
In an interview with the Wikipedia Signpost the Executive Director of  
the WMF Sue Gardner says;"Yes, the online fundraiser will not cover  
our operating costs - nor did we expect it to. And that's okay. We  
have a couple of major donations coming in within the next few weeks:  
they’ve been committed to, and will arrive in the bank before the new  
year."
The bot posting the live donations feed in #wikimedia-donations is  
down does not seem to come back anymore.
http://donate.wikimedia.org/en/node/22

=== Community ===

[I did not do it] - The main page of the English Wikipedia was briefly  
deleted, 2 minutes or less, by an admin account. The user involved was  
blocked after one minute and desysoped 5 minutes after the deletion of  
the main page. After explanation by the user that it was his sister  
who used his account the block was lifted. Moral of the story; logout  
when you leave your computer alone, especially when you are a sysop or  
higher.

[How Wikipedia works] - Phoebe Ayers, Charles Matthews, Ben Yates and  
Samuel Klein are writing a book on how Wikipedia works, and hope to  
publish it (GFDL) early 2008.
http://tinyurl.com/35h72j Phoebes announcement on Foundation-l

[Arbcom DE] -- The German Wikipedia voted to keep the arbitration  
committee (Schiedsgericht) and elected three new members.
http://tinyurl.com/2p48th - The voting page to keep the arbitration committee.

=== Awards ===

[Puerto Rico] -- The Puerto Rica Senate has honoured Wikipedian Marine  
69-71 (Antonio Santiago) in an official resolution for "his dedication  
to the cause of helping spread information about distinguished Puerto  
Ricans through new media, and in particular, those who have served  
with distinction in the military". Santiago is not only active on  
Wikipedia, but also in other media.
http://tinyurl.com/2jgpda - The original (Spanish) resolution - see page 4
http://tinyurl.com/3dyhwq - Userpage of Marine 69-71

=== Media ===

[Interview Sue Gardner] - The Signpost has an interview with the new  
Executive Director of the WMF, Sue Gardner. Her appointment as such,  
she was already managing consultant, has been reported earlier.
http://tinyurl.com/2z7eqz

[Wikinews] -- Wikinews reporter and Wikimedia volunteer David  
Shankbone has been invited by the Israeli government to join a (by  
them financed) tour through the country, together with other  
journalists. This is a nice recognition of Wikinews!
http://tinyurl.com/37dq22 - A blog about this news

[DEwiki rocks!] -- Stern Magazine (A German big Magazine) compared the  
German language Wikipedia with Brockhaus, the traditional German  
encyclopedia, on 50 articles. Stern concluded that Wikipedia was quite  
better then Brockhaus both on Current Events and Correctness.  
Brockhaus is considered to be better on readability. Although 50  
articles is not fully representative, it is a great signal, and worth  
a compliment for the German Wikipedia's editors.
http://whygive.wikimedia.org/2007/12/07/can-you-trust-wikipedia/ --  
with image Cover of stern + 350 comments

[Nazi] - A German politician has filed charges against the German  
Wikipedia  because he finds that there are to many Nazi symbols used  
in Wikipedia on the articles. In Germany it is illegal to display Nazi  
symbols except for educational or artistic reasons. After a talk with  
Wikimedia Deutschland the politician dropped the charges. The number  
of illustration in the German language article about the Hitler-Jugend  
is strongly reduced.
http://www.theregister.co.uk/2007/12/07/wikipedia_germany_charges/
http://www.reuters.com/article/internetNews/idUSL0616923220071206
http://www.reuters.com/article/internetNews/idUSL0731501920071207

[Let's run a Wikipedia story] - One of several recent Wikipedia  
storeys that made it around the globe was that of "The Secret Mailing  
List Of The Evil Elite Administrators Of Wikipedia". Ironically the  
"discovered" mailing list is actually a self assistance list for  
victims of cyberstalking on Wikipedia. This news started by an article  
of The Register.co.uk with user Durova in the spotlight. User Durova  
stated that she was not contacted by the register to give here POV.
http://www.theregister.co.uk/2007/12/06/wikipedia_and_overstock/
http://yro.slashdot.org/article.pl?sid=07/12/04/0333252
http://tinyurl.com/aykjm -- English Wikipedia Village pump about this

[Onion?] - A story that reads more as a report from "The Onion.com".
http://abcnews.go.com/Politics/Story?id=3973925
http://uncyclopedia.org/wiki/UnNews:Main_Page -- more weird stories

=== Stats ===

[7th] - The online research institute Muliscope announced its yearly  
list of the top 20 most popular websites in the Netherlands. The Dutch  
language Wikipedia is up from the 10th place in 2006 to the 7th in 2007.
http://www.multiscope.nl/top-20-sites-van-2007.html

[Growth] -- In 1.5 years Wikimedia went from 10,000 to 50,000 HTTP  
requests per second (peak)! Also Wikimedia handles a 30Tb of data  
volume per day.
http://tinyurl.com/yh7t7j - Graph of HTTP requests
http://tinyurl.com/yqtkoh - Help from the Operator with the pocket calculator

=== Other news ===

[Cape Town Declaration] - Advisory Board member Melissa Hagemann  
reported that a preview of the Cape Town Declaration is now available.  
The Ca