Add conversions for more of the markup -- not all of this was around when
authorFred Drake <fdrake@acm.org>
Fri, 23 Mar 2001 16:29:06 +0000 (16:29 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 23 Mar 2001 16:29:06 +0000 (16:29 +0000)
this file was written!

Doc/tools/sgmlconv/conversion.xml

index 82741b9cf3b4c9214da71024e7cd0c09ba6e5fa7..b1a34d401c89a23a2dcc701a06063bc5f0ba67fe 100644 (file)
   <macro name="rfc">
     <attribute name="num"/>
     </macro>
-  <macro name="sectionauthor">
+  <macro name="sectionauthor" outputname="author">
     <attribute name="name"/>
     <attribute name="email"/>
     </macro>
+  <macro name="author">
+    <attribute name="name"/>
+    </macro>
+  <macro name="authoraddress">
+    <content/>
+    </macro>
   <macro name="shortversion"/>
   <macro name="versionadded">
     <attribute name="version"/>
@@ -93,6 +99,9 @@
   <environment name="datadesc">
     <attribute name="name"/>
     </environment>
+  <macro name="dataline">
+    <attribute name="name"/>
+    </macro>
   <environment name="excdesc">
     <attribute name="name"/>
     </environment>
     <attribute name="classname"/>
     </macro>
 
+  <macro name="usepackage">
+    <attribute name="options" optional="yes"/>
+    <attribute name="pkg"/>
+    </macro>
+
   <environment name="document"
                endcloses="chapter chapter* section section*
                           subsection subsection*
     </macro>
   <macro name="version"/>
 
+  <!-- Distutils things. -->
+  <macro name="command">
+    <content/>
+    </macro>
+  <macro name="option">
+    <content/>
+    </macro>
+  <macro name="filevar" outputname="var">
+    <content/>
+    </macro>
+  <macro name="XXX" outputname="editorial-comment">
+    <content/>
+    </macro>
+
   <!-- Misc. -->
   <macro name="emph">
     <content/>
   <macro name="programopt" outputname="option">
     <content/>
     </macro>
+  <macro name="longprogramopt" outputname="longoption">
+    <content/>
+    </macro>
   <macro name="regexp">
     <content/>
     </macro>