groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff/contrib/mom/momdoc color.html cover.html ...


From: Werner LEMBERG
Subject: [Groff-commit] groff/contrib/mom/momdoc color.html cover.html ...
Date: Sun, 07 Aug 2005 04:17:18 -0400

CVSROOT:        /cvsroot/groff
Module name:    groff
Branch:         
Changes by:     Werner LEMBERG <address@hidden> 05/08/07 08:17:17

Modified files:
        contrib/mom/momdoc: color.html cover.html intro.html toc.html 

Log message:
        Fix persistent error in html coding of docs (<nobr> tag).

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/contrib/mom/momdoc/color.html.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/contrib/mom/momdoc/cover.html.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/contrib/mom/momdoc/intro.html.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/contrib/mom/momdoc/toc.html.diff?tr1=1.16&tr2=1.17&r1=text&r2=text

Patches:
Index: groff/contrib/mom/momdoc/color.html
diff -u groff/contrib/mom/momdoc/color.html:1.3 
groff/contrib/mom/momdoc/color.html:1.4
--- groff/contrib/mom/momdoc/color.html:1.3     Sat May 14 07:07:13 2005
+++ groff/contrib/mom/momdoc/color.html Sun Aug  7 08:17:17 2005
@@ -113,7 +113,7 @@
 <hr width="66%" align="left">
 <a name="NEWCOLOR"><h3><u>Creating (initializing) a colour with 
NEWCOLOR</u></h3></a>
 <br>
-<nobr>Macro: <strong>NEWCOLOR</strong> &lt;colour name&gt; [&lt;colour 
scheme&gt;] &lt;colour components&gt;<wbr>
+<nobr>Macro: <strong>NEWCOLOR</strong> &lt;colour name&gt; [&lt;colour 
scheme&gt;] &lt;colour components&gt;</nobr>
 
 <p>
 <strong>NEWCOLOR</strong> lets you create a colour, rather like an
@@ -194,7 +194,7 @@
 <hr width="33%" align="left">
 <a name="XCOLOR"><h3><u>Initializing a colour with XCOLOR</u></h3>
 <br>
-<nobr>Macro: <strong>XCOLOR</strong> &lt;X color name&gt; [&lt;alias&gt;]<wbr>
+<nobr>Macro: <strong>XCOLOR</strong> &lt;X color name&gt; 
[&lt;alias&gt;]</nobr>
 <br>
 <em>*&lt;X color name&gt; must be all one word, all lower case.
 <br>
@@ -290,7 +290,7 @@
 <hr width="33%" align="left">
 <a name="COLOR"><h3><u>Invoking a color</u></h3>
 <br>
-<nobr>Macro: <strong>COLOR</strong> &lt;colorname&gt;<wbr>
+<nobr>Macro: <strong>COLOR</strong> &lt;colorname&gt;</nobr>
 <br>
 <a name="COLOR_INLINE">Inline: <strong>\*[&lt;colorname&gt;]</strong></a>
 <p>
Index: groff/contrib/mom/momdoc/cover.html
diff -u groff/contrib/mom/momdoc/cover.html:1.5 
groff/contrib/mom/momdoc/cover.html:1.6
--- groff/contrib/mom/momdoc/cover.html:1.5     Sat May 14 07:07:13 2005
+++ groff/contrib/mom/momdoc/cover.html Sun Aug  7 08:17:17 2005
@@ -183,9 +183,9 @@
        <br>
        Macro: <strong>DOC_COVER</strong>
        <br>
-       Required argument: <nobr>TITLE | DOCTITLE | COVERTITLE | CHAPTER | 
CHAPTER_TITLE | CHAPTER+TITLE<wbr>
+       Required argument: <nobr>TITLE | DOCTITLE | COVERTITLE | CHAPTER | 
CHAPTER_TITLE | CHAPTER+TITLE</nobr>
        <br>
-       Optional arguments: <nobr>[ SUBTITLE AUTHOR DOCTYPE COPYRIGHT MISC 
]<wbr>
+       Optional arguments: <nobr>[ SUBTITLE AUTHOR DOCTYPE COPYRIGHT MISC 
]</nobr>
        <p>
        <em>*Note: these macros should be placed in the
        &quot;style-sheet&quot; section of your document setup (see the
@@ -361,9 +361,9 @@
 <hr width="66%" align="left">
 <p>
 <a name="ON_OFF"></a>
-       <nobr>Macro: <strong>COVERS</strong> &lt;toggle&gt;<wbr>
+       <nobr>Macro: <strong>COVERS</strong> &lt;toggle&gt;</nobr>
        <br>
-       <nobr>Macro: <strong>DOC_COVERS</strong> &lt;toggle&gt;<wbr>
+       <nobr>Macro: <strong>DOC_COVERS</strong> &lt;toggle&gt;</nobr>
 </a>
 <p>
 By default, if you give <strong>mom</strong> a
Index: groff/contrib/mom/momdoc/intro.html
diff -u groff/contrib/mom/momdoc/intro.html:1.10 
groff/contrib/mom/momdoc/intro.html:1.11
--- groff/contrib/mom/momdoc/intro.html:1.10    Sat May 14 07:07:13 2005
+++ groff/contrib/mom/momdoc/intro.html Sun Aug  7 08:17:17 2005
@@ -298,9 +298,9 @@
 The concise descriptions of macros in this documentation typically
 look like this:
 <blockquote>
-Macro: <strong>NAME</strong> <nobr>arguments<wbr>
+Macro: <strong>NAME</strong> <nobr>arguments</nobr>
 </blockquote>
-<nobr>arguments<wbr> lists the macro's arguments using conventions that
+<var>arguments</var> lists the macro's arguments using conventions that
 should be familiar to anyone who has ever read a manpage.  Briefly:
 <p>
 <ol>
@@ -329,14 +329,14 @@
 Since these macros toggle things on and off, the argument list
 simply reads
 <blockquote>
-<nobr>toggle<wbr>
+<nobr>toggle</nobr>
 </blockquote>
 <br>
 <hr>
 
 <h3>Example 1: an argument requiring double-quotes</h3>
 <blockquote>
-Macro: <strong>TITLE</strong> <nobr>&quot;&lt;title of document&gt;&quot;<wbr> 
+Macro: <strong>TITLE</strong> <nobr>&quot;&lt;title of 
document&gt;&quot;</nobr> 
 </blockquote>
 <p>
 The required argument to <strong>TITLE</strong> is the title of your
@@ -349,7 +349,7 @@
 
 <h3>Example 2: a macro with required and optional arguments</h3>
 <blockquote>
-Macro: <strong>TAB_SET</strong> <nobr>&lt;tab #&gt;  &lt;indent&gt;  
&lt;length&gt;  [ L | R | C | J [ QUAD ] ]<wbr> 
+Macro: <strong>TAB_SET</strong> <nobr>&lt;tab #&gt;  &lt;indent&gt;  
&lt;length&gt;  [ L | R | C | J [ QUAD ] ]</nobr> 
 </blockquote>
 <p>
 The first required argument is a number that identifies the tab (say,
@@ -377,7 +377,7 @@
 <a name="TOGGLE_EXAMPLE"></a>
 <h3>Example 3: a sample toggle macro:</h3>
 <blockquote>
-Macro: <strong>QUOTE</strong> <nobr>toggle<wbr> 
+Macro: <strong>QUOTE</strong> <nobr>toggle</nobr> 
 </blockquote>
 <p>
 <strong>QUOTE</strong> begins a section of quoted text in a document
Index: groff/contrib/mom/momdoc/toc.html
diff -u groff/contrib/mom/momdoc/toc.html:1.16 
groff/contrib/mom/momdoc/toc.html:1.17
--- groff/contrib/mom/momdoc/toc.html:1.16      Sat May 14 07:07:13 2005
+++ groff/contrib/mom/momdoc/toc.html   Sun Aug  7 08:17:17 2005
@@ -2,13 +2,13 @@
 <html>
 <head>
 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
-<title>Mom, version 1.3 -- Table of Contents</title>
+<title>Mom, version 1.3-a -- Table of Contents</title>
 </head>
 <body bgcolor="#dfdfdf">
 
 <!====================================================================>
 
-<h1 align="center"><u>Table of Contents for mom, version 1.3</u></h1>
+<h1 align="center"><u>Table of Contents for mom, version 1.3-a</u></h1>
 
 The table of contents has grown quite large.  If you've been using
 <strong>mom</strong> for a while, you might prefer the




reply via email to

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