emacs-devel
[Top][All Lists]
Advanced

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

Re: Updating the homepage


From: Yavor Doganov
Subject: Re: Updating the homepage
Date: Sun, 04 Mar 2007 15:01:37 +0200
User-agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.0.95 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI)

Eli Zaretskii wrote:
> 
> But the boilerplate suggests a structure where some of the information
> currently found on http://www.gnu.org/software/emacs/emacs.html would
> not find its place, or so it seems.  How would you deal with that
> problem?

This is not a problem, in my view.  The boilerplate is an example to
be used for new pages.  All homepages of GNU packages should include
basic information (such as downloading, getting help, documentation,
etc.) but nothing should prevent the maintainers to extend them,
following the given guidelines.  The current page includes all
necessary details (AFAICS only the "Maintainer" is missing), so I
guess it would be a bit dumb to stick precisely to the boilerplate.

Anyway, I asked the GNU Webmasters to confirm this.

> > If required, I can send here full diff
> 
> I think this is also a good idea.

Here it is.  (Another thing to consider -- the footer currently says
that all reports have to be sent to address@hidden  If that's not
desired, you might consider changing it to address@hidden or
anything else that is appropriate.)


--- emacs.html.orig     2007-03-04 14:22:44.000000000 +0200
+++ emacs.html  2007-03-04 11:04:53.000000000 +0200
@@ -1,526 +1,538 @@
-<!-- X-URL: http://www.gnu.org/software/emacs/emacs.html -->
-<!-- <BASE HREF="http://www.gnu.org/software/emacs/emacs.html";> -->
+<!--#include virtual="/server/header.html" -->
+<title>GNU Emacs - GNU Project - Free Software Foundation (FSF)</title>
+<!--#include virtual="/server/banner.html" -->
+<h2>GNU Emacs</h2>
+
+<!-- This document uses XHTML 1.0 Strict, but may be served as -->
+<!-- text/html.  Please ensure that markup style considers -->
+<!-- appendex C of the XHTML 1.0 standard. See validator.w3.org. -->
+
+<!-- Please ensure links are consistent with Apache's MultiView. -->
+<!-- Change include statements to be consistent with the relevant -->
+<!-- language, where necessary. -->
 
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML>
-<HEAD>
-<TITLE>GNU Emacs - GNU Project - Free Software Foundation (FSF)</TITLE>
-<LINK REV="made" HREF="mailto:address@hidden";>
-<META NAME="keywords" CONTENT="emacs">
-<meta http-equiv="content-type" content="text/html; charset=us-ascii" />
-<link rel="icon" type="image/png" href="/graphics/gnu-head-mini-emacs.png" />
-</HEAD>
-<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#1F00FF" ALINK="#FF0000" 
VLINK="#9900DD">
+<h3><a name="Whatis"></a>What is Emacs?</h3>
 
+<p>
+  To quote the Emacs Manual:
+</p>
 
-<A HREF="/graphics/agnuhead.html"><IMG SRC="/graphics/gnu-head-sm.jpg"
-   ALT=" [image of the Head of a GNU] "
-   WIDTH="129" HEIGHT="122"></A>
+<blockquote>
+  <p>
+    Emacs is the extensible, customizable, self-documenting
+    real-time display editor.
+  </p>
+</blockquote>
 
-<P>
-<HR>
-</P>
+<p>
+  If this seems to be a bit of a mouthful, an easier explanation is
+  Emacs is a text editor and more.  At its core is an interpreter for
+  Emacs Lisp (&ldquo;elisp&rdquo;, for short), a dialect of
+  the <a href="#LispPointers">Lisp programming language</a> with
+  extensions to support text editing.
+</p>
 
-<P>
-<H1><A NAME="TOC">GNU Emacs</A></H1>
+<p>
+  Some of the features of GNU Emacs include:
+</p>
 
-<OL>
-  <LI><A NAME="TOCWhatis" HREF="#Whatis">What is Emacs?</A>
+<ul>
+  <li>Content sensitive major modes for a wide variety of file types,
+    from plain text to source code to HTML files.</li>
+
+  <li>Complete online documentation, including a tutorial for new
+    users.</li>
+
+  <li>Highly extensible through the Emacs Lisp language.</li>
+
+  <li>Support for many languages and their scripts, including all the
+    European &ldquo;Latin&rdquo; scripts, Russian, Greek, Japanese,
+    Chinese, Korean, Thai, Vietnamese, Lao, Ethiopian, and some Indian
+    scripts.  (Sorry, Mayan hieroglyphs are not supported.)</li>
+
+  <li>A large number of extensions which add other functionality.  The
+    GNU Emacs distribution includes many extensions; many others
+    are <a href="#FindingPackages">available separately</a>--even
+    a <a href="http://savannah.gnu.org/projects/w3/";>web
+    browser</a>.</li>
+</ul>
 
-  <LI><A NAME="TOCReleases" HREF="#Releases">Releases?</A>
-    <UL>
-      <LI><A NAME="TOCDevelopment" HREF="#Development">
-          Development & "Coming Soon"</A>
-      <LI><A NAME="TOCStable" HREF="#Stable">Current Stable Release</A>
-      <LI><A NAME="TOCHistory" HREF="#History">Release History</A>
-    </UL>
+<h3><a name="Releases"></a>Releases</h3>
 
-  <LI><A NAME="TOCPlatforms" HREF="#Platforms">Supported Platforms</A>
-  <LI><A NAME="TOCWhy" HREF="#Why">Why is it called Emacs?</A>
+<p>
+  GNU Emacs is a rapidly developed project.  Extensions require time
+  to develop right and test thoroughly.
+</p>
 
-  <LI><A NAME="TOCObtaining" HREF="#Obtaining">Obtaining GNU Emacs</A>
+<h4><a name="Development"></a>Development &amp; &ldquo;Coming Soon&rdquo;</h4>
 
-  <LI><A NAME="TOCHelp" HREF="#Help">Getting help with GNU Emacs</A>
-    <UL>
-      <LI><A NAME="TOCManuals" HREF="#Manuals">Manuals</A>
-      <LI><A NAME="TOCFAQ" HREF="#HelpFAQ">FAQ</A>
-      <LI><A NAME="TOCHelpMailing" HREF="#HelpMailing">Mailing Lists</A>
-      <LI><A NAME="TOCHelpUsenet" HREF="#HelpUsenet">Usenet</A>
-    </UL>
+<p>
+  GNU Emacs is actively being developed,
+</p>
 
-  <LI><A NAME="TOCFindingPackages" HREF="#FindingPackages">Finding
-  additional packages for Emacs</A>
+<ul>
+  <li>The next release will
+    have <a 
href="http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/etc/NEWS";>
+    many new features</a>, but no one specific essential feature.</li>
+  <li>A subsequent release will have
+    improved <a href="http://www.unicode.org";>Unicode</a> support.</li>
+  <li>For more info read next release's
+    anticipated <a 
href="http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/etc/TODO";>TODOs</a>.</li>
+  <li>The <a href="http://savannah.gnu.org/cgi-bin/viewcvs/emacs/";>GNU
+    Emacs CVS repository</a> is available for general access courtesy
+    of <a href="http://savannah.gnu.org/";>savannah.gnu.org</a>.</li>
+</ul>
+
+<h4><a name="Stable"></a>Current Stable Release</h4>
+
+<ul>
+  <li>Latest stable release:
+    <!-- Update Token Below -->
+    <b>21.4</b> (Feb 6, 2005)
+    <ul>
+      <li>Emacs version 21 supports variable width and height fonts,
+       playing sounds and the inclusion of images in a document, as
+       well as tool bars, plus nicer menus and scroll bars.</li>
+      <li>The latest release has some Unicode support
+       (more <a href="#Development">coming</a>).</li>
+    </ul>
+  </li>
+  <li>For more info read its <a href="NEWS.21.3">News</a> file.</li>
+  <li>To download visit the <a href="#Obtaining">obtaining</a>
+  section.</li>
+</ul>
 
-  <LI><A NAME="TOCFurther" HREF="#Further">Further information</A>
+<h4><a name="History"></a>Release History</h4>
 
-  <LI><A NAME="TOCYouHelp" HREF="#YouHelp">
-      If you want to help with GNU Emacs</A>
+<p>
+  Some of GNU Emacs' release history and accompanying release
+  announcements,
+</p>
+
+<ul>
+  <!-- Update Token Below -->
+  <li>Feb 6, 2005 - Emacs 21.4 released (fixing a security hole)</li>
+  <li>March 24, 2003
+    - <a 
href="http://mail.gnu.org/archive/html/info-gnu-emacs/2003-03/msg00000.html";>
+    Emacs 21.3 released</a></li>
+  <li>March 18, 2002
+    - <a 
href="http://mail.gnu.org/archive/html/info-gnu-emacs/2002-03/msg00000.html";>
+    Emacs 21.2 released</a></li>
+  <li>October 28, 2001
+    - <a 
href="http://mail.gnu.org/archive/html/info-gnu-emacs/2001-10/msg00009.html";>
+    Emacs 21.1 released</a></li>
+</ul>
 
-  <LI><A NAME="TOCGNUEmacsFun" HREF="#GNUEmacsFun">
-      GNU Emacs Fun</A>
+<h3><a name="Platforms"></a>Supported Platforms</h3>
 
-</OL>
+<p>
+  Emacs 21 runs on these operating systems regardless of the machine
+  type:
+</p>
+
+<ul>
+  <li>AIX 4.3.3 and higher</li>
+  <li>FreeBSD</li>
+  <li>GNU/Linux</li>
+  <li>Mac-OS X</li>
+  <li>MS DOS</li>
+  <li>MS Windows</li>
+  <li>NetBSD</li>
+  <li>OpenBSD</li>
+  <li>Solaris</li>
+  <li>SunOS</li>
+  <li>Ultrix</li>
+</ul>
 
-<BR>
+<p>
+  Here are other machines that GNU Emacs has code to support.  These
+  machines are old, and in many cases we don't know whether they still
+  work.  The definitive reference for this is
+  the <kbd>etc/MACHINES</kbd> file distributed with GNU Emacs, which
+  also lists special requirements for these systems if compiling GNU
+  Emacs from source.
+</p>
+
+<table width="100%" border="0" cellpadding="0" cellspacing="0">
+  <tr>
+   <td>
+     <ul>
+       <li>Acorn</li>
+       <li>Alliant</li>
+       <li>Alliant FX/2800</li>
+       <li>Alpha (DEC)</li>
+       <li>Altos 3068</li>
+       <li>Amdahl UTS</li>
+       <li>Apollo</li>
+       <li>AT&amp;T 3b2, 3b5, 3b15, 3b20</li>
+       <li>AT&amp;T 7300 or 3b1</li>
+       <li>Bull DPX/2 models 2nn or 3nn</li>
+       <li>Bull DPX/20</li>
+       <li>Bull sps7</li>
+       <li>CCI 5/32, 6/32</li>
+       <li>Celerity</li>
+       <li>Clipper</li>
+       <li>Convex</li>
+       <li>Cubix QBx/386</li>
+       <li>Cydra 5</li>
+       <li>Data General Aviion</li>
+       <li>DECstation</li>
+       <li>Motorola Delta 147, Delta 187</li>
+       <li>Dual running System V or Uniplus</li>
+       <li>Elxsi 6400</li>
+       <li>Encore</li>
+       <li>GEC 63</li>
+       <li>Gould Power Node</li>
+       <li>Gould NP1</li>
+       <li>Harris Night Hawk</li>
+       <li>Harris Power PC</li>
+       <li>Honeywell XPS100</li>
+       <li>Hewlet-Packard 9000 series 200, 300, 700, 800</li>
+       <li>High Level Hardware Orion, Orion 1/05</li>
+       <li>Hitachi SR2001/SR2201</li>
+       <li>IBM PS/2</li>
+       <li>IBM RS/6000</li>
+       <li>IBM RT/PC</li>
+     </ul>
+    </td>
+   <td>
+     <ul>
+       <li>Integrated Solutions &lsquo;Optimum V&rsquo;</li>
+       <li>Intel x86</li>
+       <li>Masscomp</li>
+       <li>Megatest</li>
+       <li>Mips</li>
+       <li>National Semiconductor 32000</li>
+       <li>NCR Tower 32</li>
+       <li>NCR Intel system</li>
+       <li>NeXT</li>
+       <li>Nixdorf Targon 31</li>
+       <li>Nu (TI or LMI)</li>
+       <li>Paragon OSF/1</li>
+       <li>Plexus</li>
+       <li>Pmax (DEC Mips)</li>
+       <li>Prime EXL</li>
+       <li>Pyramid</li>
+       <li>Sequent Balance</li>
+       <li>Sequent Symmetry</li>
+       <li>SGI (most or all models)</li>
+       <li>Siemens Nixdorf RM600 and RM400</li>
+       <li>Sony News</li>
+       <li>Sony News 3000 series</li>
+       <li>Stardent i860</li>
+       <li>Stardent 1500 or 3000</li>
+       <li>Stride</li>
+       <li>Sun 3, Sun 4 (sparc), Sun 386</li>
+       <li>Tadpole 68K</li>
+       <li>Tahoe</li>
+       <li>Tandem Integrity S2</li>
+       <li>Tektronix XD88</li>
+       <li>Tektronix 16000 box</li>
+       <li>Tektronix 4300</li>
+       <li>Titan P2, P3</li>
+       <li>Ustation E30 (SS5E)</li>
+       <li>Vax</li>
+       <li>Whitechapel MG1</li>
+       <li>Wicat</li>
+     </ul>
+   </td>
+  </tr>
+</table>
 
-<HR>
+<p>
+  Next, here is a table listing some additional operating systems
+  which Emacs supports.  We have listed an operating system here if it
+  can run on more than one machine type, or if other operating systems
+  can also run on the same machine type.
+</p>
 
-<H2><A NAME="Whatis" HREF="#TOCWhatis">What is Emacs?</A></H2>
+<p>
+  Many of the computer types listed above always or usually run one
+  particular operating system developed by the computer manufacturer.
+  (Often this is a variant of Unix.)  We have not listed the names of
+  those operating systems here.
+</p>
+
+<ul>
+    <li>Berkeley Unix (BSD) 4.1, 4.2, 4.3, 4.4</li>
+    <li>Esix</li>
+    <li>Microport</li>
+    <li>SCO Unix</li>
+    <li>System V rel 0, rel 2, rel 2.2, rel 3, rel 4.0.3, rel 4.0.4</li>
+    <li>Uniplus 5.2</li>
+    <li>Xenix</li>
+</ul>
 
-<P>
+<h3><a name="Why"></a>Why is it called Emacs?</h3>
 
-To quote the Emacs Manual:
+<p>
+  The name &ldquo;Emacs&rdquo; was originally chosen as an
+  abbreviation of Editor MACroS.
+</p>
 
-<BLOCKQUOTE>
-Emacs is the extensible, customizable, self-documenting real-time
-display editor.
-</BLOCKQUOTE>
+<p>
+  The original Emacs implementation was written for the Incompatible
+  Timesharing System (ITS) as a collection of TECO macros for ITS
+  TECO.  There was a custom of giving such macro packages names ending
+  in &ldquo;mac&rdquo; or &ldquo;macs&rdquo;.  A further reason for
+  choosing this particular name was that the abbreviation
+  &ldquo;e&rdquo; was unused at the time on ITS.
+</p>
 
-If this seems to be a bit of a mouthful, an easier explanation is Emacs is
-a text editor and more.  At its core is an interpreter for Emacs Lisp
-(``elisp'', for short), a dialect of the <A HREF="#LispPointers">Lisp
-programming language</A> with extensions to support text editing.
+<p>
+  The Emacs FAQ (<a href="/software/emacs/emacs-faq.html">html</a>,
+  <a href="/software/emacs/emacs-faq.text">plain text</a>, Texinfo in
+  the Emacs source distribution) contains a longer explanation, as
+  well as a brief history of Emacs.
+</p>
 
-Some of the features of GNU Emacs include:
+<h3><a name="Obtaining"></a>Obtaining GNU Emacs</h3>
 
-<UL>
+<p>
+  GNU Emacs can be obtained
+  from <a href="http://ftp.gnu.org/pub/gnu/emacs/";>
+  http://ftp.gnu.org/pub/gnu/emacs/</a>, or from a local FTP
+  <a href="/order/ftp.html">mirror</a>.
+</p>
 
-  <LI>Content sensitive major modes for a wide variety of file types,
-       from plain text to source code to HTML files.
+<p>
+  The <a href="http://savannah.gnu.org/cgi-bin/viewcvs/emacs/";>GNU
+  Emacs CVS repository</a> is available for general access through
+  <a href="http://savannah.gnu.org/projects/emacs/";>savannah.gnu.org's
+  emacs project page</a>.
+</p>
 
-  <LI>Complete online documentation, including a tutorial for new users.
+<h3><a name="Help"></a>Getting Help with GNU Emacs</h3>
 
-  <LI>Highly extensible through the Emacs Lisp language.
+<p>
+  Information on getting help with GNU software in general is
+  available at the <a href="/help/gethelp.html">Get Help with GNU
+  Software</a> page.
+</p>
 
-  <LI>Support for many languages and their scripts, including all the
-       European ``Latin'' scripts, Russian, Greek, Japanese, Chinese, Korean,
-       Thai, Vietnamese, Lao, Ethiopian, and some Indian scripts.  (Sorry,
-       Mayan hieroglyphs are not supported.)
+<h4><a name="Manuals"></a>Manuals</h4>
 
-  <LI>A large number of extensions which add other functionality.  The
-       GNU Emacs distribution includes many extensions; many others are
+<p>
+  The Free Software Foundation publishes three
+  <a href="/doc/doc.html">manuals about GNU Emacs</a>.  They are the
+  <cite><a href="/software/emacs/manual/index.html">Emacs
+  Manual</a></cite>,
+  the <cite><a href="/software/emacs/emacs-lisp-intro/emacs-lisp-intro.html">
+  Introduction to Emacs Lisp Programming</a></cite>, and the
+  <cite><a href="/software/emacs/elisp-manual/elisp.html">Emacs Lisp
+  Reference Manual</a></cite>.  You
+  can <a href="http://order.fsf.org/";>order</a> any of these manuals
+  in printed form from the Free Software Foundation.
+</p>
 
-       <A HREF="#FindingPackages">available separately</A>--even a
+<p>
+  The source code for the Emacs Manual is included in the Emacs
+  distribution itself.  The Emacs Lisp Reference Manual is available
+  as a separate distribution on ftp.gnu.org. The Emacs Reference Card
+  (texinfo source) is
+  also <a href="/software/emacs/refcard-cs.tex">translated into
+  Czech</a>.
+</p>
 
-       <A HREF="http://savannah.gnu.org/projects/w3/";>web browser</A>
-</UL>
+<p>
+  Here are the <a href="its-cover.png">cover</a> of the original Emacs
+  Manual for ITS, the <a href="niu.png">cover</a> of the original
+  Emacs Manual for Twenex, and the only cartoon I've ever drawn,
+  <a href="self-doc-extensible-editor.png"> the Self-Documenting
+  Extensible Editor</a>.
+</p>
+
+<h4><a name="HelpFAQ"></a>FAQ</h4>
+
+<ul>
+  <li>The <a href="/software/emacs/emacs-faq.html">Emacs FAQ, html</a>.</li>
+  <li>The <a href="/software/emacs/emacs-faq.text">Emacs FAQ, plain 
text</a>.</li>
+  <li>The <a href="/software/emacs/windows/ntemacs.html">Emacs FAQ for
+    the Microsoft Windows port</a>.</li>
+  <li>The FAQ is maintained as part of the Emacs distribution, so the
+    Texinfo source for these documents are in the Emacs sources.</li>
+</ul>
 
-<H2><A NAME="Releases" HREF="#TOCReleases">Releases</A></H2>
-<P>
+<h4><a name="HelpMailing"></a>Mailing Lists</h4>
 
-GNU Emacs is a rapidly developed project.  Extensions require
-time to develop right and test thoroughly.
+<p>
+  The mailing list
+  <a href="http://mail.gnu.org/mailman/listinfo/help-gnu-emacs";>
+  address@hidden</a> is specifically for asking
+  for help with GNU Emacs.  This is equivalent to the newsgroup
+  <a href="news:gnu.emacs.help";>gnu.emacs.help</a>.
+</p>
 
-<UL>
-  <LI><b><A NAME="Development" HREF="#TOCDevelopment">
-           Development & "Coming Soon"</A></b>
-  <P>
+<p>
+  The <a href="http://savannah.gnu.org/mail/?group_id=40";>Savannah page
+  for Emacs mailing lists</a> lists some more lists related to Emacs.
+</p>
 
-  GNU Emacs is actively being developed,
+<p>
+  There are other <a href="http://lists.gnu.org/mailman/listinfo/";>GNU
+  mailing lists and newsgroups</a>, including several on GNU Emacs and
+  its extensions.
+</p>
 
-  <UL>
-    <LI>The next release will have
-        <A HREF="http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/etc/NEWS";>
-       many new features</A>, but no one specific essential feature.
-    <LI> A subsequent release will have improved
-        <A HREF="http://www.unicode.org";>Unicode</A> support.
-    <LI>For more info read next release's anticipated
-        <A 
HREF="http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/etc/TODO";>TODOs</a>.
-    <LI>The <A HREF="http://savannah.gnu.org/cgi-bin/viewcvs/emacs/";>GNU
-        Emacs CVS repository</A> is available for general access courtesy
-        of <A HREF="http://savannah.gnu.org/";>savannah.gnu.org</A>
-  </UL>
-<p>
-  <LI><b><A NAME="Stable" HREF="#TOCStable">Current Stable Release</A></b>
-  <P>
-
-  <UL>
-    <LI>Latest stable release:
-<!-- Update Token Below -->
-        <B>21.4</B> (Feb 6, 2005)
-    <UL>
-      <LI>Emacs version 21
-           supports variable width and height fonts, playing sounds and the
-           inclusion of images in a document, as well as tool bars, plus
-           nicer menus and scroll bars.
-      <LI>The latest release
-          has some Unicode support (more <A HREF="#Development">coming</a>).
-    </UL>
-    <LI>For more info read its <A HREF="NEWS.21.3">News</a> file.
-    <LI>To download visit the <A HREF="#Obtaining">obtaining</A> section.
-  </UL>
-<p>
-  <LI><b><A NAME="History" HREF="#TOCHistory">Release History</A></b>
-  <P>
-
-  Some of GNU Emacs' release history and accompanying release announcements,
-
-  <UL>
-<!-- Update Token Below -->
-    <LI>Feb 6, 2005 - Emacs 21.4 released (fixing a security hole)
-    <LI>March 24, 2003 - <A HREF="
-        http://mail.gnu.org/archive/html/info-gnu-emacs/2003-03/msg00000.html";>
-        Emacs 21.3 released</A>
-    <LI>March 18, 2002 - <A HREF="
-        http://mail.gnu.org/archive/html/info-gnu-emacs/2002-03/msg00000.html";>
-        Emacs 21.2 released</A>
-    <LI>October 28, 2001 - <A HREF="
-        http://mail.gnu.org/archive/html/info-gnu-emacs/2001-10/msg00009.html";>
-        Emacs 21.1 released</A>
-  </UL>
-</UL>
-
-<H2><A NAME="Platforms" HREF="#TOCPlatforms">Supported Platforms</A></H2>
-
-Emacs 21 runs on these operating systems
-regardless of the machine type:
-
-<UL>
-    <LI>AIX 4.3.3 and higher
-    <LI>FreeBSD
-    <LI>GNU/Linux
-    <LI>Mac-OS X
-    <LI>MS DOS
-    <LI>MS Windows
-    <LI>NetBSD
-    <LI>OpenBSD
-    <LI>Solaris
-    <LI>SunOS
-    <LI>Ultrix
-</UL>
-
-Here are other machines that GNU Emacs has code to support.  These
-machines are old, and in many cases we don't know whether they still
-work.  The definitive reference for this is
-the <KBD>etc/MACHINES</KBD> file distributed with GNU Emacs, which
-also lists special requirements for these systems if compiling GNU
-Emacs from source.
-
-<P>
-<TABLE width="100%" border="0" cellpadding="0" cellspacing="0">
-  <TR>
-   <TD>
-     <UL>
-       <LI>Acorn
-       <LI>Alliant
-       <LI>Alliant FX/2800
-       <LI>Alpha (DEC)
-       <LI>Altos 3068
-       <LI>Amdahl UTS
-       <LI>Apollo
-       <LI>AT&amp;T 3b2, 3b5, 3b15, 3b20
-       <LI>AT&amp;T 7300 or 3b1
-       <LI>Bull DPX/2 models 2nn or 3nn
-       <LI>Bull DPX/20
-       <LI>Bull sps7
-       <LI>CCI 5/32, 6/32
-       <LI>Celerity
-       <LI>Clipper
-       <LI>Convex
-       <LI>Cubix QBx/386
-       <LI>Cydra 5
-       <LI>Data General Aviion
-       <LI>DECstation
-       <LI>Motorola Delta 147, Delta 187
-       <LI>Dual running System V or Uniplus
-       <LI>Elxsi 6400
-       <LI>Encore
-       <LI>GEC 63
-       <LI>Gould Power Node
-       <LI>Gould NP1
-       <LI>Harris Night Hawk
-       <LI>Harris Power PC
-       <LI>Honeywell XPS100
-       <LI>Hewlet-Packard 9000 series 200, 300, 700, 800
-       <LI>High Level Hardware Orion, Orion 1/05
-       <LI>Hitachi SR2001/SR2201
-       <LI>IBM PS/2
-       <LI>IBM RS/6000
-       <LI>IBM RT/PC
-     </UL>
-    </TD>
-   <TD>
-     <UL>
-       <LI>Integrated Solutions 'Optimum V'
-       <LI>Intel x86
-       <LI>Masscomp
-       <LI>Megatest
-       <LI>Mips
-       <LI>National Semiconductor 32000
-       <LI>NCR Tower 32
-       <LI>NCR Intel system
-       <LI>NeXT
-       <LI>Nixdorf Targon 31
-       <LI>Nu (TI or LMI)
-       <LI>Paragon OSF/1
-       <LI>Plexus
-       <LI>Pmax (DEC Mips)
-       <LI>Prime EXL
-       <LI>Pyramid
-       <LI>Sequent Balance
-       <LI>Sequent Symmetry
-       <LI>SGI (most or all models)
-       <LI>Siemens Nixdorf RM600 and RM400
-       <LI>Sony News
-       <LI>Sony News 3000 series
-       <LI>Stardent i860
-       <LI>Stardent 1500 or 3000
-       <LI>Stride
-       <LI>Sun 3, Sun 4 (sparc), Sun 386
-       <LI>Tadpole 68K
-       <LI>Tahoe
-       <LI>Tandem Integrity S2
-       <LI>Tektronix XD88
-       <LI>Tektronix 16000 box
-       <LI>Tektronix 4300
-       <LI>Titan P2, P3
-       <LI>Ustation E30 (SS5E)
-       <LI>Vax
-       <LI>Whitechapel MG1
-       <LI>Wicat
-     </UL>
-   </TD>
-  </TR>
-</TABLE>
-
-<P>
-Next, here is a table listing some additional operating systems which
-Emacs supports.  We have listed an operating system here if it can run
-on more than one machine type, or if other operating systems can also
-run on the same machine type.
-
-<P>
-Many of the computer types listed above always or usually run one
-particular operating system developed by the computer manufacturer.
-(Often this is a variant of Unix.)  We have not listed the names
-of those operating systems here.
-<P>
-
-<UL>
-    <LI>Berkeley Unix (BSD) 4.1, 4.2, 4.3, 4.4
-    <LI>Esix
-    <LI>Microport
-    <LI>SCO Unix
-    <LI>System V rel 0, rel 2, rel 2.2, rel 3, rel 4.0.3, rel 4.0.4
-    <LI>Uniplus 5.2
-    <LI>Xenix
-</UL>
-
-<H2><A NAME="Why" HREF="#TOCWhy">Why is it called Emacs?</A></H2>
-
-<P>
-
-The name ``Emacs'' was originally chosen as an abbreviation of Editor
-MACroS.
-<P>
-
-The original Emacs implementation was written for the Incompatible
-Timesharing System (ITS) as a collection of TECO macros for ITS TECO.
-There was a custom of giving such macro packages names ending in
-``mac'' or ``macs''.  A further reason for choosing this particular
-name was that the abbreviation ``e'' was unused at the time on ITS.
-<BR>
-
-<P>
-The Emacs FAQ (<A HREF="emacs-faq.html">html</A>,
-<A HREF="/software/emacs/emacs-faq.text">plain text</A>, Texinfo in the
-Emacs source distribution) contains a longer explanation, as well as a
-brief history of Emacs.
-</P>
-
-<H2><A NAME="Obtaining" HREF="#TOCObtaining">Obtaining GNU Emacs</A></H2>
-
-<P>
-GNU Emacs can be obtained from <a href="http://ftp.gnu.org/pub/gnu/emacs/";>
-&lt;http://ftp.gnu.org/pub/gnu/emacs/&gt;</a>, or from a local FTP
-<a href="/order/ftp.html">mirror</a>.
-<P>
-The <A HREF="http://savannah.gnu.org/cgi-bin/viewcvs/emacs/";>GNU
-Emacs CVS repository</A> is available for general access through
-<A HREF="http://savannah.gnu.org/projects/emacs/";>savannah.gnu.org's
-emacs project page</A>
-</P>
-
-<H2><A NAME="Help" HREF="#TOCHelp">Getting Help with GNU Emacs</A></H2>
-
-<P>
-Information on getting help with GNU software in general is available
-at the
-<A HREF="/help/gethelp.html">Get Help with GNU Software</A>
-page.
-</P>
+<h4><a name="HelpUsenet"></a>Usenet</h4>
 
-<UL>
-  <LI><b><A NAME="Manuals" HREF="#TOCManuals">Manuals</A></b>
-  <p>
-  The Free Software Foundation publishes three
-  <A HREF="/doc/doc.html">manuals about GNU Emacs</A>.  They are the
-  <CITE><a href="/software/emacs/manual/index.html">Emacs Manual</a></CITE>,
-  the 
-  <CITE><a href="/software/emacs/emacs-lisp-intro/emacs-lisp-intro.html">
-       Introduction to Emacs Lisp Programming</a></CITE>, and the 
-  <CITE><a href="/software/emacs/elisp-manual/elisp.html">
-       Emacs Lisp Reference Manual</a></CITE>.
-  You can <A HREF="http://order.fsf.org/";>order</A> any of these manuals 
-  in printed form from the Free Software Foundation.  
-  <P>
+<p>
+  There is a newsgroup specifically for asking for help with GNU Emacs
+  <a href="news:gnu.emacs.help";>gnu.emacs.help</a>. This newsgroup is
+  gatewayed automatically to the mailing list
+  <a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>,
+  so anything you post on one of them appears on the other as
+  well.
+</p>
 
-  The source code for the Emacs Manual is included in the Emacs
-  distribution itself.  The Emacs Lisp Reference Manual is available as
-  a separate distribution on ftp.gnu.org. The Emacs Reference Card (texinfo
-  source) is also <A HREF="/software/emacs/refcard-cs.tex">translated into
-  Czech</A>.
-  <P>
-
-  Here are the <A HREF="its-cover.png">cover</A> of the original Emacs
-  Manual for ITS, the <A HREF="niu.png">cover</A> of the original Emacs
-  Manual for Twenex, and the only cartoon I've ever drawn,
-  <A HREF="self-doc-extensible-editor.png"> the Self-Documenting
-  Extensible Editor</A>.
-
-  <LI><b><A NAME="HelpFAQ" HREF="#TOCFAQ">FAQ</A></b>
-
-    <UL>
-      <LI>The <A HREF="/software/emacs/emacs-faq.html">Emacs FAQ, html</A>.
-      <LI>The <A HREF="/software/emacs/emacs-faq.text">Emacs FAQ, plain 
text</A>.
-      <LI>The <A HREF="/software/emacs/windows/ntemacs.html">Emacs FAQ for the 
Microsoft Windows port</A>.
-      <LI>The FAQ is maintained as part of the Emacs distribution, so
-          the Texinfo source for these documents are in the Emacs sources.
-    </UL>
+<h3><a name="FindingPackages"></a>Finding packages for GNU Emacs</h3>
 
-  <LI><b><A NAME="HelpMailing" HREF="#TOCHelpMailing">Mailing Lists</A></b>
+<p>
+  If you are looking for ELisp packages, check out the following
+  resources:
+</p>
+
+<ul>
+  <li><a href="http://www.emacswiki.org/";>the Emacs Wiki</a> (see below)</li>
+
+  <li>the <a href="/software/emacs/emacs-faq.text">Emacs FAQ</a>, under the
+    sections <cite>Finding/Getting Emacs and Related packages</cite>
+    and <cite>Major Emacs Lisp Packages, Emacs Extensions, and Related
+    Programs</cite>.</li>
+</ul>
 
-  <P>
-  The mailing list
-  <A HREF="http://mail.gnu.org/mailman/listinfo/help-gnu-emacs";>
-  <KBD>&lt;address@hidden&gt;</KBD></A> is specifically for asking
-  for help with GNU Emacs.  This is equivalent to the newsgroup
-  <KBD>&lt;gnu.emacs.help&gt;</KBD>.
-  <P>
+<h3><a name="Further"></a>Further Information</h3>
 
-  The <A HREF="http://savannah.gnu.org/mail/?group_id=40";>Savannah page
-  for Emacs mailing lists</A> lists some more lists related to Emacs.
+<p>
+  The <a href="http://savannah.gnu.org/projects/emacs";>Savannah Emacs
+  page</a> has additional information about Emacs, including CVS
+  access to the Emacs development sources.
+</p>
 
-  <P>
-  There are other <A HREF="http://lists.gnu.org/mailman/listinfo/";>GNU mailing 
lists
-  and newsgroups</A>, including several on GNU Emacs and its extensions.
+<p>
+  The <a href="http://www.emacswiki.org/";>Emacs Wiki</a> is a
+  community website which collects ELisp code, questions and answers
+  related to ELisp code and style; introductions to ELisp packages and
+  links to their sources; complete manuals or documentation fragments;
+  comments on features, differences, and history of different Emacs
+  versions, flavors, and ports; jokes; pointers to clones and Emacs
+  look-alikes, as well as references to other Emacs related
+  information on the Web.
+</p>
 
-  <LI><b><A NAME="HelpUsenet" HREF="#TOCHelpUsenet">Usenet</A></b>
-  <P>
-  There is a newsgroup specifically for asking for help with GNU Emacs
-  <A HREF="news:gnu.emacs.help";><KBD>gnu.emacs.help</KBD></A>.
+<p>
+  If you haven't had any experience with Lisp, you can find some
+  useful information at <a name="LispPointers"
+  href="http://www.lisp.org/table/contents.htm";>The Association of
+  Lisp Users</a>.
+</p>
 
-  This newsgroup is gatewayed automatically to the mailing list
-  <KBD>&lt;address@hidden&gt;</KBD>, so anything you post on one
-  of them appears on the other as well.  <P>
-</UL>
-
-<H2><A NAME="FindingPackages" HREF="#TOCFindingPackages">Finding
-packages for GNU Emacs</A>
-</H2>
-
-<P>
-If you are looking for ELisp packages, check out the following resources:
-
-<UL>
-  <LI> <A HREF="http://www.emacswiki.org/";>the Emacs Wiki</A> (see below)
-
-  <LI>  the <A HREF="emacs-faq.text">Emacs
-       FAQ</A>, under the sections <CITE>Finding/Getting Emacs and Related
-       packages</CITE> and <CITE>Major Emacs Lisp Packages, Emacs Extensions,
-       and Related Programs</CITE>
-</UL>
-
-<H2><A NAME="Further" HREF="#TOCFurther">Further Information</A></H2>
-
-<P>
-The <A HREF="http://savannah.gnu.org/projects/emacs";>Savannah Emacs
-page</A> has additional information about Emacs, including CVS access
-to the Emacs development sources.
-
-<P>
-The <A HREF="http://www.emacswiki.org/";>Emacs Wiki</A> is a community
-website which collects ELisp code, questions and answers related to
-ELisp code and style; introductions to ELisp packages and links to
-their sources; complete manuals or documentation fragments; comments
-on features, differences, and history of different Emacs versions,
-flavors, and ports; jokes; pointers to clones and Emacs look-alikes, as
-well as references to other Emacs related information on the Web.
-
-<P>
-If you haven't had any experience with Lisp, you can find some useful
-information at <A name="LispPointers"
-HREF="http://www.lisp.org/table/contents.htm";>The Association of
-Lisp Users</A>.
-<P>
-We also have a copy of the
-
-<A HREF="/software/emacs/emacs-paper.html">1981 paper by Richard
-Stallman</A>, describing the design of the original Emacs and the
-lessons to be learned from it.
-
-<P>
-There is also <A href="/gnu/rms-lisp.html">a transcript of a
-speech, <CITE>My Lisp Experiences and the Development of GNU
-Emacs</CITE></A> given by Richard Stallman at the International Lisp
-Conference on 28 Oct 2002.
-
-<H2><A NAME="YouHelp" HREF="#TOCYouHelp">How to Help with GNU Emacs</A></H2>
-<P>
-
-To contact the maintainers of Emacs, either to report a bug or to
-contribute fixes or improvements, send mail to
-<KBD>&lt;address@hidden&gt;</KBD>.
-
-<H2><A NAME="GNUEmacsFun" HREF="#TOCGNUEmacsFun">GNU Emacs Fun</A></H2>
-<UL>
-  <LI> <P>April Fool Mail - <A HREF="/fun/jokes/gnuemacs.html">emacs rewrite
-       </A></P>
-  <LI> <P><A HREF="/fun/humor.html">More</A> humors related to GNU Emacs and 
others</P>
-</UL>
-
-<P>
-<HR>
-</P>
-
-<P>
-Return to <A HREF="/home.html">GNU's home page</A>.
-</P>
-
-<P>
-Please send FSF &amp; GNU inquiries &amp; questions to
-<A HREF="mailto:address@hidden";><EM>address@hidden</EM></A>.
-There are also <A HREF="http://www.fsf.org/about/contact.html";>other ways to
-contact</A> the FSF.
-</P>
-
-<P>
-We thank Greg Harvey for writing this page.
-</P>
-
-<P>
-Please send comments on these web pages to
-<A HREF="mailto:address@hidden";><EM>address@hidden</EM></A>,
-send other questions to
-<A HREF="mailto:address@hidden";><EM>address@hidden</EM></A>.
-</P>
-
-<P>
-Copyright &copy; 1998, 2001, 2002, 2003, 2004, 2005, 2006 Free Software 
Foundation, Inc.,
-51 Franklin Street, Fifth Floor, Boston, MA  02110-1301,  USA
-</P>
-
-<P>
-Verbatim copying and distribution of this entire article is
-permitted in any medium, provided this notice is preserved.<P>
-Updated: 
+<p>
+  We also have a copy of
+  the <a href="/software/emacs/emacs-paper.html">1981 paper by Richard
+  Stallman</a>, describing the design of the original Emacs and the
+  lessons to be learned from it.
+</p>
+
+<p>
+  There is also <a href="/gnu/rms-lisp.html">a transcript of a
+  speech, <cite>My Lisp Experiences and the Development of GNU
+  Emacs</cite></a> given by Richard Stallman at the International Lisp
+  Conference on 28 Oct 2002.
+</p>
+
+<h3><a name="YouHelp"></a>How to Help with GNU Emacs</h3>
+
+<p>
+  To contact the maintainers of Emacs, either to report a bug or to
+  contribute fixes or improvements, send mail
+  to <a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>.
+</p>
+
+<h3><a name="GNUEmacsFun"></a>GNU Emacs Fun</h3>
+
+<ul>
+  <li>April Fool Mail - <a href="/fun/jokes/gnuemacs.html">emacs
+    rewrite</a></li>
+
+  <li><a href="/fun/humor.html">More</a> humors related to GNU Emacs
+    and others</li>
+</ul>
+
+
+<!-- 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
+<!-- If you are a project maintainer or developer, please use -->
+<!-- your own email, as webmasters does not manage most -->
+<!-- project webpages (those that we do, you know who you are). -->
+<a href="mailto:address@hidden";><em>address@hidden</em></a>.
+</p>
+
+<p>
+  We thank Greg Harvey for writing this page.
+</p>
+
+<p>
+Please see the 
+<a href="/server/standards/README.translations">Translations
+README</a> for information on coordinating and submitting
+translations of this article.
+</p>
+
+<p>
+Copyright &copy; 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
+Software Foundation, Inc.,
+</p>
+<address>51 Franklin St, Fifth Floor, Boston, MA 02110, USA</address>
+<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>
+Updated:
 <!-- timestamp start -->
-$Date: 2006/12/18 17:32:24 $ $Author: karl $
+$Date: 2007/02/15 22:40:53 $
 <!-- timestamp end -->
-<HR>
-</P>
-</BODY>
-</HTML>
-
+</p>
+</div>
 
+<div id="translations">
+<h3>Translations of this page:</h3>
 
+<!-- Please keep this list alphabetical. -->
+<!-- Comment what the language is for each type, i.e. de is Deutsch.-->
+<!-- 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 versus -->
+<!-- <URL:http://www.w3.org/WAI/ER/IG/ert/iso639.htm> -->
+<!-- Please use W3C normative character entities -->
+
+<ul>
+<!-- English -->
+<li><a href="/software/emacs/emacs.html">English</a>&nbsp;[en]</li>
+</ul>
+</div>
+</div>
+</body>
+</html>






reply via email to

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