Website Update

In order to make this website easier to update for all of the SEMLA Officers we have moved the site over to a new back end.

At the same time we have moved to HTTPS to make the site more secure (that's the thing that gives you the padlock in the address bar), as well as updating various features to fit in with modern best practices, e.g. the dropdown menus now require you to click to open them, rather than just hovering your mouse over them.

You should notice only minor differences to the look of the site, however the address of all of the pages will have changed, for example http://www.southlacrosse.org.uk/fixtures.html is now https://www.southlacrosse.org.uk/fixtures. As you can see, since the move to HTTPS forced the address to change anyway, we also took the opportunity to remove the .html to fit with modern conventions.

We have configured it so that if you visit an old address you will automatically be taken to the new page, but you should change all of your bookmarks and links to the new addresses as that redirect will slow down any requests.

To find the new address of a page you could just visit the old link and see where you are redirected to, or navigate to the page on the new site, but the changes are pretty straightforward, so if you have many links it could be easier to see below for what changes are required.

Page Address Changes

The most basic change is that every address should now start https:// instead of the old http://.

Most pages will just have the .html removed, so https://www.southlacrosse.org.uk/tables.html moves to https://www.southlacrosse.org.uk/tables, however we also took the opportunity to tidy up some addresses which don't match the page title, so the Club Responsibilities page moves from http://www.southlacrosse.org.uk/regs/check-list.html to https://www.southlacrosse.org.uk/club-responsibilities.

All news items have moved to a new address structure, so http://www.southlacrosse.org.uk/news/2020-21/semla-ready-for-the-new-season.html is now https://www.southlacrosse.org.uk/2020/08/semla-ready-for-the-new-season.

Fixtures Calendars

The team fixtures calendars move to https://www.southlacrosse.org.uk/api/semla/v1/teams/{team-name}/fixtures.ics, so for example http://www.southlacrosse.org.uk/fixtures_Buckhurst+Hill.ics moves to https://www.southlacrosse.org.uk/api/semla/v1/teams/Buckhurst_Hill/fixtures.ics. If you haven't already subscribed to your team's fixtures calendar then you can go to the Fixtures page and select your team, and you will find the new link under 'Subscribe' at the bottom of the page.

Embedding Fixtures and League Tables

We have completely revamped, and hopefully simplified, the way clubs can embed the SEMLA fixtures and league tables on their sites, and we would encourage any clubs who don't yet use these services to give them a try. See the Data Resources page for more details.

Source Code

The complete source code for this website can be found on Github, along with instructions on how to contribute any improvements or fixes.