From: Tim Starling Date: Thu, 29 Nov 2007 03:30:37 +0000 (+0000) Subject: Update of initial main page text as suggested on bug 12139 by SPQRobin, but with... X-Git-Tag: 1.31.0-rc.0~50677 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=584b6f8bc9103c14321a656cc2fec2cc62fae0d1;p=lhc%2Fweb%2Fwiklou.git Update of initial main page text as suggested on bug 12139 by SPQRobin, but with a different name for Meta. --- diff --git a/maintenance/addwiki.php b/maintenance/addwiki.php index 3b6bb5d6e6..8dcd2eceb6 100644 --- a/maintenance/addwiki.php +++ b/maintenance/addwiki.php @@ -75,19 +75,27 @@ function addWiki( $lang, $site, $dbName ) $wgArticle = new Article( $wgTitle ); $ucsite = ucfirst( $site ); - $wgArticle->insertNewArticle( " -==This subdomain is reserved for the creation of a $ucsite in '''[[:en:{$name}|{$name}]]''' language== + $wgArticle->insertNewArticle( << +[http://www.wikipedia.org Wikipedia] | +[http://www.wiktionary.org Wiktonary] | +[http://www.wikibooks.org Wikibooks] | +[http://www.wikinews.org Wikinews] | +[http://www.wikiquote.org Wikiquote] | +[http://www.wikisource.org Wikisource] +[http://www.wikiversity.org Wikiversity] + -See the [http://www.wikipedia.org Wikipedia portal] for other language Wikipedias. +See Wikimedia's [[m:|Meta-Wiki]] for the coordination of these projects. [[aa:]] [[af:]] @@ -99,6 +107,7 @@ See the [http://www.wikipedia.org Wikipedia portal] for other language Wikipedia [[ast:]] [[ay:]] [[az:]] +[[bcl:]] [[be:]] [[bg:]] [[bn:]] @@ -125,6 +134,7 @@ See the [http://www.wikipedia.org Wikipedia portal] for other language Wikipedia [[he:]] [[hi:]] [[hr:]] +[[hsb:]] [[hy:]] [[ia:]] [[id:]] @@ -195,7 +205,9 @@ See the [http://www.wikipedia.org Wikipedia portal] for other language Wikipedia [[za:]] [[zh:]] [[zu:]] -", '', false, false ); + +EOT +, '', false, false ); print "Adding to dblists\n";