Browse Source

Rename from InLink UK to BT Street Hubs

main
Adrian Short 2 years ago
parent
commit
962539b13a
Signed by: adrian GPG Key ID: 4B54F9AE91AB06BB
7 changed files with 16 additions and 16 deletions
  1. +3
    -3
      lib/site.rb
  2. +4
    -4
      public/style.css
  3. +1
    -1
      views/appeals.haml
  4. +1
    -1
      views/authority.haml
  5. +1
    -1
      views/decisions.haml
  6. +1
    -1
      views/index.haml
  7. +5
    -5
      views/layout.haml

+ 3
- 3
lib/site.rb View File

@@ -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 )


+ 4
- 4
public/style.css View File

@@ -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;
}
}
}

+ 1
- 1
views/appeals.haml View File

@@ -40,7 +40,7 @@

%h2 Appealed applications

%p= download_button('inlink-appeals.csv')
%p= download_button('kiosks-appeals.csv')

%table#applications
%thead


+ 1
- 1
views/authority.haml View File

@@ -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


+ 1
- 1
views/decisions.haml View File

@@ -1,6 +1,6 @@
%h1 Latest decisions

= download_button('inlink-decisions.csv')
= download_button('kiosks-decisions.csv')

%table
%thead


+ 1
- 1
views/index.haml View File

@@ -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


+ 5
- 5
views/layout.haml View File

@@ -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

Loading…
Cancel
Save