aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/down.default.html13
-rwxr-xr-xpublic/fcgi/php-basic3
-rwxr-xr-xpublic/fcgi/php-bitter3
3 files changed, 5 insertions, 14 deletions
diff --git a/public/down.default.html b/public/down.default.html
index 0440f91f9..d6291a74a 100644
--- a/public/down.default.html
+++ b/public/down.default.html
@@ -3,12 +3,12 @@
<head>
<meta charset="utf-8">
<title>
- WhatDoTheyKnow - make and browse Freedom of Information (FOI) requests
+ Alaveteli - make and browse Freedom of Information (FOI) requests
</title>
- <link href="/assets/main.css" media="screen" rel="stylesheet" title="Main" type="text/css">
+ <link href="/assets/application.css" media="screen" rel="stylesheet" title="Main" type="text/css">
<!--[if LT IE 7]>
- <style type="text/css">@import url("/stylesheets/ie6.css");</style>
+ <style type="text/css">@import url("/assets/ie6.css");</style>
<![endif]-->
</head>
@@ -17,15 +17,12 @@
<div id="banner">
</div>
<div id="header">
- <h1>
- <a href="/">WhatDoTheyKnow?</a>
- </h1>
<div id="tagline">
Make and explore Freedom of Information requests
</div>
</div>
<div id="mysoclogo">
- <a href="http://www.mysociety.org">a site by mysociety.org</a>
+ <a href="http://www.alaveteli.org">powered by Alaveteli</a>
</div>
<div id="topnav">
<ul id="navigation"></ul>
@@ -35,7 +32,7 @@
<div id="content">
<div id="general_frontpage">
<div id="frontpage_search">
- <h1>Sorry. WhatDoTheyKnow is down for maintenance. Please come back in a few minutes.</h1>
+ <h1>Sorry. We&rsquo;re down for maintenance. Please come back in a few minutes.</h1>
</div>
</div>
</div>
diff --git a/public/fcgi/php-basic b/public/fcgi/php-basic
deleted file mode 100755
index f3034d9e2..000000000
--- a/public/fcgi/php-basic
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-PHP_FCGI_CHILDREN=1 PHPRC=/etc/php5/fcgi exec /usr/bin/php5-cgi
-
diff --git a/public/fcgi/php-bitter b/public/fcgi/php-bitter
deleted file mode 100755
index bf58b9e23..000000000
--- a/public/fcgi/php-bitter
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-PHP_FCGI_CHILDREN=1 PHPRC=/etc/php4/fcgi exec /usr/bin/php4-cgi
-