2 .\" mdoc-export-html manual page.
3 .\" (C) 2008 Novell, Inc.
5 .\" Jonathan Pryor (jpryor@novell.com)
7 .de Sp \" Vertical space (when we can't use .PP)
11 .TH "mdoc-export-html" 1
13 mdoc export-html \- Convert \fBmdoc\fR(5) XML to HTML.
15 \fBmdoc export-html\fR [OPTION]* DIRECTORIES
17 \fBmdoc export-html\fR creates HTML files from the \fBmdoc\fR(5)-formatted
18 documentation XML files within \fIDIRECTORIES\fR.
21 \fB\-\-ext\fR=\fIEXTENSION\fR
22 The file extension to use for created files.
24 This defaults to \fIhtml\fR.
26 .B \-\-default\-template
27 Writes the default XSLT used to \fIstdout\fR.
29 \fB\-\-template\fR=\fIFILE\fR
30 An XSLT file to use to generate the created files.
32 If not specified, uses the template produced by \fI\-\-dump\-template\fR.
34 See the \fITEMPLATE FORMAT\fR section below for more information.
36 \fB\-o\fR, \fB\-\-out\fR=\fIDIRECTORY\fR
37 Write the created files within directory \fIDIRECTORY\fR.
39 \fB\-h\fR, \fB\-?\fR, \fB\-\-help\fR
40 Display a help message and exit.
42 The template file is an XSLT which needs to process the following input XML
47 <CollectionTitle>Collection Title</CollectionTitle>
48 <PageTitle>Page Title</PageTitle>
49 <Summary>Page Summary</Summary>
50 <Signature>Type Declaration</Signature>
51 <Remarks>Type Remarks</Remarks>
52 <Members>Type Members</Members>
53 <Copyright>Documentation Copyright</Copyright>
57 The generated HTML also makes use of several CSS classes. You can either use
58 the \fIcreate-default-style\fR named template found within the
59 \fI\-\-default\-template\fR output to generate these classes, or explicitly
60 define the following CSS classes:
106 .I .InnerSignatureTable
108 .I .TypePermissionsTable
113 All members within the HTML file have an \fIid\fR
114 attribute to permit linking to a specific member. The value of the
115 \fIid\fR attribute is the String ID of the specified member.
117 See the \fICREF FORMAT\fR section of \fBmdoc\fR(5) for more information.
120 Visit http://lists.ximian.com/mailman/listinfo/mono-docs-list for details.
122 Visit http://www.mono-project.com/mdoc for details