forked from libreprojects/libreprojects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (73 loc) · 5.38 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
<!DOCTYPE html><html><head>
<meta charset="utf-8" />
<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" />
<link rel="alternate" type="application/rss+xml" title="Libre Projects" href="https://github.com/libreprojects/libreprojects/commits/gh-pages/js/data.json.atom" />
<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>Libre Projects</span></a></h1>
<p><span id="nb-projects"></span> <span class="translatable">open source hosted web services</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>
<p id="searchError"><span id="searchMessage" class="translatable">No results for</span> <strong><span id="searchItem"></span></strong>.</p>
<div id="categories">
<h2 id="favorites"><a href="#favorites">★</a></h2>
<ul></ul>
</div>
<footer>
<h3 id="information" class="translatable">Information</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" class="translatable">Participate</h3>
<p class="translatable" xmlns:dct='http://purl.org/dc/terms/'>
<a rel='dct:publisher' href='http://jancborchardt.net'><span property='dct:title'>Jan-Christoph Borchardt</span></a> &
<a rel='dct:publisher' href='http://github.com/jhuet'><span property='dct:title'>Jérémy 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 (logos are subject to their own license).
</p>
<p class="translatable"><a href='http://github.com/libreprojects/libreprojects'>Help with code</a>, <a href='http://github.com/libreprojects/libreprojects/issues/new'>suggest a project</a> (make sure it’s open source, hosted & usable) and tell your friends about this!</p>
</footer>
<div id="project-details">
<div class="header">
<p><a class="address" target="_blank"><img class="logo" src="" alt="" /><strong class="name"></strong></a></p>
<p class="cat-desc"><a href="#" class="category translatable"></a><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" style="display:block">Similar to</p>
<p class="translatable label" style="display:none;width:100%;">No similar projects added yet</p>
<ul></ul>
</div>
<div class="alternative-to">
<p class="translatable label" style="display:block">Alternative to</p>
<p class="translatable label" style="display:none;width:100%;">No alternatives added yet</p>
<ul></ul>
</div>
<div class="license">
<p class="translatable label" style="display:block">Source code</p>
<p class="translatable label" style="display:none;width:100%;">No licenses added yet</p>
<ul></ul>
</div>
<div class="tosdr">
<p class="translatable label" style="display:block"><abbr title='Terms of service ratings provided by https://tosdr.org'>TOS rating</abbr></p>
<ul></ul>
</div>
</div>
<p class="tip translatable"></p>
</div>
</body></html>