-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindexptbr.html
268 lines (257 loc) · 11.6 KB
/
indexptbr.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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Copacabana</title>
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" rel="stylesheet" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<!-- MDB -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.10.1/mdb.min.css" rel="stylesheet" />
<!--css-->
<link rel="stylesheet" href="./assets/styles/css/style.css">
<!--icon-->
<link rel="shortcut icon" href="./assets/styles/img/icon.ico" type="image/x-icon">
</head>
<body>
<header>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<!-- Container wrapper -->
<div class="container">
<!-- Navbar brand -->
<a class="navbar-brand me-2" href="https://copacabana.pindorama.dob.jp/">
copacabana.pindorama.dob.jp
</a>
<!-- Toggle button -->
<button class="navbar-toggler" type="button" data-mdb-toggle="collapse" data-mdb-target="#navbarButtonsExample"
aria-controls="navbarButtonsExample" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars"></i>
</button>
<!-- Collapsible wrapper -->
<div class="collapse navbar-collapse" id="navbarButtonsExample">
<!-- Left links -->
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="#"></a>
</li>
</ul>
<!-- Left links -->
<div class=" header-links-direita d-flex align-items-center">
<a href=""> <strong> About</strong></a>
<a href="https://get.pindorama.dob.jp/copacabana/"><strong>Download</strong></a>
<a href="https://copacabana.pindorama.dob.jp/servers.html"><strong>Servers</strong></a>
<a href="https://www.freelists.org/list/pindorama"><strong>Maillists</strong></a>
<a href="https://silicon.copacabana.pindorama.dob.jp/"><strong>Documentation</strong></a>
<a class="dropdown-item" href="./indexptbr.html"><i class="brazil flag"></i></a>
</div>
</div>
<!-- Collapsible wrapper -->
</div>
<!-- Container wrapper -->
</nav>
<!-- Navbar -->
</header>
<main>
<div class="row">
<div class="col-4 col-sm-3 col-md-3 col-xl-2">
<!-- Scrollspy -->
<div id="scrollspy1" class="sticky-top">
<ul class="nav flex-column nav-pills menu-sidebar">
<li class="nav-item ">
<img class="col-12" src="./assets/styles/img/COPACABANA/logo.png" alt="">
</li>
<li>
<p><i><strong>Quick info:</strong></i></p>
</li>
<li class="nav-item">
<a class="nav-link" href="#what">What?</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#why">Why?</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#how">How?</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contrib">Contributing?</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#who">Who?</a>
</li>
<!---->
<li>
<p><i><strong>Documentation</strong></i></p>
</li>
<li class="nav-item">
<a class="nav-link" href="https://silicon.copacabana.pindorama.dob.jp/faq/">F.A.Q</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://silicon.copacabana.pindorama.dob.jp/">Silicon Tabula</a>
</li>
<!---->
<li>
<p><i><strong>Development</strong></i></p>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/Projeto-Pindorama/copacabana">Repository Github</a>
</li>
<li class="nav-item">
<a class="nav-link"
href="https://silicon.copacabana.pindorama.dob.jp/intro/intro.1/#programming">Programing for
Copacabana</a>
</li>
<!---->
<li>
<p><i><strong>Lights,Copacabana and Action!</strong></i></p>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/Projeto-Pindorama/copacabana">Workflows running with
Copacabana</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://silicon.copacabana.pindorama.dob.jp/intro/intro.1/#programming">Websites
running on top of Copacabana</a>
</li>
</ul>
</div>
<!-- Scrollspy -->
</div>
<div class=" col-6 col-sm-8 col-md-8 col-xl-10">
<!-- Spied element -->
<div data-mdb-spy="scroll" data-mdb-target="#scrollspy1" data-mdb-offset="0" class="scrollspy-example">
<section>
<h1 class="title-light">The light on Linux®</h1>
<div id="about" style="margin-top: 20px; margin-left:10px;">
<h2 id="what"><a href="#what">#</a> What?</h2>
<h3>Copacabana Linux, is an independent Linux® distribution focused on
simplicity, sanity, modularity and liberty (as in
Enlightenment).<br>It is based on <a href="http://musl.libc.org">musl</a>
as the C standard library and a <a href="http://github.com/Projeto-Pindorama/heirloom-070715">custom and
modernized
fork of Heirloom Toolchest</a>
combinated with some <a href="http://github.com/Projeto-Pindorama/stripped-lobase">complementary modern
OpenBSD
utilities</a> as UNIX® basic command line utilities.<br>
It uses a *BSD-inspired distribution model,
based in tarball stages, not on the "everything is a package"
paradigm; since it's fairly simpler to package, distribute and maintain.</h3>
<h2 id="why"><a href="#why">#</a> Why?</h2>
<figure>
<blockquote>"Competition is good, principally if it's offering more
freedom."<br>
</blockquote>
<figcaption>
- Luiz A. Rangel (<tt>takusuman</tt>), in <a
href="https://github.com/takusuman/uberports#why"><tt>uberports</tt></a>' manual
</figcaption>
</figure>
<h3>We always thought that brazilian distributions weren't exactly
neither original nor independent, since all of them are dependent on
other Linux distributions, or just do the same bread-and-butter of "GNU
userland + Linux kernel".<br> We also never liked the community model that
most distributions follow; that are the main reasons why we're here.</h3>
<h2 id="how"><a href="#how">#</a> How?</h2>
<h3><i>Note: please, ignore NATO phonetic alphabet; it's a
placeholder</i></h3>
<h3> A = Alfa <br>
B = Bravo <br>
C = Charlie <br>
D = Delta <br>
E = Eco <br>
F = Foxtrot <br>
G = Golf <br>
H = Hotel <br>
I = India <br>
J = Juliet <br>
K = Kilo <br>
L = Lima <br>
M = Mike <br>
N = November <br>
O = Oscar <br>
P = Papa <br>
Q = Quebec <br>
R = Romeo <br>
S = Sierra <br>
T = Tango <br>
U = Uniform <br>
V = Victor <br>
W = Whisky <br>
X = X-ray <br>
Y = Yankee <br>
Z = Zulu
</h3>
<h2 id="contrib"><a href="#contrib">#</a> Contributing?</h2>
<h2 id="who"><a href="#who">#</a> Who?</h2>
<h3><b><span style="color: #6566a0">##</span> Directly related with the distribution</b></h3>
<ul>
<li>Luiz A. Rangel (<tt>takusuman</tt>), for the most part of the work; <a
href="https://github.com/Projeto-Pindorama/lemount">L.E.<tt>mount</tt></a>; <a
href="https://github.com/Projeto-Pindorama/mitzune">Mitzune</a>; building; maintaining and writing
documentation</li>
<li>Caio Yoshimura (<tt>caioyoshi</tt>), for some hacking in scripts and the Vim dotfile for ones who
want to code for the project</li>
</ul>
<h3><b><span style="color: #6566a0">##</span> WWW infrastructure</b></h3>
<ul>
<li>Vitor S. Almeida (<tt>vit0rr</tt>), for programming
<a href=''>the original website</a> and helping me to maintain it;
</li>
<li>Leonardo Rafael (<tt>ileonardohe4rt💜</tt>), for completely
rewriting the website with mdbootstrap in 12th
January 2022;</li>
<li>Luiz A. Rangel (<tt>takusuman</tt>), for being the
original webmaster from around July 2019 to
August 2021;</li>
<li>Vitor (<tt>apocalipse</tt>/<tt>apc</tt>), for
hosting everything and being our current webmaster. :^)</li>
</ul>
<h3><b><span style="color: #6566a0">##</span> Artistic work</b></h3>
<ul>
<li>Kayo Henrique (<tt>Tamboru</tt>), for <a href="https://github.com/Projeto-Pindorama/artworks">all
the graphics-related work</a>. Seriously, the distribution and the project itself wouldn't even have
a logo if it wasn't him</li>
</ul>
</div>
</section>
</div>
<!-- Spied element -->
</div>
</div>
</main>
<!-- Footer -->
<section class="">
<!-- Footer -->
<footer class="text-black" style="background-color: #fff; border: 1px solid black;">
<!-- Grid container -->
<div class="container p-4 pb-0">
<!-- Section: CTA -->
<section class="">
<p class="d-flex justify-content-center align-items-center">
<span class="footer-text me-3">A <a href="http://pindorama.dob.jp/">Pindorama project</a> production. <br>
"Vinicius" and the Copacabana logo are copyrighted by Pindorama et Kayo Henrique. Ask us for permission
before using.<br>
Website created and designed by <a href="mailto:vi.souza.almeida(at)protonmail(dot)com">Vitor
S. Almeida</a>; hosted by <a href="http://apocalipse.lain.ch/">apocalipse</a>.<br>
<b>Click <a href="https://github.com/Projeto-Pindorama/copacabana-www/issues"><u>here</u></a>
to critique Copacabana's website<b></span>
</p>
</section>
<!-- Section: CTA -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
© 2019-2022 Copyright: Pindorama
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
</section>
<!-- Footer -->
<!-- MDB -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.10.1/mdb.min.js"></script>
</body>
</html>