Club Admin
Sign in to manage the website.
Username or password not recognised.
Club Admin
Each button opens the right file in GitHub's editor, signed in with your GitHub account. Make the change, press Commit changes, and it's live within a minute or two. The templates to copy are at the bottom of this page.
Weekly Jobs
Add a match report
Opens match-reports.html — paste the report template below the
"newest report" marker.
Add a result to the table
Opens scores.html — paste a result row under the "newest result"
marker.
Update next fixture / latest result
Opens the home page — edit the fixture strip near the middle of
the file.
Everything Else
Add a news item
Announcements, events, nets nights.
Update the honours boards
Leading run scorers and wicket takers.
Edit sponsors
Sponsor text, links and tiers.
Upload photos & logos
Drag pictures into the images folder.
See recent changes
Every past version of the site, in case you need to undo
something.
Play-Cricket admin
Scorecards, averages and widget codes.
Templates
Match report
<article class="entry">
<p class="meta">Saturday 1 January 2026 · Home vs Opposition Name</p>
<h2>Report title goes here</h2>
<p class="result-line"><span class="won">Swinbrook won by X runs</span></p>
<p>First paragraph of the report goes here.</p>
<p>Second paragraph, if you want one.</p>
</article>
News item
<article class="entry">
<p class="meta">1 January 2026</p>
<h2>News headline goes here</h2>
<p>The announcement text goes here.</p>
</article>
Result table row
<tr>
<td><span class="badge w">W</span></td>
<td>1 January</td>
<td>Opposition Name</td>
<td>Home</td>
<td>Swinbrook won by X runs (scores here)</td>
</tr>