Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reinstate the game archive #107

Merged
merged 81 commits into from
Oct 6, 2019
Merged

Conversation

PeterJCLaw
Copy link
Member

@PeterJCLaw PeterJCLaw commented Oct 5, 2019

This fixes srobo/website#29 by extracting the game archive and rulebooks from srweb (with history) and updating them with details of the SR2017 and SR2019 games.

As a by-product of this change, this also removes the SR2019 rules from the main /docs/rules page in preparation for SR2020.

This was extracted from srweb using a variant of https://gist.github.com/PeterJCLaw/c7527871f671b00854c036aae7939d2a, specifically index-filter.sh was:

#!/bin/sh

git read-tree --empty
git reset $GIT_COMMIT -- \
        resources/rulebook.pdf \
        resources/*/rulebook.pdf \
        content/en/schools/competition \
        content/en/schools/game \
        images/content/arena-2016.png \
        images/content/arena-2015.png \
        images/content/slots-zones.png \
        images/content/arena.png

chrisjameskirkham and others added 30 commits July 14, 2010 22:05
This is necessary now that we've got rid of the base tag
Add the date and brief details about how the day will run.
Also make the 2011 content past-tense since the competition has
happened, and link to the news article.
We want this to be accessible in the future.  Use the power of namespacing
to make this possible.
These are a draft.  Placing them here will help us continue to build
the docs around them in the meantime etc.

These rules are from 72e59f6 in rules.git.
From f2bee28bd in rules.git
This includes the clarification about when a token is in a bucket.
This includes the clarifcation about which markers will be on each
bucket. Rev cfa46a5dd599e0e13d5c72.
PeterJCLaw and others added 21 commits December 7, 2014 21:23
This is based on a build of rules.git at 6c53f08.

Change-Id: If84cebb6b450644933dabcdc2d2dbc587d2a2f24
This contains the flag adornment clarification.
This extends the kit-return-delay-request deadline by a couple of
weeks. PDF built from 36ac701414c in rules.git.

Change-Id: I1914c46971f7fb5184f9e9759f31808736da66f8
Change-Id: Ia464d6a6d15efdc284ca4bab20d1a96346d52019
This provides a general description of the game for external visitors
and is unlikely to change between now and Kickstart.

Change-Id: I7d5d646a31c6af2ab7a29b7a8f7cb991096ed12e
Patch set 2: Update to note that lines are in. Built from rules-dev
             at 4ba656d12e2.

Change-Id: Ia95c174ff2b9156b0241f7c366d74967f497b90c
This adds a new script 'shrink-images.py' which will find any png
images under our images/content and images/templates folders and
shrink them. A cache of files which have already been shrunk is
maintained in 'images/.shrunk-images' so that we don't repeatedly
shrink the same images (even though doing so appears to offer some
minor benefits).

The overall saving here is about 1.4MiB, almost 53% of the size of
our png images. Ideally we would run this script before adding new
files so that we avoid overly large files ending up in the repo too.

Patch set 2: Correct the name of the template dir and shrink those
             images too.
Patch set 3: Switch to using pngquant directly; note that this commit
             still actually uses images shrunk by TinyPNG since they're
             somewhat smaller.

Change-Id: I882a49904b752d726c35e3f0d8f1a93e834a57b2
Change-Id: I509321ab4396d87446ba27c39fa3e30ae20b66be
rules/index.md Outdated Show resolved Hide resolved
Co-Authored-By: Jake Howard <[email protected]>
@PeterJCLaw PeterJCLaw merged commit d2382cc into srobo:master Oct 6, 2019
PeterJCLaw added a commit to srobo/website that referenced this pull request Jul 17, 2021
Since srobo/docs#107 these now have a
permanent home in the docs game archive.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restore game archive