WP-MIRROR 0.6 Reference Manual

Total Page:16

File Type:pdf, Size:1020Kb

WP-MIRROR 0.6 Reference Manual WP-MIRROR 0.6 Reference Manual Dr. Kent L. Miller December 16, 2013 DRAFT 1 DRAFT 2 To Tylery DRAFT i WP-MIRROR 0.6 Reference Manual Legal Notices Copyright (C) 2012,2013 Dr. Kent L. Miller. All rights reserved. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License. THIS PUBLICATION AND THE INFORMATION HEREIN ARE FURNISHED AS IS, ARE FURNISHED FOR INFORMATIONAL USE ONLY, ARE SUBJECT TO CHANGE WITH- OUT NOTICE, AND SHOULD NOT BE CONSTRUED AS A COMMITMENT BY THE AU- THOR. THE AUTHOR ASSUMES NO RESPONSIBILITY OR LIABILITY FOR ANY ER- RORS OR INACCURACIES THAT MAY APPEAR IN THE INFORMATIONAL CONTENT CONTAINED IN THIS MANUAL, MAKES NO WARRANTY OF ANY KIND (EXPRESS, IMPLIED, OR STATUTORY) WITH RESPECT TO THIS PUBLICATION,AND EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES OF MERCHANTABILITY, FITNESS FOR PAR- TICULAR PURPOSES, AND NONINFRINGEMENT OF THIRD-PARTY RIGHTS. The WP-MIRROR logotype (see margin) includes a sunflower that is derived from 119px-Mediawiki logo sunflower Tournesol 5x rev2.png, which is in the public domain. See http://en.wikipedia.org/wiki/File:Mediawiki_logo_sunflower_Tournesol_5x.png. Debian is a registered United States trademark of Software in the Public Interest, Inc., man- aged by the Debian project. Linux is a trademark of Linus Torvalds. InnoDB and MySQL are trademarks of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Abstract The Wikimedia Foundation offers wikipedias in nearly 300 languages. In addition, the WMF has several other projects (e.g. wikibooks, wiktionary, etc.) for a total of around 1000 wikis. WP-MIRROR is a free utility for mirroring any desired set of these wikis. That is, it builds a wiki farm that the user can browse locally. Many users need such off-line access, often for reasons of mobility, availability, and privacy. They currently use kiwix which provides selected articles and thumbnail images. WP-MIRROR builds a complete mirror with original size images. WP-MIRROR is robust and uses check-pointing to resume after interruption. By default, WP-MIRROR mirrors the simple wikipedia and the simple wiktionary (Simple English means shorter sentences). The default should work ‘out-of-the-box’ with no user configu- ration. It should build in 200ks (two days), occupy 90G of disk space, be served locally by virtual hosts http://simple.wikipedia.site/ and http://simple.wiktionary.site/, and update automatically every week. The default should be suitable for anyone who learned English as a second languageDRAFT (ESL). The top ten wikis are the en wikipedia, followed by the de, nl, fr, it, ru, es, sv, pl, and ja wikipedias. Because WP-MIRROR uses original size image files, these wikis are too large to fit on a laptop with a single 500G disk. When higher capacity hard disk drives reach the market, this list may be shortened. But for now, a desktop PC with ample disk space and main memory is required for any of the top ten, unless the user does not need the images (and this is configurable). ii The en wikipedia is the most demanding case. It should build in 1Ms (twelve days), occupy 3T of disk space, be served locally by a virtual host http://en.wikipedia.site/, and update automatically every month. This project’s current Web home page is http://www.nongnu.org/wp-mirror/. This document was generated on December 16, 2013. Features WP-MIRROR has been designed for robustness. WP-MIRROR asserts hardware and software prerequisites, skips over unparsable articles and bad file names, waits for Internet access when needed, retries interrupted downloads, uses check-pointing to resume after interruption, and offers concurrency to accelerate mirroring of the largest wikis. WP-MIRROR issues a warning if MySQL is insecure (e.g. has a root account with no password), or if a caching web proxy is detected. WP-MIRROR warns if disk space may be inadequate for the default (a mirror of the simple wikipedia and simple wiktionary), and gracefully exits if disk space runs too low. WP-MIRROR normally runs in background as a weekly cron job, updating the mirror when- ever the Wikimedia Foundation posts new dump files. Most features are configurable, either through command-line options, or via the configuration file /etc/wp-mirror/local.conf. Wikis can be added to the mirror, or dropped from it. If an user makes an hash of things, and wants to start over, just execute root-shell# wp-mirror --restore-default which drops all WP-MIRROR related databases and files (except image files). This option is used regularly during software development and debugging. An user who wishes also to delete the image files, may execute: root-shell# cd /var/lib/mediawiki/images/ root-shell# rm --recursive --force * That said, a good network citizen would try to avoid burdening the Internet by downloading the same files, over and over. Troubleshooting If WP-MIRROR fails or hangs, please take a look at the log files /var/log/wp-mirror.log. Alternatively, try running root-shell# wp-mirror --debug root-shell# tail -n 1000 /var/log/wp-mirror.log The last few lines in the log file should provide a clue. Developers should select some of the smaller wikis (e.g. the cho, xh, and zu wikipedias) to speed up the test cycle. WP-MIRROR was written and is maintained by Dr. Kent L. Miller. Please see §1.8, Credits for a list of contributors. PleaseDRAFT report bugs in WP-MIRROR to <[email protected]>. iii Contents WP-MIRROR 0.6 Reference Manual ii Contents iv List of Figures xvi List of Tables xvii 1 General Information 1 1.1 About This Manual ................................... 1 1.2 Typographical and Syntax Conventions ........................ 2 1.3 Overview of WP-MIRROR ............................... 2 1.3.1 What is WP-MIRROR? ............................ 2 1.3.2 History of WP-MIRROR ............................ 3 1.3.3 The Main Features of WP-MIRROR ..................... 4 1.4 WP-MIRROR Development History .......................... 5 1.5 What Is New in WP-MIRROR ............................. 6 1.5.1 What Is New in WP-MIRROR 0.6 ....................... 6 1.5.2 What Is New in WP-MIRROR 0.5 ....................... 7 1.5.3 What Is New in WP-MIRROR 0.4 ....................... 8 1.5.4 What Is New in WP-MIRROR 0.3 ....................... 9 1.5.5 What Is New in WP-MIRROR 0.2 ....................... 10 1.5.6 What Is New in WP-MIRROR 0.1 ....................... 10 1.6 WP-MIRROR Information Sources .......................... 11 1.6.1 Project Home Page for WP-MIRROR ..................... 11 1.6.2 Downloading WP-MIRROR .......................... 11 1.6.3 Documentation for WP-MIRROR ....................... 11 1.6.4 Mailing Lists for WP-MIRROR ........................ 11 1.7 How to Report Bugs or Problems ........................... 12 1.8 Credits .......................................... 12 1.8.1 Contributors to WP-MIRROR ......................... 12 1.8.2 Documenters and Translators ......................... 12 2 Installing and Upgrading WP-MIRROR 13 2.1 General Installation Guidance ............................. 13 2.1.1 Operating Systems Supported by WP-MIRROR ............... 13 2.1.2 GNU/Linux Distributions Supported by WP-MIRROR ........... 13 2.1.3 How to Get WP-MIRROR ........................... 13 DRAFT2.1.4 Choosing Which WP-MIRROR Distribution to Install ........... 14 2.1.4.1 Choosing Which Version of WP-MIRROR to Install ....... 14 2.1.4.2 Choosing a Distribution Format ................... 14 2.1.4.3 Choosing When to Upgrade ..................... 14 2.1.5 Verifying Package Integrity Using Checksums or GnuPG ........... 14 2.1.5.1 How to Get the Author’s Public Build Key ............ 14 iv Contents 2.1.5.1.1 Download the Public Key from Public Keyserver . 15 2.1.5.1.2 Cut and Paste the Public Key from Public Keyserver . 15 2.1.5.2 Checksums for a DEB Package .................... 16 2.1.5.3 Checksums for a RPM Package .................... 17 2.1.5.4 Signature Checking for a Tarball .................. 17 2.2 Installing WP-MIRROR on Linux ........................... 17 2.2.1 Installing from a DEB Package ......................... 18 2.2.2 Installing from a RPM Package ......................... 18 2.3 Installing WP-MIRROR from Source ......................... 19 2.3.1 Installing Dependencies ............................. 19 2.3.1.1 Installing Build Dependencies .................... 19 2.3.1.2 Verifying clisp Version ....................... 19 2.3.1.3 Configuring common-lisp-controller ............... 19 2.3.1.4 Configuring cl-asdf ......................... 20 2.3.1.5 Installing Binary Dependencies ................... 20 2.3.2 Installing WP-MIRROR from a Standard Source Distribution ....... 21 2.3.3 WP-MIRROR Build Options .......................... 21 2.4 Postinstallation Configuration and Testing ...................... 22 2.4.1 Default Configuration .............................. 22 2.4.2 Working with X ................................. 22 2.4.3 Configuration of a Wiki Farm ......................... 23 3 System Planning and Configuration 25 3.1 General Information ................................... 25 3.1.1 Storage at the Wikimedia Foundation ..................... 25 3.1.1.1 XML dump files ............................. 25 3.1.1.2 SQL dump files ............................. 26 3.1.1.3 Images ................................. 26 3.1.2 Storage at Other Dump Sites .......................... 26 3.1.3 Storage on Mirror ................................ 26 3.1.4 WP-MIRROR .................................. 27 3.2 Laptop Planning and Configuration .......................... 27 3.2.1 Plan Your Disk Space .............................. 27 3.2.1.1 Configure HDD Write Caching ................... 27 3.2.1.1.1 Purpose: ........................... 27 3.2.1.1.2 Motivation: ......................... 27 3.2.1.1.3 Implementation: ...................... 27 3.2.1.2 Put images Directory on Partition with Adequate Free Space .
Recommended publications
  • Offline Product / Content Experience on the Ground Research Reports Money
    Ofine context descriptive value web KA video content Lite/Kolibri/Learning Equality Internet in a product feedback Box video content device product feedback software compressed ZIM content product users product / content Orange product Foundation Medical practitioner local content money money (remote product users medical help clinic) users Patient product Wikifundi product Khan Academy content (remote product specs Wikimedicine clinic) money ? project content curation money distribution Columbia research research reports Kiwix / team Prisoners OpenZIM ZIM content build Kiwix app ofine editing capability product feedback compressed ZIM contentcompressed ZIM content software compressed ZIM content software Other Kiwix money RACHEL Kiwix content reusers research reports Rachel product and content Grant based money distributors (Gabriel compressedmoney ZIM content Thullen) money ofine product / content users Governments Experience App and users WMF Grants Play store content re sellers WMF Experience Phone Education Wikipedia App resalers WMF School training School administrator Partnerships teachers (low s (low ofine product / content resource resource WMF school) school) Phone Product manufacturer WMF ofine product / content s Comms app with content users product feedback users NGOs and online teaching tools Unicef content (wiki edu) product / content Wikipedia app user (Android) distribution Mobile network experience on the ground operators Students Other ofine (low Wikipedia Endless Wikipedia resource editors apps school) XOWA Egranary ofine product / content Content Wif access curators Refugees points (Wikipedia 1.0).
    [Show full text]
  • The Complete Reference Enterprise Linux & Fedora Edition
    Red Hat: The Complete Reference Enterprise Linux & Fedora Edition Richard Petersen McGraw-Hill/Osborne New York Chicago San Francisco UlnLjo n Lisbon London Madrid Mexico City Milan NewDelhi San uan mmm* Se°ul Sinsapore Sydney Toront' ° Contents Acknowledgments i xxvii Introduction xxix Parti Getting Started 1 Introduction to Red Hat Linux 3 Red Hat and Fedora Linux 5 The Fedora Project 6 Red Hat Enterprise Linux 6 Red Hat Documentation 7 Red Hat Linux Fedora Core 8 Operating Systems and Linux 10 History of Linux and Unix 10 Unix 11 Linux .." 11 Linux Overview 12 Open Source Software 13 Linux Software 14 Linux Office and Database Software 15 Internet Servers 15 Development Resources ; 16 Online Information Sources 18 Documentation 19 2 Installing Red Hat and Fedora Core Linux ;. 21 Hardware, Software, and Information Requirements .'•. 22 Hardware Requirements '. 22 Hard Drive Configuration > 23 Information Requirements I 23 Creating the Boot Disks 25 VJ Red Hat: The Complete Reference Enterprise Linux & Fedora Edition Installing Linux 27 Starting the Installation Program 27 Partitions, RAID, and Logical Volumes 28 Boot Loaders 30 Network Configuration 30 System Configuration 31 Software Installation 31 X Window System Configuration (Red Hat only) 32 Finishing Installation 33 Setup 33 Login and Logout 34 Boot Disks 35 3 Interface Basics 37 User Accounts 37 Accessing Your Linux System 38 The Display Manager: GDM 38 Accessing Linux from the Command Line Interface 39 Bluecurve: The GNOME and KDE Desktops 41 GNOME 41 KDE 42 Window Managers for Linux 43 Command Line Interface 43 Help 44 4 Red Hat System Configuration 47 Red Hat Administrative Tools 47 Configuring Users 48 Printer Configuration 50 X Window System Configuration: redhat-config-xfree86 52 Updating Red Hat and Fedora Linux with RHN, Yum and APT ..
    [Show full text]
  • WIKIMEDIA TECHNICAL AREAS Wikimedia Technical Areas
    WIKIMEDIA TECHNICAL AREAS Wikimedia Technical Areas MediaWiki Skins MediaWiki Extensions Mobile Apps Web and REST APIs Templates Gadgets and User MediaWiki Core Desktop Apps Machine Learning Bots scripts Cloud Services Site Operations Quality Assurance / Continuous Integration Translation Design Documentation MediaWiki Extensions ● Extends the functionality of MediaWiki software ● Most recommended area for newcomers to get started ● Help develop new or improve existing extensions Skills required: PHP, jQuery, Javascript, CSS/ LESS, MySQL/MariaDB MediaWiki Extensions Extension Echo ● Provides a notification system that can be used by other extensions too ● Mentors Moriel and Matt attending Wikimania Screenshot of Echo notification extension. CC BY-SA 4.0 Ethanlee16 Mobile Apps ● Available for Wikipedia and Wikimedia Commons ● Wikimedia Commons App ○ Allows uploading, or viewing nearby missing pictures ○ Featured project for new developers ● Mentor Vojtěch Dostál attending Wikimania Skills required: Objective-C/Swift (IOS), Java (Android) Commons app screenshot CC BY-SA 3.0 Yuvipanda Desktop Apps Kiwix ● A third party, offline content reader ● Allows access to Wikipedia content through Zim file format ● Featured project for new developers ● Mentors Matthieu, Emmanuel, Stephane attending Wikimania Screenshot of Kiwix running Wikipedia on an OLPC laptop. CC BY-SA 3.0, Victor Grigas Skills required: Swift (IOS), HTML5/JS (browser extension), Java (Android), C++/Python (tools & common codebase) Desktop Apps Huggle ● An anti-vandalism tool that
    [Show full text]
  • Working-With-Mediawiki-Yaron-Koren.Pdf
    Working with MediaWiki Yaron Koren 2 Working with MediaWiki by Yaron Koren Published by WikiWorks Press. Copyright ©2012 by Yaron Koren, except where otherwise noted. Chapter 17, “Semantic Forms”, includes significant content from the Semantic Forms homepage (https://www. mediawiki.org/wiki/Extension:Semantic_Forms), available under the Creative Commons BY-SA 3.0 license. All rights reserved. Library of Congress Control Number: 2012952489 ISBN: 978-0615720302 First edition, second printing: 2014 Ordering information for this book can be found at: http://workingwithmediawiki.com All printing of this book is handled by CreateSpace (https://createspace.com), a subsidiary of Amazon.com. Cover design by Grace Cheong (http://gracecheong.com). Contents 1 About MediaWiki 1 History of MediaWiki . 1 Community and support . 3 Available hosts . 4 2 Setting up MediaWiki 7 The MediaWiki environment . 7 Download . 7 Installing . 8 Setting the logo . 8 Changing the URL structure . 9 Updating MediaWiki . 9 3 Editing in MediaWiki 11 Tabs........................................................... 11 Creating and editing pages . 12 Page history . 14 Page diffs . 15 Undoing . 16 Blocking and rollbacks . 17 Deleting revisions . 17 Moving pages . 18 Deleting pages . 19 Edit conflicts . 20 4 MediaWiki syntax 21 Wikitext . 21 Interwiki links . 26 Including HTML . 26 Templates . 27 3 4 Contents Parser and tag functions . 30 Variables . 33 Behavior switches . 33 5 Content organization 35 Categories . 35 Namespaces . 38 Redirects . 41 Subpages and super-pages . 42 Special pages . 43 6 Communication 45 Talk pages . 45 LiquidThreads . 47 Echo & Flow . 48 Handling reader comments . 48 Chat........................................................... 49 Emailing users . 49 7 Images and files 51 Uploading . 51 Displaying images . 55 Image galleries .
    [Show full text]
  • Fedora (Operating System) 1 Fedora (Operating System)
    Fedora (operating system) 1 Fedora (operating system) Fedora Fedora 17 (Beefy Miracle) running GNOME Shell 3.4 Company / developer Fedora Project, (sponsored by Red Hat, Inc.) OS family Unix-like (based on Red Hat Linux) Working state Current [1] Source model Free and open source software (with exceptions) [2] Initial release 2003-11-16 It was codenamed Yarrow. Fedora Core 1 was based on Red Hat Linux 9 and shipped with version 2.4.19 [3] of the Linux kernel, version 2.4 of the GNOME desktop environment, and K Desktop Environment 3.1. Latest stable release 17 (Beefy Miracle) / May 29, 2012 Available language(s) Multilingual Update method Yum (PackageKit) Package manager RPM Package Manager Supported platforms i686, x86-64 Kernel type Monolithic (Linux) Userland GNU Default user interface GNOME 3 [1] License Various free software licenses, plus proprietary binary blobs. Official website [4] www.fedoraproject.org Fedora ( /fɪˈdɒr.ə/), formerly Fedora Core, is an RPM-based, general purpose collection of software, including an operating system based on the Linux kernel, developed by the community-supported Fedora Project and sponsored by Red Hat. Fedora’s flexibility makes it capable of serving as a digital repository for a variety of use cases. The Fedora Project's mission is to lead the advancement of free and open source software and content as a collaborative community.[5] One of Fedora's main objectives is not only to contain software distributed under a free and open source license, but also to be on the leading edge of such technologies.[6][7] Fedora developers prefer to make upstream changes instead of applying fixes specifically for Fedora—this ensures that their updates are available to all Linux distributions.[8] Compared to more mainstream non-Linux operating systems, Fedora has a short life cycle.
    [Show full text]
  • Wikipedia Offline Wikipedia Is
    Wikipedia offline http://meta.wikimedia.org/wiki/Offline_Projects Wikipedia is... The Wikimedia Foundation is... ● World's #5 Internet site in terms ● Not-for-profit organization that of monthly unique visitors owns Wikipedia according to ComScore ● Based in San Francisco, USA ● Over 19.9 million articles in 280+ with 75 staff languages: ● 3.5M in English ● Budget for 2011/12 of US$30 ● 92K in Hindi million ● 35K in Marathi ● Funded mostly by over 500,000 ● Built and maintained by over donors who give an average of 90,000 volunteers ~$25 ● Founded January 15, 2001 by ● 32 affiliated but independent Jimmy Wales chapter organizations around the world Our vision: A world in which every single human being can freely share in the sum of all knowledge. CCBYSA3.0 by Nicolas Goldberg ` Wikipedia is the top online information source 400 Measured using unique visitors. Data from comScore MediaMetrix. 350 (Global Unique Visitors, in millions of users) 300 Wikipedia New York Times 250 CNN BBC News Merriam Webster 200 MSN Encarta National Geographic Encyclopaedia Britannica 150 Wall Street Journal PBS NPR 100 50 0 January July January July January July January April 2007 2008 2009 2010 Current access of Wikipedia INTERNET ~450M unique MOBILE OFFLINE visitors 30% of internet Est. 10M unique population visitors Est. 18M unique visitors <1% of mobile population <1% of offline population Wikipedia is currently limited to <30% of the world Internet Users per 100 people World and India, 2001-2009 30% 25% World 20% 15% <1% broadband 10% India 5% 0% 2001 2002 2003 2004 2005 2006 2007 2008 2009 Estimated that over 1B people in India do not have a subscription Source: ITU, 2010 to Internet Wikipedia offline solution..
    [Show full text]
  • Wikimedia Free Videos Download
    wikimedia free videos download Celebra los 20 años de Wikipedia y las personas que lo hacen posible → In this time of uncertainty, our enduring commitment is to provide reliable and neutral information for the world. The nonprofit Wikimedia Foundation provides the essential infrastructure for free knowledge. We host Wikipedia, the free online encyclopedia, created, edited, and verified by volunteers around the world, as well as many other vital community projects. All of which is made possible thanks to donations from individuals like you. We welcome anyone who shares our vision to join us in collecting and sharing knowledge that fully represents human diversity. (中文 (繁体中文) · Français (France) · Русский (Россия) · Español (España) · Deutsch (Deutschland · (اﻟﻌﺮﺑﯿﺔ (اﻟﻌﺎﻟﻢ · English 1 Wikimedia projects belong to everyone. You made it. It is yours to use. For free. That means you can use it, adapt it, or share what you find on Wikimedia sites. Just do not write your own bio, or copy/paste it into your homework. 2 We respect your data and privacy. We do not sell your email address or any of your personal information to third parties. More information about our privacy practices are available at the Wikimedia Foundation privacy policy, donor privacy policy, and data retention guidelines. 3 People like you keep Wikipedia accurate. Readers verify the facts. Articles are collaboratively created and edited by a community of volunteers using reliable sources, so no single person or company owns a Wikipedia article. The Wikimedia Foundation does not write or edit, but you and everyone you know can help. 4 Not all wikis are Wikimedia.
    [Show full text]
  • OSINT Handbook September 2020
    OPEN SOURCE INTELLIGENCE TOOLS AND RESOURCES HANDBOOK 2020 OPEN SOURCE INTELLIGENCE TOOLS AND RESOURCES HANDBOOK 2020 Aleksandra Bielska Noa Rebecca Kurz, Yves Baumgartner, Vytenis Benetis 2 Foreword I am delighted to share with you the 2020 edition of the OSINT Tools and Resources Handbook. Once again, the Handbook has been revised and updated to reflect the evolution of this discipline, and the many strategic, operational and technical challenges OSINT practitioners have to grapple with. Given the speed of change on the web, some might question the wisdom of pulling together such a resource. What’s wrong with the Top 10 tools, or the Top 100? There are only so many resources one can bookmark after all. Such arguments are not without merit. My fear, however, is that they are also shortsighted. I offer four reasons why. To begin, a shortlist betrays the widening spectrum of OSINT practice. Whereas OSINT was once the preserve of analysts working in national security, it now embraces a growing class of professionals in fields as diverse as journalism, cybersecurity, investment research, crisis management and human rights. A limited toolkit can never satisfy all of these constituencies. Second, a good OSINT practitioner is someone who is comfortable working with different tools, sources and collection strategies. The temptation toward narrow specialisation in OSINT is one that has to be resisted. Why? Because no research task is ever as tidy as the customer’s requirements are likely to suggest. Third, is the inevitable realisation that good tool awareness is equivalent to good source awareness. Indeed, the right tool can determine whether you harvest the right information.
    [Show full text]
  • Wikipedia @ 20
    Wikipedia @ 20 Wikipedia @ 20 Stories of an Incomplete Revolution Edited by Joseph Reagle and Jackie Koerner The MIT Press Cambridge, Massachusetts London, England © 2020 Massachusetts Institute of Technology This work is subject to a Creative Commons CC BY- NC 4.0 license. Subject to such license, all rights are reserved. The open access edition of this book was made possible by generous funding from Knowledge Unlatched, Northeastern University Communication Studies Department, and Wikimedia Foundation. This book was set in Stone Serif and Stone Sans by Westchester Publishing Ser vices. Library of Congress Cataloging-in-Publication Data Names: Reagle, Joseph, editor. | Koerner, Jackie, editor. Title: Wikipedia @ 20 : stories of an incomplete revolution / edited by Joseph M. Reagle and Jackie Koerner. Other titles: Wikipedia at 20 Description: Cambridge, Massachusetts : The MIT Press, [2020] | Includes bibliographical references and index. Identifiers: LCCN 2020000804 | ISBN 9780262538176 (paperback) Subjects: LCSH: Wikipedia--History. Classification: LCC AE100 .W54 2020 | DDC 030--dc23 LC record available at https://lccn.loc.gov/2020000804 Contents Preface ix Introduction: Connections 1 Joseph Reagle and Jackie Koerner I Hindsight 1 The Many (Reported) Deaths of Wikipedia 9 Joseph Reagle 2 From Anarchy to Wikiality, Glaring Bias to Good Cop: Press Coverage of Wikipedia’s First Two Decades 21 Omer Benjakob and Stephen Harrison 3 From Utopia to Practice and Back 43 Yochai Benkler 4 An Encyclopedia with Breaking News 55 Brian Keegan 5 Paid with Interest: COI Editing and Its Discontents 71 William Beutler II Connection 6 Wikipedia and Libraries 89 Phoebe Ayers 7 Three Links: Be Bold, Assume Good Faith, and There Are No Firm Rules 107 Rebecca Thorndike- Breeze, Cecelia A.
    [Show full text]
  • Working with GNOME Environment
    05_0672329425_ch03.qxd 7/23/07 2:31 PM Page 53 CHAPTER 3 IN THIS CHAPTER . The GNOME Desktop Working with GNOME Environment . AIGLX—Eye Candy for the Masses . Imagine a world of black screens with white text, or for Basic X Concepts those of you who remember, green screens with green text. Using X That used to be the primary interface for users accessing . Starting X computers. Computing has moved on significantly since then and has adopted the graphical user interface, or GUI, . KDE—The Other Environment as standard on most desktop and workstation platforms. XFce Fedora is no different and its primary window manager is . Reference called GNOME (the Gnu Network Object Model Environment). Based upon the ethos of simplicity by design, GNOME offers a rich and full interface that you can use easily to be productive. The principle design objectives include an intuitive system, meaning that it should be easy to pick up and use, as well as good localization/internation- alization support and accessibility. GNOME is founded upon the X Window System, the graphical networking interface found on many Linux distri- butions, which provides the basis for a wide range of graphical tools and window managers. More commonly known as just X, it can also be referred to as X11R7 and X11 (such as that found on Mac OS X). Coming from the world-renowned Massachusetts Institute of Technology, X has gone through several versions, each of which has extended and enhanced the technology. The open source implementation is managed by the X.Org foundation, the board of which is made up of several key figures from the open source world.
    [Show full text]
  • Annual Report
    Annual Report Prepared for the General Assembly 2012 WIKIMEDIA CH Association for the Advancement of Free Knowledge Facts and Figures As of June 1st, 2012, Wikimedia CH has 101 members, which is an increase of about 12% compared to one year before. Thereof, 19 are supportive members and 9 members represent legal entities. From the remaining 73 members, 68 are primarily German-speakers, 25 French- speakers, 5 Italian-speakers, 2 Romansh-speakers and 1 English- speaker. The gender distribution is as follows: 91 male, 10 female. Between June 30th, 2011 and June 29th, 2012, the Board of Wikimedia CH consists of: Mourad Ben Abdallah, President Bagawathram Maheswaran, Treasurer Patrick Kenel, Secretary, Press speaker for German language Frédéric Schütz, Press speaker for French language Ilario Valdelli, Press speaker for Italian language Charles Andrès The new Board, elected by the General Assembly 2012 will formally take up its work on August 23rd, 2012, 60 days after the General Assembly. In the same time period, auditors of Wikimedia CH have been: Zutter Treuhand AG Höheweg 2 Postfach 687 CH-3053 Münchenbuchsee (BE) Chief Information Officer of Wikimedia CH is Manuel Schneider. Wikimedia CH: General Assembly 2012 – Annual Report 2/24 WIKIMEDIA CH Association for the Advancement of Free Knowledge Activities GLAM Wiki loves Universities Last fall, a project called Wiki loves Universities has been launched. Its purpose is to build bridges between the Wikimedia and the academic worlds. This project is an umbrella for several projects of diverse nature. The main aims are: . To distribute free knowledge . To support the recruitment and acculturation of new contributors, especially specialists .
    [Show full text]
  • GNOME and KDE Desktops UNIT 3
    Certification GNOME and KDE Desktops UNIT 3 GNOME and KDE Desktops 1 Rev RH033-RHEL3-1 Copyright © 2003 Red Hat, Inc. UNIT 3: Objectives Understand X concepts and architecture Explore useful X applications 2 Rev RH033-RHEL3-1 Copyright © 2003 Red Hat, Inc. UNIT 3: Agenda X concepts and architecture X applications 3 Rev RH033-RHEL3-1 Copyright © 2003 Red Hat, Inc. The X Window System Provides foundation for the graphical component of Linux Multiple desktop environments GNOME KDE Bluecurve theme Easy navigation and configuration Artistically designed look 4 Rev RH033-RHEL3-1 Copyright © 2003 Red Hat, Inc. GNOME Default desktop Consistent, easy to use desktop GNOME Office productivity applications abiword gnumeric Games 5 Rev RH033-RHEL3-1 Copyright © 2003 Red Hat, Inc. KDE KDE, the K Desktop Environment KDE application include: konsole – graphical terminal konqueror - file manager and web browser kmail – email client kdevelop - Integrated Development Environment 6 Rev RH033-RHEL3-1 Copyright © 2003 Red Hat, Inc. Starting XFree86 X may start up automatically Display manager provides graphical login Can start X manually from text login · use startx 7 Rev RH033-RHEL3-1 Copyright © 2003 Red Hat, Inc. Switching Between GNOME and KDE Easy tool to switch between GNOME and KDE desktop environments switchdesk Creates ~/.Xclients and ~/.Xclients-defaults Runs one of the desktop environment tools: GNOME: gnome-session KDE: exec startkde 8 Rev RH033-RHEL3-1 Copyright © 2003 Red Hat, Inc. nautilus GNOME file manager and web browser Start from desktop Start Here desktop icon nautilus command Views files, directories, html Supports http and ftp connections Launch programs and system and desktop preferences from Start Here 9 Rev RH033-RHEL3-1 Copyright © 2003 Red Hat, Inc.
    [Show full text]