This repository was archived by the owner on Mar 9, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
41 lines (40 loc) · 1.67 KB
/
index.php
File metadata and controls
41 lines (40 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<title>flickrQueue</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="css/styles.css" />
<script type="text/javascript" src="http://use.typekit.com/etv3fss.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-11497872-7']);
_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>
<hgroup>
<h1>flickr<span>Queue</span></h1>
<h2>automated Flickr photo privacy modification for the masses</h2>
</hgroup>
<ul>
<li><a href="auth">Authorize</a> flickrQueue to access your photos.</li>
<li>Upload photos as your normally would, but mark them as private, and tag them with "flickrqueue".</li>
<li>Wait until midnight EST. Every night.</li>
</ul>
</section>
<footer>
<cite>Brought to you by <a href="http://apartm.net">Apartm.net</a>.</cite>
<cite>Built using <a href="http://pagodabox.com">pagodabox</a>,
<a href="http://codeigniter.com">codeigniter</a>, and <a href="http://flickr.com/photos/apartmnet">flickr</a>,
with help from <a href="http://typekit.com">typekit</a> and <a href="http://github.com/apartmnet">github</a>.
</cite>
</footer>
</body>
</html>