-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
363 lines (343 loc) · 16.8 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
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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<!DOCTYPE html>
<html lang="en-us">
<head>
<script type="text/javascript"
src="./assets/scripts/fetch_gh_api.js">
</script>
</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 onload="getNewestRelease();">
<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="http://copacabana.pindorama.net.br/">
copacabana.pindorama.net.br
</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="./mirrors.html"><strong>Download</strong></a>
<a href="https://www.freelists.org/list/pindorama"><strong>Maillists</strong></a>
<a href="http://tabula.pindorama.net.br/copacabana"><strong>Documentation</strong></a>
<a class="dropdown-item" href="./index.ptbr.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="#how">How?</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#copy">Download a copy</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#chip-in">Chip in!</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#media">On the media!</a>
</li>
<!---->
<li>
<p><i><strong>Documentation</strong></i></p>
</li>
<li class="nav-item">
<a class="nav-link" href="http://copacabana.pindorama.net.br/faq/">F.A.Q</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://tabula.pindorama.net.br/">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 @ Microsoft GitHub
</a>
</li>
<li class="nav-item">
<a class="nav-link"
href="http://tabula.pindorama.net.br/programming">Programming for
Copacabana (or for the Pindorama Project in general)</a>
</li>
<!---->
<li>
<p><i><strong>Lights, Copacabana and Action!</strong></i></p>
</li>
<li class="nav-item">
<a class="nav-link" href="./assets/action/work.html">Workflows running with Copacabana</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./assets/action/sites.html">Websites running on top of Copacabana</a>
</li>
</ul>
</div>
<!-- Scrollspy -->
</div>
<!--
<h2> -> # Title
<h3> -> ## Subtitle
<p> -> Plain text
-->
<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:5px;
margin-right:15px;">
<h2 id="what"><a href="#what">#</a> What?</h2>
<h4>Copacabana Linux, is an independent Linux® distribution focused on
sanity, modularity and <a
href="https://revolution.chnm.org/exhibits/show/liberty--equality--fraternity/enlightenment-and-human-rights">
liberty (as in Enlightenment)</a>.<br>
It aims to be a complete, malleable and simple operating system solution
for use in many environments like workstations, laptops and servers.<br />
It is based on <a href="https://musl.libc.org">musl</a> as the C standard
library and <a href="http://heirloom-ng.pindorama.net.br">
Heirloom NG</a> as UNIX®-compatible basic command line utilities.<br><br>
It uses a *BSD-inspired distribution model — based on stages, not on the
"everything is a package" paradigm — since it's fairly simpler to package,
distribute and maintain.<h4>
<h2 id="how"><a href="#how">#</a> How?</h2>
<h4>Copacabana is made following the same building model that
Linux from Scratch/Musl-LFS follows, that is building the
distribution in three parts: a cross-compiler; a set of basic
tools and the final system, explaining it in a much more
simplified form.<br/>But, while Linux from Scratch
don't in fact have a build consolidation, Copacabana makes use of
a complete, but yet rather simple and hackable,
<a href="https://github.com/Projeto-Pindorama/copacabana/blob/copaclang/build.ksh">
build system</a>.<br />
If you're interested in building from scratch and/or porting
Copacabana for other architecture, please read
"<a href="#chip-in">Porting Copacabana to other
architectures</a>".</h4>
<h2 id="copy"><a href="#copy">#</a> Download a copy</h2>
<h4>The newest release is <span id="newest-release"></span>,
released on <span id="newest-release-date"></span>.<br />
</h4>
<!--
You can get its binary tarballs at <a
href="http://pindorama.net.br">Pindorama project</a>
servers, and then install following the documentation
<sub>(soon)</sub>.<h4/>
<pre>
<a href="https://pindorama.net.br/pub/Copacabana" target="_blank">
https://pindorama.net.br/pub/Copacabana</a>/X.X
</pre>
<h4>Or, if you like terminals:</h4>
<pre>
$ lynx http://pindorama.net.br/pub/Copacabana/X.X
</pre>
-->
<h4>Currently, we don't own any servers, so you may have to keep
an eye at the <em><a href="./mirrors.html">Downloads</a></em> page.<br />
In any case, the GitHub release page is a safe bet:</h4>
<pre>
<a href="https://github.com/Projeto-Pindorama/copacabana/releases" target="_blank">
https://github.com/Projeto-Pindorama/copacabana/releases</a>/tag/X.X
</pre>
<h4>Do you have a server and want to mirror Copacabana releases?
See the "<a href="#chip-in">Chip in!</a>" section and
<a href="https://github.com/Projeto-Pindorama/copacabana-www/labels/mirror">
send us a issue</a>.
<h4>Of course, you can also clone the git repository and build
it from source using the build system scripts — please,
take a read at "<a href="#chip-in">Porting Copacabana to other
architectures</a>".</h4>
<pre>
$ git clone -b [X.X|master] https://github.com/Projeto-Pindorama/copacabana.git
</pre>
<h2 id="chip-in"><a href="#chip-in">#</a> Chip in!</h2>
<h4>We can't do this alone. Here are ways of how can
<u>you</u> chip in.
</h4>
<h3><b><span style="color: #6566a0">##</span> Translate
our content</b></h3>
<h4>Speaks something besides the King's English? Português? Español?
Català? Français? Italiano? Suomi? 日本語? 繁體字? <span dir="rtl">أَنْدَلُسِيّ؟</span> עברית?<br />
Chip in to internationalize our software and documentation!<br />
Everything is public in our repositories. Yeah,
that's right: no closed groups, sub-projects
nor mailing lists.<br />
It's just translate and pull request your translation.</h4>
<h3><b><span style="color: #6566a0">##</span> Porting Copacabana to
other architectures</b></h3>
<h4>Copacabana main focus is to be a multi-purpose
Linux®-based and UNIX®-compatible
operating system and, after all, to be running in multiple places
over the World.<br />And <u>you</u> can help us to achieve this
porting Copacabana to other architectures.<br />
<h4>Currently, Copacabana is getting binary releases for x64; our
current goal is to get binary releases for ARM and i386
(x86) architectures.</h4>
<figure>
<img src="./assets/styles/img/porting_432x333.png">
</figure>
<h4>Recompiling Copacabana for another host isn't something extremely
hard, since, besides all the scripts and patches are open at the
git repository, the process itself is being described in more depth at the
<a href="http://tabula.pindorama.net.br/copacabana">
Copacabana tabula</a>, with additional sidenotes and
troubleshooting.<br />If you've made a port, you can announce it
at the Pindorama mailing list at FreeLists.org.</h4>
<h3><b><span style="color: #6566a0">##</span> Spread the word around!</b></h3>
<h4>We strongly encourage that you use these badges freely, both in the 'net
or in the real life.</h4>
<h4>Put them in your website, stick them on your
workstation or laptop, use it freely within
the bounds of good taste and common sense.</h4>
<h4>If you're going to use these in your website, you may
wish to take 102x46px badges to embed in the
footer, or, if you're going to put in some
article, the 256 colours version, which is far
smaller than the full version and don't have a
significant loss.<h4>
<figure>
<img src="./assets/styles/img/COPACABANA/badges/256/COPACABANA_x64-256.PNG">
<figcaption><a href="./assets/styles/img/COPACABANA/badges/FULL/COPACABANA_x64-FULL.PNG">[Full]</a>
<a
href="./assets/styles/img/COPACABANA/badges/256/COPACABANA_x64-256.PNG">[256
colours]</a> <a
href="./assets/styles/img/COPACABANA/badges/256.102x46/COPACABANA_x64-256.102x46.PNG">[Badge
(102x46px)]</a></figcaption>
</figure>
<figure>
<img src="./assets/styles/img/COPACABANA/badges/256/COPACABANA_x86-256.PNG">
<figcaption><a href="./assets/styles/img/COPACABANA/badges/FULL/COPACABANA_x86-FULL.PNG">[Full]</a>
<a
href="./assets/styles/img/COPACABANA/badges/256/COPACABANA_x86-256.PNG">[256
colours]</a> <a
href="./assets/styles/img/COPACABANA/badges/256.102x46/COPACABANA_x86-256.102x46.PNG">[Badge
(102x46px)]</a></figcaption>
</figure>
<figure>
<img src="./assets/styles/img/COPACABANA/badges/256/COPACABANA_ARM-256.PNG">
<figcaption><a href="./assets/styles/img/COPACABANA/badges/FULL/COPACABANA_ARM-FULL.PNG">[Full]</a>
<a
href="./assets/styles/img/COPACABANA/badges/256/COPACABANA_ARM-256.PNG">[256
colours]</a> <a
href="./assets/styles/img/COPACABANA/badges/256.102x46/COPACABANA_ARM-256.102x46.PNG">[Badge
(102x46px)]</a></figcaption>
</figure>
<h4>Have you been using some of them? <a
href="https://github.com/Projeto-Pindorama/copacabana/issues">Tell
us about</a>.</h4>
<h2 id="media"><a href="#media">#</a> On the media!</h2>
<h4>Sometimes we get media coverage, take a look.</h4>
<h3><b><span style="color: #6566a0">##</span> January 2022</b></h3>
<li><a href="https://www.youtube.com/watch?v=Q-X7cPsuPlE"><i>Conheça o projeto #Pindorama</i></a>,
Toca do Tux, 23th January 2022</li>
<h4>The professor and systems administrator Gabriel Silveira interviews Luiz Antônio about the
Pindorama project, the Copacabana distribution and his views on licenses, competition and
alternatives currently being used in the distribution.</h4>
<h3><b><span style="color: #6566a0">##</span> December 2023</b></h3>
<li><a href="https://github.com/firasuke/awesome.git"><i>firasuke/awesome: A curated list of awesome projects</i></a>,
<tt>firasuke</tt>'s GitHub account, 9th December 2023</li>
<h4>Copacabana is one of the projects on the list, which is
awesome.<br />Got it? "Awesome", "awesome lists"...
Perhaps this isn't so funny as I thought.</h4>
<h3><b><span style="color: #6566a0">##</span> January 2024</b></h3>
<li><a href="https://www.youtube.com/watch?v=uMzbVBpjFiM">
<i>Interview with Glaucus Linux author: Firas Khana</i></a>,
Toca do Tux, 13th January 2024</li>
<h4>This time, Prof. Silveira interviews Firas Khalil Khana (<tt>firasuke</tt>) about the
<a href="https://glaucus.pages.dev">glaucus project</a> —
with which Pindorama <a
href="https://github.com/Projeto-Pindorama/mussel/commit/794e0739013625689d04dc678ddb2228dd77dbee">
has started cooperating in October 2023</a> and intends to continue it further
— and Copacabana is cited as one of the systems utilizing the <a
href="http://heirloom-ng.pindorama.net.br">Heirloom Toolchest NG</a>.</h4>
</div>
</section>
</div>
<!-- Spied element -->
</div>
</div>
</main>
<!-- Footer -->
<section class="">
<!-- Footer -->
<footer class="text-black" style="background-color: #fff; border-top: 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="https://pindorama.net.br/">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 originally created and designed by Vitor S. Almeida, rewrote by Luiz Antônio and Leonardo Rafael.<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-2024 Copyright: Pindorama<br>
Linux® is a registered trademark of Linus Torvalds in the
U.S.A. and other countries.<br>
UNIX® is a registered trademark of The Open Group in the
U.S.A. and other countries.
</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>