aboutsummaryrefslogtreecommitdiff
blob: 1854b823379ad9ca20fdfd51c7b095063eb42907 (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
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
<!DOCTYPE html>
<html>
  <head>
    <title>Gentoo Tyrian Template</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="theme-color" content="#54487a">
    <meta name="description" content="">
    <link href="../../assets/v2/tyrian.css" rel="stylesheet" media="screen">
  </head>
  <body>
    <header>
      <div class="site-title">
        <div class="container">
          <div class="row justify-content-between">
            <div class="logo">
              <a href="/" title="Back to the homepage" class="site-logo">
                <object data="../../assets/v2/site-logo.svg" type="image/svg+xml">
                  <img src="../../assets/v2/site-logo.png" alt="Gentoo Linux Logo">
                </object>
              </a>
              <span class="site-label">Site Title</span>
            </div>
            <div class="site-title-buttons">
              <div class="btn-group btn-group-sm">
                <a href="https://get.gentoo.org/" role="button" class="btn get-gentoo"><span class="fa fa-fw fa-download"></span> <strong>Get Gentoo!</strong></a>
                <div class="btn-group btn-group-sm">
                  <a class="btn gentoo-org-sites dropdown-toggle" data-toggle="dropdown" data-target="#" href="#">
                    <span class="fa fa-fw fa-map-o"></span> <span class="d-none d-sm-inline">gentoo.org sites</span> <span class="caret"></span>
                  </a>
                  <div class="dropdown-menu dropdown-menu-right">
                    <a class="dropdown-item" href="https://www.gentoo.org/" title="Main Gentoo website"><span class="fa fa-home fa-fw"></span> gentoo.org</a>
                    <a class="dropdown-item" href="https://wiki.gentoo.org/" title="Find and contribute documentation"><span class="fa fa-file-text-o fa-fw"></span> Wiki</a>
                    <a class="dropdown-item" href="https://bugs.gentoo.org/" title="Report issues and find common issues"><span class="fa fa-bug fa-fw"></span> Bugs</a>
                    <a class="dropdown-item" href="https://forums.gentoo.org/" title="Discuss with the community"><span class="fa fa-comments-o fa-fw"></span> Forums</a>
                    <a class="dropdown-item" href="https://packages.gentoo.org/" title="Find software for your Gentoo"><span class="fa fa-hdd-o fa-fw"></span> Packages</a>
                    <div class="dropdown-divider"></div>
                    <a class="dropdown-item" href="https://planet.gentoo.org/" title="Find out what's going on in the developer community"><span class="fa fa-rss fa-fw"></span> Planet</a>
                    <a class="dropdown-item" href="https://archives.gentoo.org/" title="Read up on past discussions"><span class="fa fa-archive fa-fw"></span> Archives</a>
                    <a class="dropdown-item" href="https://sources.gentoo.org/" title="Browse our source code"><span class="fa fa-code fa-fw"></span> Sources</a>
                    <div class="dropdown-divider"></div>
                    <a class="dropdown-item" href="https://infra-status.gentoo.org/" title="Get updates on the services provided by Gentoo"><span class="fa fa-server fa-fw"></span> Infra Status</a>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <nav class="tyrian-navbar navbar navbar-dark navbar-expand-lg bg-primary" role="navigation">
        <div class="container">
            <div class="navbar-header">
              <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-main-collapse" aria-controls="navbar-main-collapse" aria-expanded="false" aria-label="Toggle navigation">
                <span class="navbar-toggler-icon"></span>
              </button>
            </div>
            <div class="collapse navbar-collapse navbar-main-collapse" id="navbar-main-collapse">
              <ul class="navbar-nav mr-auto">
                <li class="active nav-item"><a class="nav-link" href="#">Home</a></li>
                <li class="nav-item"><a class="nav-link" href="#">Foo</a></li>
                <li class="nav-item"><a class="nav-link" href="#">Foo</a></li>
                <li class="nav-item"><a class="nav-link" href="#">Foo</a></li>
                <li class="nav-item"><a class="nav-link" href="#">Foo</a></li>
                <li class="nav-item"><a class="nav-link" href="#">Foo</a></li>
                <li class="nav-item"><a class="nav-link" href="#">Foo</a></li>
                <li class="nav-item"><a class="nav-link" href="#">Foo</a></li>
                <li class="nav-item"><a class="nav-link" href="#">Foo</a></li>
                <li class="nav-item"><a class="nav-link" href="#">Foo</a></li>
                <li class="nav-item"><a class="nav-link" href="#">Foo</a></li>
                <li class="nav-item"><a class="nav-link" href="#">Foo</a></li>
              </ul>
          </div>
        </div>
      </nav>
    </header>

    <div class="container">
      <div class="row">
        <div class="col-md-12">
          <ul class="breadcrumb">
            <li class="breadcrumb-item active">Home</li>
          </ul>
        </div>
      </div>

      <!-- Main hero unit for a primary marketing message or call to action -->
      <div class="jumbotron">
        <h1 class="display-4 mt-3">Install, Customize, Love</h1>
        <p class="lead">We produce <b>Gentoo Linux,</b> a special flavor of Linux that can be automatically optimized and customized for just about any application or need. Extreme performance, configurability and a top-notch user and developer community are all hallmarks of the Gentoo experience.</p>
        <p class="lead"><button class="btn btn-primary btn-large">Learn more &raquo;</button></p>
      </div>

      <div class="row">
        <div class="col-md-12">
          <h2>News</h2>

          <h3>Google Summer of Code applications close April 6 <small class="text-muted">posted on April 7, 2012 by <strong>Donnie Berkholz</strong></small></h3>
          <p>Students, only a few days remain to apply for Gentoo's 7th year in the Google Summer of Code! GSoC pays college students $5000 to work full-time on an open-source project for a summer. Check out our GSoC 2012 homepage if you are interested in this year's GSoC for Gentoo. We particularly encourage applications from students who are new to Gentoo development—many of our students become Gentoo developers after a successful summer.</p>

          <p>Interested students can browse Gentoo's project ideas. Student applications will be accepted until 1900 UTC April 6, so start now if you haven't already!</p>

          <p>Developers, if you'd like to apply to be a mentor, you can do so on the webapp. Please read the mentoring guide before applying.</p>

          <h3>Gentoo Linux releases 12.1 LiveDVD <small class="text-muted">posted on April 1, 2012 by <strong>Robin H. Johnson</strong></small></h3>
          <p>Gentoo Linux is proud to announce the availability of a new LiveDVD to celebrate the continued collaboration between Gentoo users and developers. The LiveDVD features a superb list of packages, some of which are listed below.</p>

          <p>A special thanks to the Gentoo Infrastructure Team. Their hard work behind the scenes provide the resources, services and technology necessary to support the Gentoo Linux project.</p>

          <p>Packages included in this release: Linux Kernel 3.3.0, Xorg 1.12.0, KDE 4.8.1, Gnome 3.2.1, XFCE 4.8, Fluxbox 1.3.2, Firefox 11.0, LibreOffice 3.5.1.2, Gimp 2.6.12, Blender 2.60, Amarok 2.5 , VLC 2.0.1 and much more ... If you want to see if your package is included we have generated both the x86 package list, and amd64 package list. You may also be interested in checking out the FAQ. There is no new artwork for the 12.1 release, but you can still get the 12.0 artwork plus DVD cases and covers for the 12.0 release.</p>

          <p>Special Features:</p>
          <ul>
            <li>ZFSOnLinux</li>
            <li>Writable file systems using AUFS so you can emerge new packages!</li>
            <li>Persistence for $HOME is available; press F9 for more info!</li>
          </ul>
          <p><a class="btn btn-link" href="#">More news &raquo;</a></p>
        </div>
      </div>

      <hr>

      <div class="row pt-3">
        <div class="col-md-6">
          <h2>Developer Blogs (Planet Gentoo)</h2>
          <table class="table table-striped">
            <tr>
              <td>Andreas K. Hüttel</td>
              <td>Please test cups-1.5</td>
            </tr>
            <tr>
              <td>Diego E. Pettenò</td>
              <td>Back to Cinnamon!</td>
            </tr>
            <tr>
              <td>Eray Aslan</td>
              <td>Upgrading to Postfix-2.9</td>
            </tr>
            <tr>
              <td>Sebastian Pipping</td>
              <td>overlint: Static analysis for your Gentoo overlay</td>
            </tr>
            <tr>
              <td>Tomáš Chvátal</td>
              <td>Stabilisation of libreoffice-3.5</td>
            </tr>
          </table>
        </div>
        <div class="col-md-6">
          <h2>Sponsors</h2>
          <p>Gentoo is proudly sponsored by:</p>
          <p style="text-align: center;">
            <img src="../../assets/v2/ad1.png" alt="ad" style="margin-right: 1em;">
            <img src="../../assets/v2/ad2.png" alt="ad" style="margin-right: 1em;">
            <img src="../../assets/v2/ad3.png" alt="ad">
          </p>
        </div>
      </div>
      <div class="row pt-3">
        <div class="col-md-6">
          <h2>New Packages</h2>
          <table class="table table-striped">
            <tr>
              <th>dev-lang/ruby</th>
              <td>The Ruby interpreter</td>
            </tr>
            <tr>
              <th>dev-vcs/git</th>
              <td>The stupid content tracker</td>
            </tr>
            <tr>
              <th>kde-misc/ktwitter</th>
              <td>KDE Twitter client</td>
            </tr>
          </table>

        </div>
        <div class="col-md-6">
          <h2>Security Updates</h2>
          <table class="table table-striped">
            <tr>
              <th>GLSA 2012-02-02</th>
              <td><span class="badge badge-danger">critical</span></td>
              <td>GNOME: Execution of arbitrary code</td>
            </tr>
            <tr>
              <th>GLSA 2012-02-01</th>
              <td><span class="badge badge-warning">moderate</span></td>
              <td>KDE: Denial of Service</td>
            </tr>
            <tr>
              <th>GLSA 2012-01-34</th>
              <td><span class="badge badge-info">minor</span></td>
              <td>Xfce: Information disclosure</td>
            </tr>
          </table>
        </div>
      </div>
    </div>

    <footer>
      <div class="container">
        <div class="row">
          <div class="col-12 col-md-offset-2 col-md-7">
          <!-- Application footer goes here (only here please):
            <p class="spacer">If you don't want a headline</p>
            or
            <h3 class="footerhead">Headline</h3>
            <p>Contents</p>
          -->
          </div>
          <div class="col-12 col-md-3">
            <h3 class="footerhead">Questions or comments?</h3>
            Please feel free to <a href="https://www.gentoo.org/inside-gentoo/contact/">contact us</a>.
          </div>
        </div>
        <div class="row">
          <div class="col-2 col-sm-3 col-md-2">
            <ul class="footerlinks three-icons">
              <li><a href="https://twitter.com/gentoo" title="@Gentoo on Twitter"><span class="fa fa-twitter fa-fw"></span></a></li>
              <li><a href="https://www.facebook.com/gentoo.org" title="Gentoo on Facebook"><span class="fa fa-facebook fa-fw"></span></a></li>
              <li></li>
            </ul>
          </div>
          <div class="col-10 col-sm-9 col-md-10">
            <strong>&copy; 2001&ndash;2018 Gentoo Foundation, Inc.</strong><br>
            <small>
              Gentoo is a trademark of the Gentoo Foundation, Inc.
              The contents of this document, unless otherwise expressly stated, are licensed under the
              <a href="https://creativecommons.org/licenses/by-sa/3.0/" rel="license">CC-BY-SA-3.0</a> license.
              The <a href="https://www.gentoo.org/inside-gentoo/foundation/name-logo-guidelines.html">Gentoo Name and Logo Usage Guidelines</a> apply.
            </small>
          </div>
        </div>
      </div>
    </footer>

    <script src="../../assets/v2/jquery.slim.js"></script>
    <script src="../../assets/v2/popper.min.js"></script>
    <script src="../../assets/v2/bootstrap.min.js"></script>

  </body>
</html>