使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
adrian
/
kiosks
关注
1
点赞
0
派生
0
代码
工单
4
合并请求
0
版本发布
0
百科
动态
浏览代码
Rename from InLink UK to BT Street Hubs
main
Adrian Short
3 年前
父节点
84879ed45c
当前提交
962539b13a
签署人::
adrian
GPG 密钥 ID:
4B54F9AE91AB06BB
共有
7 个文件被更改
,包括
16 次插入
和
16 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+3
-3
lib/site.rb
+4
-4
public/style.css
+1
-1
views/appeals.haml
+1
-1
views/authority.haml
+1
-1
views/decisions.haml
+1
-1
views/index.haml
+5
-5
views/layout.haml
+ 3
- 3
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 )
+ 4
- 4
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: 5
0px
auto;
width:
60rem
;
margin: 5
rem
auto;
}
tr.footer {
@@ -208,4 +208,4 @@ nav
a, a:visited {
background-color: #fff;
}
}
}
+ 1
- 1
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
+ 1
- 1
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
+ 1
- 1
views/decisions.haml
查看文件
@@ -1,6 +1,6 @@
%h1 Latest decisions
= download_button('
inlink
-decisions.csv')
= download_button('
kiosks
-decisions.csv')
%table
%thead
+ 1
- 1
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
+ 5
- 5
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
撰写
预览
正在加载...
取消
保存