-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
186 lines (185 loc) · 9.66 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>PhotoBackup | OWN YOUR DATA!</title>
<link href='https://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<link href="css/queries.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="top">
<header id="home">
<section class="hero" id="hero">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h1 class="animated fadeInDown">PhotoBackup</h1>
<p class="animated fadeInUp delay-05s">The simplest way to keep your photos where they belong, at YOUR home!</p>
</div>
</div>
</div>
</section>
</header>
<section class="intro section-padding" id="intro">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="arrow">What is it?</h1>
<p>PhotoBackup is a set of mobile and server applications to free the photos you take with your mobile devices and keep them on your own server, at home.<br />
Yes, it is a kind of self-hosting! You can also call it <em>home-clouding</em>, but I'm not sure the term really exists (yet).</p>
<h1 class="arrow">Why?</h1>
<p>Because only YOU should access YOUR photos! Do not let Facebook/Google/Apple/any-other-company keep your pictures on their servers, as you don't know how and what they use them for. PhotoBackup is here to help you in the process.</p>
<h1 class="arrow">How?</h1>
<p>The easy part is to install a mobile application and use it. Currently, only Android is supported, but hopefully more systems will be in the future.<br /><br />
The slightly trickier part is to install a server application on your server, ideally at your home. Several implementations are available, in Python, Perl, NodeJS, Go and PHP at this moment. More will probably come in the future.<br /><br />
You're right, the future will be full of new stuff ;-) This is just the beginning.</p>
</div>
</div>
</div>
</section>
<section class="clients text-center" id="apps">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1>Mobile apps</h1>
</div>
</div>
</div>
</section>
<section class="intro section-padding">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<img class="screen" alt="Android screenshot" src="img/android-screen1.png" />
<h1 class="arrow">Android</h1>
<p>The Android application is a simple service always running silently in background and sending photos to the associated server as soon as you take them. An upload journal allows you to see the status of each photo in your device. Does not backup videos.</p>
<p class="store">
<a href="https://play.google.com/store/apps/details?id=fr.s13d.photobackup">
<img alt="Get it on Google Play" src="img/badge-android.png" />
</a>
</p>
<p class="store">
<a href="https://f-droid.org/app/fr.s13d.photobackup">
<img alt="Get it on F-Droid" src="img/badge-fdroid.png" />
</a>
</p>
<p class="store">
<a href="https://github.com/PhotoBackup/client-android">
<img alt="Get code on github" src="img/badge-github.png" />
</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="arrow">Python CLI</h1>
<p>The simplest PhotoBackup application is a console Python 3 client. Use it to test your server.</p>
<p class="store">
<a href="https://github.com/PhotoBackup/client-python">
<img alt="Get code on github" src="img/badge-github.png" />
</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="arrow">Next: iOS, Firefox OS, etc.</h1>
<p>Soon...</p>
</div>
</div>
</div>
</section>
<section class="servers text-center">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1>On your server, at home</h1>
</div>
</div>
</div>
</section>
<section class="intro section-padding">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="arrow">There's probably a server for you</h1>
<p>We developed many implementations, pick the one you prefer.</p>
<h2 class="arrow">Python-based</h2>
<p class="many">The main implementation, made with <a href="http://bottlepy.org/">Bottle</a> and installable through <a href="https://pypi.python.org/pypi/photobackup_bottle">PyPI</a>.<br/>
Download it from <a href="https://github.com/PhotoBackup/server-bottle">github.com</a>.</p>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="arrow">Perl-based</h2>
<p class="many">A <a href="https://www.perl.org/">Perl</a> implementation, installable through <a href="https://metacpan.org/pod/Net::PhotoBackup::Server">CPAN</a>.<br/>
Download it from <a href="https://github.com/PhotoBackup/server-perl">github.com</a>.</p>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="arrow">NodeJS-based</h2>
<p class="many">A <a href="http://nodejs.org/">NodeJS</a> implementation, installable through <a href="https://npmjs.com/package/photobackup">npm</a>.<br/>
Download it from <a href="https://github.com/PhotoBackup/server-node">github.com</a>.</p>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="arrow">Go-based</h2>
<p class="many">A <a href="https://golang.org/">Go</a> implementation.<br/>
Download it from <a href="https://github.com/PhotoBackup/server-go">github.com</a>.</p>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="arrow">PHP-based</h2>
<p class="many">A <a href="https://php.net/">PHP</a> implementation.<br/>
Download it from <a href="https://github.com/PhotoBackup/server-php">github.com</a>.</p>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="arrow">Next: integration into Cozy Cloud, Freebox, etc.</h1>
<p>More server implementations will be available in the future. Noticeably, we think of a <a href="https://cozy.io/">Cozy Cloud</a> application and some applications for TV-STB like Freebox, Live box, etc.</p>
<p>Check back often to see what's new! If you're interested in helping to hack some code, feel free to <a href="https://github.com/PhotoBackup">fork the code</a> or <a href="https://twitter.com/PhotoBackupApps">contact us</a>.</p>
</div>
</div>
</div>
</section>
<section class="rest text-center">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1>Now, you can rest</h1>
<h1>Your pictures are safe</h1>
<h1>At home</h1>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="text-center credit">
<ul class="social-buttons">
<li><a href="https://github.com/PhotoBackup" class="social-btn"><i class="fa fa-github"></i></a></li>
<li><a href="https://twitter.com/PhotoBackupApps" class="social-btn"><i class="fa fa-twitter"></i></a></li>
</ul>
<p>developed by <a href="http://s13d.fr/">s13d</a></p>
</div>
</div>
</div>
</footer>
</body>
</html>