SF.net SVN: docutils:[10050 ] trunk

grubert--- via Docutils-checkins <[email protected]> Thu, 13 Mar 2025 09:40:13 +0000
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 10050
          http://sourceforge.net/p/docutils/code/10050
Author:   grubert
Date:     2025-03-13 09:40:12 +0000 (Thu, 13 Mar 2025)
Log Message:
-----------
manpage writer: no line end after text refuri

Modified Paths:
--------------
    trunk/docutils/HISTORY.rst
    trunk/docutils/docutils/writers/manpage.py
    trunk/docutils/test/functional/expected/standalone_rst_manpage.man
    trunk/sandbox/manpage-writer/expected/characters.ascii
    trunk/sandbox/manpage-writer/expected/characters.latin1
    trunk/sandbox/manpage-writer/expected/characters.man
    trunk/sandbox/manpage-writer/expected/characters.utf8
    trunk/sandbox/manpage-writer/expected/optionstoo.ps
    trunk/sandbox/manpage-writer/expected/quotes.ps
    trunk/sandbox/manpage-writer/expected/ref-2025.man
    trunk/sandbox/manpage-writer/expected/references.latin1
    trunk/sandbox/manpage-writer/expected/references.man
    trunk/sandbox/manpage-writer/expected/references.ps
    trunk/sandbox/manpage-writer/expected/refs.man
    trunk/sandbox/manpage-writer/expected/test.latin1
    trunk/sandbox/manpage-writer/expected/test.man
    trunk/sandbox/manpage-writer/expected/test.ps

Modified: trunk/docutils/HISTORY.rst
===================================================================
--- trunk/docutils/HISTORY.rst	2025-03-09 11:23:28 UTC (rev 10049)
+++ trunk/docutils/HISTORY.rst	2025-03-13 09:40:12 UTC (rev 10050)
@@ -213,6 +213,7 @@
   - Do not output .UR/.UE macros without refuri in node.
   - Use .MT/.ME macros for mailto.uris.
   - If macro references is active output refuri always.
+  - For text references: no line end after refuri.
 
 * docutils/writers/null.py
 

Modified: trunk/docutils/docutils/writers/manpage.py
===================================================================
--- trunk/docutils/docutils/writers/manpage.py	2025-03-09 11:23:28 UTC (rev 10049)
+++ trunk/docutils/docutils/writers/manpage.py	2025-03-13 09:40:12 UTC (rev 10050)
@@ -1081,7 +1081,7 @@
 
         # TODO insert_URI_breakpoints in text or refuri
         if 'refuri' in node:
-            # if content has the "email" do not output "mailto:email"
+            # MAYBE check if content is the uri and then text will be duplicated.
             if node['refuri'].endswith(node.astext()):
                 self.body.append(" <")
         # TODO elif 'refid' in node:
@@ -1088,11 +1088,10 @@
 
     def _depart_reference_no_macro(self, node) -> None:
         if 'refuri' in node:
-            # if content has the "email" do not output "mailto:email"
             if node['refuri'].endswith(node.astext()):
                 self.body.append("> ")
             else:
-                self.body.append(" <%s>\n" % node['refuri'])
+                self.body.append(" <%s>" % node['refuri'])
         # TODO elif 'refid' in node:
 
     def _visit_reference_with_macro(self, node) -> None:

Modified: trunk/docutils/test/functional/expected/standalone_rst_manpage.man
===================================================================
--- trunk/docutils/test/functional/expected/standalone_rst_manpage.man	2025-03-09 11:23:28 UTC (rev 10049)
+++ trunk/docutils/test/functional/expected/standalone_rst_manpage.man	2025-03-13 09:40:12 UTC (rev 10050)
@@ -82,9 +82,7 @@
 .SH SEE ALSO
 .sp
 docutils <https://docutils.sourceforge.io>
-
 linux man page howto <http://tldp.org/HOWTO/Man-Page/>
-
 .sp
 and \fBman man\fP also \fBman 7 man\fP
 .SH BUGS

Modified: trunk/sandbox/manpage-writer/expected/characters.ascii
===================================================================
--- trunk/sandbox/manpage-writer/expected/characters.ascii	2025-03-09 11:23:28 UTC (rev 10049)
+++ trunk/sandbox/manpage-writer/expected/characters.ascii	2025-03-13 09:40:12 UTC (rev 10050)
@@ -12,9 +12,8 @@
 
        resulting in.
 
-       hgignore(5) <hgignore.5.html> , hgrc(5) <hgrc.5.html>
+       hgignore(5) <hgignore.5.html>, hgrc(5) <hgrc.5.html>
 
-
 DESCRIPTION
        encodings are problematic as alway.
 

Modified: trunk/sandbox/manpage-writer/expected/characters.latin1
===================================================================
--- trunk/sandbox/manpage-writer/expected/characters.latin1	2025-03-09 11:23:28 UTC (rev 10049)
+++ trunk/sandbox/manpage-writer/expected/characters.latin1	2025-03-13 09:40:12 UTC (rev 10050)
@@ -12,9 +12,8 @@
 
        resulting in.
 
-       hgignore(5) <hgignore.5.html> , hgrc(5) <hgrc.5.html>
+       hgignore(5) <hgignore.5.html>, hgrc(5) <hgrc.5.html>
 
-
 DESCRIPTION
        encodings are problematic as alway.
 

Modified: trunk/sandbox/manpage-writer/expected/characters.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/characters.man	2025-03-09 11:23:28 UTC (rev 10049)
+++ trunk/sandbox/manpage-writer/expected/characters.man	2025-03-13 09:40:12 UTC (rev 10050)
@@ -47,9 +47,7 @@
 .sp
 resulting in.
 .sp
-\fBhgignore\fP(5) <hgignore.5.html>
-, \fBhgrc\fP(5) <hgrc.5.html>
-
+\fBhgignore\fP(5) <hgignore.5.html>, \fBhgrc\fP(5) <hgrc.5.html>
 .SH DESCRIPTION
 .sp
 encodings are problematic as alway.

Modified: trunk/sandbox/manpage-writer/expected/characters.utf8
===================================================================
--- trunk/sandbox/manpage-writer/expected/characters.utf8	2025-03-09 11:23:28 UTC (rev 10049)
+++ trunk/sandbox/manpage-writer/expected/characters.utf8	2025-03-13 09:40:12 UTC (rev 10050)
@@ -12,9 +12,8 @@
 
        resulting in.
 
-       hgignore(5) <hgignore.5.html> , hgrc(5) <hgrc.5.html>
+       hgignore(5) <hgignore.5.html>, hgrc(5) <hgrc.5.html>
 
-
 DESCRIPTION
        encodings are problematic as alway.
 

Modified: trunk/sandbox/manpage-writer/expected/optionstoo.ps
===================================================================
--- trunk/sandbox/manpage-writer/expected/optionstoo.ps	2025-03-09 11:23:28 UTC (rev 10049)
+++ trunk/sandbox/manpage-writer/expected/optionstoo.ps	2025-03-13 09:40:12 UTC (rev 10050)
@@ -1,6 +1,6 @@
 %!PS-Adobe-3.0
 %%Creator: groff version 1.23.0
-%%CreationDate: Sun May 19 18:11:09 2024
+%%CreationDate: Thu Mar 13 10:26:04 2025
 %%DocumentNeededResources: font Times-Italic
 %%+ font Times-Roman
 %%+ font Times-Bold

Modified: trunk/sandbox/manpage-writer/expected/quotes.ps
===================================================================
--- trunk/sandbox/manpage-writer/expected/quotes.ps	2025-03-09 11:23:28 UTC (rev 10049)
+++ trunk/sandbox/manpage-writer/expected/quotes.ps	2025-03-13 09:40:12 UTC (rev 10050)
@@ -1,6 +1,6 @@
 %!PS-Adobe-3.0
 %%Creator: groff version 1.23.0
-%%CreationDate: Sun May 19 18:09:42 2024
+%%CreationDate: Thu Mar 13 10:26:05 2025
 %%DocumentNeededResources: font Times-Roman
 %%+ font Times-Bold
 %%DocumentSuppliedResources: procset grops 1.23 0

Modified: trunk/sandbox/manpage-writer/expected/ref-2025.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/ref-2025.man	2025-03-09 11:23:28 UTC (rev 10049)
+++ trunk/sandbox/manpage-writer/expected/ref-2025.man	2025-03-13 09:40:12 UTC (rev 10050)
@@ -34,10 +34,8 @@
 .\" from bugs#497
 .
 Aaaaa ( <[email protected]> ),
-Bbb <https://github.com/cc>
- ( <[email protected]> ),
+Bbb <https://github.com/cc> ( <[email protected]> ),
 mm <https://github.com/m>
-
  <nn> 
 and  <OooOoooo> \&.
 .\" End of generated man page.

Modified: trunk/sandbox/manpage-writer/expected/references.latin1
===================================================================
--- trunk/sandbox/manpage-writer/expected/references.latin1	2025-03-09 11:23:28 UTC (rev 10049)
+++ trunk/sandbox/manpage-writer/expected/references.latin1	2025-03-13 09:40:12 UTC (rev 10050)
@@ -37,13 +37,12 @@
        See    <https://docutils.sourceforge.io/docs/user/rst/quickref.html#ex-
        plicit-markup> for more
 
-       See the Python home page <https://www.python.org>
-        for info.
+       See the Python home page <https://www.python.org> for info.
 
-       External hyperlinks, like Python <https://www.python.org> .
+       External hyperlinks, like Python <https://www.python.org>.
 
        Want   to   learn    about    my    favorite    programming    language
-       <https://www.python.org> ?
+       <https://www.python.org>?
 
        Clicking on this internal hyperlink will take us to the target below.
 
@@ -53,28 +52,24 @@
 
        \xB7 second item, with hyperlink target.
 
-       See the Python <https://www.python.org>
-        home page for info.
+       See the Python <https://www.python.org> home page for info.
 
-       Write to me <mailto:[email protected]>
-        with your questions.
+       Write to me <mailto:[email protected]> with your questions.
 
-       The one-liner <https://docutils.sourceforge.io/rst.html>
-        and starts-on-this-line <https://docutils.sourceforge.net/rst.html>
-        or entirely-below <https://docutils.sourceforge.net/rst.html>
-        point  to   <https://docutils.sourceforge.io/rst.html>  and in man are
-       ... ?
+       The     one-liner     <https://docutils.sourceforge.io/rst.html>    and
+       starts-on-this-line <https://docutils.sourceforge.net/rst.html> or  en-
+       tirely-below   <https://docutils.sourceforge.net/rst.html>   point   to
+       <https://docutils.sourceforge.io/rst.html>  and in man are ... ?
 
        Escaped whitespace is preserved as intentional spaces, e.g.:
 
-       some reference <../local path with spaces.html>
-        to a local path.
+       some reference <../local path with spaces.html> to a local path.
 
        Anonymous hyperlink references are specified with two  underscores  in-
        stead of one:
 
        See    the    web    site   of   my   favorite   programming   language
-       <https://www.python.org> .
+       <https://www.python.org>.
 
        Anonymous targets begin with ".. __:"; no reference name is required or
        allowed:

Modified: trunk/sandbox/manpage-writer/expected/references.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/references.man	2025-03-09 11:23:28 UTC (rev 10049)
+++ trunk/sandbox/manpage-writer/expected/references.man	2025-03-13 09:40:12 UTC (rev 10050)
@@ -84,14 +84,11 @@
 See  <https://docutils.sourceforge.io/docs/user/rst/quickref.html#explicit\-markup> 
 for more
 .sp
-See the Python home page <https://www.python.org>
- for info.
+See the Python home page <https://www.python.org> for info.
 .sp
-External hyperlinks, like Python <https://www.python.org>
-\&.
+External hyperlinks, like Python <https://www.python.org>\&.
 .sp
-Want to learn about my favorite programming language <https://www.python.org>
-?
+Want to learn about my favorite programming language <https://www.python.org>?
 .sp
 Clicking on this internal hyperlink will take us to the target
 below.
@@ -104,26 +101,19 @@
 second item, with hyperlink target.
 .UNINDENT
 .sp
-See the Python <https://www.python.org>
- home page for info.
+See the Python <https://www.python.org> home page for info.
 .sp
-Write to me <mailto:[email protected]>
- with your questions.
+Write to me <mailto:[email protected]> with your questions.
 .sp
-The one\-liner <https://docutils.sourceforge.io/rst.html>
- and starts\-on\-this\-line <https://docutils.sourceforge.net/rst.html>
- or entirely\-below <https://docutils.sourceforge.net/rst.html>
- point to   <https://docutils.sourceforge.io/rst.html>  and in man are ... ?
+The one\-liner <https://docutils.sourceforge.io/rst.html> and starts\-on\-this\-line <https://docutils.sourceforge.net/rst.html> or entirely\-below <https://docutils.sourceforge.net/rst.html> point to   <https://docutils.sourceforge.io/rst.html>  and in man are ... ?
 .sp
 Escaped whitespace is preserved as intentional spaces, e.g.:
 .sp
-some reference <../local path with spaces.html>
- to a local path.
+some reference <../local path with spaces.html> to a local path.
 .sp
 Anonymous hyperlink references are specified with two underscores instead of one:
 .sp
-See the web site of my favorite programming language <https://www.python.org>
-\&.
+See the web site of my favorite programming language <https://www.python.org>\&.
 .sp
 Anonymous targets begin with \(dq.. __:\(dq; no reference name is required or allowed:
 .\" End of generated man page.

Modified: trunk/sandbox/manpage-writer/expected/references.ps
===================================================================
--- trunk/sandbox/manpage-writer/expected/references.ps	2025-03-09 11:23:28 UTC (rev 10049)
+++ trunk/sandbox/manpage-writer/expected/references.ps	2025-03-13 09:40:12 UTC (rev 10050)
@@ -1,6 +1,6 @@
 %!PS-Adobe-3.0
 %%Creator: groff version 1.23.0
-%%CreationDate: Sun May 19 18:08:24 2024
+%%CreationDate: Thu Mar 13 10:26:06 2025
 %%DocumentNeededResources: font Times-Italic
 %%+ font Times-Roman
 %%+ font Times-Bold
@@ -289,27 +289,29 @@
 2.5(See <https://docutils.sourcefor)108 420 R
 (ge.io/docs/user/rst/quickref.html#e)-.18 E(xplicit\255markup> for more)
 -.15 E(See the Python home page <https://www)108 444 Q(.p)-.65 E
-(ython.or)-.1 E(g>)-.18 E(for info.)110.5 456 Q(External h)108 480 Q
-(yperlinks, lik)-.05 E 2.5(eP)-.1 G(ython <https://www)-2.5 E(.p)-.65 E
-(ython.or)-.1 E(g> .)-.18 E -.8(Wa)108 504 S(nt to learn about my f).8 E
--.2(avo)-.1 G(rite programming language <https://www).2 E(.p)-.65 E
-(ython.or)-.1 E(g> ?)-.18 E(Clicking on this internal h)108 528 Q
-(yperlink will tak)-.05 E 2.5(eu)-.1 G 2.5(st)-2.5 G 2.5(ot)-2.5 G
-(he tar)-2.5 E(get belo)-.18 E -.65(w.)-.25 G(The h)108 552 Q
-(yperlink tar)-.05 E(get abo)-.18 E .3 -.15(ve p)-.15 H
-(oints to this paragraph.).15 E<83>108 568.8 Q -.2(bu)118 568.8 S
-(llet list).2 E<83>108 585.6 Q(second item, with h)118 585.6 Q
-(yperlink tar)-.05 E(get.)-.18 E(See the Python <https://www)108 609.6 Q
-(.p)-.65 E(ython.or)-.1 E(g>)-.18 E(home page for info.)110.5 621.6 Q
-(Write to me <mailto:jdoe@e)108 645.6 Q(xample.com>)-.15 E
-(with your questions.)110.5 657.6 Q
-(The one\255liner <https://docutils.sourcefor)108 681.6 Q
-(ge.io/rst.html>)-.18 E
-(and starts\255on\255this\255line <https://docutils.sourcefor)110.5
-693.6 Q(ge.net/rst.html>)-.18 E(or entirely\255belo)110.5 705.6 Q 2.5
-(w<)-.25 G(https://docutils.sourcefor)-2.5 E(ge.net/rst.html>)-.18 E
-(point to)110.5 717.6 Q(<https://docutils.sourcefor)7.5 E 2.5
-(ge.io/rst.html> and)-.18 F(in man are ... ?)2.5 E(1)535 768 Q 0 Cg EP
+(ython.or)-.1 E(g> for info.)-.18 E(External h)108 468 Q(yperlinks, lik)
+-.05 E 2.5(eP)-.1 G(ython <https://www)-2.5 E(.p)-.65 E(ython.or)-.1 E
+(g>.)-.18 E -.8(Wa)108 492 S(nt to learn about my f).8 E -.2(avo)-.1 G
+(rite programming language <https://www).2 E(.p)-.65 E(ython.or)-.1 E
+(g>?)-.18 E(Clicking on this internal h)108 516 Q(yperlink will tak)-.05
+E 2.5(eu)-.1 G 2.5(st)-2.5 G 2.5(ot)-2.5 G(he tar)-2.5 E(get belo)-.18 E
+-.65(w.)-.25 G(The h)108 540 Q(yperlink tar)-.05 E(get abo)-.18 E .3
+-.15(ve p)-.15 H(oints to this paragraph.).15 E<83>108 556.8 Q -.2(bu)
+118 556.8 S(llet list).2 E<83>108 573.6 Q(second item, with h)118 573.6
+Q(yperlink tar)-.05 E(get.)-.18 E(See the Python <https://www)108 597.6
+Q(.p)-.65 E(ython.or)-.1 E(g> home page for info.)-.18 E
+(Write to me <mailto:jdoe@e)108 621.6 Q
+(xample.com> with your questions.)-.15 E 2.486
+(The one\255liner <https://docutils.sourcefor)108 645.6 R 2.486(ge.io/r\
+st.html> and starts\255on\255this\255line <https://docutils.source-)-.18
+F(for)108 657.6 Q 2.541(ge.net/rst.html> or entirely\255belo)-.18 F
+5.042(w<)-.25 G(https://docutils.sourcefor)-5.042 E 2.542
+(ge.net/rst.html> point to)-.18 F(<https://docu-)10.042 E
+(tils.sourcefor)108 669.6 Q 2.5(ge.io/rst.html> and)-.18 F
+(in man are ... ?)2.5 E(Escaped whitespace is preserv)108 693.6 Q
+(ed as intentional spaces, e.g.:)-.15 E
+(some reference <../local path with spaces.html> to a local path.)108
+717.6 Q(1)535 768 Q 0 Cg EP
 %%Page: 2 2
 %%BeginPageSetup
 BP
@@ -316,14 +318,11 @@
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.37(re)72 48 S(fer).37 E(ence tests)-.37 E/F1
 10/Times-Roman@0 SF(\(\)).27 E F0 -.37(re)339.54 G(fer).37 E(ence tests)
--.37 E F1(\(\)).27 E(Escaped whitespace is preserv)108 84 Q
-(ed as intentional spaces, e.g.:)-.15 E
-(some reference <../local path with spaces.html>)108 108 Q
-(to a local path.)110.5 120 Q(Anon)108 144 Q(ymous h)-.15 E
+-.37 E F1(\(\)).27 E(Anon)108 84 Q(ymous h)-.15 E
 (yperlink references are speci\214ed with tw)-.05 E 2.5(ou)-.1 G
-(nderscores instead of one:)-2.5 E(See the web site of my f)108 168 Q
+(nderscores instead of one:)-2.5 E(See the web site of my f)108 108 Q
 -.2(avo)-.1 G(rite programming language <https://www).2 E(.p)-.65 E
-(ython.or)-.1 E(g> .)-.18 E(Anon)108 192 Q(ymous tar)-.15 E(gets be)-.18
+(ython.or)-.1 E(g>.)-.18 E(Anon)108 132 Q(ymous tar)-.15 E(gets be)-.18
 E(gin with ".. __:"; no reference name is required or allo)-.15 E(wed:)
 -.25 E(2)535 768 Q 0 Cg EP
 %%Trailer

Modified: trunk/sandbox/manpage-writer/expected/refs.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/refs.man	2025-03-09 11:23:28 UTC (rev 10049)
+++ trunk/sandbox/manpage-writer/expected/refs.man	2025-03-13 09:40:12 UTC (rev 10050)
@@ -98,11 +98,9 @@
 here.
 .SS External Hyperlink Targets
 .sp
-External hyperlinks, like Python <https://www.python.org/>
-\&.
+External hyperlinks, like Python <https://www.python.org/>\&.
 .sp
-embedded External hyperlinks, like Python <https://www.python.org/>
-\&.
+embedded External hyperlinks, like Python <https://www.python.org/>\&.
 .SS Internal Hyperlink Targets
 .sp
 Internal cross\-references, like example\&.
@@ -110,10 +108,8 @@
 This is an example cross\-reference target.
 .SS Indirect Hyperlink Targets
 .sp
-Python <https://www.python.org/>
- is my favourite
-programming language <https://www.python.org/>
-\&.
+Python <https://www.python.org/> is my favourite
+programming language <https://www.python.org/>\&.
 .SH Titles are targets, too
 .sp
 Implicit references, like Titles are
@@ -120,11 +116,9 @@
 targets, too\&.
 .SH and
 .sp
-See the Python <https://www.python.org/>
- home page for info.
+See the Python <https://www.python.org/> home page for info.
 .sp
-Write to me <mailto:[email protected]>
- with your questions.
+Write to me <mailto:[email protected]> with your questions.
 .\" deduplicate _Python: https://www.python.org
 .
 .SS URIs with known schemes

Modified: trunk/sandbox/manpage-writer/expected/test.latin1
===================================================================
--- trunk/sandbox/manpage-writer/expected/test.latin1	2025-03-09 11:23:28 UTC (rev 10049)
+++ trunk/sandbox/manpage-writer/expected/test.latin1	2025-03-13 09:40:12 UTC (rev 10050)
@@ -254,7 +254,6 @@
 SEE ALSO
        docutils <http://docutils.sourceforge.net>
 
-
        rst2xml(dummy)
 
        More information can be found about

Modified: trunk/sandbox/manpage-writer/expected/test.man
===================================================================
--- trunk/sandbox/manpage-writer/expected/test.man	2025-03-09 11:23:28 UTC (rev 10049)
+++ trunk/sandbox/manpage-writer/expected/test.man	2025-03-13 09:40:12 UTC (rev 10050)
@@ -411,7 +411,6 @@
 .SH SEE ALSO
 .sp
 docutils <http://docutils.sourceforge.net>
-
 .sp
 \fBrst2xml\fP(dummy)
 .sp

Modified: trunk/sandbox/manpage-writer/expected/test.ps
===================================================================
--- trunk/sandbox/manpage-writer/expected/test.ps	2025-03-09 11:23:28 UTC (rev 10049)
+++ trunk/sandbox/manpage-writer/expected/test.ps	2025-03-13 09:40:12 UTC (rev 10050)
@@ -1,6 +1,6 @@
 %!PS-Adobe-3.0
 %%Creator: groff version 1.23.0
-%%CreationDate: Sun May 19 18:08:09 2024
+%%CreationDate: Thu Mar 13 10:26:06 2025
 %%DocumentNeededResources: font Times-Italic
 %%+ font Times-Roman
 %%+ font Times-Bold
@@ -429,9 +429,11 @@
 1.007 G(ection b c d e f g)-2.738 E F1(with character formatting.)108
 578.4 Q F3(FILES)72 595.2 Q F1(This is a \214le.)108 607.2 Q F3
 (SEE ALSO)72 624 Q F1(docutils <http://docutils.sourcefor)108 636 Q
-(ge.net>)-.18 E F2(rst2xml)108 672 Q F1(\(dummy\))A
-(More information can be found about)108 696 Q 188.17(0.0.1 2009-06-22)
-72 768 R(4)205.67 E 0 Cg EP
+(ge.net>)-.18 E F2(rst2xml)108 660 Q F1(\(dummy\))A
+(More information can be found about)108 684 Q<83>108 700.8 Q
+(xml\255schema\255catalog at)118 700.8 Q
+(<http://xml\255schema\255catalog.origo.ethz.ch/>)120.5 712.8 Q 188.17
+(0.0.1 2009-06-22)72 768 R(4)205.67 E 0 Cg EP
 %%Page: 5 5
 %%BeginPageSetup
 BP
@@ -438,22 +440,20 @@
 %%EndPageSetup
 /F0 10/Times-Italic@0 SF -.1(rs)72 48 S(t2man).1 E/F1 10/Times-Roman@0
 SF 156.86(\(1\) te).24 F(xt processing)-.15 E F0 -.1(rs)159.36 G(t2man)
-.1 E F1(\(1\)).24 E<83>108 84 Q(xml\255schema\255catalog at)118 84 Q
-(<http://xml\255schema\255catalog.origo.ethz.ch/>)120.5 96 Q
-(And see the stars at the sk)108 120 Q(y!)-.15 E/F2 10.95/Times-Bold@0
-SF -.11(BU)72 136.8 S(GS).11 E F1(Numerous mapping problems.)108 148.8 Q
-(1.)108 165.6 Q
+.1 E F1(\(1\)).24 E(And see the stars at the sk)108 84 Q(y!)-.15 E/F2
+10.95/Times-Bold@0 SF -.11(BU)72 100.8 S(GS).11 E F1
+(Numerous mapping problems.)108 112.8 Q(1.)108 129.6 Q
 (Where do we get the manual section number from ? Commandline ?)123
-165.6 Q(2.)108 182.4 Q
-(docutils authors should be \214lled into section "A)123 182.4 Q
-(UTHORS".)-.55 E(3.)108 199.2 Q
-(be carefull with linebreaks in generated code.)123 199.2 Q(4.)108 216 Q
-(list items.)123 216 Q -.2(bu)5 G(llets and enumerators.).2 E F2 -.548
-(Au)72 232.8 S(thor).548 E F1([email protected])108 244.8 Q
-(ge.net)-.18 E(Or)108 268.8 Q -.05(ga)-.18 G(nization: humankind).05 E
-(Address:)108 292.8 Q(123 Example Street)125.5 304.8 Q(Example, EX)125.5
-316.8 Q(Canada)5 E(A1B 2C3)125.5 328.8 Q F2(Copyright)72 345.6 Q F1
-(public domain Beha)108 357.6 Q .3 -.15(ve r)-.2 H(esponsible.).15 E
+129.6 Q(2.)108 146.4 Q
+(docutils authors should be \214lled into section "A)123 146.4 Q
+(UTHORS".)-.55 E(3.)108 163.2 Q
+(be carefull with linebreaks in generated code.)123 163.2 Q(4.)108 180 Q
+(list items.)123 180 Q -.2(bu)5 G(llets and enumerators.).2 E F2 -.548
+(Au)72 196.8 S(thor).548 E F1([email protected])108 208.8 Q
+(ge.net)-.18 E(Or)108 232.8 Q -.05(ga)-.18 G(nization: humankind).05 E
+(Address:)108 256.8 Q(123 Example Street)125.5 268.8 Q(Example, EX)125.5
+280.8 Q(Canada)5 E(A1B 2C3)125.5 292.8 Q F2(Copyright)72 309.6 Q F1
+(public domain Beha)108 321.6 Q .3 -.15(ve r)-.2 H(esponsible.).15 E
 188.17(0.0.1 2009-06-22)72 768 R(5)205.67 E 0 Cg EP
 %%Trailer
 end

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