User:Waldyrious/Toolforge/Toolserver index.php

<!DOCTYPE HTML>
<?php $live = ($_SERVER['SERVER_NAME'] == "toolserver.org"); ?>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Waldir's Wikimedia tools</title>
    <style type="text/css">
      li { padding: 0.5em; }
      #footer
      {
        border: 1px solid Crimson;
        background: Bisque;
        padding: 1em;
        text-align: center;
        font-size: small;
      }
      body { padding:1em; }
    </style>
  </head>
  <body>
<?php if($live) { ?>
    <form action="update.php" style="float: right;">
      <button type="submit">Update</button>
    </form>
<?php } ?>
    <h1><a href="https://wiki.toolserver.org/view/User:Waldir">Waldir</a>'s
    Wikimedia tools</h1>
    <h2>planned tools:</h2>
    <ul>
      <li>
        <b>Template parameter usage in enwiki</b>, based on
        <a href="http://toolserver.org/~kolossos/templatetiger/">templatetiger</a>
        (<a href="http://toolserver.org/~rhodo/tigergui/">GUI</a> /
        <a href="http://de.wikipedia.org/wiki/Wikipedia:WikiProjekt_Vorlagenauswertung/en">doc</a> /
        <a href="http://en.wikipedia.org/wiki/User:TheDJ#Tracker_pages">see also</a>)
      </li><!--Ask Kolossos for help-->
      <li>
        <b>Orthographic projection map maker</b>
        (see <a href="http://enwp.org/Wikipedia:Graphic_Lab/Map_workshop/Archive/Sep_2010#Cape_Verde_(orthographic_projection)">this</a>)
      </li>
      <li>Bring <b><a href="http://en.wikipedia.org/wiki/User:Nickj/Can_We_Link_It">NickJ's Link suggester</a></b>
      back to life!!!</li><!--Note: NickJ said about moving to the toolserver:
      "I enquired years ago, but the site uses a daemon that consumes around
      600 to 800 MB of RAM, and there wasn't the available spare RAM
      on the toolserver then. Unless I'm informed otherwise, I'm going to assume
      that this still applies."
      Someone then commented:
      "Just FYI the tool server RAM limit is 1000 Megabytes now, but you can't
      use that much all the time."-->
      <li>
        <b>Message dupe finder</b> — check which messages are the same in twn
        and local wikis, optionally display diffs, add links to edit twn, etc.
        See Robin's <a href="http://toolserver.org/~robin/?tool=cleanuplocalmsgs">MediaWiki namespace clean-up tool</a>.
      </li>
      <li>
        <b>Contributors</b> (like <a href="http://toolserver.org/~daniel/WikiSense/Contributors.php">Duesentrieb's</a>
        but counting total amount of chars changed. e.g.: <a href="http://toolserver.org/~dcoetzee/contributionsurveyor">
        Dcoetzee's Contribution Surveyor</a>)
      </li>
      <li>
        <b>Web interface for <a href="http://commons.wikimedia.org/wiki/Commons:Tools/Flickrripper">Flickrripper</a></b>
      </li>
      <li>
        <b>User contribution statistics:</b>
        <ul>
          <li>
            <u>yet another edit counter</u> (see my
            <a href="http://meta.wikimedia.org/wiki/User:Waldir">user page at meta.wikimedia</a>
            for strengths and weaknesses of existing ones)
          </li>
          <li>
            <u>Article creation stats</u>. See <a href="http://toolserver.org/~soxred93/pages/">Soxred's</a>.
            Allow marking/hiding redirects and disambiguations. Add creation date.
          </li>
          <li>
            <u>Contribs by topic</u> (based on <a href="http://toolserver.org/~soxred93/pcount/source.php">User:X!'s edit counter</a>,
            but adapted to provide category analysis, for users who <a href="https://wiki.toolserver.org/view/Rules#Privacy_Policy">opt-in</a>)
          </li>
        </ul>
      </li>
    </ul>
    <div id="footer">
      <b><a href="https://wiki.toolserver.org/view/User:Waldir">Waldir</a>'s Wikimedia tools: </b>
      <a href="https://fisheye.toolserver.org/browse/waldir">browse svn</a> |
      <a href="javascript:alert('svn checkout https://svn.toolserver.org/svnroot/waldir');">fork</a> |
<?php if($live) { ?>
      <a href="https://fisheye.toolserver.org/browse/<?=str_replace('/~','',$_SERVER['SCRIPT_NAME']);?>?r=HEAD">view source of this page/tool</a> |
<?php } ?>
      <a href="http://validator.w3.org/check?uri=referer">valid html5</a>
    </div>
  </body>
</html>