You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2013/03/17 07:51:22 UTC

svn commit: r1457387 - /commons/cms-site/trunk/content/xdoc/releases/prepare.xml

Author: bodewig
Date: Sun Mar 17 06:51:22 2013
New Revision: 1457387

URL: http://svn.apache.org/r1457387
Log:
xdocs doesn't know a subsubsection

Modified:
    commons/cms-site/trunk/content/xdoc/releases/prepare.xml

Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/releases/prepare.xml?rev=1457387&r1=1457386&r2=1457387&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/releases/prepare.xml (original)
+++ commons/cms-site/trunk/content/xdoc/releases/prepare.xml Sun Mar 17 06:51:22 2013
@@ -440,7 +440,7 @@
         <p>
           Now create the tag for the release candidate.  There are two options how to do that,
           you can either use the Maven release plugin or create the tag manually.</p>
-      <subsubsection name="Manual Method">
+      <a name="Manual Method"><h4>Manual Method</h4></a>
         <p>Create a clean SVN workspace for the release candidate:</p>
       <pre>
       svn co https://svn.apache.org/repos/asf/commons/proper/foo/trunk foo-m.n.o-RC1
@@ -462,9 +462,8 @@
       <pre>
       svn copy foo-m.n.o-RC1 -m "Creating foo-m.n.o-RC1 tag" https://svn.apache.org/repos/asf/commons/proper/foo/tags/foo-m.n.o-RC1
       </pre>
-      </subsubsection>
 
-      <subsubsection name="Maven Release Plugin">
+      <a name="Maven Release Plugin"><h4>Maven Release Plugin</h4></a>
         <p>When using the release plugin, please verify that your poms will not lose content when they are rewritten during the
           release process.</p>
 
@@ -484,7 +483,6 @@
       <pre>  
       mvn release:prepare
       </pre>
-      </subsubsection>
 
     </subsection>
     <subsection name="Create the Release Candidate">



Re: svn commit: r1457387 - /commons/cms-site/trunk/content/xdoc/releases/prepare.xml

Posted by sebb <se...@gmail.com>.
On 18 March 2013 08:56, Stefan Bodewig <bo...@apache.org> wrote:
> On 2013-03-17, sebb wrote:
>
>>>>      <a name="Manual Method"><h4>Manual Method</h4></a>
>
>> Surely names are normally lower-case only and no spaces?
>> I think spaces make the links look odd (and awkward to type).
>
> Uses the same syntax as the mvn site plugin created for subsection now
> (with s/h3/h4/), i.e.
>
> <h4>Manual Method<a name="Manual_Method"></a></h4>

Thanks, that's much better.

> Stefan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1457387 - /commons/cms-site/trunk/content/xdoc/releases/prepare.xml

Posted by Stefan Bodewig <bo...@apache.org>.
On 2013-03-17, sebb wrote:

>>>      <a name="Manual Method"><h4>Manual Method</h4></a>

> Surely names are normally lower-case only and no spaces?
> I think spaces make the links look odd (and awkward to type).

Uses the same syntax as the mvn site plugin created for subsection now
(with s/h3/h4/), i.e.

<h4>Manual Method<a name="Manual_Method"></a></h4>

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1457387 - /commons/cms-site/trunk/content/xdoc/releases/prepare.xml

Posted by sebb <se...@gmail.com>.
On 17 March 2013 06:51,  <bo...@apache.org> wrote:
> Author: bodewig
> Date: Sun Mar 17 06:51:22 2013
> New Revision: 1457387
>
> URL: http://svn.apache.org/r1457387
> Log:
> xdocs doesn't know a subsubsection
>
> Modified:
>     commons/cms-site/trunk/content/xdoc/releases/prepare.xml
>
> Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml
> URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/releases/prepare.xml?rev=1457387&r1=1457386&r2=1457387&view=diff
> ==============================================================================
> --- commons/cms-site/trunk/content/xdoc/releases/prepare.xml (original)
> +++ commons/cms-site/trunk/content/xdoc/releases/prepare.xml Sun Mar 17 06:51:22 2013
> @@ -440,7 +440,7 @@
>          <p>
>            Now create the tag for the release candidate.  There are two options how to do that,
>            you can either use the Maven release plugin or create the tag manually.</p>
> -      <subsubsection name="Manual Method">
> +      <a name="Manual Method"><h4>Manual Method</h4></a>

Surely names are normally lower-case only and no spaces?
I think spaces make the links look odd (and awkward to type).

>          <p>Create a clean SVN workspace for the release candidate:</p>
>        <pre>
>        svn co https://svn.apache.org/repos/asf/commons/proper/foo/trunk foo-m.n.o-RC1
> @@ -462,9 +462,8 @@
>        <pre>
>        svn copy foo-m.n.o-RC1 -m "Creating foo-m.n.o-RC1 tag" https://svn.apache.org/repos/asf/commons/proper/foo/tags/foo-m.n.o-RC1
>        </pre>
> -      </subsubsection>
>
> -      <subsubsection name="Maven Release Plugin">
> +      <a name="Maven Release Plugin"><h4>Maven Release Plugin</h4></a>
>          <p>When using the release plugin, please verify that your poms will not lose content when they are rewritten during the
>            release process.</p>
>
> @@ -484,7 +483,6 @@
>        <pre>
>        mvn release:prepare
>        </pre>
> -      </subsubsection>
>
>      </subsection>
>      <subsection name="Create the Release Candidate">
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org