forked from jancborchardt/libreprojects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (54 loc) · 4.74 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Libre Projects</title>
<link rel="stylesheet" type="text/css" href="css/default.css">
<link rel="shortcut icon" href="images/favicon.png">
<link rel="apple-touch-icon-precomposed" href="images/favicon-touch.png">
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="js/jquery.cookie.js"></script>
<script type="text/javascript" src="js/jquery.ba-dotimeout.min.js"></script>
<script type="text/javascript" src="js/jquery.ba-bbq.min.js"></script>
<script type="text/javascript" src="js/jquery.Storage.js"></script>
<script type="text/javascript" src="js/jquery.simplemodal.1.4.2.min.js"></script>
<script type="text/javascript" src="js/jquery.smooth-scroll-1.4.1.min.js"></script>
<script type="text/javascript" src="js/data.json"></script>
<script type="text/javascript" src="js/default.js"></script>
<script type="text/javascript" src="js/jquery.infieldlabel.min.js"></script>
<script type="text/javascript" src="js/prefixfree.min.js"></script>
</head>
<body>
<h1><a href="http://libreprojects.net"><img src="images/favicon-touch.png" alt="" /><span class="translatable">Libre Projects</span></a></h1>
<p><span id="nb-projects"></span> <span class="translatable">free web services & alternatives</span></p>
<ul id="locale"></ul>
<p id="search"><label class="translatable" for="searching">search</label><input id="searching" name="searching" type="search" autofocus /></p>
<div id="categories">
<h2 id="favorites"><a href="#favorites" class="translatable">★</a></h2>
<ul></ul>
</div>
<footer>
<h3 id="information"><a href="#information" class="translatable">Information</a></h3>
<p class="translatable">Web services listed here have free usage & sharing as a main goal – using free licenses such as <a href='http://en.wikipedia.org/wiki/MIT_License'>MIT</a>, <a href='http://www.gnu.org/licenses/agpl.html'><abbr title='GNU Affero General Public License'>GNU AGPL</abbr></a>, <a title='preferably Attribution or Share-Alike' href='http://creativecommons.org/'>Creative Commons</a> or similar terms. There will be no advertising for corporations that offer libre features as a niche service. On the other hand, platforms that mainly distribute free content and don't require user accounts do not have to be free themselves.</p>
<p class="translatable">In the end, hosted web services are all about mutual trust. Users trust that their data is secure and the service will stay available in the future. Developers trust that the service will not be abused.</p>
<p class="translatable">Ideally, you have a <a href='http://freedomboxfoundation.org'>FreedomBox</a> running at home and don't need to trust anyone. But many are not in the position to do that; either because of no permanent residence, not enough money to afford it or a weak internet connection not able to serve data across the country. That's why we hope the <a href='http://unhosted.org'>Unhosted</a> architecture will get adopted.</p>
<h3 id="participate"><a href="#participate" class="translatable">Participate</a></h3>
<p class="translatable" xmlns:dct='http://purl.org/dc/terms/'><a rel='dct:publisher' href='http://jancborchardt.com'><span property='dct:title'>Jan-Christoph Borchardt</span></a> & <a rel='dct:publisher' href='https://github.com/jhuet'><span property='dct:title'>Jeremy Huet</span></a> have <a rel='license' href='http://creativecommons.org/publicdomain/zero/1.0/' title='by a Public Domain Dedication'>waived all copyright</a> on this project (except the logos which are subject to their own license).</p>
<p class="translatable">Feel free to <a href='https://github.com/jancborchardt/libreprojects/wiki'>contribute ideas</a> & <a href='https://github.com/jancborchardt/libreprojects'>help with code</a> or simply tell your friends!</p>
<p class="translatable">Thanks to the fine people at <a href='http://blog.wikimedia.de/2010/12/06/wissenswert-ergebnis-wir-unterstuetzen-acht-mutige-projekte/'>Wikimedia Germany</a> for supporting us!</p>
</footer>
<div id="project-details">
<div class="header">
<p><a class="address"><img class="logo" /><span><strong class="name"></strong></span></a></p>
<p class="cat-desc"><span><a href="#" class="category translatable"></a></span><span class="description translatable"></span></p>
<ul class="tags"></ul>
</div>
<div class="details">
<p class="introduction translatable"></p>
<div class="similar-to"><p class="translatable label">Similar to</p><ul></ul></div>
<div class="alternative-to"><p class="translatable label">Alternative to</p><ul></ul></div>
<div class="license"><p class="translatable label">License</p><ul></ul></div>
</div>
<p class="tip translatable"></p>
</div>
</body></html>