summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/pages/support/index.html')
-rw-r--r--python/templates/pages/support/index.html78
1 files changed, 0 insertions, 78 deletions
diff --git a/python/templates/pages/support/index.html b/python/templates/pages/support/index.html
deleted file mode 100644
index 78a8ce2..0000000
--- a/python/templates/pages/support/index.html
+++ /dev/null
@@ -1,78 +0,0 @@
----
-nav1: support
-nav1-show: true
-nav1-weight: 20
-
-title: 'Support'
----
-<p class="lead">
- Got a question? We've got you covered.
-</p>
-
-<div class="row">
- <div class="col-xs-12 col-md-8 col-md-offset-2">
- <div class="panel panel-default">
- <div class="panel-heading">
- <h3 class="panel-title"><span class="fa fa-fw fa-life-buoy"></span> Getting Help with your Gentoo System</h3>
- </div>
- <div class="panel-body">
- <p>
- Gentoo is a volunteer-driven distribution and so are our support options:
- We have a great Gentoo community that tests and helps document many aspects of the Gentoo distribution.
- </p>
- <p>
- We advise you to seek answers to your support questions in the following documentation resources and support venues:
- </p>
- <div class="list-group large">
- <a href="//wiki.gentoo.org/wiki/FAQ" class="list-group-item"><i class="fa fa-fw fa-question-circle"></i> Frequently Asked Questions</a>
- <a href="/support/documentation/" class="list-group-item"><i class="fa fa-fw fa-book"></i> Gentoo Documentation</a>
- <a href="/get-involved/irc-channels/" class="list-group-item"><i class="fa fa-fw fa-comments-o"></i> Gentoo IRC Channels</a>
- <a href="https://forums.gentoo.org/" class="list-group-item"><i class="fa fa-fw fa-users"></i> Gentoo Forums</a>
- <a href="/get-involved/mailing-lists/" class="list-group-item"><i class="fa fa-fw fa-inbox"></i> Gentoo Mailing Lists</a>
- </div>
-
- Many Gentoo developers frequently visit those community channels and try their best to contribute to the ongoing discussions and questions.
- </div>
- </div>
- </div>
-</div>
-
-<div class="row">
- <div class="col-xs-12 col-md-8 col-md-offset-2">
- <div class="panel panel-default">
- <div class="panel-heading">
- <h3 class="panel-title"><span class="fa fa-fw fa-laptop"></span> Hardware Requirements</h3>
- </div>
- <div class="panel-body">
- The hardware requirements for each architecture are placed in our <a href="https://wiki.gentoo.org/wiki/Handbook:Main_Page">Gentoo Handbook</a>,
- in the <em>Choosing the right installation medium</em> chapter for your respective architecture.
- </div>
- </div>
- </div>
-</div>
-
-<div class="row">
- <div class="col-xs-12 col-md-8 col-md-offset-2">
- <div class="panel panel-default">
- <div class="panel-heading">
- <h3 class="panel-title"><span class="fa fa-fw fa-bug"></span> Reporting Bugs</h3>
- </div>
- <div class="panel-body">
- <p>
- Found a bug? Please report it!
- </p>
- <div class="alert alert-danger">
- Please make sure that the problem is not caused by a misconfiguration on your part.
- <br>
- Our <a href="#" class="alert-link">support venues</a> help you ascertain whether your issue warrants a bug report.
- </div>
- Prior to reporting your first bug, please take a look at our <a href="https://wiki.gentoo.org/wiki/Beautiful_bug_reports">guide to creating beautiful bug reports</a>.
- <br><br>
- When you're ready to report the issue, head over to our Bugzilla, where you can file a bug after registering and logging in.
- </div>
- <div class="panel-footer text-right">
- <a href="https://bugs.gentoo.org/" class="btn btn-default btn-sm"><span class="fa fa-fw fa-bug"></span> Go to Bugzilla</a>
- </div>
- </div>
- </div>
-</div> \ No newline at end of file