summaryrefslogtreecommitdiffstats
path: root/static/includes/home-fs-section.html
blob: 7d8300b786b074dcb0519d725862aa5866f0ce0a (plain) (blame)
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
<div class="fs">
    <section class="section">
        <div class="container">
            <div class="wrapper">
                <div class="content">
                    <header>
                        <h1 class="title"><span>Free Software Movement</span></h1>
                    </header>

                    <div class="columns">
                        <div class="column">
                            <p>The free software movement is a world
                                wide effort that campaigns for the
                                creation, use, and adoption of free
                                software.  Free software is a matter
                                of liberty, not price. To understand
                                the concept, you should think of
                                &ldquo;free&rdquo; as in &ldquo;free
                                speech&rdquo;, not as in &ldquo;free
                                food&rdquo;.  We also refer to it as
                                &rdquo;swantantra software&ldquo; to
                                clarify that the software respects
                                your freedom and is not necessarily
                                gratis.</p>

                              <p>Free software entitles users to
                                <a href="//gnu.org/philosophy/free-sw.html">four
                                essential freedoms</a>:</p>

                            <ul>
                                <li>The freedom to run the program as
                                they wish, for any purpose (freedom 0).</li>

                                <li>The freedom to study how the
                                program works, and change it so it
                                does their computing as they wish
                                (freedom 1). Access to the source code
                                is a precondition for this.</li>

                                <li>The freedom to redistribute copies
                                so they can help others (freedom 2).</li>

                                <li>The freedom to distribute copies
                                of their modified versions to others
                                (freedom 3). By doing this they can
                                give the whole community a chance to
                                benefit from their changes. Access to
                                the source code is a precondition for
                                this.</li>
                            </ul>

                        </div>
                        <div class="column">
                            <video controls="controls"
                                   poster="//static.fsf.org/nosvn/rms-photos/20140407-geneva-01.png" style="width:512px"
                                   src="//audio-video.gnu.org/video/TEDxGE2014_Stallman05_LQ.webm">
                                <track label="English" srclang="en" src="//static.fsf.org/nosvn/rms-tedx-subtitles/rms-ted-talk.en.vtt">
                                <track label="French" srclang="fr" src="//static.fsf.org/nosvn/rms-tedx-subtitles/rms-ted-talk.fr.vtt">
                                <track label="Spanish" srclang="es" src="//static.fsf.org/nosvn/TEDx_es.vtt">
                                <track label="Persian" srclang="fa" src="//static.fsf.org/nosvn/rms-ted-talk.fa.srt">
                            </video>
                            <p>Download this video in a free format
                                (<a href="//audio-video.gnu.org/video/TEDxGE2014_Stallman05_HQ.ogv">HD</a>)
                                (<a href="//audio-video.gnu.org/video/TEDxGE2014_Stallman05_LQ.webm">SD</a>).</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
</div>