SF.net SVN: docutils:[9585 ] trunk/sandbox/manpage-wri ter

grubert--- via Docutils-checkins <[email protected]>
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 9585
          http://sourceforge.net/p/docutils/code/9585
Author:   grubert
Date:     2024-03-24 17:40:50 +0000 (Sun, 24 Mar 2024)
Log Message:
-----------
FIX expected for dot request character for UR/UE

Modified Paths:
--------------
    trunk/sandbox/manpage-writer/expected/characters.man
    trunk/sandbox/manpage-writer/expected/man-de.1.man
    trunk/sandbox/manpage-writer/expected/references.man
    trunk/sandbox/manpage-writer/expected/test.man
    trunk/sandbox/manpage-writer/expected-mandoc/characters.man
    trunk/sandbox/manpage-writer/expected-mandoc/man-de.1.man
    trunk/sandbox/manpage-writer/expected-mandoc/references.man
    trunk/sandbox/manpage-writer/expected-mandoc/test.man

Modified: trunk/sandbox/manpage-writer/expected/characters.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/characters.man	2024-03-24 17:40:03 UTC (rev 9584)
+++ trunk/sandbox/manpage-writer/expected/characters.man	2024-03-24 17:40:50 UTC (rev 9585)
@@ -47,13 +47,13 @@
 resulting in.
 .sp
 
-'UR hgignore.5.html
+.UR hgignore.5.html
 \fBhgignore\fP(5)
-'UE
+.UE
 , 
-'UR hgrc.5.html
+.UR hgrc.5.html
 \fBhgrc\fP(5)
-'UE
+.UE
 
 .SH DESCRIPTION
 .sp

Modified: trunk/sandbox/manpage-writer/expected/man-de.1.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/man-de.1.man	2024-03-24 17:40:03 UTC (rev 9584)
+++ trunk/sandbox/manpage-writer/expected/man-de.1.man	2024-03-24 17:40:50 UTC (rev 9585)
@@ -635,34 +635,34 @@
 .sp
 1990, 1991 \- Originale geschrieben von John W. Eaton
 (
-'UR [email protected]
-'UE
+.UR [email protected]
+.UE
 ).
 .sp
 23. Dez. 1992: Fehlerbereinigung  durch Rik Faith (
-'UR [email protected]
-'UE
+.UR [email protected]
+.UE
 )
 unterstützt durch Willem Kasdorp (
-'UR [email protected]
-'UE
+.UR [email protected]
+.UE
 ).
 .sp
 Zwischen dem 30. April 1994 und dem 23. Februar 2000 hat Wilf
 (
-'UR [email protected]
-'UE
+.UR [email protected]
+.UE
 ) unter Mithilfe von einigen wenigen
 engagierten Menschen dieses Paket entwickelt und weitergeführt.
 .sp
 Die deutsche Übersetzung wurde von Anke Steuernagel
 (
-'UR [email protected]\-kl.de
-'UE
+.UR [email protected]\-kl.de
+.UE
 ) und Nils Magnus
 (
-'UR [email protected]\-kl.de
-'UE
+.UR [email protected]\-kl.de
+.UE
 ) angefertigt.
 .sp
 Für persönliche Würdigungen und Zusätze siehe Quelltexte.

Modified: trunk/sandbox/manpage-writer/expected/references.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/references.man	2024-03-24 17:40:03 UTC (rev 9584)
+++ trunk/sandbox/manpage-writer/expected/references.man	2024-03-24 17:40:50 UTC (rev 9585)
@@ -81,32 +81,32 @@
 .SH TESTS
 .sp
 See 
-'UR https://docutils.sourceforge.io/docs/user/rst/quickref.html#explicit\-markup
-'UE
+.UR https://docutils.sourceforge.io/docs/user/rst/quickref.html#explicit\-markup
+.UE
 
 for more
 .sp
 See the 
-'UR https://www.python.org
+.UR https://www.python.org
 Python home page
-'UE
+.UE
  for info.
 .sp
 External hyperlinks, like 
-'UR https://www.python.org
+.UR https://www.python.org
 Python
-'UE
+.UE
 \&.
 .sp
 Want to learn about 
-'UR https://www.python.org
+.UR https://www.python.org
 my favorite programming language
-'UE
+.UE
 ?
 .sp
 Clicking on this internal hyperlink will take us to the 
-'UR target
-'UE
+.UR target
+.UE
 
 below.
 .sp
@@ -119,48 +119,48 @@
 .UNINDENT
 .sp
 See the 
-'UR https://www.python.org
+.UR https://www.python.org
 Python
-'UE
+.UE
  home page for info.
 .sp
 
-'UR mailto:[email protected]
+.UR mailto:[email protected]
 Write to me
-'UE
+.UE
  with your questions.
 .sp
 The 
-'UR https://docutils.sourceforge.io/rst.html
+.UR https://docutils.sourceforge.io/rst.html
 one\-liner
-'UE
+.UE
  and 
-'UR https://docutils.sourceforge.net/rst.html
+.UR https://docutils.sourceforge.net/rst.html
 starts\-on\-this\-line
-'UE
+.UE
  or 
-'UR https://docutils.sourceforge.net/rst.html
+.UR https://docutils.sourceforge.net/rst.html
 entirely\-below
-'UE
+.UE
  point to  
-'UR https://docutils.sourceforge.io/rst.html
-'UE
+.UR https://docutils.sourceforge.io/rst.html
+.UE
  and in man are ... ?
 .sp
 Escaped whitespace is preserved as intentional spaces, e.g.:
 .sp
 some 
-'UR ../local path with spaces.html
+.UR ../local path with spaces.html
 reference
-'UE
+.UE
  to a local path.
 .sp
 Anonymous hyperlink references are specified with two underscores instead of one:
 .sp
 See 
-'UR https://www.python.org
+.UR https://www.python.org
 the web site of my favorite programming language
-'UE
+.UE
 \&.
 .sp
 Anonymous targets begin with \(dq.. __:\(dq; no reference name is required or allowed:

Modified: trunk/sandbox/manpage-writer/expected/test.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/test.man	2024-03-24 17:40:03 UTC (rev 9584)
+++ trunk/sandbox/manpage-writer/expected/test.man	2024-03-24 17:40:50 UTC (rev 9585)
@@ -410,9 +410,9 @@
 .SH SEE ALSO
 .sp
 
-'UR http://docutils.sourceforge.net
+.UR http://docutils.sourceforge.net
 docutils
-'UE
+.UE
 
 .sp
 \fBrst2xml\fP(dummy)
@@ -422,8 +422,8 @@
 .IP \(bu 2
 xml\-schema\-catalog at
 
-'UR http://xml\-schema\-catalog.origo.ethz.ch/
-'UE
+.UR http://xml\-schema\-catalog.origo.ethz.ch/
+.UE
 
 .UNINDENT
 .sp

Modified: trunk/sandbox/manpage-writer/expected-mandoc/characters.man
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/characters.man	2024-03-24 17:40:03 UTC (rev 9584)
+++ trunk/sandbox/manpage-writer/expected-mandoc/characters.man	2024-03-24 17:40:50 UTC (rev 9585)
@@ -47,13 +47,13 @@
 resulting in.
 .sp
 
-'UR hgignore.5.html
+.UR hgignore.5.html
 \fBhgignore\fP(5)
-'UE
+.UE
 , 
-'UR hgrc.5.html
+.UR hgrc.5.html
 \fBhgrc\fP(5)
-'UE
+.UE
 
 .SH DESCRIPTION
 .sp

Modified: trunk/sandbox/manpage-writer/expected-mandoc/man-de.1.man
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/man-de.1.man	2024-03-24 17:40:03 UTC (rev 9584)
+++ trunk/sandbox/manpage-writer/expected-mandoc/man-de.1.man	2024-03-24 17:40:50 UTC (rev 9585)
@@ -635,34 +635,34 @@
 .sp
 1990, 1991 \- Originale geschrieben von John W. Eaton
 (
-'UR [email protected]
-'UE
+.UR [email protected]
+.UE
 ).
 .sp
 23. Dez. 1992: Fehlerbereinigung  durch Rik Faith (
-'UR [email protected]
-'UE
+.UR [email protected]
+.UE
 )
 unterstützt durch Willem Kasdorp (
-'UR [email protected]
-'UE
+.UR [email protected]
+.UE
 ).
 .sp
 Zwischen dem 30. April 1994 und dem 23. Februar 2000 hat Wilf
 (
-'UR [email protected]
-'UE
+.UR [email protected]
+.UE
 ) unter Mithilfe von einigen wenigen
 engagierten Menschen dieses Paket entwickelt und weitergeführt.
 .sp
 Die deutsche Übersetzung wurde von Anke Steuernagel
 (
-'UR [email protected]\-kl.de
-'UE
+.UR [email protected]\-kl.de
+.UE
 ) und Nils Magnus
 (
-'UR [email protected]\-kl.de
-'UE
+.UR [email protected]\-kl.de
+.UE
 ) angefertigt.
 .sp
 Für persönliche Würdigungen und Zusätze siehe Quelltexte.

Modified: trunk/sandbox/manpage-writer/expected-mandoc/references.man
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/references.man	2024-03-24 17:40:03 UTC (rev 9584)
+++ trunk/sandbox/manpage-writer/expected-mandoc/references.man	2024-03-24 17:40:50 UTC (rev 9585)
@@ -81,32 +81,32 @@
 .SH TESTS
 .sp
 See 
-'UR https://docutils.sourceforge.io/docs/user/rst/quickref.html#explicit\-markup
-'UE
+.UR https://docutils.sourceforge.io/docs/user/rst/quickref.html#explicit\-markup
+.UE
 
 for more
 .sp
 See the 
-'UR https://www.python.org
+.UR https://www.python.org
 Python home page
-'UE
+.UE
  for info.
 .sp
 External hyperlinks, like 
-'UR https://www.python.org
+.UR https://www.python.org
 Python
-'UE
+.UE
 \&.
 .sp
 Want to learn about 
-'UR https://www.python.org
+.UR https://www.python.org
 my favorite programming language
-'UE
+.UE
 ?
 .sp
 Clicking on this internal hyperlink will take us to the 
-'UR target
-'UE
+.UR target
+.UE
 
 below.
 .sp
@@ -119,48 +119,48 @@
 .UNINDENT
 .sp
 See the 
-'UR https://www.python.org
+.UR https://www.python.org
 Python
-'UE
+.UE
  home page for info.
 .sp
 
-'UR mailto:[email protected]
+.UR mailto:[email protected]
 Write to me
-'UE
+.UE
  with your questions.
 .sp
 The 
-'UR https://docutils.sourceforge.io/rst.html
+.UR https://docutils.sourceforge.io/rst.html
 one\-liner
-'UE
+.UE
  and 
-'UR https://docutils.sourceforge.net/rst.html
+.UR https://docutils.sourceforge.net/rst.html
 starts\-on\-this\-line
-'UE
+.UE
  or 
-'UR https://docutils.sourceforge.net/rst.html
+.UR https://docutils.sourceforge.net/rst.html
 entirely\-below
-'UE
+.UE
  point to  
-'UR https://docutils.sourceforge.io/rst.html
-'UE
+.UR https://docutils.sourceforge.io/rst.html
+.UE
  and in man are ... ?
 .sp
 Escaped whitespace is preserved as intentional spaces, e.g.:
 .sp
 some 
-'UR ../local path with spaces.html
+.UR ../local path with spaces.html
 reference
-'UE
+.UE
  to a local path.
 .sp
 Anonymous hyperlink references are specified with two underscores instead of one:
 .sp
 See 
-'UR https://www.python.org
+.UR https://www.python.org
 the web site of my favorite programming language
-'UE
+.UE
 \&.
 .sp
 Anonymous targets begin with \(dq.. __:\(dq; no reference name is required or allowed:

Modified: trunk/sandbox/manpage-writer/expected-mandoc/test.man
===================================================================
--- trunk/sandbox/manpage-writer/expected-mandoc/test.man	2024-03-24 17:40:03 UTC (rev 9584)
+++ trunk/sandbox/manpage-writer/expected-mandoc/test.man	2024-03-24 17:40:50 UTC (rev 9585)
@@ -410,9 +410,9 @@
 .SH SEE ALSO
 .sp
 
-'UR http://docutils.sourceforge.net
+.UR http://docutils.sourceforge.net
 docutils
-'UE
+.UE
 
 .sp
 \fBrst2xml\fP(dummy)
@@ -422,8 +422,8 @@
 .IP \(bu 2
 xml\-schema\-catalog at
 
-'UR http://xml\-schema\-catalog.origo.ethz.ch/
-'UE
+.UR http://xml\-schema\-catalog.origo.ethz.ch/
+.UE
 
 .UNINDENT
 .sp

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



_______________________________________________
Docutils-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/docutils-checkins
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.