Skip to content

Commit

Permalink
Ref: Use '_' to stand for '::' in IDs and filenames.
Browse files Browse the repository at this point in the history
  • Loading branch information
runpaint committed Jan 28, 2011
1 parent d85bba7 commit d786956
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions book.xml
Expand Up @@ -52,14 +52,14 @@
<xi:include href="src/ref/complex.xml"/> <xi:include href="src/ref/complex.xml"/>
<xi:include href="src/ref/dir.xml"/> <xi:include href="src/ref/dir.xml"/>
<xi:include href="src/ref/encoding.xml"/> <xi:include href="src/ref/encoding.xml"/>
<xi:include href="src/ref/encoding-converter.xml"/> <xi:include href="src/ref/encoding_converter.xml"/>
<xi:include href="src/ref/enumerable.xml"/> <xi:include href="src/ref/enumerable.xml"/>
<xi:include href="src/ref/enumerator.xml"/> <xi:include href="src/ref/enumerator.xml"/>
<xi:include href="src/ref/exception.xml"/> <xi:include href="src/ref/exception.xml"/>
<xi:include href="src/ref/falseclass.xml"/> <xi:include href="src/ref/falseclass.xml"/>
<xi:include href="src/ref/fiber.xml"/> <xi:include href="src/ref/fiber.xml"/>
<xi:include href="src/ref/file.xml"/> <xi:include href="src/ref/file.xml"/>
<xi:include href="src/ref/file-stat.xml"/> <xi:include href="src/ref/file_stat.xml"/>
<xi:include href="src/ref/filetest.xml"/> <xi:include href="src/ref/filetest.xml"/>
<xi:include href="src/ref/fixnum.xml"/> <xi:include href="src/ref/fixnum.xml"/>
<xi:include href="src/ref/float.xml"/> <xi:include href="src/ref/float.xml"/>
Expand All @@ -80,17 +80,17 @@
<xi:include href="src/ref/objectspace.xml"/> <xi:include href="src/ref/objectspace.xml"/>
<xi:include href="src/ref/proc.xml"/> <xi:include href="src/ref/proc.xml"/>
<xi:include href="src/ref/process.xml"/> <xi:include href="src/ref/process.xml"/>
<xi:include href="src/ref/process-gid.xml"/> <xi:include href="src/ref/process_gid.xml"/>
<xi:include href="src/ref/process-status.xml"/> <xi:include href="src/ref/process_status.xml"/>
<xi:include href="src/ref/process-sys.xml"/> <xi:include href="src/ref/process_sys.xml"/>
<xi:include href="src/ref/process-uid.xml"/> <xi:include href="src/ref/process_uid.xml"/>
<xi:include href="src/ref/range.xml"/> <xi:include href="src/ref/range.xml"/>
<xi:include href="src/ref/rational.xml"/> <xi:include href="src/ref/rational.xml"/>
<xi:include href="src/ref/regexp.xml"/> <xi:include href="src/ref/regexp.xml"/>
<xi:include href="src/ref/signal.xml"/> <xi:include href="src/ref/signal.xml"/>
<xi:include href="src/ref/string.xml"/> <xi:include href="src/ref/string.xml"/>
<xi:include href="src/ref/struct.xml"/> <xi:include href="src/ref/struct.xml"/>
<xi:include href="src/ref/struct-tms.xml"/> <xi:include href="src/ref/struct_tms.xml"/>
<xi:include href="src/ref/symbol.xml"/> <xi:include href="src/ref/symbol.xml"/>
</part> </part>


Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<appendix version="5.0" <appendix version="5.0"
xml:id="ref.encoding-converter" xml:id="ref.encoding_converter"
xml:lang="en" xmlns="http://docbook.org/ns/docbook" xml:lang="en" xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"> xmlns:xlink="http://www.w3.org/1999/xlink">
Expand Down
2 changes: 1 addition & 1 deletion src/ref/file-stat.xml → src/ref/file_stat.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<appendix version="5.0" <appendix version="5.0"
xml:id="ref.file-stat" xml:lang="en" xmlns="http://docbook.org/ns/docbook" xml:id="ref.file_stat" xml:lang="en" xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"> xmlns:xlink="http://www.w3.org/1999/xlink">


Expand Down
2 changes: 1 addition & 1 deletion src/ref/process-gid.xml → src/ref/process_gid.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<appendix version="5.0" <appendix version="5.0"
xml:id="ref.process-gid" xml:lang="en" xmlns="http://docbook.org/ns/docbook" xml:id="ref.process_gid" xml:lang="en" xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"> xmlns:xlink="http://www.w3.org/1999/xlink">


Expand Down
2 changes: 1 addition & 1 deletion src/ref/process-status.xml → src/ref/process_status.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<appendix version="5.0" <appendix version="5.0"
xml:id="ref.process-status" xml:lang="en" xmlns="http://docbook.org/ns/docbook" xml:id="ref.process_status" xml:lang="en" xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"> xmlns:xlink="http://www.w3.org/1999/xlink">


Expand Down
2 changes: 1 addition & 1 deletion src/ref/process-sys.xml → src/ref/process_sys.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<appendix version="5.0" <appendix version="5.0"
xml:id="ref.process-sys" xml:lang="en" xmlns="http://docbook.org/ns/docbook" xml:id="ref.process_sys" xml:lang="en" xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"> xmlns:xlink="http://www.w3.org/1999/xlink">


Expand Down
2 changes: 1 addition & 1 deletion src/ref/process-uid.xml → src/ref/process_uid.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<appendix version="5.0" <appendix version="5.0"
xml:id="ref.process-uid" xml:lang="en" xmlns="http://docbook.org/ns/docbook" xml:id="ref.process_uid" xml:lang="en" xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"> xmlns:xlink="http://www.w3.org/1999/xlink">


Expand Down
2 changes: 1 addition & 1 deletion src/ref/struct-tms.xml → src/ref/struct_tms.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<appendix version="5.0" <appendix version="5.0"
xml:id="ref.struct-tms" xml:lang="en" xmlns="http://docbook.org/ns/docbook" xml:id="ref.struct_tms" xml:lang="en" xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"> xmlns:xlink="http://www.w3.org/1999/xlink">


Expand Down
2 changes: 1 addition & 1 deletion xsl/toc.xsl
Expand Up @@ -59,7 +59,7 @@
<xsl:with-param name="relative">0</xsl:with-param> <xsl:with-param name="relative">0</xsl:with-param>
</xsl:call-template> </xsl:call-template>
</xsl:variable> </xsl:variable>
<!-- TODO: Fix empty titles by removing superflous text nodes --> <!-- TODO: Fix empty titles by removing superfluous text nodes -->
<li><a href="{$href}"><xsl:apply-templates select="(d:title//.)[2]"/></a> <li><a href="{$href}"><xsl:apply-templates select="(d:title//.)[2]"/></a>
<xsl:if test="d:sect1|d:sect2|d:sect3|d:sect4|d:sect5|d:section"> <xsl:if test="d:sect1|d:sect2|d:sect3|d:sect4|d:sect5|d:section">
<ol> <ol>
Expand Down

0 comments on commit d786956

Please sign in to comment.