blob: 43319896578250c0b14f82a99dd8d912db474de8 (
plain)
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">
<title>DREAM enables Group P2P Collaboration</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover">
<link rel="stylesheet" type="text/css" href="main_style-003.css">
</head>
<body>
<header title="DREAM enables Group P2P Collaboration">
<h1>DREAM</h1>
<h2>DREAM: <span>Distributed Replicated Edge Agency Machine</span></h2>
<p class="tagline">
Internet protocols and applications
to empower citizens to act and find agency together
</p>
</header>
<main role="main">
<article>
<section id="for-activists">
<h2>For Activists</h2>
<p>Organize peer to peer away from corporate surveillance.</p>
<nav><a href="/pub/for-activists">read more</a></nav>
</section>
<section id="for-developers">
<h2>For Developers</h2>
<p>We design networks & systems that empower & respect users, and ensure sustainability of hardware, software, and human resources.</p>
<nav><a href="/pub/for-developers">read more</a></nav>
</section>
<section id="dream-team">
<h2>DREAM Team</h2>
<p>Contact the team and learn how the project came about.</p>
<nav><a href="/pub/dream-team">read more</a></nav>
</section>
</article>
<aside>
<section id="pitch">
<h2>Distributed Replicated Edge Agency Machine</h2>
<p><abbr title="Public Universal Base: Libre Infrastructure Community">PUBLIC</abbr> DREAM
empowers communities anywhere to collaborate in the local creation and maintenance
of open knowledge without the need for central coordination. DREAM enables the
convergence of distributed <abbr title="Peer-to-Peer">P2P</abbr> networks, linked
data models, and social solidary economy best practices.
<nav><a href="/pub/intro">read more</a></nav>
</p>
</section>
</aside>
</main>
<aside>
<header>
<p>Our public forum is open!<br>See <a href="https://dream.public.cat/categories">what's cooking</a>.</p>
</header>
<article class="topics-list">
<section id="wp4">
<h2><a href="/c/wp4-reporting/6">REPORTING</a></h2>
<d-topics-list discourse-url="https://dream.public.cat" per-page="5" category="7" status="open"></d-topics-list>
</section>
</article>
</aside>
<footer>
<p><span title="PUBLIC is Petites Singularités and DREAM contributors">Copyright ©2020 PUBLIC</span> — <a href="mailto:dream@public.cat">dream@public.cat</a></p>
<nav>
<ul>
<li><a href="#for-activists">For Activists</a></li>
<li><a href="#for-developers">For Developers</a></li>
<li><a href="#dream-team">Contact</a></li>
</ul>
</nav>
</footer>
<!-- Load latest open topics from Discourse -->
<script src="https://dream.public.cat/javascripts/embed-topics.js"></script>
</body>
</html>
|