[Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv conversion.xml,1.18,1.19

Fred L. Drake fdrake@users.sourceforge.net
2001年9月26日 21:18:41 -0700


Update of /cvsroot/python/python/dist/src/Doc/tools/sgmlconv
In directory usw-pr-cvs1:/tmp/cvs-serv32292/tools/sgmlconv
Modified Files:
	conversion.xml 
Log Message:
Add support for some more markup that had slipped in.
Fixed a typo in a comment.
Index: conversion.xml
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/sgmlconv/conversion.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** conversion.xml	2001年09月25日 20:58:13	1.18
--- conversion.xml	2001年09月27日 04:18:39	1.19
***************
*** 39,42 ****
--- 39,45 ----
 <content/>
 </macro>
+ <macro name="pep">
+ <attribute name="num"/>
+ </macro>
 <macro name="rfc">
 <attribute name="num"/>
***************
*** 456,459 ****
--- 459,466 ----
 <attribute name="spaces">visible</attribute>
 </environment>
+ <macro name="verbatiminput" ouptutname="input">
+ <attribute name="verbatim">yes</attribute>
+ <attribute name="source"/>
+ </macro>
 
 <!-- Table markup. -->
***************
*** 659,665 ****
 <content/>
 </macro>
! <macro name="token">
 <content/>
 </macro>
 <macro name="orgroup">
 <content/>
--- 666,675 ----
 <content/>
 </macro>
! <macro name="token" outputname="grammartoken">
 <content/>
 </macro>
+ <macro name="grammartoken">
+ <content/>
+ </macro>
 <macro name="orgroup">
 <content/>
***************
*** 767,771 ****
 <macro name="ulink">
 <!-- order of the parameters makes this difficult;
! we'll need to fix it up tp <ulink href="...">...</ulink>
 in docfixer.py.
 -->
--- 777,781 ----
 <macro name="ulink">
 <!-- order of the parameters makes this difficult;
! we'll need to fix it up to <ulink href="...">...</ulink>
 in docfixer.py.
 -->
***************
*** 831,834 ****
--- 841,847 ----
 <macro name="textasciitilde" outputname="">
 <text>~</text>
+ </macro>
+ <macro name="textbackslash" outputname="">
+ <text>\</text>
 </macro>
 <macro name="textbar" outputname="">

AltStyle によって変換されたページ (->オリジナル) /