-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
108 lines (82 loc) · 5.46 KB
/
index.html
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Photo Project by photo</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1><a href="index.html">Photo Project</a></h1>
<h2></h2>
</header>
<ul id="nav">
<li><a href="docs.html">Documentation</a></li>
<li><a href="https://github.com/photo/frontend">Download</a></li>
<li><a href="https://github.com/photo/mobile-android">Android App</a></li>
<li><a href="https://github.com/photo/mobile-ios">iPhone App</a></li>
<li><a href="https://github.com/photo/documentation/tree/master/docs/contribute">Contribute</a></li>
</ul>
<hr>
<section id="main_content">
<h3>What's this all about?</h3>
<p>The Photo Project is an <strong>open source photo publishing platform and API</strong> that puts you and your photos first. Import, archive, and organize your photos on your server or your personal cloud accounts such as Dropbox or Amazon S3. Your choice.</p>
<h4>Why use the Photo Project?</h4>
<ul>
<li><strong>Data ownership and portability.</strong> Choose to store your photos on your accounts at Amazon S3, Dropbox, or your local drive. It's up to you, and you can switch anytime.</li>
<li><strong>Mobile apps</strong> for Android and iOS so you can take your photos wherever you go</li>
<li><strong>Durability.</strong> Your photos aren't tied to any particular photo service. Switch between services, use more than one at a time, or stop without losing a photo.</li>
<li><strong>It's more than a photo site.</strong> With an API and tools to manage your photos on the go and with other sites, you never have to be without your photos.</li>
</ul>
<p>It's the photo platform you never knew you wanted until it existed.</p>
<section id="downloads" class="clearfix">
<a href="https://github.com/photo/frontend/" id="view-on-github" class="button"><span>Download it now</span></a>
</section>
<h3>Do more with the Photo Project</h3>
<p>The Photo Project is more than a photo site. That's why we've made a lot of things besides the photo platform you can run on your own server. A few of those things include:</p>
<ul>
<li><strong>A RESTful API</strong> to build apps on and examples on how to use it</li>
<li>Mobile apps <a href="https://github.com/photo/mobile-android">for Android</a> and <a href="https://github.com/photo/mobile-ios">iOS</a></li>
<li>A set of libraries in PHP, Python, Java, Javascript, and more so you can get started faster</li>
<li><a href="https://github.com/photo/export-flickr">A Flickr exporter</a> and <a href="https://github.com/photo/import">an importer</a> to import those files into your new site</li>
<li><a href="https://github.com/photo/openphoto-wordpress">A WordPress plugin</a> for integrating your photos with your blog</li>
<li>...All released under the Apache 2.0 license so you can build more on top of them</li>
</ul>
<h3>Documentation</h3>
<p>Confused about something? Need to get clarification on a topic? <a href="docs.html">Our documentation area</a> has what you're looking for.</p>
<h3>Get Involved</h3>
<p>There are lots of ways to contribute, from writing code and documentation to letting us know when you find a bug. Check out <a href="https://github.com/photo/documentation/blob/master/docs/contribute/frontend.markdown">our web contribution guide</a>. If you'd like to contribute to our documentation, <a href="https://github.com/photo/documentation/blob/master/docs/contribute/documentation.markdown">there's a guide for that too</a></p>
<h3>Contact Us</h3>
<p>Have questions or want to chat? There are a couple of ways to get in touch.
<ul>
<li>Email our mailing list at <a href="mailto:[email protected]">[email protected]</a>.</li>
<li>Ask in our IRC channel. We're at #openphoto on Freenode.</li>
</ul>
And if you've found a bug, please let us know. You can submit the bug to the respective repository's issue tracker on Github. <a href="https://github.com/photo">Find a full list here</a>. Or if the issue is with this site, <a href="https://github.com/photo/photo.github.io/issues">here's the issue tracker for this website.</a>
</section>
<footer>
This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="http://twitter.com/jasonlong">Jason Long</a>.
</footer>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-29785237-5");
pageTracker._trackPageview();
} catch(err) {}
</script>
</div>
</div>
</body>
</html>