summaryrefslogtreecommitdiff
path: root/doc/mallard/C/mal_info_email.page
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mallard/C/mal_info_email.page')
-rw-r--r--doc/mallard/C/mal_info_email.page75
1 files changed, 0 insertions, 75 deletions
diff --git a/doc/mallard/C/mal_info_email.page b/doc/mallard/C/mal_info_email.page
deleted file mode 100644
index e70a70f..0000000
--- a/doc/mallard/C/mal_info_email.page
+++ /dev/null
@@ -1,75 +0,0 @@
-<page xmlns="http://projectmallard.org/1.0/"
- type="topic"
- id="mal_info_email">
-
-<info>
- <link type="guide" xref="mal_info#additional"/>
-
- <revision version="0.1" date="2009-09-08" status="review"/>
-
- <credit type="author">
- <name>Shaun McCance</name>
- <email>shaunm@gnome.org</email>
- <years>2009</years>
- </credit>
-
- <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
-
- <desc>FIXME</desc>
-</info>
-
-<title>Email Addresses</title>
-
-<synopsis><code mime="application/relax-ng-compact-syntax">
-mal_info_email = element email {
- attribute * - (mal:* | local:*) { text } *,
- <link xref="mal_inline">mal_inline</link>
-}
-</code></synopsis>
-
-<p>Use the <code>email</code> element to mark up the email address for a
-person or organization in a <code xref="mal_info_credit">credit</code> element.</p>
-
-
-<!-- BEGIN notes -->
-<section id="notes">
- <title>Notes</title>
- <list>
- <item><p>The <code>email</code> element can contain a mixture of text and
- any <link xref="mal_inline">general inline elements</link>.</p></item>
-
- <item><p>The <code>email</code> element can occur in the
- <code xref="mal_info_credit">credit</code> element.</p></item>
-
- <item><p>The <code>email</code> element can have attributes from external
- namespaces. See <link xref="mal_external"/> for more information
- on external-namespace attributes.</p></item>
- </list>
-</section>
-<!-- END notes -->
-
-
-<!-- BEGIN processing -->
-<section id="processing">
- <title>Processing Expectations</title>
-
- <p>See the processing expectations for the
- <code xref="mal_info_credit">credit</code> element.</p>
-</section>
-<!-- END processing -->
-
-
-<!-- BEGIN comparison -->
-<section id="comparison">
- <title>Comparison to Other Formats</title>
-
- <p>The <code>email</code> element is similar to the
- <code href="http://www.docbook.org/tdg/en/html/email.html">email</code>
- element in DocBook when that element is used in an informational context.
- The <code>email</code> element in Mallard does not double as an inline
- element.</p>
-</section>
-<!-- END comparison -->
-
-
-</page>