aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'get-started')
-rw-r--r--get-started/about/index.html77
-rw-r--r--get-started/faq.html8
-rw-r--r--get-started/index.html100
-rw-r--r--get-started/philosophy/index.md20
-rw-r--r--get-started/philosophy/social-contract.md50
-rw-r--r--get-started/screenshots/index.html71
6 files changed, 326 insertions, 0 deletions
diff --git a/get-started/about/index.html b/get-started/about/index.html
new file mode 100644
index 0000000..86d5fa8
--- /dev/null
+++ b/get-started/about/index.html
@@ -0,0 +1,77 @@
+---
+nav1: get-started
+nav2-show: true
+nav2: about
+nav2-weight: 10
+
+title: 'About Gentoo'
+---
+{% include hero-section/start class="abouthdr huge" %}
+ <div class="row">
+ <div class="col-md-4">
+ <img src="/assets/img/bg/larry.png" class="img-responsive" alt="Larry the cow, a bit unhappy">
+ </div>
+ <div class="col-md-8">
+ Larry the Cow was a bit frustrated<br>&nbsp;&nbsp;&nbsp;at the current state of Linux distributions…
+ <br><br>
+ <div class="right">…until he tried Gentoo Linux.</div>
+ </div>
+ </div>
+{% include hero-section/end %}
+
+<h2>What is Gentoo?</h2>
+
+<p class="lead">
+ Gentoo is a free operating system based on either Linux or FreeBSD that can be automatically optimized and customized for just about any application or need.
+ <br>
+ Extreme configurability, performance and a top-notch user and developer community are all hallmarks of the Gentoo experience.
+</p>
+
+<p>
+ Thanks to a technology called <strong>Portage,</strong> Gentoo can become an ideal secure server, development workstation,
+ professional desktop, gaming system, embedded solution or something else—whatever you need it to be.
+ Because of its near-unlimited adaptability, we call Gentoo a metadistribution.
+</p>
+
+<p>
+ Of course, Gentoo is more than just the software it provides.
+ It is a community built around a distribution which is driven by more than 300 developers and thousands of users.
+ The distribution project provides the means for the users to enjoy Gentoo:
+ documentation, infrastructure, release engineering, software porting, quality assurance, security followup, hardening and more.
+</p>
+
+<p>
+ To advise on and help with Gentoo's global development, a 7-member council is elected on a yearly basis which decides on global issues,
+ policies and advancements in the Gentoo project.
+</p>
+
+<h2>What is Portage?</h2>
+
+<p class="lead">
+ Portage is the heart of Gentoo, and performs many key functions. For one, Portage is the software distribution system for Gentoo:
+</p>
+
+<p>
+ To get the latest software for Gentoo, you type one command: <kbd>emerge --sync</kbd>.
+ This command tells Portage to update your local "Portage tree" over the Internet.
+ Your local Portage tree contains a complete collection of scripts that can be used by Portage to create and install the latest Gentoo packages.
+ Currently, we have more than 10000 packages in our Portage tree, with updates and new ones being added all the time.
+</p>
+
+<p class="lead">
+ Portage is also a package building and installation system:
+</p>
+
+<p>
+ When you want to install a package, you type <kbd>emerge packagename</kbd>,
+ at which point Portage automatically builds a custom version of the package to your exact specifications,
+ optimizing it for your hardware and ensuring that the optional features in the package that you want are enabled—and those you don't want aren't.
+</p>
+
+<p class="lead">
+ Portage also keeps your system up-to-date:
+</p>
+
+<p>
+ Typing one command (<kbd>emerge -uD world</kbd>) will ensure that all the packages that <em>you</em> want on your system are updated automatically.
+</p> \ No newline at end of file
diff --git a/get-started/faq.html b/get-started/faq.html
new file mode 100644
index 0000000..2142304
--- /dev/null
+++ b/get-started/faq.html
@@ -0,0 +1,8 @@
+---
+title: 'FAQ'
+nav1: get-started
+nav2: faq
+nav2-show: true
+nav2-weight: 40
+redirect: https://wiki.gentoo.org/wiki/FAQ
+--- \ No newline at end of file
diff --git a/get-started/index.html b/get-started/index.html
new file mode 100644
index 0000000..aa414ca
--- /dev/null
+++ b/get-started/index.html
@@ -0,0 +1,100 @@
+---
+nav1: get-started
+nav1-show: true
+nav1-weight: 5
+
+title: 'Getting Started with Gentoo Linux'
+navtitle: 'Get Started'
+---
+
+<p class="lead">
+ Installing Gentoo works a bit differently than other Linux distributions.
+ <br>
+ But don't worry, we got you covered every step of the way.
+</p>
+
+{% include hero-section/start class="get-started-livecd" %}
+<div class="row">
+ <div class="col-md-2 get-started-icon"><span class="fa fa-fw fa-power-off fa-5x"></span></div>
+ <div class="col-md-10">
+ <h2 class="stick-top">Step 1: Boot a Live Environment</h2>
+ <p>We offer a variety of Live Environments that allow you to perform the installation.</p>
+
+ <p>Choose between a lean console-only environment, a fully featured LiveDVD, or try the Gentoo-based SystemRescueCD which offers a mixture of both.</p>
+ </div>
+</div>
+{% include hero-section/end %}
+
+{% include hero-section/start class="get-started-handbook" %}
+<div class="row">
+ <div class="col-md-2 get-started-icon"><span class="fa fa-fw fa-book fa-5x"></span></div>
+ <div class="col-md-10">
+ <h2 class="stick-top">Step 2: Follow the Installation Instructions</h2>
+ <p>Gentoo provides you with detailed documentation that guides you through the installation process.</p>
+
+ <p>There is no installation program&mdash;you're the installer. That way, you can apply all the customizations you desire.</p>
+ </div>
+</div>
+{% include hero-section/end %}
+
+{% include hero-section/start class="get-started-go" %}
+<div class="row">
+ <div class="col-md-2 get-started-icon"><span class="fa fa-fw fa-rocket fa-5x"></span></div>
+ <div class="col-md-7">
+ <h2 class="stick-top">Ready to go?</h2>
+ <p>These steps are all described in the <strong>Gentoo Handbook.</strong></p>
+
+ <p>Should you have any questions regarding Gentoo, or the installation process, we're here for you!</p>
+ </div>
+ <div class="col-md-3">
+ <h2 class="stick-top">&nbsp;</h2>
+ <p>
+ <a href="https://wiki.gentoo.org/wiki/Handbook:Main_Page" type="button" class="btn btn-default btn-lg btn-block"><i class="fa fa-fw fa-book"></i> Gentoo Handbook</a>
+ <a href="/support/" type="button" class="btn btn-default btn-lg btn-block"><i class="fa fa-fw fa-life-buoy"></i> Get Support</a>
+ </p>
+ </div>
+</div>
+{% include hero-section/end %}
+
+<h2>After the Installation…</h2>
+<div class="row">
+ <div class="col-xs-12 col-md-3">
+ <h3><i class="fa fa-fw fa-comments-o"></i> Communicate</h3>
+ <p>
+ Meet the community on our Forums, mailing lists, and on IRC.
+ </p>
+ </div>
+ <div class="col-xs-12 col-md-3">
+ <h3><i class="fa fa-fw fa-cogs"></i> Contribute</h3>
+ <p>
+ There's always things to engineer, build, fix, and document.
+ You're invited to help shape Gentoo.
+ </p>
+ </div>
+ <div class="col-xs-12 col-md-3">
+ <h3><i class="fa fa-fw fa-heart"></i> Donate</h3>
+ <p>
+ Your support is vital to keep us running.
+ Even little amounts help keep servers running.
+ </p>
+ </div>
+ <div class="col-xs-12 col-md-3">
+ <h3><i class="fa fa-fw fa-bullhorn"></i> Spread the Word</h3>
+ <p>
+ Happy with the system you built? Tell the world about it.
+ </p>
+ </div>
+</div>
+<div class="row">
+ <div class="col-xs-12 col-md-3">
+ <a href="/get-involved/" class="btn btn-primary btn-block">Get Involved</a>
+ </div>
+ <div class="col-xs-12 col-md-3">
+ <a href="/get-involved/contribute/" type="button" class="btn btn-primary btn-block">What can I do?</a>
+ </div>
+ <div class="col-xs-12 col-md-3">
+ <a href="/donate/" class="btn btn-primary btn-block">Help cover costs</a>
+ </div>
+ <div class="col-xs-12 col-md-3">
+ </div>
+</div> \ No newline at end of file
diff --git a/get-started/philosophy/index.md b/get-started/philosophy/index.md
new file mode 100644
index 0000000..ee3d0f1
--- /dev/null
+++ b/get-started/philosophy/index.md
@@ -0,0 +1,20 @@
+---
+nav1: get-started
+nav2-show: true
+nav2: philosophy
+nav2-weight: 20
+nav3-show: true
+nav3-weight: 1
+layout: page-nav3
+
+title: 'The Philosophy of Gentoo'
+navtitle: 'Philosophy'
+---
+Every user has work they need to do. The goal of Gentoo is to design tools and systems that allow a user to do that work as pleasantly and efficiently as possible, as they see fit. Our tools should be a joy to use, and should help the user to appreciate the richness of the Linux and free software community, and the flexibility of free software. This is only possible when the tool is designed to reflect and transmit the will of the user, and leave the possibilities open as to the final form of the raw materials (the source code.) If the tool forces the user to do things a particular way, then the tool is working against, rather than for, the user. We have all experienced situations where tools seem to be imposing their respective wills on us. This is backwards, and contrary to the Gentoo philosophy.
+
+Put another way, the Gentoo philosophy is to create better tools. When a tool is doing its job perfectly, you might not even be very aware of its presence, because it does not interfere and make its presence known, nor does it force you to interact with it when you don't want it to. The tool serves the user rather than the user serving the tool.
+
+The goal of Gentoo is to strive to create near-ideal tools. Tools that can accommodate the needs of many different users all with divergent goals. Don't you love it when you find a tool that does exactly what you want to do? Doesn't it feel great? Our mission is to give that sensation to as many people as possible.
+
+Daniel Robbins \\
+Previous Chief Architect \ No newline at end of file
diff --git a/get-started/philosophy/social-contract.md b/get-started/philosophy/social-contract.md
new file mode 100644
index 0000000..0d4e31d
--- /dev/null
+++ b/get-started/philosophy/social-contract.md
@@ -0,0 +1,50 @@
+---
+nav1: get-started
+nav2: philosophy
+nav3: social-contract
+nav3-show: true
+nav3-weight: 10
+layout: page-nav3
+
+title: 'Gentoo Social Contract'
+navtitle: 'Social Contract'
+---
+This social contract is intended to clearly describe the overall development policies and standards of the Gentoo project development team. Parts of this document have been derived from the [Debian Social Contract](http://www.debian.org/social_contract). It is generally very similar to it except that certain parts have been clarified and augmented while other parts deemed redundant have been removed. Comments are welcome. Please send them to our [gentoo-dev@lists.gentoo.org](mailto:gentoo-dev@lists.gentoo.org) mailing list.
+
+##What is Gentoo?
+
+Gentoo in itself is a collection of free knowledge.
+Knowledge in this context can be defined as documentation and metadata concerned with concepts or domains relevant to operating systems and their components,
+as well as [free software](http://www.fsf.org/philosophy/free-sw.html) contributed by various developers to the Gentoo Project.
+
+Gentoo, the operating system, is derived from the base concept of knowledge described above.
+A Gentoo operating system should satisfy the self-hosting requirement.
+In other words, the operating system should be able to build itself from scratch using the aforementioned tools and metadata.
+If a product associated with an official Gentoo project does not satisfy these requirements, the product does not qualify as a Gentoo operating system.
+
+An official list of Gentoo projects is listed under the Gentoo Metastructure.
+A Gentoo project does not need to produce a Gentoo operating system in order to be officially recognized.
+
+##Gentoo is and will remain Free Software
+
+We will release our contributions to Gentoo as free software, metadata or documentation,
+under the GNU General Public License version 2 (or later, at our discretion) or the Creative Commons - Attribution / Share Alike version 2 (or later, at our discretion).
+Any external contributions to Gentoo (in the form of freely-distributable sources, binaries, metadata or documentation) may be incorporated into Gentoo
+provided that we are legally entitled to do so.
+However, Gentoo will never depend upon a piece of software or metadata unless it conforms to the GNU General Public License, the GNU Lesser General Public License,
+the Creative Commons - Attribution/Share Alike or some other license approved by the Open Source Initiative ([OSI](http://www.opensource.org/licenses/index.html)).
+
+<div class="alert alert-success">
+Note: We are considering extending the above clause to require that all core Gentoo components must conform
+to a license approved by the OSI and Free Software Foundation (<a href="http://www.gnu.org/">FSF</a>).
+</div>
+
+##We will give back to the Free Software Community
+
+We will establish relationships with Free Software authors and collaborate with them when possible. We will submit bug-fixes, improvements, user requests, etc. to the "upstream" authors of software included in our system. We will also clearly document our contributions to Gentoo as well as any improvements or changes we make to external sources used by Gentoo (whether in the form of patches, "sed tweaks" or some other form). We acknowledge that our improvements and changes are much more meaningful to the larger Free Software community if they are clearly documented and explained, since not everyone has the time or ability to understand the literal changes contained in the patches or tweaks themselves.
+
+##We will not hide problems
+
+We will keep our [bug report database](http://bugs.gentoo.org/) open for public view at all times; reports that users file online will immediately become visible to others.
+
+Exceptions are made when we receive security-related or developer relations information with the request not to publicize before a certain deadline. \ No newline at end of file
diff --git a/get-started/screenshots/index.html b/get-started/screenshots/index.html
new file mode 100644
index 0000000..91e9dff
--- /dev/null
+++ b/get-started/screenshots/index.html
@@ -0,0 +1,71 @@
+---
+title: Gentoo Screenshots
+navtitle: Screenshots
+
+nav1: get-started
+nav2: screenshots
+nav2-show: true
+nav2-weight: 30
+---
+<p class="lead">
+ As Gentoo doesn't come with a default GUI, we can't show you a generic Gentoo screenshot.
+ <br>
+ What you can find here instead are examples of awesome setups ran by our users.
+</p>
+
+<div class="row">
+ <div class="col-sm-12 col-md-6">
+ <div class="thumbnail">
+ <a href="/assets/img/screenshots/gplus2.jpg">
+ <img src="/assets/img/screenshots/gplus2-600.png" alt="screenshot">
+ </a>
+ <div class="caption">
+ <h3>Mauro Crociara's KDE 4 desktop</h3>
+
+ from our <a href="https://plus.google.com/photos/+MauroCrociara/albums/6018513283417828033/6018513594963714786" rel="nofollow">Google+</a> community
+ </div>
+ </div>
+ </div>
+ <div class="col-sm-12 col-md-6">
+ <div class="thumbnail">
+ <a href="/assets/img/screenshots/surface.png">
+ <img src="/assets/img/screenshots/surface-600.png" alt="screenshot">
+ </a>
+ <div class="caption">
+ <h3>Daniel Quinn's Gnome 3 desktop</h3>
+
+ Running on a Surface Pro 3. Yes, <a href="https://github.com/danielquinn/Gentoo-Surface-Pro-3">Gentoo runs there</a>!
+ </div>
+ </div>
+ </div>
+</div>
+<div class="row">
+ <div class="col-sm-12 col-md-6">
+ <div class="thumbnail">
+ <a href="/assets/img/screenshots/1-aisbaa.png">
+ <img src="/assets/img/screenshots/1-aisbaa-600.png" alt="screenshot">
+ </a>
+ <div class="caption">
+ <h3>aisbaa's Fluxbox desktop</h3>
+
+ Winner of the 2012 Screenshot Contest
+ </div>
+ </div>
+ </div>
+ <div class="col-sm-12 col-md-6">
+ <div class="thumbnail">
+ <a href="/assets/img/screenshots/gplus1.png">
+ <img src="/assets/img/screenshots/gplus1-600.png" alt="screenshot">
+ </a>
+ <div class="caption">
+ <h3>Alexandre Pereira's KDE 4 desktop</h3>
+
+ from our <a href="https://plus.google.com/photos/106659361713607102394/albums/6041467608520348417/6041467610022232754">Google+</a> community
+ </div>
+ </div>
+ </div>
+</div>
+
+<p>
+ Looking for more? The Gentoo community on Google+ has a dedicated <a href="https://plus.google.com/communities/100146718762350759856/stream/09938b7e-4913-4bc5-bdd6-9635c4a1bf60">Screenshots</a> section.
+</p> \ No newline at end of file