Hashar has submitted this change and it was merged. Change subject: rm old files ......................................................................
rm old files The root of this repository was meant to be fetched under /srv/org/mediawiki/integration. But overtime we end up maintaing wikimedia domains too so the root is no more serving any files. The up to date copies comes from puppet in /srv/org/mediawiki/integration. Change-Id: Ibfeaa10a47066f6adeccac42f50f7b312eaf3a0b --- D index.html D nightly.css 2 files changed, 0 insertions(+), 147 deletions(-) Approvals: Hashar: Verified; Looks good to me, approved diff --git a/index.html b/index.html deleted file mode 100644 index e405479..0000000 --- a/index.html +++ /dev/null @@ -1,89 +0,0 @@ -<!DOCTYPE html> -<html dir="ltr" lang="en-US"> -<head> - <meta charset="utf-8"> - <title>MediaWiki Continuous Integration</title> - <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> - <style type="text/css"> - body { - margin: 0; - font-size: 14px; - line-height: 1.231; - font-family: sans-serif; - color: #333; - background: rgb(233, 233, 233); - } - - h1 { - overflow: hidden; - vertical-align:middle; - } - - div { - width: 700px; - margin: 25px auto 40px; - padding: 5px 20px; - background: white; - } - - p { - color: #666; - } - img.logo { - float: right; - margin: 5px; - width:66px; - height:50px; - } - ul { - line-height: 1.5em; - } - - /** Mobile overrides */ - @media only screen and (max-width:480px) { - div { - width: auto; - margin: 0px 10px; - padding:0; - } - h1 { margin:0; } - ul { - line-height: 2em; - } - } - </style> -</head> -<body> - <div> - <img src="https://upload.wikimedia.org/wikipedia/commons/3/3d/Mediawiki-logo.png" class="logo"> - <h1>Welcome!</h1> - <p>This is our continous integration server for MediaWiki.</p> - <p>Right now, we are running Jenkins:</p> - <ul> - <li><a href="ci/">Jenkins (PHPUnit/PHP)</a></li> - <li><s>TestSwarm (QUnit/Javascript)</s>, disabled</li> - <li>Nightly builds:<br/> - <ul> - <li> - <a href="nightly/mediawiki/core/">MediaWiki Core</a> (<a href="nightly/mediawiki/core/mediawiki-latest.zip">latest</a>) - </li> - <li> - <a href="WikipediaMobile/nightly/">Wikipedia</a> Android application - (github: <a href="https://github.com/wikimedia/WikipediaMobile">WikipediaMobile</a>) - </li> - <li> - <a href="WiktionaryMobile/nightly/">Wiktionary</a> Android application - (github: <a href="https://github.com/wikimedia/WiktionaryMobile">WiktionaryMobile</a>) - </li> - <li> - <a href="WLMMobile/nightly/">Wikimedia Loves Monument</a> Android application - (github: <a href="https://github.com/wikimedia/WLMMobile">WLMMobile</a>) - </li> - </ul> - </li> - </ul> - <p>Our tools are available using either HTTP or HTTPS.</p> - <p>Questions? Comments? Concerns? Contact <em>^demon</em>, <em>Krinkle</em> or <em>hashar</em> on <a href="irc://irc.freenode.net/#mediawiki">#mediawiki</a>.</p> - </div> -</body> -</html> diff --git a/nightly.css b/nightly.css deleted file mode 100644 index 4a61f87..0000000 --- a/nightly.css +++ /dev/null @@ -1,58 +0,0 @@ -body { - margin:0em; - padding: 0 1em; - background-color: #FFF; - color: #26004D; - font-family: monospace, "Courrier New"; -} - -a { - color:black; -} - -div#footer { - text-align:center; - margin-top: 3em; -} - -table { - font-family: monospace, "Courrier New"; - margin: 1em; - margin-top: 2em; - background-color: #F9F9F9; - border: 1px #aaa solid; - border-collapse: collapse; - color:black; - margin-left:auto; - margin-right:auto; -} -table th, -table td { - border: 1px #aaa solid; - padding: 0.2em 1em; -} -table th { - background-color: #F2F2F2; - text-align:center; -} - -/** Mobile overrides */ -@media only screen and (max-width:480px) { - body { padding:0; } - h1 { - margin:0; - font-size:1.5em; - } - h2 { - margin:0.5em 0; - text-align:right; - font-size:1.2em; - } - table th, - table td { - margin:0; - font-size:0.8em; - padding:0.5em; /** so we can click the right link with large finger */ - } - -} -- To view, visit https://gerrit.wikimedia.org/r/53751 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibfeaa10a47066f6adeccac42f50f7b312eaf3a0b Gerrit-PatchSet: 1 Gerrit-Project: integration/docroot Gerrit-Branch: master Gerrit-Owner: Hashar <has...@free.fr> Gerrit-Reviewer: Hashar <has...@free.fr> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits