1.1 update done, fixes #27

This commit is contained in:
Kai Hendry
2013-06-12 02:12:02 +00:00
parent 28ab6f98e8
commit 352c60a6c4
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
u/*
active-users.txt
version.txt
secret.php

View File

@@ -56,7 +56,6 @@ if (user) { window.location.replace("/u/" + user); }
</form>
<footer>
<p>Twitter API is not working due to <a href="https://dev.twitter.com/blog/api-v1-is-retired">v1 retirement</a>. :( I'm reluctantly trying to use the <a href="https://github.com/kaihendry/Greptweet/tree/1.1">new way more complex 1.1 twitter API working</a>.</p>
<p>Super-geeks please <a href="https://github.com/kaihendry/Greptweet">report issues and contribute on Github</a> :)</p>
<p>Active accounts: <!--#include virtual="active-users.txt" --></p>
<p>Version: <a href=https://github.com/kaihendry/Greptweet/commit/<!--#include virtual="version.txt" -->><!--#include virtual="version.txt" --></a></p>