Compare commits

..

No commits in common. "5f32e79b7476b0ac647fed6ba8837b3fb2717f16" and "ae7579356abb976f931b9a19890251f6e725483a" have entirely different histories.

5 changed files with 17 additions and 24 deletions

3
.gitignore vendored
View file

@ -18,6 +18,3 @@
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
# IntelliJ
/.idea

View file

@ -8,5 +8,3 @@ tags: [radio,research]
We have just wrapped up a project with the Guardian Project team exploring options for connectivity to allow for updates to software and content on the Butter Box and for communications between users of multiple Butter Boxes. We have explored two technologies: LoRA and WiFi HaLow. We have just wrapped up a project with the Guardian Project team exploring options for connectivity to allow for updates to software and content on the Butter Box and for communications between users of multiple Butter Boxes. We have explored two technologies: LoRA and WiFi HaLow.
[Read the full post on the SR2 blog](https://www.sr2.uk/posts/2026-butter-box-connectivity) [Read the full post on the SR2 blog](https://www.sr2.uk/posts/2026-butter-box-connectivity)
{/* truncate */}

View file

@ -10,5 +10,3 @@ As part of our latest development project with the Guardian Project team, we hav
Previously, the interface was a static site built with Jekyll, which offered no customisation options and was ill-suited for the portals dynamic requirements. It has now been replaced with a Python Flask application, a lightweight framework that allows developers to include only the necessary libraries, such as for localisation, minimising the applications footprint. Previously, the interface was a static site built with Jekyll, which offered no customisation options and was ill-suited for the portals dynamic requirements. It has now been replaced with a Python Flask application, a lightweight framework that allows developers to include only the necessary libraries, such as for localisation, minimising the applications footprint.
[Read the full post on the SR2 blog](https://www.sr2.uk/posts/2026-butter-box-portal/) [Read the full post on the SR2 blog](https://www.sr2.uk/posts/2026-butter-box-portal/)
{/* truncate */}

View file

@ -1,19 +1,19 @@
radio: facebook:
label: Radio label: Facebook
permalink: /radio permalink: /facebook
description: Radio Connectivity description: Facebook tag description
research: hello:
label: Research label: Hello
permalink: /research permalink: /hello
description: Research description: Hello tag description
development: docusaurus:
label: Development label: Docusaurus
permalink: /development permalink: /docusaurus
description: Development description: Docusaurus tag description
portal: hola:
label: Portal label: Hola
permalink: /portal permalink: /hola
description: Portal Interface description: Hola tag description

View file

@ -24,7 +24,7 @@ Tips for creating a content pack with a static website:
[Sample Static Website.zip](/img/docs/Sample%20Static%20Website.zip) [Sample Static Website.zip](/img/docs/Sample%20Static%20Website.zip)
You can also check out our [New Content Pack News](/docs/content-packs). You can also check out our [New Content Pack News](/blog/tags/contentpack).
### Get Started ### Get Started