From 962539b13a4eaabedacddaba3f5bf3e1568407fd Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Mon, 25 Oct 2021 15:27:54 +0100 Subject: [PATCH] Rename from InLink UK to BT Street Hubs --- lib/site.rb | 6 +++--- public/style.css | 8 ++++---- views/appeals.haml | 2 +- views/authority.haml | 2 +- views/decisions.haml | 2 +- views/index.haml | 2 +- views/layout.haml | 10 +++++----- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/lib/site.rb b/lib/site.rb index 3f60b84..9a52da3 100644 --- a/lib/site.rb +++ b/lib/site.rb @@ -36,7 +36,7 @@ class Site path = '.' Petrify.page(path, 'index', \ { summary: summary, last_updated: last_updated }) - Petrify.csv(path, 'inlink-summary', summary) + Petrify.csv(path, 'kiosks-summary', summary) # Generate a JSON file with all the data apps = ScraperWiki.select("* from applications") @@ -52,7 +52,7 @@ class Site order by date_decision desc limit 60") path = 'decisions' Petrify.page(path, 'decisions', { apps: apps, title: "Latest decisions" }) - Petrify.csv(path, 'inlink-decisions', apps) + Petrify.csv(path, 'kiosks-decisions', apps) # Appeals page summary = ScraperWiki.select(" @@ -76,7 +76,7 @@ class Site path = 'appeals' Petrify.page(path, 'appeals', { summary: summary, apps: apps, title: "Appeals" }) - Petrify.csv(path, 'inlink-appeals', apps) + Petrify.csv(path, 'kiosks-appeals', apps) # Media page stories = CSV.read('media.csv', :headers => true ) diff --git a/public/style.css b/public/style.css index 9267c5e..1630c63 100644 --- a/public/style.css +++ b/public/style.css @@ -4,7 +4,7 @@ body color: #555; font-family: Helvetica, Arial, sans-serif; font-size: 100%; - width: 100%; + width: 100%; line-height: 1.5em; margin: 0; padding: 0; @@ -25,8 +25,8 @@ p #main { - width: 920px; - margin: 50px auto; + width: 60rem; + margin: 5rem auto; } tr.footer { @@ -208,4 +208,4 @@ nav a, a:visited { background-color: #fff; } -} \ No newline at end of file +} diff --git a/views/appeals.haml b/views/appeals.haml index b5a4c3f..a823730 100644 --- a/views/appeals.haml +++ b/views/appeals.haml @@ -40,7 +40,7 @@ %h2 Appealed applications -%p= download_button('inlink-appeals.csv') +%p= download_button('kiosks-appeals.csv') %table#applications %thead diff --git a/views/authority.haml b/views/authority.haml index 2731391..f0cb6ba 100644 --- a/views/authority.haml +++ b/views/authority.haml @@ -26,7 +26,7 @@ %p %a{ :rel => 'alternate', :type => 'application/rss+xml', :href => 'media.xml' } - RSS feed for InLinkUK media stories in + RSS feed for BT Street Hub media stories in = auth['authority_name'] - if stories.size > 0 diff --git a/views/decisions.haml b/views/decisions.haml index dd3ff59..9248cf3 100644 --- a/views/decisions.haml +++ b/views/decisions.haml @@ -1,6 +1,6 @@ %h1 Latest decisions -= download_button('inlink-decisions.csv') += download_button('kiosks-decisions.csv') %table %thead diff --git a/views/index.haml b/views/index.haml index 5142127..082d9c5 100644 --- a/views/index.haml +++ b/views/index.haml @@ -6,7 +6,7 @@ %p.warning There are typically two applications per kiosk: one for full planning permission or telecoms prior approval, and one for advertisement consent. So the number of kiosks applied for is half the number of applications. -%p= download_button('inlink-summary.csv') +%p= download_button('kiosks-summary.csv') %table#summary %thead diff --git a/views/layout.haml b/views/layout.haml index bc65503..3ce4b5d 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -2,7 +2,7 @@ %html %head %title - - subtitle = "InLinkUK from BT kiosks planning applications" + - subtitle = "BT Street Hub kiosks planning applications" - if defined? title = "#{title} · #{subtitle}" - else @@ -11,7 +11,7 @@ %body #main %header - %h1 InLinkUK from BT kiosks planning applications + %h1 BT Street Hub kiosks planning applications %nav %ul.menu %li @@ -38,8 +38,8 @@ %a{ :href => 'https://git.adrianshort.org/adrian/kiosks'}< Source code %a{ :href => 'https://www.adrianshort.org/tags/inlinkuk/'}< - InLink blog posts + BT Street Hub / InLink blog posts %a{ :href => '/data.json'}< JSON bulk download - %a{ :href => 'https://twitter.com/search?f=tweets&vertical=default&q=%23inlink'}< - \#InLink on Twitter + %a{ :href => 'https://twitter.com/search?q=%22bt%20street%20hub%22&src=typed_query&f=live'}< + \BT Street Hub on Twitter