-
Notifications
You must be signed in to change notification settings - Fork 22
/
index.html
91 lines (88 loc) · 4.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<html>
<head>
<title>Council Room</title>
<link href='static/css/mystyles.css' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=IM+Fell+DW+Pica'
rel='stylesheet' type='text/css'>
</head>
<body>
<h1>CouncilRoom.com</h1>
<p class="intro">
This site contains a front end to the Dominion game logs
hosted on the wonderful
<a class="introlink" href="http://dominion.isotropic.org">
Isotropic Dominion server</a>.
The code backing this website is open source and available at the
<a class="introlink" href="http://github.com/rrenaud/dominionstats/">
Dominion Stats github page</a>.
</p>
<p class="small">
Written by <a href="player?player=rrenaud">rrenaud</a>
<a href="mailto:[email protected]">([email protected])</a>
<a href="http://boardgamegeek.com/user/rrenaud">
(BGG profile)</a> and <a href="player?player=Larry">Larry</a>, and
<a href="player?player=rspeer">rspeer</a>
<a href="mailto:[email protected]">([email protected])</a>, and
<a href="player?player=hawaiian+shirts">hawaiian shirts</a> <a href="http://probablydavid.com">(David Lu!!)</a>.
Graphic design by NemoRathwald/Matt Arnold (mat<span class="z">_REMOVE_</span>t.ma<span class="z">_THIS_</span>tta<span class="z">_FOR_</span>rn@<span class="z">_SPAM_</span>gma<span class="z">_PROTECTION,_</span>il.c<span class="z">_HUMANS!_</span>om) <a href="http://boardgamegeek.com/user/Matt_Arnold">(BGG profile)</a>.
</p>
<div class="cardborder yellow">
card winningness graphs
<ul>
<li><a href="/win_rate_diff_accum.html?cards=Cost%3D%3D5%26%26Actions%3D%3D1">
difference in #</a>
<li><a href="/win_weighted_accum_turn.html?cards=Silver,Cost%3D%3D3%20%26%26%20Actions%3E%3D1%20%26%26%20Cards%3E%3D1">
turn</a>
</ul>
</div>
<div class="cardborder yellow">
<a href="/player?player=rrenaud">player pages</a>
<div style="float;right">
Name: <font size="-1">case sensitive</font>
<form action='player' method='get'>
<input type="text" name="player" size=15">
<br>
<input type="submit" value="View Stats!">
</form>
</div>
</div>
<div class="cardborder yellow">
<a href="/search_query">game search page</a>
</div>
<div class="cardborder yellow">
<a href="/popular_buys">popular buys</a>
</div>
<div class="cardborder yellow">
<a href="/openings">best and worst openings</a>
</div>
<div style="clear: both;"> </div>
<h2 class="treasure">Forum</h2>
The forum for this site and for <A HREF="http://dominionstrategy.com">Dominion Strategy</A> can be found <A HREF="http://forum.dominionstrategy.com">here</A>.</p>
<h2 class="treasure">Suggestions</h2>
I'd love to see users rating existing ideas and making new suggestions
on the <a href="http://councilroom.uservoice.com/">
CouncilRoom.com uservoice page</a>.
</p>
<h2 class="treasure">Contributions</h2>
I'd also be very happy to have outside contributions to the project.
Some of the highest rated ideas can be implemented without having
to learn all that much of the code.
<ul>
<li> <a href="http://councilroom.uservoice.com/forums/99487-general/suggestions/1434257-create-vanity-accomplishments">Vanity Accomplishments</a>
<ul>
<li>Graphic design skills to create the badges.
<li>Some creative and fun ideas as to what is badge worthy.
<li>A little bit of <a href="http://code.google.com/p/dominionstats/source/browse/trunk/game.py">programming ability</a> to detect the novel
events.
</ul>
<li><a href="http://councilroom.uservoice.com/forums/99487-general/suggestions/1434255-add-visualizations-for-individual-games?ref=title">
Add Visualizations for individual games</a>: You just need to come
up with good ideas as to what is worth seeing and how to display
it.
</ul>
<h2 class="treasure">IRC</h2>
Want to chat about CouncilRoom.com? Is something broken? Join
<a href="http://webchat.freenode.net/?channels=councilroom">
#councilroom</a> on irc.freenode.net.
</body>
</html>