www-commits
[Top][All Lists]
Advanced

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

www/doc emacs16.html


From: D. E. Evans
Subject: www/doc emacs16.html
Date: Wed, 17 Oct 2007 20:39:35 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     D. E. Evans <sinuhe>    07/10/17 20:39:35

Modified files:
        doc            : emacs16.html 

Log message:
        Initial XHTML 1.0 conversion.  Still have bug proofing to do.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/doc/emacs16.html?cvsroot=www&r1=1.1&r2=1.2

Patches:
Index: emacs16.html
===================================================================
RCS file: /web/www/www/doc/emacs16.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- emacs16.html        17 Oct 2007 19:31:35 -0000      1.1
+++ emacs16.html        17 Oct 2007 20:39:22 -0000      1.2
@@ -1,95 +1,178 @@
-@ $45 GNU Emacs Manual 
-Sixteenth Edition for GNU Emacs Version 22 (ISBN 1-882114-86-8)
-
-The words "GNU Emacs Manual" should link to a page about the book like
-the titles for the other manuals do. 
-
-That page should contain the following information next to a thumbnail
-of the manual's cover: 
-
-589 Pages
-Cover Price: $45.00
-September 2007
-ISBN 1-882114-86-8
-Trade Paper, Lay Flat Binding, includes one GNU Emacs Reference Card
-
-
-GNU Emacs is much more than a word processor; over the years it has
-expanded into and entire workflow environment. Programmers are impressed
-by its integrated debugging and project management features. Emacs is
-also a multi-lingual word processor, can handle all your email and
-Usenet news needs, display web pages, and even has a diary and a
-calendar for your appointments. And when you tire of all the work you
-can accomplish with it, Emacs contains games to play. 
-
-
-Features include:
-
-      * Special editing modes for 25 Programming languages including
-        Java , Perl, C, C++, Objective C, Fortran, Lisp, Scheme and
-        Pascal. 
-        
-        
-
-      * Special scripting language modes for Bash, other common shells,
-        and creating Makefiles for GNU/.Linux, UNIX, Windows/DOS and VMS
-        systems.
-        
-        
-
-      * Support for typing and displaying in 21 non-English languages
-        including Chinese, Czech, Hindi, Hebrew, Russian, Vietnamese and
-        Western European languages. 
-        
-        
-
-      * Creates PostScript output form plain text files and has special
-        editing modes for LaTeX and TeX.
-        
-        
-
-      * Compile and debug from inside Emacs.
-        
-        
-
-      * Maintain extensive ChangeLogs.
-        
-        
-
-      * Extensive file merge and diff functions.
-        
-        
-
-      * Directory navigation: flag, move and delete files and
-        subdirectories recursively. 
-        
-        
-
-      * Run shell commands from inside Emacs, or even use Emacs as a
-        shell itself (Eshell).
-        
-        
-
-      * Version control management for release and beta versions, with
-        CVS and RCS integration.
-        
-        
-
-      * And much more! 
-        
-        
-
-This book picks up where the introductory on-line tutorial available in
-several languages included with Emacs ends. It explains the full range
-of Emacs' power and contains reference material useful to expert users.
-Appendices with specific material for Macintosh and Microsoft OS users
-are included.  
-
+<!--#include virtual="/server/header.html" -->
+<title>Books in Print - Emacs Manual Edition 16</title>
+<!--#include virtual="/server/banner.html" -->
+<h2>GNU Emacs Manual, Edition 16</h2>
+<p>by Richard M Stallman</p>
+<!-- This document uses XHTML 1.0 Strict, but is served as -->
+<!-- text/html.  Please ensure that markup style considers -->
+<!-- Appendix C of the XHTML 1.0 standard. See validator.w3.org. -->
+
+<div>
+  <div style="position: absolute; left: 0px;">
+    <src="/doc/emacs16.png" 
+     alt="GNU Emacs Manual 16 cover image: rms riding a GNU" />
+
+  </div>
+
+  <div style="position: absolute; left: 180px;">
+    589 Pages<br />
+    Quick Reference Card<br />
+    Cover Price: $45.00<br />
+    Sixteenth Edition, September 2007<br />
+    ISBN 1-882114-86-8<br />
+    Trade Paper<br />
+    Lay Flat Binding<br />
+    <a href="/software/emacs/manual/">On-line version</a><br />
+    <a href="http://order.fsf.org";><em>Order Now!</em></a>
+  </div>
+</div>
+
+<hr />
+
+<p>
+GNU Emacs is much more than a word processor; over the
+years it has expanded into and entire workflow environment.
+Programmers are impressed by its integrated debugging and
+project management features.  Emacs is also a multi-lingual
+word processor, can handle all your email and Usenet news
+needs, display web pages, and even has a diary and a calendar
+for your appointments.  When you tire of all the work you can
+accomplish with it, Emacs contains games to play.
+</p>
+
+<p>Features include:</p>
+
+<ul>
+  <li>
+    Special editing modes for 25 programming languages including
+    Java, Perl, C, C++, Objective C, Fortran, Lisp, Scheme,
+    and Pascal.
+  </li>
+  <li>
+    Special scripting language modes for Bash, other common
+    shells, and creating Makefiles for GNU/Linux, Unix,
+    Windows/DOS and VMS systems
+  </li>
+  <li>
+    Support for typing and displaying in 21 non-English languages,
+    including Chinese, Czech, Hindi, Hebrew, Russian, Vietnamese,
+    and all Western European languages
+  </li>
+  <li>
+    Creates Postscript output from plain text files and has
+    special editing modes for LaTeX and TeX
+  </li>
+  <li>Compile and debug from inside Emacs</li>
+  <li>Maintain extensive ChangeLogs</li>
+  <li>Extensive file merge and diff functions</li>
+  <li>
+    Directory navigation: flag, move, and delete files and
+    sub-directories recursively
+  </li>
+  <li>
+    Run shell commands from inside Emacs, or even use Emacs as
+    a shell itself (Eshell)
+  </li>
+  <li>
+    Version control management for release and beta versions,
+    with CVS and RCS integration.
+  </li>
+  <li>And much more!</li> 
+</ul>
+        
+<p>
+This book picks up where the introductory on-line tutorial,
+available in several languages, included with Emacs, ends.  It
+explains the full range of Emacs' power and contains reference
+material useful to expert users.  Appendices with specific
+material for Macintosh and Microsoft OS users are included.
+</p>
 
+<p class="bold">
 About the Author:
+</p>
 
-Richard M. Stallman developed the first Emacs in 1975 and wrote GNU
-Emacs in 1984/5. He has received the ACM Grace Hopper Award, a MacArthur
-Foundation fellowship, the Electronic Frontier Foundation's Pioneer
-award, and the Takeda Award for Social/Economic Betterment, as well as
-several honorary doctorates.
+<p class="italics">
+Richard M Stallman developed the first Emacs in 1975 and wrote
+GNU Emacs in 1984/5.  He has received the ACM Grace Hopper
+Award, a MacArthur Foundation fellowship, the Electronic
+Frontier Foundation's Pioneer award, and the Takeda Award
+for Social/Economic Betterment, as well as several honorary
+doctorates.
+</p>
+
+<!-- If needed, change the copyright block at the bottom. In general, -->
+<!-- all pages on the GNU web server should have the section about    -->
+<!-- verbatim copying.  Please do NOT remove this without talking     -->
+<!-- with the webmasters first. --> 
+
+<!-- Please make sure the copyright date is consistent with the document -->
+<!-- and that it is like this "2001, 2002" not this "2001-2002." -->
+</div><!-- for id="content", starts in the include above -->
+<!--#include virtual="/server/footer.html" -->
+<div id="footer">
+
+<p>
+Please send FSF &amp; GNU inquiries to 
+<a href="mailto:address@hidden";><em>address@hidden</em></a>.
+There are also <a href="/contact/">other ways to contact</a> 
+the FSF.
+<br />
+Please send broken links and other corrections or suggestions to
+<a href="mailto:address@hidden";><em>address@hidden</em></a>.
+</p>
+
+<p>
+Please see the 
+<a href="/server/standards/README.translations.html">Translations
+README</a> for information on coordinating and submitting
+translations of this article.
+</p>
+
+<p>
+Copyright &#169; 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+2003, 2004, 2005, 2006, 2007<br />
+Free Software Foundation, Inc.,
+<address>51 Franklin St, Fifth Floor, Boston, MA 02110, USA</address>
+</p>
+
+<p>
+Verbatim copying and distribution of this entire article is
+permitted worldwide, without royalty, in any medium, provided
+this notice, and the copyright notice, are preserved.
+</p>
+
+<p>
+Updated:
+<!-- timestamp start -->
+$Date: 2007/10/17 20:39:22 $
+<!-- timestamp end -->
+</p>
+</div>
+
+<div id="translations">
+<h4>Translations of this page</h4>
+
+<!-- Please keep this list alphabetical. -->
+<!-- Comment what the language is for each type, i.e. de is German. -->
+<!-- Write the language name in its own language (Deutsch) in the text. -->
+<!-- If you add a new language here, please -->
+<!-- advise address@hidden and add it to -->
+<!--  - /home/www/bin/nightly-vars either TAGSLANG or WEBLANG -->
+<!--  - /home/www/html/server/standards/README.translations.html -->
+<!--  - one of the lists under the section "Translations Underway" -->
+<!--  - if there is a translation team, you also have to add an alias -->
+<!--  to mail.gnu.org:/com/mailer/aliases -->
+<!-- Please also check you have the 2 letter language code right, cf. -->
+<!-- <URL:http://www.w3.org/WAI/ER/IG/ert/iso639.htm> -->
+<!-- Please use W3C normative character entities. -->
+
+<ul class="translations-list">
+<!-- English -->
+<li><a href="/doc/emacs16.html">English</a> [en]</li>
+</ul>
+</div>
+
+</div>
+</body>
+</html>




reply via email to

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