From 3631901139f6d4f78811030f97c2ca2f55151ba0 Mon Sep 17 00:00:00 2001 From: "This, that and the other" Date: Sat, 9 Nov 2013 21:22:57 +1100 Subject: [PATCH] Clean up some old readme files and remove references to SVN docs/README: Updated links, got rid of 2008 date at top of file docs/maintenance.txt: Updated link extensions/README: Some cleanup, added link to new git.wikimedia.org includes/DefaultSettings.php: SVN -> Git for udpprofile includes/profiler/ProfilerSimpleUDP.php: ditto languages/MessagesRo.php: removed link to mime.types on SVN from the mimesearch-summary message. This file seems to have been deleted from the modern-day Git repository maintenance/postgres/mediawiki_mysql2postgres.pl: removed SVN magic words That takes care of most of the remaining references to SVN etc. Bug: 38714 Change-Id: I261921df4b4c0545658d6d38c5f3c1f9dfa63ad1 --- docs/README | 15 +++++++++------ docs/maintenance.txt | 2 +- extensions/README | 12 +++++++----- includes/DefaultSettings.php | 3 ++- includes/profiler/ProfilerSimpleUDP.php | 3 ++- languages/messages/MessagesRo.php | 4 +--- maintenance/postgres/mediawiki_mysql2postgres.pl | 3 +-- 7 files changed, 23 insertions(+), 19 deletions(-) diff --git a/docs/README b/docs/README index 69170767e3..5bc8bfc665 100644 --- a/docs/README +++ b/docs/README @@ -1,16 +1,19 @@ -[July 22nd 2008] +/docs Directory README +====================== The 'docs' directory contain various text files that should help you understand the most important parts of the code of MediaWiki. More in-depth documentation -can be found at http://www.mediawiki.org/wiki/Manual:Code. +can be found at: + https://www.mediawiki.org/wiki/Manual:Code API documentation is automatically generated and updated daily at: - http://svn.wikimedia.org/doc/ + https://doc.wikimedia.org/mediawiki-core/master/php/html/ You can get a fresh version using 'make doc' or mwdocgen.php in the ../maintenance/ directory. -For end user / administrators, most of the documentation is located online at: - http://www.mediawiki.org/wiki/Help:Contents - http://www.mediawiki.org/wiki/Manual:Contents +For end users, most of the documentation is located online at: + https://www.mediawiki.org/wiki/Help:Contents +Documentation for MediaWiki site administrators is at: + https://www.mediawiki.org/wiki/Manual:Contents diff --git a/docs/maintenance.txt b/docs/maintenance.txt index 87a32a8037..87071f2a23 100644 --- a/docs/maintenance.txt +++ b/docs/maintenance.txt @@ -54,4 +54,4 @@ require_once RUN_MAINTENANCE_IF_MAIN; That's it. In the execute() method, you have access to all of the normal MediaWiki functions, so you can get a DB connection, use the cache, etc. For full docs on the Maintenance class, see the auto-generated docs at -http://svn.wikimedia.org/doc/classMaintenance.html +https://doc.wikimedia.org/mediawiki-core/master/php/html/classMaintenance.html diff --git a/extensions/README b/extensions/README index e815062321..b665001c7b 100644 --- a/extensions/README +++ b/extensions/README @@ -2,20 +2,22 @@ Extensions (such as the hieroglyphic module WikiHiero) are distributed separately. Drop them into this extensions directory and enable as per the extension's directions. +You can find a list of extensions and documentation on the MediaWiki website: + https://www.mediawiki.org/wiki/Category:Extensions + + If you are a developer, you want to fetch the extension tree in another directory and make a symbolic link: mediawiki/extensions$ ln -s ../../extensions-trunk/FooBarExt -The extensions are available through Git: +Most extensions are available through Git: https://gerrit.wikimedia.org/r/#/admin/projects/ + https://git.wikimedia.org/project/mediawiki -or Subversion: +Old extensions are on Subversion: https://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/ -You can find documentation and additional extensions on MediaWiki website: - https://www.mediawiki.org/wiki/Category:Extensions - Please note that under POSIX systems (Linux...), parent of a symbolic path refers to the link source, NOT to the target! You should check the env diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 5a1e82fa1a..d428910ad9 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -5032,7 +5032,8 @@ $wgProfilePerHost = false; * Host for UDP profiler. * * The host should be running a daemon which can be obtained from MediaWiki - * Subversion at: http://svn.wikimedia.org/svnroot/mediawiki/trunk/udpprofile + * Git at: + * http://git.wikimedia.org/tree/operations%2Fsoftware.git/master/udpprofile */ $wgUDPProfilerHost = '127.0.0.1'; diff --git a/includes/profiler/ProfilerSimpleUDP.php b/includes/profiler/ProfilerSimpleUDP.php index 0a1f3b1037..418ab122c2 100644 --- a/includes/profiler/ProfilerSimpleUDP.php +++ b/includes/profiler/ProfilerSimpleUDP.php @@ -23,7 +23,8 @@ /** * ProfilerSimpleUDP class, that sends out messages for 'udpprofile' daemon - * (the one from mediawiki/trunk/udpprofile SVN ) + * (the one from + * http://git.wikimedia.org/tree/operations%2Fsoftware.git/master/udpprofile) * @ingroup Profiler */ class ProfilerSimpleUDP extends ProfilerSimple { diff --git a/languages/messages/MessagesRo.php b/languages/messages/MessagesRo.php index 24e1c2bef4..9af5e22cef 100644 --- a/languages/messages/MessagesRo.php +++ b/languages/messages/MessagesRo.php @@ -2108,9 +2108,7 @@ Această pagină specială permite căutarea fișierelor în funcție de tipul M * Imagini animate : image/gif * Fișiere sunet : audio/ogg, audio/x-ogg * Fișiere video : video/ogg, video/x-ogg -* Fișiere PDF : application/pdf - -Lista tipurilor MIME recunoscute de MediaWiki poate fi găsită la [http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/mime.types?view=markup fișiere mime.types].', +* Fișiere PDF : application/pdf', 'mimetype' => 'Tip MIME:', 'download' => 'descarcă', diff --git a/maintenance/postgres/mediawiki_mysql2postgres.pl b/maintenance/postgres/mediawiki_mysql2postgres.pl index 8f170abceb..34837e1bdc 100644 --- a/maintenance/postgres/mediawiki_mysql2postgres.pl +++ b/maintenance/postgres/mediawiki_mysql2postgres.pl @@ -1,7 +1,6 @@ #!/usr/bin/perl ## Convert data from a MySQL mediawiki database into a Postgres mediawiki database -## svn: $Id$ ## NOTE: It is probably easier to dump your wiki using maintenance/dumpBackup.php ## and then import it with maintenance/importDump.php @@ -181,7 +180,7 @@ $MYSQLSOCKET and $conninfo .= "\n-- socket $MYSQLSOCKET"; print qq{ -- Dump of MySQL Mediawiki tables for import into a Postgres Mediawiki schema -- Performed by the program: $0 --- Version: $VERSION (subversion }.q{$LastChangedRevision$}.qq{) +-- Version: $VERSION -- Author: Greg Sabino Mullane Comments welcome -- -- This file was created: $now -- 2.20.1