Difference between revisions of "Ladle/Tools"

From Armagetron
(added ladle-export tool)
 
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{:Ladle/Blurb}}
 
{{:Ladle/Blurb}}
==Random Team IRC command==
 
  
<code>reply [sc [fetch [concat http://crazy-tronners.com/kyle/random_2.php?teams=[urlquote $*]]]]</code>
+
== [http://adventuresoftron.com/ladle Ladle Tools+] ==
 +
 
 +
'''Minimum Authority Generator:''' finds Global IDs in a block of text, and generates configuration files that server admins can RINCLUDE. There is [http://forums3.armagetronad.net/viewtopic.php?t=21307 a topic on the armagetronad forums] for discussion. [http://adventuresoftron.com/ladle/minauthgen.php The actual tool.]
 +
 
 +
'''Server Distributor:''' takes a list of servers and organizes them according to Ladle guidelines. The output, similar to .randomteam, makes editing a 32-team bracket easier. [http://adventuresoftron.com/ladle/serverdist.php The actual tool.]
 +
 
 +
'''Bracket Combiner:''' combines the results of .randomteam and/or the above server distributor with the wiki code for the bracket. Saves lots of time and reduces mistakes. Very helpful. [http://adventuresoftron.com/ladle/bracketcombiner.php The actual tool.]
 +
 
 +
'''Randomteam Maker:''' strips the team names from the wiki code and prepares them as arguments for .randomteam. Doesn't guess or order the seeds and editing is always required. Lots of mistakes can slip through and it only saves few minutes. Practically useless. [http://adventuresoftron.com/ladle/randomtmake.php The actual tool.]
 +
 
 +
== [http://generalconsumption.org/armagetronad/tournament-authority-generator/ Tournament Authority Generator] ==
  
==Authority Generator==
+
A derivative implementation of the [[Ladle/Tools#Minimum Authority Generator|Minimum Authority Generator]] with a couple different features. There is [http://forums3.armagetronad.net/viewtopic.php?t=21695 a topic on the armagetronad forums] for discussion. [http://generalconsumption.org/armagetronad/tournament-authority-generator/ The actual tool.]
  
[http://adventuresoftron.com/ Authority Generator Tool]
+
* Better Global ID filtering. GIDs with spaces, full stops ("."), etc. all work.
 +
* Validates the existence of Global IDs with the authentication servers.
 +
* Auto-corrects Global IDs that use the wrong subgroup. Examples:
 +
** dlh@ct => dlh@ct/public
 +
** dlh@forums/incorrect => dlh@forums
  
 
== [https://code.launchpad.net/~armagetronad-dev/ladle/ladle-export ladle-export] ==
 
== [https://code.launchpad.net/~armagetronad-dev/ladle/ladle-export ladle-export] ==
  
 
The ladle-export program exports Ladle results, teams, and players to JSON.
 
The ladle-export program exports Ladle results, teams, and players to JSON.
 +
 +
== [https://code.launchpad.net/~armagetronad-dev/ladle/ladle-results ladle-results] ==
 +
 +
Analyzes Ladle matches/players/teams, and offers several reports about the data.
 +
 +
== [https://code.launchpad.net/~armagetronad-dev/ladle/ladle-stats ladle-stats] ==
 +
 +
A website with basic Ladle stats. A live demo can be found at http://generalconsumption.org/armagetronad/ladle-stats/.
 +
 +
== Random Team IRC command ==
 +
 +
<code>reply [sc [fetch [concat http://crazy-tronners.com/kyle/random_2.php?teams=[urlquote $*]]]]</code>
 +
 +
[[Category:Ladle]]

Latest revision as of 22:22, 27 August 2021

Ladle Info | About | Challenge Board | Tools | Operations | Results | Statistics | Voting | Bowl
The One hundred and fifty-seventh TRONIC Ladle will be played on Sunday, March 3rd, 2024!
  • Discussion for Ladle 157 is taking place [ here].
  • Server administrators please update your config files.
  • Teams please sign up on the Challenge Board.
  • Then get some practice in before the big day! :)

Ladle Tools+

Minimum Authority Generator: finds Global IDs in a block of text, and generates configuration files that server admins can RINCLUDE. There is a topic on the armagetronad forums for discussion. The actual tool.

Server Distributor: takes a list of servers and organizes them according to Ladle guidelines. The output, similar to .randomteam, makes editing a 32-team bracket easier. The actual tool.

Bracket Combiner: combines the results of .randomteam and/or the above server distributor with the wiki code for the bracket. Saves lots of time and reduces mistakes. Very helpful. The actual tool.

Randomteam Maker: strips the team names from the wiki code and prepares them as arguments for .randomteam. Doesn't guess or order the seeds and editing is always required. Lots of mistakes can slip through and it only saves few minutes. Practically useless. The actual tool.

Tournament Authority Generator

A derivative implementation of the Minimum Authority Generator with a couple different features. There is a topic on the armagetronad forums for discussion. The actual tool.

  • Better Global ID filtering. GIDs with spaces, full stops ("."), etc. all work.
  • Validates the existence of Global IDs with the authentication servers.
  • Auto-corrects Global IDs that use the wrong subgroup. Examples:
    • dlh@ct => dlh@ct/public
    • dlh@forums/incorrect => dlh@forums

ladle-export

The ladle-export program exports Ladle results, teams, and players to JSON.

ladle-results

Analyzes Ladle matches/players/teams, and offers several reports about the data.

ladle-stats

A website with basic Ladle stats. A live demo can be found at http://generalconsumption.org/armagetronad/ladle-stats/.

Random Team IRC command

reply [sc [fetch [concat http://crazy-tronners.com/kyle/random_2.php?teams=[urlquote $*]]]]