www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server/staging/nav-bar/test9 emacs-intro.ht...


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 emacs-intro.ht...
Date: Mon, 14 Apr 2014 14:18:59 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/04/14 14:18:59

Added files:
        server/staging/nav-bar/test9: emacs-intro.html audio-video.html 

Log message:
        new test files.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/emacs-intro.html?cvsroot=www&rev=1.1
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/audio-video.html?cvsroot=www&rev=1.1

Patches:
Index: emacs-intro.html
===================================================================
RCS file: emacs-intro.html
diff -N emacs-intro.html
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ emacs-intro.html    14 Apr 2014 14:18:58 -0000      1.1
@@ -0,0 +1,91 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd";>
+
+<html lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=utf-8">
+<link rev="made" href="mailto:address@hidden";>
+<link rel="icon" type="image/png" href="/graphics/gnu-head-mini.png">
+<meta name="ICBM" content="42.256233,-71.006581">
+<meta name="DC.title" content="gnu.org">
+
+<title>Intro - GNU Emacs Manual</title>
+<style type="text/css">
address@hidden url('style.css');
+</style>
+<!--
+This is the `GNU Emacs Manual',
+updated for Emacs version 24.3.
+
+Copyright (C) 1985--1987, 1993--2013 Free Software Foundation, Inc.
+
+     Permission is granted to copy, distribute and/or modify this
+     document under the terms of the GNU Free Documentation License,
+     Version 1.3 or any later version published by the Free Software
+     Foundation; with the Invariant Sections being ``The GNU
+     Manifesto,'' ``Distribution'' and ``GNU GENERAL PUBLIC LICENSE,''
+     with the Front-Cover texts being ``A GNU Manual,'' and with the
+     Back-Cover Texts as in (a) below.  A copy of the license is
+     included in the section entitled ``GNU Free Documentation
+     License.''
+
+     (a) The FSF's Back-Cover Text is: ``You have the freedom to copy
+     and modify this GNU manual.  Buying copies from the FSF supports
+     it in developing GNU and promoting software freedom.''
+   -->
+</head>
+<body>
+<div class="node" style="background-color:#DDDDFF">
+<a name="Intro"></a>
+<p>
+Next:&nbsp;<a rel="next" accesskey="n" href="Screen.html#Screen">Screen</a>,
+Previous:&nbsp;<a rel="previous" accesskey="p" 
href="Distrib.html#Distrib">Distrib</a>,
+Up:&nbsp;<a rel="up" accesskey="u" href="index.html#Top">Top</a>
+
+</div>
+
+<h2 class="unnumbered">Introduction</h2>
+
+<p>You are reading about GNU Emacs, the GNU incarnation of the
+advanced, self-documenting, customizable, extensible editor Emacs. 
+(The `G' in `GNU' is not silent.)
+
+   <p>We call Emacs <dfn>advanced</dfn> because it can do much more than simple
+insertion and deletion of text.  It can control subprocesses, indent
+programs automatically, show multiple files at once, and more. 
+Emacs editing commands operate in terms of characters, words, lines,
+sentences, paragraphs, and pages, as well as expressions and comments
+in various programming languages.
+
+   <p><dfn>Self-documenting</dfn> means that at any time you can use special
+commands, known as <dfn>help commands</dfn>, to find out what your options
+are, or to find out what any command does, or to find all the
+commands that pertain to a given topic.  See <a href="Help.html#Help">Help</a>.
+
+   <p><dfn>Customizable</dfn> means that you can easily alter the behavior of
+Emacs commands in simple ways.  For instance, if you use a programming
+language in which comments start with &lsquo;<samp><span 
class="samp">&lt;**</span></samp>&rsquo; and end with
+&lsquo;<samp><span class="samp">**&gt;</span></samp>&rsquo;, you can tell the 
Emacs comment manipulation commands to
+use those strings (see <a href="Comments.html#Comments">Comments</a>).  To 
take another example, you
+can rebind the basic cursor motion commands (up, down, left and right)
+to any keys on the keyboard that you find comfortable. 
+See <a href="Customization.html#Customization">Customization</a>.
+
+   <p><dfn>Extensible</dfn> means that you can go beyond simple customization
+and create entirely new commands.  New commands are simply programs
+written in the Lisp language, which are run by Emacs's own Lisp
+interpreter.  Existing commands can even be redefined in the middle of
+an editing session, without having to restart Emacs.  Most of the
+editing commands in Emacs are written in Lisp; the few exceptions
+could have been written in Lisp but use C instead for efficiency. 
+Writing an extension is programming, but non-programmers can use it
+afterwards.  See <a href="../eintr/index.html#Top">Emacs Lisp Intro</a>, if 
you want to learn Emacs
+Lisp programming.
+
+<!-- This is part of the Emacs manual. -->
+<!-- Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2013 Free Software -->
+<!-- Foundation, Inc. -->
+<!-- See file emacs.texi for copying conditions. -->
+   </body></html>
+
+

Index: audio-video.html
===================================================================
RCS file: audio-video.html
diff -N audio-video.html
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ audio-video.html    14 Apr 2014 14:18:59 -0000      1.1
@@ -0,0 +1,206 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+<link rev="made" href="mailto:address@hidden"; />
+<link rel="icon" type="image/png" 
href="http://www.gnu.org/graphics/gnu-head-mini.png"; />
+<meta name="ICBM" content="42.256233,-71.006581" />
+<meta name="DC.title" content="gnu.org" />
+<title>Audio/Video &mdash; The GNU Operating System</title>
+<meta http-equiv="Keywords" content="GNU, FSF, Free Software Foundation, 
Linux, Emacs, GCC, Unix, Free Software, Operating System, GNU Kernel, HURD, GNU 
HURD, Hurd" />
+<meta http-equiv="Description" content="Since 1983, developing the free Unix 
style operating system GNU, so that computer users can have the freedom to 
share and improve the software they use." />
+<link rel="alternate" title="What's New" 
href="http://www.gnu.org/rss/whatsnew.rss"; type="application/rss+xml" />
+
+<link rel="alternate" title="New Free Software" 
href="http://www.gnu.org/rss/quagga.rss"; type="application/rss+xml" />
+
+<style type="text/css" media="all">
address@hidden url(style.css);
+
+#video-list {margin-top: 1em;}
+
+#video-list dt, #video-list dd{margin: 0; padding: 0; font-size: 80%;}
+
+.highlight {padding: 5px;}
+
+tt {font-size: 21px;}
+
+
+
+</style>
+
+<style type="text/css" media="print">
address@hidden url('http://www.gnu.org/print.css');
+</style>
+</head>
+
+<body>
+
+    <div id="toplinks"><span class="netscape4"><a href="#content">Skip to 
content</a> |  | <a href="#searcher">Skip to search</a> | </span></div>
+
+<div id="null-wrapper">
+
+      <div id="header">
+
+        <div class="inner">
+
+
+
+
+        <h1 id="logo"><a href="http://www.gnu.org/";>The GNU Operating 
System</a></h1>
+
+      </div>
+
+      </div>
+
+      <div id="navigation">
+        <div class="inner">
+        <ul>
+          <li id="tabvideo"><a href="/video">Video</a></li>
+          <li id="tabaudio"><a href="/audio">Audio</a></li>
+          <li id="tabformat"><a href="/docs/formatguide.html">Format 
Guide</a></li>
+          <li id="tabpeer"><a href="/docs/peertopeer.html">Peer to 
Peer</a></li>
+          <li id="tabrequest"><a href="/docs/requestrecording.html">Request 
Recording</a></li>
+          <li id="tabresume"><a href="/docs/resumedownload.html">Resume 
Download</a></li>
+          <li id="tabstreaming"><a href="/docs/index.html">Streaming</a></li>
+          <li id="joinfsftab"><a 
href="https://www.fsf.org/associate/support_freedom?referrer=4052";>Join the 
FSF!</a></li>
+        </ul>
+
+           
+
+        </div>
+
+      </div>
+
+<div id="content" class="inner">
+
+
+
+
+<p class="netscape4">Richard Stallman announced in September 1983 the plan to 
develop a free software Unix-like operating system 
+  called GNU. GNU is the only operating system developed specifically for the 
sake of users' freedom.</p>
+
+<h2>GNU Audio and Video</h2>
+
+  <p class="c"><img src="http://www.gnu.org/graphics/listen-eighth.jpg"; alt="A 
gnu listening to music"></p>
+
+  <p>Here you can watch video or listen to audio recordings of
+  speeches and other events related to the Free Software Foundation or the
+  GNU project. Many of these recordings are made by volunteers who
+  attend our events and we thank everyone for sending them in.</p>
+
+  <p>Video recordings are made using the <a
+  href="http://www.theora.org/";>Theora</a> video codec, and audio is
+  typically the <a href="http://xiph.org/vorbis/";>Vorbis</a> codec,
+  and <a href="http://www.webmproject.org/";>WebM</a> is a new format
+   that can be used. This format still uses <a 
href="http://xiph.org/vorbis/";>Vorbis</a>
+   for audio. Occasionally <a href="http://www.speex.org";>
+   Speex</a> is used instead, especially for low-bandwidth recordings.</p>
+
+  <p>Modern web browsers, such as GNU Icecat 3.5 or later can play
+  these files natively, but more information for everyone is available
+  at <a href="http://playogg.org/";>PlayOgg</a>, a campaign of the Free
+  Software Foundation.</p>
+
+  <ul>
+    <li><a href="/video">Watch GNU videos</a></li>
+    <li><a href="/audio">Listen to GNU audio</a></li>
+  </ul>
+
+  <p>All recordings are made available for verbatim copying and
+  distribution, and many are also available under the terms of the
+  Creative Commons <a
+  href="http://creativecommons.org/licenses/by-nd/3.0/";>Attribution-No
+  Derivative Works</a> 3.0 license or later versions.</p>
+
+  <h2>Mirror these files</h2>
+
+  <p>If you wish to make a local copy or mirror of our audio/video
+  files, you can do so with the following command:</p>
+
+  <p class="tt"><tt><a href="http://samba.anu.edu.au/rsync/";>rsync</a> 
audio-video.gnu.org::audio-video</tt></p>
+  
+  <h2>Sitemap</h2>
+
+  <div class="inner">
+    
+<div class="yui-g" id="fsf-links">
+    <ul>
+        <li><a href="http://gnu.org/";>GNU home page</a></li>
+        <li><a href="http://www.fsf.org/";>FSF home page</a></li>
+        <li><a href="http://gnu.org/graphics/graphics.html";>GNU Art</a></li>
+        <li><a href="http://gnu.org/fun/fun.html";>GNU Fun</a></li>
+        <li><a href="http://gnu.org/people/people.html";>GNU's Who?</a></li>
+        <li><a href="http://gnu.org/server/sitemap.html";>Site map</a></li>
+    </ul>
+</div>
+
+<h2>Feedback</h2>
+
+  <p> If you find a problem with this server or have a speech
+  recording to contribute, please report to <a
+  href="http://savannah.gnu.org/task/?func=additem&group=audio-video";>Make a 
task</a> for maintainers of the project or fill a <a
+  
href="http://savannah.gnu.org/support/?func=additem&group=audio-video";>support
+  request</a>.</p>
+
+  
+    <p> Come visit the Project's homepage on Savannah <a 
href="http://savannah.gnu.org/projects/audio-video/";>Audio-Video</a></p>
+    <p> Add yourself to the low traffic mailing <a 
href="http://lists.gnu.org/mailman/listinfo/audio-video";>list</a>.</p>
+
+</div>
+</div>
+
+
+<div class="inner">
+
+<h2>Check out other Free Software Foundation campaigns</h2>
+
+<ul>
+  <li><a href="http://defectivebydesign.org/";>Defective by Design</a>, a 
campaign against Digital Restrictions Management (DRM)</li>
+  <li><a href="http://windows7sins.org/";>Windows 7 Sins</a>, the case against 
Microsoft and proprietary software</li>
+  <li><a href="http://playogg.org/";>PlayOgg</a> &mdash; support free media 
formats</li>
+
+</ul>
+
+</div>
+
+<!-- BEGIN copyleft -->
+<div id="footer">
+<!--
+  this anchor is referred to from the default
+  gendocs_template (available as part of Texinfo) used for
+  generating GNU manuals online, so please don't remove it.
+-->
+<p>
+  Copyright &copy; 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+  2005, 2006, 2007, 2008, 2009, 2010 
+  <a href="http://www.fsf.org";>Free Software Foundation</a>, Inc.</p>
+<p><a href="http://www.fsf.org/about/dmca-notice";>Copyright Infringement 
Notification</a></p>
+<p>The <a href="http://www.fsf.org/";>FSF</a> also has sister organizations in 
<a
+href="http://www.fsfe.org";>Europe</a>, <a
+href="http://www.fsfla.org/";>Latin America</a> and <a
+href="http://fsf.org.in/";>India</a>.</p>
+
+<p>Verbatim copying and distribution of this entire article are
+  permitted worldwide, without royalty, in any medium, provided this
+  notice, and the copyright notice, are preserved.  </p>
+
+<p>Last Updated:
+   <!-- timestamp start -->
+   $Date: 2014/04/14 14:18:59 $
+   <!-- timestamp end -->
+</p>
+
+</div>
+<!-- END copyleft -->
+
+<!-- BEGIN TranslationList -->
+<div id="translations">
+<!-- <h4><a 
href="http://www.gnu.org/server/standards/README.translations.html";>Translations</a>
 of this page</h4> -->
+
+<!-- END TranslationList -->
+</div>
+</body>
+</html>
+<!-- END layout -->
+
+



reply via email to

[Prev in Thread] Current Thread [Next in Thread]