-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b12718
commit 4197e75
Showing
7 changed files
with
72 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
index: | ||
title: How many fakes follow you? | ||
button: Calculate | ||
followers: You have %1 fake followers | ||
info: !!html | ||
We don't store their data, <a href="/images/heroku.png">our Heroku account not using storage space</a>. | ||
retweet: !!html | ||
<a href="/tweet">Tweet this</a> | ||
footer: | ||
message: !!html | ||
Twifakes uses <a href="http://en.wikipedia.org/wiki/OAuth" target="_blank">OAuth</a> for Authentication. This is designed to protect your account. You will be redirected to Twitter and asked to allow the Twifakes Application. Simply click Allow to use Twifakes. We promise not to misuse or abuse your account. | ||
locale: !!html | ||
Change language to <a href="/?locale=pt">Portuguese</a> | ||
Change language to <a href="?locale=pt">Portuguese</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
index: | ||
title: Quantos fakes seguem você? | ||
button: Calcular | ||
followers: Você tem %1 seguidores fake | ||
info: !!html | ||
Nós não armazenamos seus dados, <a href="/images/heroku.png">nossa conta no Heroku não está utilizando espaço para armazenamento</a>. | ||
retweet: !!html | ||
<a href="/tweet">Envie um Tweet</a> | ||
footer: | ||
message: !!html | ||
Para proteger sua conta o Twifakes usa <a href="http://en.wikipedia.org/wiki/OAuth" target="_blank">OAuth</a> na Autenticação. Você será redirecionado para o Twitter que perguntará se você dar permissão à aplicação Twifakes. Simplesmente clique em "Allow" para usar o Twifakes. Prometemos não fazer uso indevido ou abusar da sua conta. | ||
locale: !!html | ||
Mudar idioma para <a href="/?locale=en">Inglês</a> | ||
Mudar idioma para <a href="?locale=en">Inglês</a> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,3 @@ | ||
<!DOCTYPE HTML> | ||
<html lang="<%= r18n.locale.code %>"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="description" content="How many fakes follow you?" /> | ||
<meta name="keywords" content="Twitter, Fakes, Joke, Calculate, Twitter Fakes, Twitter service" /> | ||
<link rel="stylesheet" media="screen" href="/stylesheets/style.css" /> | ||
<title><%= r18n.index.title %> | Twifakes</title> | ||
<!--[if IE]> | ||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
<script type="text/javascript"> | ||
|
||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-18088069-1']); | ||
_gaq.push(['_trackPageview']); | ||
|
||
(function() { | ||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
})(); | ||
|
||
</script> | ||
</head> | ||
<body> | ||
<section id="wrapper"> | ||
<header> | ||
<h1><a href="/"><img src="/images/twifakes.png" alt="Twifakes" /></a></h1> | ||
</header> | ||
|
||
<section id="content"> | ||
<h1><%= r18n.index.title %></h1> | ||
<p class="warning">Twifakes is an entertainment application, is hosted on the Heroku (free) and do not use any database or other storage.</p> | ||
<p class="warning">Twifakes is temporarily offline, but we are trying to return as soon as possible.</p> | ||
<!--p id="calculate"><a href="/connect"><%= r18n.index.button %></a></p--> | ||
</section> | ||
|
||
<div id="stick"></div> | ||
</section> | ||
|
||
<footer> | ||
<p id="message"><%= r18n.index.footer.message %></p> | ||
<p id="locale"><%= r18n.index.footer.locale %></p> | ||
</footer> | ||
</body> | ||
</html> | ||
<h1><%= r18n.index.title %></h1> | ||
<p id="calculate"><a href="/connect"><%= r18n.index.button %></a></p> | ||
<p class="info"><%= r18n.index.info %></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<!DOCTYPE HTML> | ||
<html lang="<%= r18n.locale.code %>"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="description" content="How many fakes follow you?" /> | ||
<meta name="keywords" content="Twitter, Fakes, Joke, Calculate, Twitter Fakes, Twitter service" /> | ||
<link rel="stylesheet" media="screen" href="/stylesheets/style.css" /> | ||
<title><%= r18n.index.title %> | Twifakes</title> | ||
<!--[if IE]> | ||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
<script type="text/javascript"> | ||
|
||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-18088069-1']); | ||
_gaq.push(['_trackPageview']); | ||
|
||
(function() { | ||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
})(); | ||
|
||
</script> | ||
</head> | ||
<body> | ||
<section id="wrapper"> | ||
<header> | ||
<h1><a href="/"><img src="/images/twifakes.png" alt="Twifakes" /></a></h1> | ||
</header> | ||
|
||
<section id="content"> | ||
<%= yield %> | ||
</section> | ||
|
||
<div id="stick"></div> | ||
</section> | ||
|
||
<footer> | ||
<p id="message"><%= r18n.index.footer.message %></p> | ||
<p id="locale"><%= r18n.index.footer.locale %></p> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,3 @@ | ||
<!DOCTYPE HTML> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="description" content="How many fakes follow you?" /> | ||
<meta name="keywords" content="Twitter, Fakes, Joke, Calculate, Twitter Fakes, Twitter service" /> | ||
<link rel="stylesheet" media="screen" href="/stylesheets/style.css" /> | ||
<title>How many fakes follow you? | Twifakes</title> | ||
<!--[if IE]> | ||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
<script type="text/javascript"> | ||
|
||
var _gaq = _gaq || []; | ||
_gaq.push(['_setAccount', 'UA-18088069-1']); | ||
_gaq.push(['_trackPageview']); | ||
|
||
(function() { | ||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
})(); | ||
|
||
</script> | ||
</head> | ||
<body> | ||
<div id="wrapper"> | ||
<header> | ||
<h1><a href="/"><img src="/images/twifakes.png" alt="Twifakes" /></a></h1> | ||
</header> | ||
|
||
<section id="content"> | ||
<h1>You have <%= @fakes %> fake followers</h1> | ||
</section> | ||
</div> | ||
</body> | ||
</html> | ||
<h1><%= r18n.index.followers(@fakes) %></h1> | ||
<p id="retweet"><%= r18n.index.retweet %></p> | ||
<p class="info"><%= r18n.index.info %></p> |