Copied: maven/doxia/doxia/trunk/doxia-modules/doxia-module-xwiki/src/test/resources/simple-paragraph.xwiki (from r605251, maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/test/resources/simple-paragraph.confluence) URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-xwiki/src/test/resources/simple-paragraph.xwiki?p2=maven/doxia/doxia/trunk/doxia-modules/doxia-module-xwiki/src/test/resources/simple-paragraph.xwiki&p1=maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/test/resources/simple-paragraph.confluence&r1=605251&r2=610306&rev=610306&view=diff ============================================================================== --- maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/test/resources/simple-paragraph.confluence (original) +++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-xwiki/src/test/resources/simple-paragraph.xwiki Wed Jan 9 00:46:45 2008 @@ -1,8 +1,8 @@ -Simple paragraph with *bold* and _italic_ text. +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. +This is some {code:none}monospaced{code} text.
Added: maven/doxia/doxia/trunk/doxia-modules/doxia-module-xwiki/src/test/resources/sink.test URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-xwiki/src/test/resources/sink.test?rev=610306&view=auto ============================================================================== --- maven/doxia/doxia/trunk/doxia-modules/doxia-module-xwiki/src/test/resources/sink.test (added) +++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-xwiki/src/test/resources/sink.test Wed Jan 9 00:46:45 2008 @@ -0,0 +1,24 @@ +Paragraph 1, line 1. Paragraph 1, line 2. + +Paragraph 2, line 1. Paragraph 2, line 2. + +1 Section title + +1.1 Sub-section title + +1.1.1 Sub-sub-section title + +1.1.1.1 Sub-sub-sub-section title + +1.1.1.1.1 Sub-sub-sub-sub-section title + +* List item 1. +* List item 2.\\ +Paragraph contained in list item 2. +** Sub-list item 1. +** Sub-list item 2. +* List item 3. Force end of list: + +{code:none} +Verbatim text not contained in list item 3 +{code} Copied: maven/doxia/doxia/trunk/doxia-modules/doxia-module-xwiki/src/test/resources/test.xwiki (from r605251, maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/test/resources/test.confluence) URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-xwiki/src/test/resources/test.xwiki?p2=maven/doxia/doxia/trunk/doxia-modules/doxia-module-xwiki/src/test/resources/test.xwiki&p1=maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/test/resources/test.confluence&r1=605251&r2=610306&rev=610306&view=diff ============================================================================== --- maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/test/resources/test.confluence (original) +++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-xwiki/src/test/resources/test.xwiki Wed Jan 9 00:46:45 2008 @@ -1,14 +1,14 @@ 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_. +a ~~standard way on a static website~~. ---- -Here is a link to [JIRA|http://jira.codehaus.org] +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. +This is some <tt>monospaced</tt> text. * item one ** foo @@ -18,14 +18,16 @@ Some more text -# number one -# number two -# number three +1. number one +1. number two +1. number three + +{table} +one|two|three +foo|bar|baz +{table} -||one||two||three|| -|foo|bar|baz| - -h1. I am h1 +1 I am level 1 this is how you would code a mojo! @@ -52,47 +54,24 @@ } {code} -h2. I am h2 +1.1 I am level 2 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 +1.1.1 I am level 3 this is the way of the world -h4. I am h4 +1.1.1.1 I am level 4 this is the way of the world -h5. I am h5 +1.1.1.1.1 I am level 5 this is the way of the world -h1. Answered Questions +1 Answered Questions -h3. What can I do to get the Maven love? +1.1.1 What can I do to get the Maven love? Well, you just have to be calm and the maven love will come your way.
