This commit is contained in:
Kai Hendry
2011-11-30 17:04:45 +08:00
parent 9f4bc25212
commit 7fe2336929
3 changed files with 3 additions and 12 deletions

View File

@@ -42,16 +42,13 @@ cat <<END
</head>
<body>
<h1>Greptweet is running a long operation to fetch upto 3200 tweets from $id</h1>
<h1>Greptweet is running a operation to fetch upto 3200 tweets from $id</h1>
<p>Please be patient. If you close this page prematurely you can limit the tweets <a href="https://github.com/kaihendry/Greptweet/blob/master/fetch-tweets.sh">fetch-tweets.sh</a> gets and trigger a locking bug.</p>
<p>Please be patient. Closing this page prematurely you can limit the tweets <a href="https://github.com/kaihendry/Greptweet/blob/master/fetch-tweets.sh">fetch-tweets.sh</a> gets and trigger a locking bug.</p>
<pre>
END
hash figlet 2>/dev/null && figlet $id
if test -d u/$id

View File

@@ -3,9 +3,9 @@
<head>
<meta charset="utf-8" />
<title>GrepTweet</title>
<script src="humane.min.js" async></script>
<link id='theme' rel='stylesheet' href='themes/bigbox.css'/>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="humane.min.js" async></script>
<script>
function submitPressed() {
if (document.forms.f.checkValidity()) {

View File

@@ -15,10 +15,4 @@ button {
font-size: 3em;
}
.twtr-widget { float: right; }
#users li { display: inline; }
#twitter { background: green; border-radius: 1em; padding: 1em; }