www-commits
[Top][All Lists]
Advanced

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

www/fun/jokes ed.html


From: Yavor Doganov
Subject: www/fun/jokes ed.html
Date: Wed, 13 May 2009 14:43:52 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Yavor Doganov <yavor>   09/05/13 14:43:52

Modified files:
        fun/jokes      : ed.html 

Log message:
        Don't include footer-min; minor boilerplate compliance fixes.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/fun/jokes/ed.html?cvsroot=www&r1=1.17&r2=1.18

Patches:
Index: ed.html
===================================================================
RCS file: /web/www/www/fun/jokes/ed.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- ed.html     5 Nov 2008 00:45:27 -0000       1.17
+++ ed.html     13 May 2009 14:43:47 -0000      1.18
@@ -1,54 +1,49 @@
 <!--#include virtual="/server/header.html" -->
-
 <title>Ed source code</title>
-
 <!--#include virtual="/server/banner.html" -->
 
 <h2>Ed source code</h2>
 
-<p><kbd>
-while :;do read x;echo \?;done</kbd></p><p>
-Here is the source code in x86 assembly (submitted by Nate)</p><p><kbd>
-
-[ORG 0x100]<br />
-top:  mov ah,0x0a<br />
-      mov dx, buffer<br />
-      int 0x21<br />
-      mov ah, 0x09<br />
-      mov dl,message<br />
-      int 0x21<br />
-      jmp short top<br />
-message:<br />
-         db 10,'?',13,10,'$'<br />
-buffer:<br />
+<p><kbd>while :;do read x;echo \?;done</kbd></p>
 
-</kbd></p>
-
-<p>
-<a href="/fun/humor.html">Other humor</a>
-in the GNU Humor Collection.</p>
+<p>Here is the source code in x86 assembly (submitted by Nate):</p>
 
-<div class="infobox">
-<h4 id="Disclaimer">Disclaimer</h4><p>The joke on this page was
-obtained from the FSF's <a href="http://lists.gnu.org/";>email
-archives</a> of the GNU Project.</p>
+<pre>[ORG 0x100]
+top:  mov ah,0x0a
+      mov dx, buffer
+      int 0x21
+      mov ah, 0x09
+      mov dl,message
+      int 0x21
+      jmp short top
+message:
+         db 10,'?',13,10,'$'
+buffer:
+</pre>
+
+<p>An initial variant of this joke is also available
+in <a href="/fun/jokes/ed">plain text</a>.</p>
+
+<p><a href="/fun/humor.html">Other humor</a> in the GNU Humor
+Collection.</p>
+
+<h4 id="Disclaimer">Disclaimer</h4>
+<p>The joke on this page was obtained from the
+FSF's <a href="http://lists.gnu.org/";>email archives</a> of the GNU
+Project.</p>
 <p>The Free Software Foundation claims no copyright on this joke.</p>
-</div>
 
 </div>
 
-<!--#include virtual="/server/footer-min.html" -->
+<!--#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="http://www.fsf.org/about/contact.html";>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 send FSF &amp; GNU inquiries to
+<a href="mailto:address@hidden";>&lt;address@hidden&gt;</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";>&lt;address@hidden&gt;</a>.</p>
 
 <p>
 Please see the 
@@ -60,7 +55,7 @@
 <p>
 Updated:
 <!-- timestamp start -->
-$Date: 2008/11/05 00:45:27 $
+$Date: 2009/05/13 14:43:47 $
 <!-- timestamp end -->
 </p>
 </div>
@@ -68,24 +63,25 @@
 <div id="translations">
 <h4>Translations of this page</h4>
 
-  <!-- Please keep this list alphabetical, and in the original -->
-  <!-- language if possible, otherwise default to English -->
-  <!-- If you do not have it English, please comment what the -->
-  <!-- English is.  If you add a new language here, please -->
-  <!-- advise address@hidden and add it to -->
-  <!--    - in /home/www/bin/nightly-vars either TAGSLANG or WEBLANG -->
-  <!--    - in /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 -->
-  <!--     http://www.w3.org/WAI/ER/IG/ert/iso639.htm -->
+<!-- Please keep this list alphabetical by language code. -->
+<!-- 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/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 language code right; see: -->
+<!-- http://www.loc.gov/standards/iso639-2/php/code_list.php -->
+<!-- If the 2-letter ISO 639-1 code is not available, -->
+<!-- use the 3-letter ISO 639-2. -->
+<!-- Please use W3C normative character entities. -->
 
 <ul class="translations-list">
 <!-- English -->
 <li><a href="/fun/jokes/ed.html">English</a>&nbsp;[en]</li>
 </ul>
-
 </div>
 </div>
 </body>




reply via email to

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