~deadlight/+junk/ubuntu-videos

« back to all changes in this revision

Viewing changes to support/community/index.html

  • Committer: Karl Williams
  • Date: 2014-05-02 14:25:48 UTC
  • mfrom: (1033.1.12 ubuntu-website-content)
  • Revision ID: karl.williams@canonical.com-20140502142548-6giwd2qrotgo6c1d
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% extends "ubuntu/support/_base_support.html" %}
2
 
 
3
 
{% block title %}Community | Ubuntu{% endblock %}
4
 
 
5
 
{% block second_level_nav_items %}
6
 
        {% include "ubuntu/templates/_nav_breadcrumb.html" with section_title="Support" page_title="Community"  tertiary="true" %}
7
 
{% endblock second_level_nav_items %}
8
 
 
9
 
{% block content %}
10
 
<div class="row row-hero no-border">
11
 
        <h1>Community support</h1>
12
 
        <div class="eight-col">
13
 
                <h3>Access free documentation</h3>
14
 
                <p>If you are stuck on a problem, someone else has probably encountered it too. Take a look at the <a href="http://help.ubuntu.com/">official documentation</a> developed and maintained by the Ubuntu Documentation Team.</p>
15
 
                
16
 
                <h3>Live support chat</h3>
17
 
                <p>If you would rather ask questions directly to the Ubuntu Community, you can <a href="https://help.ubuntu.com/community/InternetRelayChat">access our Internet relay chat (IRC) channel</a>. Simply join the #ubuntu channel on irc.freenode.net.</p>
18
 
                <p>If you are new to Ubuntu, and have not used IRC before, you can use the application '<em>pidgin</em>' (or on some versions of Ubuntu '<em>gaim</em>') from the Applications-&gt;Internet menu on your Ubuntu desktop. Then login to irc.freenode.net and join the #ubuntu channel.</p>
19
 
                <p>If you want a more specialised channel that deals with Ubuntu derivatives, you can join <strong>#kubuntu</strong>, <strong>#edubuntu</strong>, <strong>#xubuntu</strong>.</p>
20
 
                <p>There are also dedicated channels for development, bugs, local community (LoCo) teams, accessibility and documentation.</p>
21
 
                <p>Take a look at a list of our <a href="https://wiki.ubuntu.com/InternetRelayChat">current IRC channels</a></p>
22
 
                <p>When participating in Ubuntu IRC channels, please follow the <a href="/about/about-ubuntu/conduct">Code of Conduct</a>.</p>
23
 
                
24
 
                <h3>Web forums</h3>
25
 
                <p>If you prefer to use web forums, rather than mailing lists, especially for support-related issues, you can use or search the <a href="/support/community/web-forums">Ubuntu forums</a>. There are also <a href="/support/community/local-language">local language forums</a> available.</p>
26
 
                
27
 
                <h3>Mailing lists</h3>
28
 
                <p>Ubuntu development, support and discussions continually take place within our IRC channels and mailing lists. To join a <a href="/support/community/mailing-lists">mailing list</a> simply click on the mailing list you wish to join for further instructions.</p>
29
 
                
30
 
                        <h3>Ask Ubuntu</h3>
31
 
                <p><a href="http://askubuntu.com/">http://askubuntu.com</a></p>
32
 
                <p>This is a collaboratively edited question and answer site for Ubuntu users and developers. It's 100% free, no registration required.</p>
33
 
        </div><!-- / .seven-col -->
34
 
</div><!-- / .row -->
35
 
{% endblock content %}
 
 
b'\\ No newline at end of file'