summaryrefslogtreecommitdiffstats
path: root/testing/firefox-ui/resources/layout/mozilla_community.html
blob: c8da6afd84d66f23e368675fed5b4207fd7dee0f (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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
    <title>Mozilla Community</title>
    <link rel="shortcut icon" type="image/ico" href="../images/seamonkey_favicon.ico" />
</head>

<body>
    <a href="mozilla.html">
        <img id="mozilla_logo" src="../images/mozilla_logo.jpg" />
    </a>

    <a href="#history">History</a> |
    <a href="#communicate">Communicate</a> |
    <a href="#more">More</a>

    <div id="content">
        <h1 id="page-title" name="page-title">Our Community</h1>

        <h2><a name="history">History</a></h2>
        <p id="history">
            When www.mozilla.org was launched in 1998 all community activity
            occurred right here on this site.  Since then the community has
            grown much bigger and there are now many different sites,
            forums, blogs and newsgroups in different places that track
            different parts of the project.  These pages aim to be a
            comprehensive list to all of the different community resources
            available.  If you know of something that's not on these lists
            that should be, please contact us and we'll update these
            pages.
        </p>

        <h2><a name="communicate">Communicate</a></h2>
        <p id="communicate">
            There are a number of different ways community members
            communicate and coordinate (people use mailing lists and
            newsgroups, blogs, forums, wikis and they even meet in real
            life sometimes too) and all of these options might be
            overwhelming at first.  Hopefully this set of links will provide
            some useful pointers to help you figure out where to go to find
            what you're looking for.  If you do get lost though and need
            some help, feel free to ask for more information.
        </p>

        <h2><a name="more">More</a></h2>
        <p id="more">
            Please note that this is intended to be an entry point that
            provides a high-level overview of the different community areas.
            If you're looking for more detailed information about a specific
            topic, please look at our Developer,
            <a href="mozilla_contribute.html">Contribute</a> and Support
            pages or take a look at the other information referenced
            throughout this site.
        </p>
    </div>
</body>
</html>