You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/01/22 23:01:07 UTC

[maven-doxia-sitetools] branch master updated: Remove test resources for obsolete modules

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git


The following commit(s) were added to refs/heads/master by this push:
     new 85ff0ca  Remove test resources for obsolete modules
85ff0ca is described below

commit 85ff0ca4f7b9ba0d906751b7c219cd287e8370dc
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jan 23 00:00:14 2022 +0100

    Remove test resources for obsolete modules
---
 .../site/confluence/confluence/anchor.confluence   |   7 -
 .../site/confluence/confluence/code.confluence     |  21 -
 .../site/confluence/confluence/escapes.confluence  |   6 -
 .../site/confluence/confluence/figure.confluence   |  22 -
 .../confluence/confluence/linebreak.confluence     |   5 -
 .../site/confluence/confluence/link.confluence     |   5 -
 .../confluence/confluence/nested-format.confluence |   6 -
 .../confluence/nested-list-heterogenous.confluence |   4 -
 .../confluence/confluence/nested-list.confluence   |   8 -
 .../confluence/confluence/note-tip-info.confluence |  27 -
 .../confluence/paragraph-figure.confluence         |   6 -
 .../confluence/paragraph-header.confluence         |   6 -
 .../confluence/paragraph-list.confluence           |   8 -
 .../site/confluence/confluence/section.confluence  |   9 -
 .../confluence/confluence/simple-list.confluence   |  14 -
 .../confluence/simple-paragraph.confluence         |   8 -
 .../confluence/confluence/table-link.confluence    |   4 -
 .../site/confluence/confluence/table.confluence    |  13 -
 .../site/confluence/confluence/test.confluence     |  98 ----
 .../confluence/confluence/unknown-macro.confluence |   5 -
 .../src/test/resources/site/docbook/docbook.xml    |  31 --
 .../test/resources/site/docbook/sdocbook_full.xml  | 546 ---------------------
 .../confluence/images/build-by-maven-white.png     | Bin 2260 -> 0 bytes
 23 files changed, 859 deletions(-)

diff --git a/doxia-site-renderer/src/test/resources/site/confluence/confluence/anchor.confluence b/doxia-site-renderer/src/test/resources/site/confluence/confluence/anchor.confluence
deleted file mode 100644
index 425dcba..0000000
--- a/doxia-site-renderer/src/test/resources/site/confluence/confluence/anchor.confluence
+++ /dev/null
@@ -1,7 +0,0 @@
-h1. Section Title
-
-{anchor:start}Simple paragraph.
-
-Simple paragraph{anchor:end}
-
-Simple {anchor:middle} paragraph.
diff --git a/doxia-site-renderer/src/test/resources/site/confluence/confluence/code.confluence b/doxia-site-renderer/src/test/resources/site/confluence/confluence/code.confluence
deleted file mode 100644
index d4f73d5..0000000
--- a/doxia-site-renderer/src/test/resources/site/confluence/confluence/code.confluence
+++ /dev/null
@@ -1,21 +0,0 @@
-Simple paragraph.
-
-{code:title=Cat.java}
-public class Cat {
-	public void sitOn(Mat mat) {
-		// ... code here <angle brackets>
-	}
-}
-{code}
-
-Another paragraph (the title of the code block is ignored).
-
-Simple paragraph with embedded code
-{code}
-public class Cat {
-	public void sitOn(Mat mat) {
-		// ... code here <angle brackets>
-	}
-}
-{code}
-in the same paragraph (this didn't work until DOXIA-181). See also DOXIA-302.
\ No newline at end of file
diff --git a/doxia-site-renderer/src/test/resources/site/confluence/confluence/escapes.confluence b/doxia-site-renderer/src/test/resources/site/confluence/confluence/escapes.confluence
deleted file mode 100644
index 82e4533..0000000
--- a/doxia-site-renderer/src/test/resources/site/confluence/confluence/escapes.confluence
+++ /dev/null
@@ -1,6 +0,0 @@
-Simple paragraph with asterisk \* and underline \_.
-
-Simple paragraph with asterisk \*not bold\* and underline \_not italic\_.
-
-Simple paragraph with normal \character escaped.
-
diff --git a/doxia-site-renderer/src/test/resources/site/confluence/confluence/figure.confluence b/doxia-site-renderer/src/test/resources/site/confluence/confluence/figure.confluence
deleted file mode 100644
index 5a35dca..0000000
--- a/doxia-site-renderer/src/test/resources/site/confluence/confluence/figure.confluence
+++ /dev/null
@@ -1,22 +0,0 @@
-Simple paragraph.
-
-!images/build-by-maven-white.png!
-
-Simple paragraph with attempted inline !image.jpg! (should fail).
-
-DOXIA-361:
-
-!images/build-by-maven-white.png! With caption on same line
-
-!images/build-by-maven-white.png!\\
-With caption underneath and linebreak
-
-!images/build-by-maven-white.png!
-With caption underneath and no linebreak
-
-!images/build-by-maven-white.png!
-With *bold* caption underneath
-
-DOXIA-303:
-
-!images/build-by-maven-white.png|align=right, vspace=4!
\ No newline at end of file
diff --git a/doxia-site-renderer/src/test/resources/site/confluence/confluence/linebreak.confluence b/doxia-site-renderer/src/test/resources/site/confluence/confluence/linebreak.confluence
deleted file mode 100644
index d076a6d..0000000
--- a/doxia-site-renderer/src/test/resources/site/confluence/confluence/linebreak.confluence
+++ /dev/null
@@ -1,5 +0,0 @@
-Line\\
-break.
-
-Line\\with 2\\inline\\
-Breaks.
\ No newline at end of file
diff --git a/doxia-site-renderer/src/test/resources/site/confluence/confluence/link.confluence b/doxia-site-renderer/src/test/resources/site/confluence/confluence/link.confluence
deleted file mode 100644
index 7d54368..0000000
--- a/doxia-site-renderer/src/test/resources/site/confluence/confluence/link.confluence
+++ /dev/null
@@ -1,5 +0,0 @@
-Line with [middle] link
-
-Line with link at the [end]
-
-Line with [link#anchor] and [#simple] anchor and [alias|link]
\ No newline at end of file
diff --git a/doxia-site-renderer/src/test/resources/site/confluence/confluence/nested-format.confluence b/doxia-site-renderer/src/test/resources/site/confluence/confluence/nested-format.confluence
deleted file mode 100644
index 9dbbefb..0000000
--- a/doxia-site-renderer/src/test/resources/site/confluence/confluence/nested-format.confluence
+++ /dev/null
@@ -1,6 +0,0 @@
-
-A paragraph with *_bold italic_* _*italic bold*_ *{{bold monospaced}}*
-
-A paragraph with *bold _italic_* _italic *bold*_ *bold {{monospaced}}*
-
-
diff --git a/doxia-site-renderer/src/test/resources/site/confluence/confluence/nested-list-heterogenous.confluence b/doxia-site-renderer/src/test/resources/site/confluence/confluence/nested-list-heterogenous.confluence
deleted file mode 100644
index 3788418..0000000
--- a/doxia-site-renderer/src/test/resources/site/confluence/confluence/nested-list-heterogenous.confluence
+++ /dev/null
@@ -1,4 +0,0 @@
-* A top level list item 
-*# A nested list item 
-*# Another nested list item 
-* Back at the top level
diff --git a/doxia-site-renderer/src/test/resources/site/confluence/confluence/nested-list.confluence b/doxia-site-renderer/src/test/resources/site/confluence/confluence/nested-list.confluence
deleted file mode 100644
index 2a4e719..0000000
--- a/doxia-site-renderer/src/test/resources/site/confluence/confluence/nested-list.confluence
+++ /dev/null
@@ -1,8 +0,0 @@
-
-A paragraph
-
-* A top level list item
-** A nested list item
-** Another nested list item
-* Back at the top level
-
diff --git a/doxia-site-renderer/src/test/resources/site/confluence/confluence/note-tip-info.confluence b/doxia-site-renderer/src/test/resources/site/confluence/confluence/note-tip-info.confluence
deleted file mode 100644
index 75e83a8..0000000
--- a/doxia-site-renderer/src/test/resources/site/confluence/confluence/note-tip-info.confluence
+++ /dev/null
@@ -1,27 +0,0 @@
-Simple paragraph.
-
-{note:title=Be Careful}
-The body of the note here..
-{note}
-
-Tip
-
-{tip:title=Guess What?}
-The body of the tip here..
-{tip}
-
-Info
-
-{info:title=Some 
-Info}
-The body of the info here..
-{info}
-
-Quote
-
-{quote:title=Simon Says}
-The body of the *quote* here..
-{quote}
-
-(In all cases there is no way to reverse the Doxia output 
-back to confluence because they are all rendered as a defitionList.)
\ No newline at end of file
diff --git a/doxia-site-renderer/src/test/resources/site/confluence/confluence/paragraph-figure.confluence b/doxia-site-renderer/src/test/resources/site/confluence/confluence/paragraph-figure.confluence
deleted file mode 100644
index 6d3b027..0000000
--- a/doxia-site-renderer/src/test/resources/site/confluence/confluence/paragraph-figure.confluence
+++ /dev/null
@@ -1,6 +0,0 @@
-
-A paragraph
-!images/logo.png!
-with a figure
-
-Another paragraph
diff --git a/doxia-site-renderer/src/test/resources/site/confluence/confluence/paragraph-header.confluence b/doxia-site-renderer/src/test/resources/site/confluence/confluence/paragraph-header.confluence
deleted file mode 100644
index 5467b0b..0000000
--- a/doxia-site-renderer/src/test/resources/site/confluence/confluence/paragraph-header.confluence
+++ /dev/null
@@ -1,6 +0,0 @@
-
-A paragraph
-h2. A header
-with a header
-
-Another paragraph
diff --git a/doxia-site-renderer/src/test/resources/site/confluence/confluence/paragraph-list.confluence b/doxia-site-renderer/src/test/resources/site/confluence/confluence/paragraph-list.confluence
deleted file mode 100644
index df0d9f8..0000000
--- a/doxia-site-renderer/src/test/resources/site/confluence/confluence/paragraph-list.confluence
+++ /dev/null
@@ -1,8 +0,0 @@
-
-A paragraph
-* A nested list item
-* Another nested list item
-with two lines
-
-Back at the top level
-
diff --git a/doxia-site-renderer/src/test/resources/site/confluence/confluence/section.confluence b/doxia-site-renderer/src/test/resources/site/confluence/confluence/section.confluence
deleted file mode 100644
index d28fe4c..0000000
--- a/doxia-site-renderer/src/test/resources/site/confluence/confluence/section.confluence
+++ /dev/null
@@ -1,9 +0,0 @@
-h1. Section1
-
-h2. Section2
-h3. Section3
-
-h4. Section4
-h5. Section5
-
-h1.  TitleWithLeadingSpace
diff --git a/doxia-site-renderer/src/test/resources/site/confluence/confluence/simple-list.confluence b/doxia-site-renderer/src/test/resources/site/confluence/confluence/simple-list.confluence
deleted file mode 100644
index 7b213a4..0000000
--- a/doxia-site-renderer/src/test/resources/site/confluence/confluence/simple-list.confluence
+++ /dev/null
@@ -1,14 +0,0 @@
-* Simple paragraph with *bold* and _italic_ text.
-* Here is a link to [JIRA|http://jira.codehaus.org]
-* Here is a link with no text [http://jira.codehaus.org]
-* This is some {{monospaced}} text.
-* Item with no formatting
-
-Paragraph
-
-* One bullet
-
-* A list item with
-more than one line 
-
-*bold text, not a list!*
\ No newline at end of file
diff --git a/doxia-site-renderer/src/test/resources/site/confluence/confluence/simple-paragraph.confluence b/doxia-site-renderer/src/test/resources/site/confluence/confluence/simple-paragraph.confluence
deleted file mode 100644
index 00d15f2..0000000
--- a/doxia-site-renderer/src/test/resources/site/confluence/confluence/simple-paragraph.confluence
+++ /dev/null
@@ -1,8 +0,0 @@
-Simple paragraph with *bold* and _italic_ text.
-
-Here is a link to [JIRA|http://jira.codehaus.org]
-
-Here is a link with no text [http://jira.codehaus.org]
-
-This is some {{monospaced}} text.
-
diff --git a/doxia-site-renderer/src/test/resources/site/confluence/confluence/table-link.confluence b/doxia-site-renderer/src/test/resources/site/confluence/confluence/table-link.confluence
deleted file mode 100644
index cdab3a2..0000000
--- a/doxia-site-renderer/src/test/resources/site/confluence/confluence/table-link.confluence
+++ /dev/null
@@ -1,4 +0,0 @@
-|| Version || Download || Format || 
-|0.1.1 |[Download|http://example.com/release.0.1.1/ex-win32-win32.x86.zip]| 12-12-2008 | zip |
-|0.1.2 |[http://example.com/release.0.1.2/ex-win32-win32.x86.zip]| 04-12-2008 | zip |
-|0.1.3 |[Download|http://example.com/release.0.1.3/ex-win32-win32.x86.zip]| 03-11-2008 | zip |
\ No newline at end of file
diff --git a/doxia-site-renderer/src/test/resources/site/confluence/confluence/table.confluence b/doxia-site-renderer/src/test/resources/site/confluence/confluence/table.confluence
deleted file mode 100644
index 227a8e0..0000000
--- a/doxia-site-renderer/src/test/resources/site/confluence/confluence/table.confluence
+++ /dev/null
@@ -1,13 +0,0 @@
-
-Simple table:
-
-||heading 1||heading 2||heading 3||
-|col A1|col A2|col A3|
-|col B1|col B2|col B3|
-
-Table with links (DOXIA-301):
-
-|| Version || Download || Date || Format || 
-|0.1.1 | [Download|http://example.com/release.0.1.1/ex-win32-win32.x86.zip] | 12-12-2008 | zip |
-|0.1.2 | [Download|http://example.com/release.0.1.2/ex-win32-win32.x86.zip] | 04-12-2008 | zip |
-|0.1.3 | [Download|http://example.com/release.0.1.3/ex-win32-win32.x86.zip] | 03-11-2008 | zip |
\ No newline at end of file
diff --git a/doxia-site-renderer/src/test/resources/site/confluence/confluence/test.confluence b/doxia-site-renderer/src/test/resources/site/confluence/confluence/test.confluence
deleted file mode 100644
index 3d5daea..0000000
--- a/doxia-site-renderer/src/test/resources/site/confluence/confluence/test.confluence
+++ /dev/null
@@ -1,98 +0,0 @@
-This the way that we would like to *translate* sites that are primarily
-authored in confluence while at the same time having the site be rendered in
-a _standard way on a static website_.
-
-----
-
-Here is a link to [JIRA|http://jira.codehaus.org]
-
-Here is a link with no text [http://jira.codehaus.org]
-
-This is some {{monospaced}} text.
-
-* item one
-** foo
-** bar
-* item two
-* item three
-
-Some more text
-
-# number one
-# number two
-# number three
-
-||one||two||three||
-|foo|bar|baz|
-
-h1. I am h1
-
-this is how you would code a mojo!
-
-{code}
-public class MyMojo
-    extends AbstractMojo
-{
-    /**
-     * @parameter expression="${plugin.artifacts}"
-     * @required
-     */
-    private List pluginArtifacts;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        ...
-        for ( Iterator i = pluginArtifacts.iterator(); i.hasNext(); )
-        {
-            Artifact pluginArtifact = (Artifact) i.next();
-        }
-        ...
-    }
-}
-{code}
-
-h2. I am h2
-
-this is the way of the world
-
-{noformat}
-public class MyMojo
-    extends AbstractMojo
-{
-    /**
-     * @parameter expression="${plugin.artifacts}"
-     * @required
-     */
-    private List pluginArtifacts;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        ...
-        for ( Iterator i = pluginArtifacts.iterator(); i.hasNext(); )
-        {
-            Artifact pluginArtifact = (Artifact) i.next();
-        }
-        ...
-    }
-}
-{noformat}
-
-h3. I am h3
-
-this is the way of the world
-
-h4. I am h4
-
-this is the way of the world
-
-h5. I am h5
-
-this is the way of the world
-
-h1. Answered Questions
-
-h3. What can I do to get the Maven love?
-
-Well, you just have to be calm and the maven love will come your way.
diff --git a/doxia-site-renderer/src/test/resources/site/confluence/confluence/unknown-macro.confluence b/doxia-site-renderer/src/test/resources/site/confluence/confluence/unknown-macro.confluence
deleted file mode 100644
index 3b84a0c..0000000
--- a/doxia-site-renderer/src/test/resources/site/confluence/confluence/unknown-macro.confluence
+++ /dev/null
@@ -1,5 +0,0 @@
-{unknown:start}Simple paragraph.
-
-Simple paragraph{unknown:end}.
-
-Simple {unknown:middle} paragraph.
diff --git a/doxia-site-renderer/src/test/resources/site/docbook/docbook.xml b/doxia-site-renderer/src/test/resources/site/docbook/docbook.xml
deleted file mode 100644
index 5850965..0000000
--- a/doxia-site-renderer/src/test/resources/site/docbook/docbook.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-
-<!DOCTYPE article PUBLIC "-//OASIS//DTD Simplified DocBook XML V1.1//EN"
-"http://www.oasis-open.org/docbook/xml/simple/1.1/sdocbook.dtd">
-<article>
-  <title>Title</title>
-
-  <section>
-    <title>Section title</title>
-
-    <para>Some content</para>
-  </section>
-</article>
\ No newline at end of file
diff --git a/doxia-site-renderer/src/test/resources/site/docbook/sdocbook_full.xml b/doxia-site-renderer/src/test/resources/site/docbook/sdocbook_full.xml
deleted file mode 100644
index 085eeda..0000000
--- a/doxia-site-renderer/src/test/resources/site/docbook/sdocbook_full.xml
+++ /dev/null
@@ -1,546 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
-
-<!DOCTYPE article PUBLIC "-//OASIS//DTD Simplified DocBook XML V1.1//EN" "http://www.oasis-open.org/docbook/xml/simple/1.1/sdocbook.dtd">
-
-<article>
-
-  <articleinfo>
-
-    <title>Title</title>
-    <subtitle>Or How I Learned to Live</subtitle>
-    <citetitle>citetitle</citetitle>
-    <!-- Abbreviated titles are usually used only in specific contexts, such as headers and footers, and suppressed everywhere else. -->
-    <titleabbrev>Configuring Menus</titleabbrev>
-
-    <corpauthor>CorpAuthor</corpauthor><!-- May be formatted inline or as a displayed block, depending on context. Sometimes suppressed. -->
-
-    <date>Date</date><!-- DocBook does not specify the format of the date. -->
-
-    <abbrev>Assn.</abbrev>
-
-    <abstract><!-- Formatted as a displayed block. Sometimes suppressed. Often presented in alternate outputs. -->
-      <title>articleinfo Abstract Title</title>
-      <para>articleinfo Abstract Content</para>
-    </abstract>
-
-    <author><!-- May be formatted inline or as a displayed block, depending on context. Sometimes suppressed. -->
-      <honorific>PhD</honorific>
-      <firstname>Main</firstname>
-      <surname>Author</surname>
-      <lineage>Sr.</lineage>
-      <othername>D</othername>
-      <affiliation>
-        <jobtitle>Director of Cooperative Efforts</jobtitle>
-        <orgname>Cooperative Engineering</orgname>
-      </affiliation>
-      <authorblurb>
-        <title>Title</title>
-        <para>super hero.</para>
-      </authorblurb>
-    </author>
-
-    <honorific>Dr</honorific>
-    <firstname>Peter</firstname>
-    <surname>Doe</surname>
-    <lineage>Sr.</lineage>
-    <othername>Spiderman</othername>
-    <affiliation>
-      <jobtitle>Director of Cooperative Efforts</jobtitle>
-      <orgname>Cooperative Engineering</orgname>
-    </affiliation>
-    <authorblurb>
-      <title>Title</title>
-      <para>super hero.</para>
-    </authorblurb>
-
-    <authorgroup>
-      <corpauthor>Authorgroup CorpAuthor</corpauthor><!-- May be formatted inline or as a displayed block, depending on context. Sometimes suppressed. -->
-
-      <author><!-- May be formatted inline or as a displayed block, depending on context. Sometimes suppressed. -->
-        <honorific>Dr</honorific>
-        <firstname>Authorgroup</firstname>
-        <surname>Author</surname>
-        <lineage>Sr.</lineage>
-        <othername>D</othername>
-        <affiliation>
-          <jobtitle>Director of Cooperative Efforts</jobtitle>
-          <orgname>Cooperative Engineering</orgname>
-        </affiliation>
-        <authorblurb>
-          <title>authorblurb title</title>
-          <para>He's a super hero in his spare time.</para>
-        </authorblurb>
-      </author>
-
-      <editor><!-- May be formatted inline or as a displayed block, depending on context. Sometimes suppressed. -->
-        <honorific>Dr</honorific>
-        <firstname>Authorgroup</firstname>
-        <surname>Editor</surname>
-        <lineage>Sr.</lineage>
-        <othername>Spiderman</othername>
-        <affiliation>
-          <jobtitle>Director of Cooperative Efforts</jobtitle>
-          <orgname>Cooperative Engineering</orgname>
-        </affiliation>
-        <authorblurb>
-          <title>authorblurb title</title>
-          <para>He's a super hero in his spare time.</para>
-        </authorblurb>
-      </editor>
-
-      <othercredit><!-- May be formatted inline or as a displayed block, depending on context. Sometimes suppressed. -->
-        <honorific>Dr</honorific>
-        <firstname>Authorgroup</firstname>
-        <surname>OtherCredit</surname>
-        <lineage>Sr.</lineage>
-        <othername>AlterEgo</othername>
-        <affiliation>
-          <jobtitle>Director of Cooperative Efforts</jobtitle>
-          <orgname>Cooperative Engineering</orgname>
-        </affiliation>
-        <authorblurb>
-          <title>authorblurb title</title>
-          <para>He's a super hero in his spare time.</para>
-        </authorblurb>
-      </othercredit>
-    </authorgroup>
-
-    <bibliomisc role="url"><ulink url="http://www.net/"/></bibliomisc>
-
-    <copyright>
-      <year>1996</year>
-      <year>1997</year>
-      <holder>me</holder>
-    </copyright>
-
-    <edition>Edition</edition>
-
-    <editor><!-- May be formatted inline or as a displayed block, depending on context. Sometimes suppressed. -->
-      <honorific>Dr</honorific>
-      <firstname>Peter</firstname>
-      <surname>Parker</surname>
-      <lineage>Sr.</lineage>
-      <othername>Spiderman</othername>
-      <affiliation>
-        <jobtitle>Director of Cooperative Efforts</jobtitle>
-        <orgname>Cooperative Engineering</orgname>
-      </affiliation>
-      <authorblurb>
-        <title>Title</title>
-        <para>Peter's a super hero in his spare time.</para>
-      </authorblurb>
-    </editor>
-
-    <keywordset>
-      <keyword>key1</keyword>
-      <keyword>key2</keyword>
-    </keywordset>
-
-    <mediaobject>
-      <textobject><phrase>The Eiffel Tower</phrase></textobject>
-    </mediaobject>
-
-    <othercredit><!-- May be formatted inline or as a displayed block, depending on context. Sometimes suppressed. -->
-      <honorific>Dr</honorific>
-      <firstname>John</firstname>
-      <surname>Doe</surname>
-      <lineage>Sr.</lineage>
-      <othername>Spiderman</othername>
-      <affiliation>
-        <jobtitle>Director of Cooperative Efforts</jobtitle>
-        <orgname>Cooperative Engineering</orgname>
-      </affiliation>
-      <authorblurb>
-        <title>Title</title>
-        <para>Peter's a super hero in his spare time.</para>
-      </authorblurb>
-    </othercredit>
-
-    <pubdate>1994</pubdate>
-    <publishername>The TeX User's Group</publishername>
-    <releaseinfo>beta</releaseinfo>
-    <volumenum>15</volumenum>
-    <issuenum>3</issuenum>
-    <legalnotice><para>No notice is required.</para></legalnotice>
-
-    <revhistory>
-      <revision>
-        <revnumber>0.91</revnumber>
-        <date>11 Dec 1996</date>
-        <authorinitials>ndw</authorinitials>
-        <revremark>Bug fixes</revremark>
-      </revision>
-      <revision>
-        <revnumber>0.90</revnumber>
-        <date>30 Nov 1996</date>
-        <authorinitials>ndw</authorinitials>
-        <revdescription><para>long write up</para></revdescription>
-      </revision>
-    </revhistory>
-
-    <subjectset scheme="libraryofcongress">
-      <subject><subjectterm>Electronic Publishing</subjectterm></subject>
-      <subject><subjectterm>SGML (Computer program language)</subjectterm></subject>
-    </subjectset>
-
-  </articleinfo>
-
-
-  <abstract>
-    <title>Abstract Title</title>
-    <para>In brief.</para>
-  </abstract>
-
-  <section>
-    <sectioninfo>
-      <abstract><para>A trivial example of recursive sections.</para></abstract>
-    </sectioninfo>
-    <title>Section title</title>
-    <section><title>Sub-section title</title>
-      <section><title>Sub-sub-section title</title>
-        <section><title>Sub-sub-sub-section title</title>
-          <section id="ch02"><title>Sub-sub-sub-sub-section title</title>
-
-  <epigraph>
-    <attribution>William Shakespeare</attribution>
-    <literallayout>Epigraph: What say you?</literallayout>
-  </epigraph>
-
-  <para>
-    The <abbrev>Assn.</abbrev> of Computing Machinery
-    has published <citetitle pubwork="book">Developing SGML DTDs</citetitle>.
-  </para>
-
-  <para>
-    In <acronym>UNIX</acronym> command <command>ls</command>
-    with the <option>-a</option> option is used to get a directory listing.
-  </para>
-
-  <para>
-    The output from the date command is eg
-    <computeroutput>Sun  Nov 16, 1997  21:03:29</computeroutput>.
-  </para>
-
-  <para>
-    An email address is eg <email>yo@tu.com</email>.
-  </para>
-
-  <para>
-    The symbolic constants for error numbers are defined in
-    <filename class="headerfile">errno.h</filename> in
-    <filename class="directory">/usr/include/sys</filename>.
-      </para>
-
-  <para>
-    This software is provided <quote>as is</quote>.
-  </para>
-
-  <para>
-    Execute the command with
-    <command>command</command>
-    <option>options</option>
-    <replaceable>filename</replaceable>.
-  </para>
-
-  <para>
-    This is hosted at <systemitem class="systemname">helio.com</systemitem>.
-    The name <trademark>pipipo</trademark> is traded.
-    The name <trademark class="registered">pipipo</trademark> is registered.
-    The name <trademark class="copyright">pipipo</trademark> is copyrighted.
-    The name <trademark class="service">pipipo</trademark> is serviced.
-    The name <trademark class="trade">pipipo</trademark> is traded.
-  </para>
-
-  <para>
-    At the system prompt, enter <userinput>xyzzy</userinput>.
-  </para>
-
-  <sidebar>
-    <title>A Sidebar</title>
-    <para>Sidebar content.</para>
-  </sidebar>
-
-  <para>
-    A link to an element with an XRefLabel: <xref linkend="ch03"/>.
-    A straight link generates the cross-reference text: <xref linkend="ch02"/>.
-  </para>
-
-  <mediaobject>
-    <audioobject>
-      <objectinfo><title>Phaser sound effect</title></objectinfo>
-      <audiodata fileref="phaser.wav"/>
-    </audioobject>
-    <textobject><phrase>A sound effect.</phrase></textobject>
-  </mediaobject>
-
-  <mediaobject>
-    <videoobject><videodata fileref="movie.avi"/></videoobject>
-  </mediaobject>
-
-  <para>
-    <emphasis>Italic</emphasis> font.
-    <emphasis role="bold">Bold</emphasis> font.
-    <literal>Monospaced</literal> font.
-  </para>
-
-  <example>
-    <title>A Real Function</title>
-    <programlisting>
-      real function()<lineannotation>Error!</lineannotation>
-    </programlisting>
-  </example>
-
-  <blockquote>
-    <attribution>William Shakespeare</attribution>
-    <literallayout>Blockquote: What say you?</literallayout>
-  </blockquote>
-
-  <para>
-    An annual percentage rate of
-    <literal>3.27</literal>%<footnote id="footnote"><para>The prime rate.</para></footnote>
-    will be charged on all balances<footnoteref linkend="footnote"/>.
-  </para>
-
-  <itemizedlist>
-    <listitem><para>List item 1.</para></listitem>
-    <listitem><para>List item 2.</para><para>Paragraph contained in list item 2.</para>
-    <itemizedlist>
-      <listitem><para>Sub-list item 1.</para></listitem>
-      <listitem><para>Sub-list item 2.</para></listitem>
-    </itemizedlist>
-    </listitem>
-    <listitem><para>List item 3. Force end of list:</para></listitem>
-  </itemizedlist>
-
-  <programlisting>Verbatim text not contained in list item 3</programlisting>
-
-  <orderedlist numeration="arabic">
-    <listitem><para>Numbered item 1.</para>
-    <orderedlist numeration="upperalpha">
-      <listitem><para>Numbered item A.</para></listitem>
-      <listitem><para>Numbered item B.</para></listitem>
-    </orderedlist>
-    </listitem>
-    <listitem><para>Numbered item 2.</para></listitem>
-  </orderedlist>
-
-  <para>List numbering schemes: [[1]], [[a]], [[A]], [[i]], [[I]].</para>
-
-  <variablelist>
-    <varlistentry><term>Defined term 1</term><listitem><para>of definition list.</para></listitem></varlistentry>
-    <varlistentry><term>Defined term 2</term><listitem><para>of definition list.</para><programlisting>Verbatim text
-              in a box        </programlisting></listitem></varlistentry>
-  </variablelist>
-
-  <figure>
-    <title>Figure title</title>
-    <mediaobject>
-      <imageobject><imagedata fileref="figure.png" format="JPEG" /></imageobject>
-      <caption id="ch03" xreflabel="Chapter the Third"><para>Figure caption</para></caption>
-    </mediaobject>
-  </figure>
-
-<para>
-  Here is an inline image: <inlinemediaobject><imageobject><imagedata fileref="figure.png"/></imageobject></inlinemediaobject>.
-</para>
-
-<!-- FIXME: DOXIA-339 table caption is not emitted correctly
-  <table frame="all" rowsep="1" colsep="1">
-    <title>Table caption</title>
-    <tgroup cols="3">
-      <colspec align="center" /><colspec align="left" /><colspec align="right" />
-      <tbody>
-        <row>
-          <entry>Centered --><!-- LB --><!-- cell 1,1</entry>
-          <entry>Left-aligned --><!-- LB --><!-- cell 1,2</entry>
-          <entry>Right-aligned --><!-- LB --><!-- cell 1,3</entry>
-        </row>
-        <row>
-          <entry>cell 2,1</entry>
-          <entry>cell 2,2</entry>
-          <entry>cell 2,3</entry>
-        </row>
-      </tbody>
-    </tgroup>
-  </table>
--->
-
-  <para>No grid, no caption:</para>
-
-  <informaltable frame="none" rowsep="0" colsep="0">
-    <tgroup cols="2">
-      <colspec align="center" /><colspec align="center" />
-      <tbody>
-        <row>
-          <entry>cell</entry>
-          <entry>cell</entry>
-        </row>
-        <row>
-          <entry>cell</entry>
-          <entry>cell</entry>
-        </row>
-      </tbody>
-    </tgroup>
-  </informaltable>
-
-  <informaltable frame="all" rowsep="1" colsep="1">
-    <tgroup cols="2">
-      <colspec align="center" /><colspec align="center" />
-      <thead>
-        <row>
-          <entry>header</entry>
-          <entry>header</entry>
-        </row>
-      </thead>
-      <tbody>
-        <row>
-          <entry>cell</entry>
-          <entry>cell</entry>
-        </row>
-      </tbody>
-    </tgroup>
-  </informaltable>
-
-  <informaltable frame="all">
-    <tgroup cols="5" align="left" colsep="1" rowsep="1">
-      <colspec colname="c1"/>
-      <colspec colname="c2"/>
-      <colspec colname="c3"/>
-      <colspec colnum="5" colname="c5"/>
-      <thead>
-        <row>
-          <entry namest="c1" nameend="c2" align="center">Horizontal Span</entry>
-          <entry>a3</entry><entry>a4</entry><entry>a5</entry>
-        </row>
-      </thead>
-      <tfoot>
-        <row>
-          <entry>f1</entry><entry>f2</entry><entry>f3</entry><entry>f4</entry><entry>f5</entry>
-        </row>
-      </tfoot>
-      <tbody>
-        <row>
-          <entry>b1</entry><entry>b2</entry><entry>b3</entry><entry>b4</entry>
-          <entry morerows="1" valign="middle"><para>  <!-- Pernicous Mixed Content -->
-          Vertical Span</para></entry>
-        </row>
-        <row>
-          <entry>c1</entry>
-          <entry namest="c2" nameend="c3" align="center" morerows="1" valign="bottom">Span Both</entry>
-          <entry>c4</entry>
-        </row>
-        <row>
-          <entry>d1</entry><entry>d4</entry><entry>d5</entry>
-        </row>
-      </tbody>
-    </tgroup>
-  </informaltable>
-
-  <informaltable frame="all">
-    <tgroup cols="5" align="left" colsep="1" rowsep="1">
-      <colspec colname="c1"/>
-      <colspec colname="c2"/>
-      <colspec colname="c3"/>
-      <colspec colname="c4"/>
-      <colspec colname="c5"/>
-      <spanspec spanname="span" namest="c2" nameend="c4"/>
-      <tbody>
-        <row>
-          <entry>a1</entry><entry align="center" spanname="span">a2</entry><entry>a5</entry>
-        </row>
-        <row>
-          <entry>b1</entry><entry>b2</entry><entry>b3</entry><entry>b4</entry><entry>b5</entry>
-        </row>
-        <row>
-          <entry>c1</entry><entry spanname="span">c2</entry><entry>c5</entry>
-        </row>
-      </tbody>
-    </tgroup>
-  </informaltable>
-
-  <informaltable frame="all">
-    <tgroup cols="3">
-      <tbody>
-        <row>
-          <entry>a1</entry><entry>b1</entry><entry>c1</entry>
-        </row>
-        <row>
-          <entry>a2</entry>
-          <entrytbl cols="3">
-            <tbody>
-              <row>
-                <entry>b2a1</entry><entry>b2b1</entry><entry>b2c1</entry>
-              </row>
-              <row>
-                <entry>b2a2</entry><entry>b2b2</entry><entry>b2c2</entry>
-              </row>
-              <row>
-                <entry>b2a3</entry><entry>b2b3</entry><entry>b2c3</entry>
-              </row>
-            </tbody>
-          </entrytbl>
-          <entry>c2</entry>
-        </row>
-        <row>
-          <entry>a3</entry><entry>b3</entry><entry>c3</entry>
-        </row>
-      </tbody>
-    </tgroup>
-  </informaltable>
-
-  <para>
-    <anchor id="Anchor" />Anchor<!-- anchor_end -->.
-    Link to <link linkend="Anchor">Anchor</link>.
-    Link to <ulink url="http://www.pixware.fr">http://www.pixware.fr</ulink>.
-    Link to <link linkend="Anchor">showing alternate text</link>.
-    Link to <ulink url="http://www.pixware.fr">Pixware home page</ulink>.
-  </para>
-
-  <note>
-    <title>Upcoming Changes</title>
-    <para>Future versions of this feature may not be backward-compatible.</para>
-  </note>
-          </section>
-        </section>
-      </section>
-    </section>
-  </section>
-
-  <bibliography>
-    <title>A Test Bibliography</title>
-    <bibliodiv><title>Books</title>
-      <bibliomixed>
-        <bibliomset relation="journal">
-          <title>The World Wide Web Journal</title>
-          <volumenum>2</volumenum><issuenum>1</issuenum>.
-          <publishername>O'Reilly &amp; Associates, Inc.</publishername> and
-          <pubdate>Winter, 1996</pubdate></bibliomset>.
-      </bibliomixed>
-    </bibliodiv>
-  </bibliography>
-
-  <appendix>
-    <title>Demonstration Appendix</title>
-    <para>This appendix demonstrates an appendix.</para>
-  </appendix>
-
-</article>
\ No newline at end of file
diff --git a/doxia-site-renderer/src/test/resources/site/resources/confluence/images/build-by-maven-white.png b/doxia-site-renderer/src/test/resources/site/resources/confluence/images/build-by-maven-white.png
deleted file mode 100644
index 7d44c9c..0000000
Binary files a/doxia-site-renderer/src/test/resources/site/resources/confluence/images/build-by-maven-white.png and /dev/null differ