r37702 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r37701‎ | r37702 | r37703 >
Date:16:41, 15 July 2008
Author:catrope
Status:old
Tags:
Comment:
Updating extension READMEs to Special:ExtensionDistributor, add reference to BetaWiki.
Modified paths:
  • /trunk/extensions/ChangeAuthor/LEESMIJ (modified) (history)
  • /trunk/extensions/ChangeAuthor/README (modified) (history)
  • /trunk/extensions/Imagetabs/README (modified) (history)
  • /trunk/extensions/redircite/README (modified) (history)

Diff [purge]

Index: trunk/extensions/ChangeAuthor/LEESMIJ
@@ -18,10 +18,10 @@
1919 Deze extensie maakt het mogelijk om de auteur van een bewerking naderhand te veranderen. Zo kan een verandering door Piet veranderd worden zodat het lijkt alsof Klaas hem gemaakt heeft. Natuurlijk kunnen niet alle gebruikers dit doen, en worden alle veranderingen bijgehouden in een logboek.
2020
2121 2. VERANDERAUTEUR DOWNLOADEN
22 -De huidige versie van VeranderAuteur kan gedownload worden van de MediaWiki SVN op http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/ChangeAuthor U moet drie bestanden downloaden: ChangeAuthor.body.php, ChangeAuthor.setup.php en ChangeAuthor.i18n.php Om een bestand te downloaden klikt u simpelweg op de bestandsnaam en vervolgens op de "(download)" link.
 22+U kunt een .tar.gz bestand downloaden op http://www.mediawiki.org/wiki/Special:ExtensionDistributor/ChangeAuthor .
2323
2424 3. INSTALLATIE
25 -Download de drie bestanden genoemd onder (2.), maak een nieuwe directory genaamd "ChangeAuthor" (zonder de aanhalingstekens) in /pad/naar/uw/wiki/extensions en kopieer de drie .php-bestanden naar de net aangemaakte /pad/naar/uw/wiki/extensions/ChangeAuthor directory. Open dan LocalSettings.php, en voeg de volgende regel toe aan het einde:
 25+Download de .tar.gz genoemd onder (2.) en pak hem uit in /pad/naar/uw/wiki/extensions . Open dan LocalSettings.php, en voeg de volgende regel toe aan het einde:
2626
2727 require_once("$IP/extensions/ChangeAuthor/ChangeAuthor.setup.php");
2828
Index: trunk/extensions/ChangeAuthor/README
@@ -19,10 +19,10 @@
2020 This extension allows for changing the author of a revision, e.g. an edit made by Alice can be changed to look like it was made by Bob instead. Of course, only privileged users can do this, and all changes are logged.
2121
2222 2. WHERE TO GET CHANGEAUTHOR
23 -The current version of ChangeAuthor can be downloaded from the MediaWiki SVN repository at http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/ChangeAuthor You need to download three files: ChangeAuthor.body.php, ChangeAuthor.setup.php and ChangeAuthor.i18n.php To download a file, simply click on it and click the "Download" link.
 23+You can download a tarball at http://www.mediawiki.org/wiki/Special:ExtensionDistributor/ChangeAuthor .
2424
2525 3. INSTALLATION
26 -Download the three files mentioned in section 2, create a directory named "ChangeAuthor" (without quotes) in /path/to/your/wiki/extensions , then move the three .php files to the /path/to/your/wiki/extensions/ChangeAuthor/ directory you just created. Open LocalSettings.php and add the following line at the end:
 26+Download the tarball mentioned in section 2, and extract it in /path/to/your/wiki/extensions . Open LocalSettings.php and add the following line at the end:
2727
2828 require_once("$IP/extensions/ChangeAuthor/ChangeAuthor.setup.php");
2929
@@ -69,7 +69,7 @@
7070 ChangeAuthor is made available under the conditions of the GNU General Public License version 3. For more information, see http://www.gnu.org/copyleft/gpl.html
7171
7272 8. TRANSLATING CHANGEAUTHOR
73 -If ChangeAuthor hasn't been translated to your language, feel free to do so. Simply translate all the messages in the ChangeAuthor.i18n.php file, and e-mail the translations to the maintainer (see the contact section below). They will add your translations to SVN.
 73+If ChangeAuthor hasn't been translated to your language, feel free to do so at http://translatewiki.net/
7474
7575 9. CONTACT
7676 ChangeAuthor is currently maintained by Roan Kattouw. If you have any questions, complaints, feature requests, found a bug, or any other reason to contact the maintainer, please send your e-mails to roan.kattouw@home.nl and mention "ChangeAuthor" in the subject.
Index: trunk/extensions/Imagetabs/README
@@ -15,13 +15,12 @@
1616 When you use one wiki as an image repository for multiple wikis (through shared uploads), it's hard to find out where a specific image is used, as you have to check it at all wikis. This extension makes this easier by adding interwiki tabs above Image: pages.
1717
1818 2. WHERE TO GET IMAGETABS
19 -The current version of Imagetabs can be downloaded from the MediaWiki SVN repository at http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Imagetabs
20 -Simply click the imagetabs.php file, then click download. The latest version of this README can be downloaded in a similar way.
 19+You can download a tarball at http://www.mediawiki.org/wiki/Special:ExtensionDistributor/Imagetabs .
2120
2221 3. INSTALLATION
23 -Download imagetabs.php (see section 2), create a directory named "Imagetabs" (without quotes) in /path/to/your/wiki/extensions, then move imagetabs.php to the /path/to/your/wiki/extensions/Imagetabs/ directory.
 22+Download the tarball (see section 2) and extract it in /path/to/your/wiki/extensions .
2423
25 -Open LocalSettings.php and add the following three lines just before the line with ?> on it:
 24+Open LocalSettings.php and add the following three lines just before the end:
2625
2726 require_once("$IP/extensions/Imagetabs/imagetabs.php");
2827 $wgEnableInterwikiImageTabs = true;
Index: trunk/extensions/redircite/README
@@ -13,13 +13,12 @@
1414 This extension implements links to redirects that expand to the redirect's target when the mouse is moved over them.
1515
1616 2. WHERE TO GET REDIRCITE
17 -The current version of redircite can be downloaded from the MediaWiki SVN repository at http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/redircite
18 -Simply click the redircite.php file, then click download. The latest version of this README can be downloaded in a similar way.
 17+You can download a tarball at http://www.mediawiki.org/wiki/Special:ExtensionDistributor/Redircite .
1918
2019 3. INSTALLATION
21 -Download redircite.php (see section 2), create a directory named "redircite" (without quotes) in /path/to/your/wiki/extensions, then move redircite.php to the /path/to/your/wiki/extensions/redircite/ directory.
 20+Download the tarball (see section 2) and extract it in /path/to/your/wiki/extensions .
2221
23 -Open LocalSettings.php and add the following line just before the line with ?> on it:
 22+Open LocalSettings.php and add the following line just before the end:
2423
2524 require_once("$IP/extensions/redircite/redircite.php");
2625

Status & tagging log