-
Notifications
You must be signed in to change notification settings - Fork 60
/
index.html
479 lines (468 loc) · 25.5 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
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
<!DOCTYPE html>
<html>
<head>
<title lang="en">The makers' choice for sysadmins, developers and desktop users.</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Cynthia Sanchez: front-end and UI, Zvezdana Marjanovic: graphic design">
<meta name="google-site-verification" content="nnaAosU6sAxE_OpCrYCMRumNNfBa-KCTfDNg6W-IpmM" />
<!-- Meta data to help Facebook generate the right advertisement -->
<meta property="og:type" content="article" />
<meta property="og:title" content="The makers' choice for sysadmins, developers and desktop users." />
<meta property="og:site_name" content="openSUSE"/>
<meta property="og:url" content="https://www.opensuse.org" />
<meta property="og:image" content="https://www.opensuse.org/build/images/facebook-preview.jpg" />
<meta property="og:description" content="Discover Tumbleweed and get the newest Linux packages with our rolling release. Fast! Integrated! Stabilized! Tested!. Discover Leap and get the most complete Linux distribution with openSUSE’s latest regular-release version!" />
<meta property="fb:app_id" content="831347386978737">
<meta name="theme-color" content="#73BA25">
<!--bootstrap + opensuse theme -->
<link href="build/css/openSUSE.min.css" type="text/css" rel="stylesheet" />
<!--external libraries CSS -->
<link href="build/css/vendor.min.css" type="text/css" rel="stylesheet" />
<!--custom + external libraries JS -->
<script src="build/js/main.min.js" type="text/javascript"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="build/images/favicon.png">
</head>
<body>
<div class="finger-detection-open-menu visible-xs"></div>
<header>
<div class="container-fluid">
<div class="row">
<div class="col-sm-2 logo">
<a href="#">
<img src="build/images/opensuse-logo.png" class="wow fadeIn smoothScroll" data-linkto='opensuse-os' id="opensuseLogo"/>
</a>
<i class="fa fa-bars fa-lg pull-left visible-xs" id="open_main_menu"></i>
</div>
<nav class="hidden-xs col-sm-10 text-right wow fadeIn" id="main-menu">
<ul>
<li>
<a class='smoothScroll' id="home" data-linkto='opensuse-os' href="#"><span lang="en">Home</span></a>
</li>
<li>
<a class='smoothScroll' data-linkto='opensuse-tools' href="#"><span lang="en">Tools</span></a>
</li>
<li>
<a class='smoothScroll' data-linkto='news' href="#"><span lang="en">News</span></a>
</li>
<li>
<a class='smoothScroll' data-linkto='contribute-to-opensuse' href="#"><span lang="en">Contribute</span></a>
</li>
<li>
<a class='smoothScroll' data-linkto='opensuse-conferences' href="#"><span lang="en">Conferences</span></a>
</li>
</ul>
</nav>
</div>
</div>
</header>
<aside>
<!--grabs content from #main-menu on mobile devices or small screens only -->
</aside>
<a href="#" class='smoothScroll go-to-top' data-linkto='opensuse-os'>
<i class="fa-chevron-up fa"></i>
Up
</a>
<section id="opensuse-os">
<article class="container-fluid">
<h3 class="text-center wow fadeInUp" lang="en">The makers' choice for sysadmins, developers and desktop users.</h3>
<div class="row os-main">
<div class="col-sm-6 text-center wow fadeIn" data-wow-delay=".2s">
<div id="tumbleweed">
<div class="distributions-icon">
<img src="build/images/tumbleweed-icon.svg" class="wow bounceInDown" data-wow-delay=".7s" />
</div>
<h1 class="wow fadeIn" data-wow-delay=".5s">Tumbleweed</h1>
<h4 class="wow fadeIn" data-wow-delay=".6s" lang="en">Get the newest Linux packages with our rolling release. Fast! Integrated! Stabilized! Tested!</h4>
<button class="moreinfo btn btn-default" lang="en">More information</button>
<a href="https://get.opensuse.org/tumbleweed/" class="moreinfo btn btn-primary">
<span lang="en">Install Tumbleweed</span>
</a>
<div class="hidden-content">
<p lang="en">Any user who wishes to have the newest packages that include, but are not limited to, the Linux kernel, SAMBA, git, desktops, office applications and many other packages, will want Tumbleweed. Tumbleweed appeals to Power Users, Software Developers and openSUSE Contributors. If you require the latest software stacks and Integrated Development Environment or need a stable platform closest to bleeding edge Linux, Tumbleweed is the best choice for you.</p>
<a href="https://en.opensuse.org/Portal:Tumbleweed" target="_blank" class="btn btn-default">
<i class="fa fa-info"></i> <span lang="en">Learn more</span>
</a>
<a href="https://get.opensuse.org/tumbleweed/" target="_blank" class="btn btn-primary">
<i class="fa fa-download"></i> <span lang="en">Install Tumbleweed</span>
</a>
</div>
</div>
</div>
<div class="col-sm-6 text-center">
<div id="openSUSE">
<div class="distributions-icon">
<img src="build/images/opensuse-regular-release-icon.svg" class="distributions-icon wow bounceInDown" data-wow-delay=".7s" />
</div>
<h1 class="wow fadeIn" data-wow-delay=".5s">Leap</h1>
<h4 class="wow fadeIn" data-wow-delay=".6s" lang="en">Get the most complete Linux distribution with openSUSE’s latest regular-release version!</h4>
<p class="moreinfo btn btn-default" lang="en">More information</p>
<a href="https://get.opensuse.org/leap/" target="_blank" class="moreinfo btn btn-primary">
<span lang="en">Install Leap</span>
</a>
<div class="hidden-content">
<p lang="en">New and experienced Linux users get the most usable Linux distribution and stabilized operating system with openSUSE’s regular release. Receive updates and harden your OS with openSUSE’s latest major distribution. Pick your desktop, configure your system and enjoy the platform of choice for Linux developers, administrators and software vendors.</p>
<a href="https://get.opensuse.org/leap/" target="_blank" class="btn btn-primary">
<i class="fa fa-download"></i> <span lang="en">Install Leap</span>
</a>
</div>
</div>
</div>
</div>
</article>
</section>
<!-- Note when changing the countdown text eg for the conference,
leave the old span somewhere hidden on the page so
translations don't get lost -->
<section id="opensuse-countdown">
<div class="opensuse-countdown">
<div class="opensuse-microos__headbox" >
<a href="https://get.opensuse.org/microos/" class="opensuse-microos__headbox_con" target="_blank">
<div class="opensuse-microos__headbox_con">
<span class="opensuse-countdown__version-name">MicroOS</span>
<img src="build/images/countdown-microos.png" width="160" height="100" alt="openSUSE - MicroOS Logo">
</div>
<div class="opensuse-microos__headbox_text">
<span lang="en">Micro Service OS</span>
</div>
</a>
</div>
<div class="opensuse-countdown__time-left hidden"><hr>
<div class="opensuse-countdown__time-left__text">
<span class="opensuse-countdown__number"></span>
<span class="opensuse-countdown__days opensuse-countdown__days__plural" lang="en">days</span>
<span class="opensuse-countdown__days opensuse-countdown__days__singular" lang="en">day</span>
<span class="opensuse-countdown__hours opensuse-countdown__hours__plural" lang="en">hours</span>
<span class="opensuse-countdown__hours opensuse-countdown__hours__singular" lang="en">hour</span>
</div>
</div>
</div>
</section>
<section id="opensuse-tools">
<article class="container-fluid">
<h1 class="text-center opensuse-blue wow fadeInUp" lang="en">openSUSE TOOLS</h1>
<h4 class="text-center wow fadeInUp" lang="en">Discover the best open-source tools developed by our community</h4>
<div class="row tools-container">
<div class="col-md-6">
<div class="media wow slideInLeft">
<div class="media-left">
<a href="https://build.opensuse.org/" target="_blank">
<img class="media-object" src="build/images/tools/obs.svg" alt="Open Build Service (OBS)">
</a>
</div>
<div class="media-body">
<a href="https://build.opensuse.org/" target="_blank">
<h4 class="media-heading opensuse-blue strong-title">
Open Build Service (OBS)
<small>
(<span lang="en">Go to link</span> <i class="fa fa-external-link"></i> )
</small>
</h4>
</a>
<p lang="en">Our build tool, building all of our packages as well as ones for SUSE Linux Enterprise, Arch, Debian, Fedora, Scientific Linux, RHEL, CentOS, Ubuntu, and more.</p>
</div>
</div>
<div class="media wow slideInLeft">
<div class="media-left">
<a href="https://open.qa" target="_blank">
<img class="media-object" src="build/images/tools/openqa.svg" alt="openQA">
</a>
</div>
<div class="media-body">
<a href="https://open.qa/" target="_blank">
<h4 class="media-heading opensuse-blue strong-title">
openQA
<small>
(<span lang="en">Go to link</span> <i class="fa fa-external-link"></i> )
</small>
</h4>
</a>
<p lang="en">Automated testing for *any* operating system, that can read the screen and control the test host the same way a user does.</p>
</div>
</div>
<div class="media wow slideInLeft">
<div class="media-left">
<a href="https://yast.github.io/" target="_blank">
<img class="media-object" src="build/images/tools/yast.svg" alt="YaST">
</a>
</div>
<div class="media-body">
<a href="https://yast.github.io/" target="_blank">
<h4 class="media-heading opensuse-blue strong-title">
YaST
<small>
(<span lang="en">Go to link</span> <i class="fa fa-external-link"></i> )
</small>
</h4>
</a>
<p lang="en">The best/only comprehensive Linux system configuration & installation tool.</p>
</div>
</div>
<div class="media wow slideInLeft">
<div class="media-left">
<a href="https://osinside.github.io/kiwi/" target="_blank">
<img class="media-object" src="build/images/tools/kiwi.png" alt="Kiwi">
</a>
</div>
<div class="media-body">
<a href="https://osinside.github.io/kiwi/" target="_blank">
<h4 class="media-heading opensuse-blue strong-title">
Kiwi
<small>
(<span lang="en">Go to link</span> <i class="fa fa-external-link"></i> )
</small>
</h4>
</a>
<p lang="en">Create Linux images for deployment on real hardware, virtualisation, and now even container systems like Docker. Kiwi is the engine that builds the openSUSE release images.</p>
</div>
</div>
</div>
<div class="col-md-6 tools-laptop">
<div class="wow slideInUp text-right hidden-sm">
<img src="build/images/opensuse-laptop.gif" class="laptop-responsive"/>
</div>
</div>
</div>
</article>
</section>
<div class="gray-triangular-division wow slideInDown"></div>
<section id="news">
<article class="container-fluid">
<h2 class="text-center opensuse-blue strong-title">NEWS</h2>
<div class="text-center wow slideInDown">
<img src="build/images/news-icon.png" />
</div>
<div id="owl-slide-news" class="owl-carousel opensuse-news">
</div>
</article>
</section>
<section id="contribute-to-opensuse" class="text-center">
<h2 class="strong-title wow fadeInDown" lang="en">CONTRIBUTE TO OPENSUSE</h2>
<h4 class="strong-title wow fadeInDown" data-wow-delay=".5s" lang="en">Be part of our community contributing with any of the following:</h4>
<div class="row contribution-columns">
<div class="col-xs-6 contribution-code">
<div class="contribute-code">
<div class="bubble"></div>
<div class="text-holder">
<i class="fa fa-5x fa-code opensuse-blue wow slideInLeft"></i>
<h1 class="opensuse-blue wow slideInLeft" lang="en">Code</h1>
<h2 lang="en">Find out more</h2>
</div>
</div>
<div class="hidden-content">
<h1 lang="en">Contribute Code</h1>
<p lang="en">openSUSE believes the best results come from people collaborating and having fun. Being different from other open-source communities is what makes openSUSE desirable. We are not the conventional community and our community’s efforts determines the path of the project. The efforts of the community have created several great tools for Linux and an awesome distribution. With openSUSE, you have a voice and can easily contribute to the project. Whether you are an experienced Linux developer or an end user get involved in the openSUSE project. Join a forum, maintain and keep our wiki up-to-date, find and report bugs, review the documentation, send your wish list for new packages and features, create and submit patches, or become an advocate for openSUSE by attending events and becoming an ambassador.</p>
<p><a class="btn btn-default" href="https://en.opensuse.org/Portal:How_to_participate" lang="en" target="_blank">Find out more about how to participate.</a></p>
</div>
</div>
<div class="col-xs-6 contribution-hardware">
<div class="contribute-hardware">
<div class="bubble"></div>
<div class="text-holder">
<i class="fa fa-5x fa-server opensuse-blue wow slideInRight"></i>
<h1 class="opensuse-blue wow slideInRight" lang="en">Hardware</h1>
<h2 lang="en">Find out more</h2>
</div>
</div>
<div class="hidden-content">
<h1 lang="en">Contribute Hardware</h1>
<p lang="en">Donations to support the openSUSE project are always welcomed. In fact, Open Build Service, which is used by several other open-source projects, was made available to the project’s community through a generous donation of servers by AMD. It is this type of donations that allows people and projects to thrive, develop, innovate and progress. The project is not asking for money, but donations of hardware to use the open-source community’s expertise to empower Linux development, provide openSUSE tools to the free, open source ecosystem and give back to developers, sysadmins and packagers. Hardware helps the openSUSE community! Hardware helps the open-source community! And Hardware helps Linux development. To learn how you can donate hardware to the openSUSE project, email</p>
<a class="btn btn-default" href="mailto:[email protected]?subject=Hardware%20Donations" target="_top">[email protected]</a>
</div>
</div>
</div>
<div class="design-system">
<h3 class="strong-title wow fadeInDown" lang="en">openSUSE Communication Channels</h3>
<h4 class="strong-title wow fadeInDown" data-wow-delay=".5s" lang="en">Get in touch with the community:</h4>
<a href="https://en.opensuse.org/openSUSE:Communication_channels" target="_blank" class="btn btn-default wow zoomIn">
<span lang="en">openSUSE Communication Channels</span>
</a>
<a href="https://chat.opensuse.org" target="_blank" class="btn btn-default wow zoomIn">
chat.opensuse.org
</a>
</div>
<div id="contribute-details"></div>
</section>
<section id="opensuse-conferences">
<div class="section-background"></div>
<article>
<h2 class="strong-title wow slideInDown" lang="en">Meet up with openSUSE at conferences.</h2>
<a href="https://events.opensuse.org/" target="_blank" class="btn btn-default wow zoomIn"><span lang="en">View upcoming conferences</span></a>
</article>
</section>
<footer>
<div class="container-fluid">
<div class="row footer-links-area">
<div class="col-sm-5">
<div class="row">
<div class="col-xs-4">
<ul>
<li>
<a href="https://software.opensuse.org/">
<span lang="en">Get software</span>
</a>
</li>
<li>
<a href="https://en.opensuse.org/Main_Page">
<span lang="en">Wiki</span>
</a>
</li>
<li>
<a href="https://doc.opensuse.org/">
<span lang="en">Documentation</span>
</a>
</li>
<li>
<a href="https://build.opensuse.org/">
<span lang="en">Build Service</span>
</a>
</li>
</ul>
</div>
<div class="col-xs-4">
<ul>
<li>
<a href="https://news.opensuse.org/">
<span lang="en">News</span>
</a>
</li>
<li>
<a href="https://forums.opensuse.org/">
<span lang="en">Forums</span>
</a>
</li>
<li>
<a href="https://lists.opensuse.org/">
<span lang="en">Mailing Lists</span>
</a>
</li>
</ul>
</div>
<div class="col-xs-4">
<ul>
<li>
<a href="https://shop.opensuse.org/">
<span lang="en">Shop</span>
</a>
</li>
<li>
<a href="https://planet.opensuse.org/">
<span lang="en">Blogs</span>
</a>
</li>
<li>
<a href="mailto:[email protected]">
<span lang="en">Press</span>
</a>
<li>
<a href="https://en.opensuse.org/openSUSE:Artwork_brand#Trademark">
<span lang="en">Logo/Trademark</span>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-sm-5 col-sm-offset-2 social-networks">
<a href="https://twitter.com/opensuse" target="_blank" class="wow fadeIn">
<i class="fa-brands fa-twitter-square"></i>
</a>
<a href="https://fosstodon.org/@opensuse" target="_blank" class="wow fadeIn" data-wow-delay=".6s">
<i class="fa-brands fa-mastodon"></i>
</a>
<a href="https://www.facebook.com/en.openSUSE" target="_blank" class="wow fadeIn" data-wow-delay=".9s">
<i class="fa-brands fa-facebook-square"></i>
</a>
<a href="https://www.youtube.com/user/opensusetv" target="_blank" class="wow fadeIn" data-wow-delay="1.2s">
<i class="fa-brands fa-youtube-square"></i>
</a>
<a href="https://www.reddit.com/r/openSUSE/" target="_blank" class="wow fadeIn" data-wow-delay="1.5s">
<i class="fa-brands fa-reddit-square"></i>
</a>
</div>
</div>
<div class="blue-triangular-division wow slideInDown"></div>
<div class="row footer-sponsors-area text-center">
<div class="col-sm-6 col-sm-offset-3">
<h5 lang="en">Sponsored by:</h5>
<a href="https://en.opensuse.org/Sponsors" target="_blank">
<img src="build/images/sponsors.png" width="100%"/>
</a>
</div>
<div class="col-sm-3 text-left language-selector">
<h5 lang="en">Change language</h5>
<div class="dropup dropup_language-menu">
<button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="false" aria-expanded="true">
<span class="selected-language">English</span>
<span class="caret"></span>
</button>
<ul class="dropdown-menu languages" aria-labelledby="dropdownMenu1">
<li><a href="#" class="change-language" data-language-value="ar">Arabic</a></li>
<li><a href="#" class="change-language" data-language-value="hy">Armenian</a></li>
<li><a href="#" class="change-language" data-language-value="ast">Asturian</a></li>
<li><a href="#" class="change-language" data-language-value="ca">Catalan</a></li>
<li><a href="#" class="change-language" data-language-value="cs">Czech</a></li>
<li><a href="#" class="change-language" data-language-value="da">Danish</a></li>
<li><a href="#" class="change-language" data-language-value="nl">Dutch</a></li>
<li><a href="#" class="change-language" data-language-value="et">Estonian</a></li>
<li><a href="#" class="change-language" data-language-value="de">German</a></li>
<li><a href="#" class="change-language" data-language-value="el">Greek</a></li>
<li><a href="#" class="change-language" data-language-value="en">English</a></li>
<li><a href="#" class="change-language" data-language-value="es">Español</a></li>
<li><a href="#" class="change-language" data-language-value="fi">Finnish</a></li>
<li><a href="#" class="change-language" data-language-value="fr">French</a></li>
<li><a href="#" class="change-language" data-language-value="gl">Galician</a></li>
<li><a href="#" class="change-language" data-language-value="id">Indonesian</a></li>
<li><a href="#" class="change-language" data-language-value="hin">Hindi</a></li>
<li><a href="#" class="change-language" data-language-value="ru">Russian</a></li>
<li><a href="#" class="change-language" data-language-value="it">Italian</a></li>
<li><a href="#" class="change-language" data-language-value="ja">Japanese</a></li>
<li><a href="#" class="change-language" data-language-value="ko">Korean</a></li>
<li><a href="#" class="change-language" data-language-value="lt">Lietuvių</a></li>
<li><a href="#" class="change-language" data-language-value="nn">Norwegian Nynorsk</a></li>
<li><a href="#" class="change-language" data-language-value="fa">Persian</a></li>
<li><a href="#" class="change-language" data-language-value="pl">Polski</a></li>
<li><a href="#" class="change-language" data-language-value="pt_BR">Portuguese</a></li>
<li><a href="#" class="change-language" data-language-value="ru">Русский</a></li>
<li><a href="#" class="change-language" data-language-value="sk">Slovak</a></li>
<li><a href="#" class="change-language" data-language-value="sv">Swedish</a></li>
<li><a href="#" class="change-language" data-language-value="es">Spanish</a></li>
<li><a href="#" class="change-language" data-language-value="uk">Ukrainian</a></li>
<li><a href="#" class="change-language" data-language-value="zh_CN">Simplified Chinese</a></li>
<li><a href="#" class="change-language" data-language-value="zh_TW">Traditional Chinese</a></li>
</ul>
</div>
</div>
<div class="clearfix"></div>
</div>
<!-- translators: just keep the Imprint link on the English version. It's only important for German actually -->
<p class="text-center">© 2015-2024 SUSE LLC. <span lang="en">All Rights Reserved.</span> <a lang="en" href="https://en.opensuse.org/Imprint">Imprint.</a></p>
</div>
</footer>
<!-- Matomo -->
<script type="text/javascript">
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://beans.opensuse.org/piwik/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '10']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
<div class="hidden-content">
<!-- FIXME: text is in ./assets/js/opensuse-theme.js -->
<span lang="en">Back to main page</span>
</div>
</body>
</html>