You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2016/06/09 00:48:17 UTC

svn commit: r1747476 - in /commons/cms-site/trunk/content: site.xml xdoc/components.xml xdoc/index.xml.vm

Author: niallp
Date: Thu Jun  9 00:48:17 2016
New Revision: 1747476

URL: http://svn.apache.org/viewvc?rev=1747476&view=rev
Log:
Revert Crypto changes

Modified:
    commons/cms-site/trunk/content/site.xml
    commons/cms-site/trunk/content/xdoc/components.xml
    commons/cms-site/trunk/content/xdoc/index.xml.vm

Modified: commons/cms-site/trunk/content/site.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/site.xml?rev=1747476&r1=1747475&r2=1747476&view=diff
==============================================================================
--- commons/cms-site/trunk/content/site.xml (original)
+++ commons/cms-site/trunk/content/site.xml Thu Jun  9 00:48:17 2016
@@ -54,7 +54,6 @@
         <item name="Collections"         href="/collections/" />
         <item name="Compress"            href="/compress/" />
         <item name="Configuration"       href="/configuration/" />
-        <item name="Crypto"              href="/crypto/" />
         <item name="CSV"                 href="/csv/" />
         <item name="Daemon"              href="/daemon/" />
         <item name="DBCP"                href="/dbcp/" />

Modified: commons/cms-site/trunk/content/xdoc/components.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/components.xml?rev=1747476&r1=1747475&r2=1747476&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/components.xml (original)
+++ commons/cms-site/trunk/content/xdoc/components.xml Thu Jun  9 00:48:17 2016
@@ -55,8 +55,6 @@
             <td>Defines an API for working with tar, zip and bzip2 files.</td></tr>
         <tr><td><a href="configuration/">Configuration</a></td>
             <td>Reading of configuration/preferences files in various formats.</td></tr>
-        <tr><td><a href="crypto/">Crypto</a></td>
-            <td>A cryptographic library optimized with AES-NI wrapping Openssl or JCE algorithm implementations</td></tr>
         <tr><td><a href="csv/">CSV</a></td>
             <td>Component for reading and writing comma separated value files.</td></tr>
         <tr><td><a href="daemon/">Daemon</a></td>

Modified: commons/cms-site/trunk/content/xdoc/index.xml.vm
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/index.xml.vm?rev=1747476&r1=1747475&r2=1747476&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/index.xml.vm (original)
+++ commons/cms-site/trunk/content/xdoc/index.xml.vm Thu Jun  9 00:48:17 2016
@@ -119,9 +119,6 @@
         <tr><td><a href="proper/commons-configuration/">Configuration</a></td>
             <td>Reading of configuration/preferences files in various formats.</td>
             <td>${configurationVersion}</td><td>${configurationReleased}</td></tr>
-        <tr><td><a href="proper/commons-crypto/">Crypto</a></td>
-            <td>A cryptographic library optimized with AES-NI wrapping Openssl or JCE algorithm implementations.</td>
-            <td>${cryptoVersion}</td><td>${cryptoReleased}</td></tr>
         <tr><td><a href="proper/commons-csv/">CSV</a></td>
             <td>Component for reading and writing comma separated value files.</td>
             <td>${csvVersion}</td><td>${csvReleased}</td></tr>



Re: svn commit: r1747476 - in /commons/cms-site/trunk/content: site.xml xdoc/components.xml xdoc/index.xml.vm

Posted by Niall Pemberton <ni...@gmail.com>.
On Sat, Jun 11, 2016 at 12:37 AM, sebb <se...@gmail.com> wrote:

> On 11 June 2016 at 00:31, Niall Pemberton <ni...@gmail.com>
> wrote:
> > On Thu, Jun 9, 2016 at 8:22 AM, Benedikt Ritter <br...@apache.org>
> wrote:
> >
> >> Why? This was a good idea.
> >>
> >
> > The links didn't get generated properly when I looked at it in the
> staging
> > area - instead of "http://commons.apache.org/proper/commons-crypto/" it
> was
> > generating "http://commons.apache.org/crypto/" and I couldn't see what
> was
> > going wrong - so I reverted it for now.
>
> That *was* OK - there's a missing redirect to fix the URL.
>
> http://commons.apache.org/crypto/
> should redirect to
> http://commons.apache.org/proper/commons-crypto/
>
> as is done for
>
> http://commons.apache.org/lang/
>
> etc.
>
> I should be able to fix that shortly.
>

Thanks Sebb, I've put it back and published the site - links all working

Niall



>
> > Niall
> >
> >
> >
> >>
> >> <ni...@apache.org> schrieb am Do., 9. Juni 2016 um 02:48:
> >>
> >> > Author: niallp
> >> > Date: Thu Jun  9 00:48:17 2016
> >> > New Revision: 1747476
> >> >
> >> > URL: http://svn.apache.org/viewvc?rev=1747476&view=rev
> >> > Log:
> >> > Revert Crypto changes
> >> >
> >> > Modified:
> >> >     commons/cms-site/trunk/content/site.xml
> >> >     commons/cms-site/trunk/content/xdoc/components.xml
> >> >     commons/cms-site/trunk/content/xdoc/index.xml.vm
> >> >
> >> > Modified: commons/cms-site/trunk/content/site.xml
> >> > URL:
> >> >
> >>
> http://svn.apache.org/viewvc/commons/cms-site/trunk/content/site.xml?rev=1747476&r1=1747475&r2=1747476&view=diff
> >> >
> >> >
> >>
> ==============================================================================
> >> > --- commons/cms-site/trunk/content/site.xml (original)
> >> > +++ commons/cms-site/trunk/content/site.xml Thu Jun  9 00:48:17 2016
> >> > @@ -54,7 +54,6 @@
> >> >          <item name="Collections"         href="/collections/" />
> >> >          <item name="Compress"            href="/compress/" />
> >> >          <item name="Configuration"       href="/configuration/" />
> >> > -        <item name="Crypto"              href="/crypto/" />
> >> >          <item name="CSV"                 href="/csv/" />
> >> >          <item name="Daemon"              href="/daemon/" />
> >> >          <item name="DBCP"                href="/dbcp/" />
> >> >
> >> > Modified: commons/cms-site/trunk/content/xdoc/components.xml
> >> > URL:
> >> >
> >>
> http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/components.xml?rev=1747476&r1=1747475&r2=1747476&view=diff
> >> >
> >> >
> >>
> ==============================================================================
> >> > --- commons/cms-site/trunk/content/xdoc/components.xml (original)
> >> > +++ commons/cms-site/trunk/content/xdoc/components.xml Thu Jun  9
> >> 00:48:17
> >> > 2016
> >> > @@ -55,8 +55,6 @@
> >> >              <td>Defines an API for working with tar, zip and bzip2
> >> > files.</td></tr>
> >> >          <tr><td><a href="configuration/">Configuration</a></td>
> >> >              <td>Reading of configuration/preferences files in various
> >> > formats.</td></tr>
> >> > -        <tr><td><a href="crypto/">Crypto</a></td>
> >> > -            <td>A cryptographic library optimized with AES-NI
> wrapping
> >> > Openssl or JCE algorithm implementations</td></tr>
> >> >          <tr><td><a href="csv/">CSV</a></td>
> >> >              <td>Component for reading and writing comma separated
> value
> >> > files.</td></tr>
> >> >          <tr><td><a href="daemon/">Daemon</a></td>
> >> >
> >> > Modified: commons/cms-site/trunk/content/xdoc/index.xml.vm
> >> > URL:
> >> >
> >>
> http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/index.xml.vm?rev=1747476&r1=1747475&r2=1747476&view=diff
> >> >
> >> >
> >>
> ==============================================================================
> >> > --- commons/cms-site/trunk/content/xdoc/index.xml.vm (original)
> >> > +++ commons/cms-site/trunk/content/xdoc/index.xml.vm Thu Jun  9
> 00:48:17
> >> > 2016
> >> > @@ -119,9 +119,6 @@
> >> >          <tr><td><a
> >> > href="proper/commons-configuration/">Configuration</a></td>
> >> >              <td>Reading of configuration/preferences files in various
> >> > formats.</td>
> >> >
> >> >
> <td>${configurationVersion}</td><td>${configurationReleased}</td></tr>
> >> > -        <tr><td><a href="proper/commons-crypto/">Crypto</a></td>
> >> > -            <td>A cryptographic library optimized with AES-NI
> wrapping
> >> > Openssl or JCE algorithm implementations.</td>
> >> > -            <td>${cryptoVersion}</td><td>${cryptoReleased}</td></tr>
> >> >          <tr><td><a href="proper/commons-csv/">CSV</a></td>
> >> >              <td>Component for reading and writing comma separated
> value
> >> > files.</td>
> >> >              <td>${csvVersion}</td><td>${csvReleased}</td></tr>
> >> >
> >> >
> >> >
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: svn commit: r1747476 - in /commons/cms-site/trunk/content: site.xml xdoc/components.xml xdoc/index.xml.vm

Posted by sebb <se...@gmail.com>.
On 11 June 2016 at 00:31, Niall Pemberton <ni...@gmail.com> wrote:
> On Thu, Jun 9, 2016 at 8:22 AM, Benedikt Ritter <br...@apache.org> wrote:
>
>> Why? This was a good idea.
>>
>
> The links didn't get generated properly when I looked at it in the staging
> area - instead of "http://commons.apache.org/proper/commons-crypto/" it was
> generating "http://commons.apache.org/crypto/" and I couldn't see what was
> going wrong - so I reverted it for now.

That *was* OK - there's a missing redirect to fix the URL.

http://commons.apache.org/crypto/
should redirect to
http://commons.apache.org/proper/commons-crypto/

as is done for

http://commons.apache.org/lang/

etc.

I should be able to fix that shortly.

> Niall
>
>
>
>>
>> <ni...@apache.org> schrieb am Do., 9. Juni 2016 um 02:48:
>>
>> > Author: niallp
>> > Date: Thu Jun  9 00:48:17 2016
>> > New Revision: 1747476
>> >
>> > URL: http://svn.apache.org/viewvc?rev=1747476&view=rev
>> > Log:
>> > Revert Crypto changes
>> >
>> > Modified:
>> >     commons/cms-site/trunk/content/site.xml
>> >     commons/cms-site/trunk/content/xdoc/components.xml
>> >     commons/cms-site/trunk/content/xdoc/index.xml.vm
>> >
>> > Modified: commons/cms-site/trunk/content/site.xml
>> > URL:
>> >
>> http://svn.apache.org/viewvc/commons/cms-site/trunk/content/site.xml?rev=1747476&r1=1747475&r2=1747476&view=diff
>> >
>> >
>> ==============================================================================
>> > --- commons/cms-site/trunk/content/site.xml (original)
>> > +++ commons/cms-site/trunk/content/site.xml Thu Jun  9 00:48:17 2016
>> > @@ -54,7 +54,6 @@
>> >          <item name="Collections"         href="/collections/" />
>> >          <item name="Compress"            href="/compress/" />
>> >          <item name="Configuration"       href="/configuration/" />
>> > -        <item name="Crypto"              href="/crypto/" />
>> >          <item name="CSV"                 href="/csv/" />
>> >          <item name="Daemon"              href="/daemon/" />
>> >          <item name="DBCP"                href="/dbcp/" />
>> >
>> > Modified: commons/cms-site/trunk/content/xdoc/components.xml
>> > URL:
>> >
>> http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/components.xml?rev=1747476&r1=1747475&r2=1747476&view=diff
>> >
>> >
>> ==============================================================================
>> > --- commons/cms-site/trunk/content/xdoc/components.xml (original)
>> > +++ commons/cms-site/trunk/content/xdoc/components.xml Thu Jun  9
>> 00:48:17
>> > 2016
>> > @@ -55,8 +55,6 @@
>> >              <td>Defines an API for working with tar, zip and bzip2
>> > files.</td></tr>
>> >          <tr><td><a href="configuration/">Configuration</a></td>
>> >              <td>Reading of configuration/preferences files in various
>> > formats.</td></tr>
>> > -        <tr><td><a href="crypto/">Crypto</a></td>
>> > -            <td>A cryptographic library optimized with AES-NI wrapping
>> > Openssl or JCE algorithm implementations</td></tr>
>> >          <tr><td><a href="csv/">CSV</a></td>
>> >              <td>Component for reading and writing comma separated value
>> > files.</td></tr>
>> >          <tr><td><a href="daemon/">Daemon</a></td>
>> >
>> > Modified: commons/cms-site/trunk/content/xdoc/index.xml.vm
>> > URL:
>> >
>> http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/index.xml.vm?rev=1747476&r1=1747475&r2=1747476&view=diff
>> >
>> >
>> ==============================================================================
>> > --- commons/cms-site/trunk/content/xdoc/index.xml.vm (original)
>> > +++ commons/cms-site/trunk/content/xdoc/index.xml.vm Thu Jun  9 00:48:17
>> > 2016
>> > @@ -119,9 +119,6 @@
>> >          <tr><td><a
>> > href="proper/commons-configuration/">Configuration</a></td>
>> >              <td>Reading of configuration/preferences files in various
>> > formats.</td>
>> >
>> >  <td>${configurationVersion}</td><td>${configurationReleased}</td></tr>
>> > -        <tr><td><a href="proper/commons-crypto/">Crypto</a></td>
>> > -            <td>A cryptographic library optimized with AES-NI wrapping
>> > Openssl or JCE algorithm implementations.</td>
>> > -            <td>${cryptoVersion}</td><td>${cryptoReleased}</td></tr>
>> >          <tr><td><a href="proper/commons-csv/">CSV</a></td>
>> >              <td>Component for reading and writing comma separated value
>> > files.</td>
>> >              <td>${csvVersion}</td><td>${csvReleased}</td></tr>
>> >
>> >
>> >
>>

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


Re: svn commit: r1747476 - in /commons/cms-site/trunk/content: site.xml xdoc/components.xml xdoc/index.xml.vm

Posted by Niall Pemberton <ni...@gmail.com>.
On Thu, Jun 9, 2016 at 8:22 AM, Benedikt Ritter <br...@apache.org> wrote:

> Why? This was a good idea.
>

The links didn't get generated properly when I looked at it in the staging
area - instead of "http://commons.apache.org/proper/commons-crypto/" it was
generating "http://commons.apache.org/crypto/" and I couldn't see what was
going wrong - so I reverted it for now.

Niall



>
> <ni...@apache.org> schrieb am Do., 9. Juni 2016 um 02:48:
>
> > Author: niallp
> > Date: Thu Jun  9 00:48:17 2016
> > New Revision: 1747476
> >
> > URL: http://svn.apache.org/viewvc?rev=1747476&view=rev
> > Log:
> > Revert Crypto changes
> >
> > Modified:
> >     commons/cms-site/trunk/content/site.xml
> >     commons/cms-site/trunk/content/xdoc/components.xml
> >     commons/cms-site/trunk/content/xdoc/index.xml.vm
> >
> > Modified: commons/cms-site/trunk/content/site.xml
> > URL:
> >
> http://svn.apache.org/viewvc/commons/cms-site/trunk/content/site.xml?rev=1747476&r1=1747475&r2=1747476&view=diff
> >
> >
> ==============================================================================
> > --- commons/cms-site/trunk/content/site.xml (original)
> > +++ commons/cms-site/trunk/content/site.xml Thu Jun  9 00:48:17 2016
> > @@ -54,7 +54,6 @@
> >          <item name="Collections"         href="/collections/" />
> >          <item name="Compress"            href="/compress/" />
> >          <item name="Configuration"       href="/configuration/" />
> > -        <item name="Crypto"              href="/crypto/" />
> >          <item name="CSV"                 href="/csv/" />
> >          <item name="Daemon"              href="/daemon/" />
> >          <item name="DBCP"                href="/dbcp/" />
> >
> > Modified: commons/cms-site/trunk/content/xdoc/components.xml
> > URL:
> >
> http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/components.xml?rev=1747476&r1=1747475&r2=1747476&view=diff
> >
> >
> ==============================================================================
> > --- commons/cms-site/trunk/content/xdoc/components.xml (original)
> > +++ commons/cms-site/trunk/content/xdoc/components.xml Thu Jun  9
> 00:48:17
> > 2016
> > @@ -55,8 +55,6 @@
> >              <td>Defines an API for working with tar, zip and bzip2
> > files.</td></tr>
> >          <tr><td><a href="configuration/">Configuration</a></td>
> >              <td>Reading of configuration/preferences files in various
> > formats.</td></tr>
> > -        <tr><td><a href="crypto/">Crypto</a></td>
> > -            <td>A cryptographic library optimized with AES-NI wrapping
> > Openssl or JCE algorithm implementations</td></tr>
> >          <tr><td><a href="csv/">CSV</a></td>
> >              <td>Component for reading and writing comma separated value
> > files.</td></tr>
> >          <tr><td><a href="daemon/">Daemon</a></td>
> >
> > Modified: commons/cms-site/trunk/content/xdoc/index.xml.vm
> > URL:
> >
> http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/index.xml.vm?rev=1747476&r1=1747475&r2=1747476&view=diff
> >
> >
> ==============================================================================
> > --- commons/cms-site/trunk/content/xdoc/index.xml.vm (original)
> > +++ commons/cms-site/trunk/content/xdoc/index.xml.vm Thu Jun  9 00:48:17
> > 2016
> > @@ -119,9 +119,6 @@
> >          <tr><td><a
> > href="proper/commons-configuration/">Configuration</a></td>
> >              <td>Reading of configuration/preferences files in various
> > formats.</td>
> >
> >  <td>${configurationVersion}</td><td>${configurationReleased}</td></tr>
> > -        <tr><td><a href="proper/commons-crypto/">Crypto</a></td>
> > -            <td>A cryptographic library optimized with AES-NI wrapping
> > Openssl or JCE algorithm implementations.</td>
> > -            <td>${cryptoVersion}</td><td>${cryptoReleased}</td></tr>
> >          <tr><td><a href="proper/commons-csv/">CSV</a></td>
> >              <td>Component for reading and writing comma separated value
> > files.</td>
> >              <td>${csvVersion}</td><td>${csvReleased}</td></tr>
> >
> >
> >
>

Re: svn commit: r1747476 - in /commons/cms-site/trunk/content: site.xml xdoc/components.xml xdoc/index.xml.vm

Posted by Benedikt Ritter <br...@apache.org>.
Why? This was a good idea.

<ni...@apache.org> schrieb am Do., 9. Juni 2016 um 02:48:

> Author: niallp
> Date: Thu Jun  9 00:48:17 2016
> New Revision: 1747476
>
> URL: http://svn.apache.org/viewvc?rev=1747476&view=rev
> Log:
> Revert Crypto changes
>
> Modified:
>     commons/cms-site/trunk/content/site.xml
>     commons/cms-site/trunk/content/xdoc/components.xml
>     commons/cms-site/trunk/content/xdoc/index.xml.vm
>
> Modified: commons/cms-site/trunk/content/site.xml
> URL:
> http://svn.apache.org/viewvc/commons/cms-site/trunk/content/site.xml?rev=1747476&r1=1747475&r2=1747476&view=diff
>
> ==============================================================================
> --- commons/cms-site/trunk/content/site.xml (original)
> +++ commons/cms-site/trunk/content/site.xml Thu Jun  9 00:48:17 2016
> @@ -54,7 +54,6 @@
>          <item name="Collections"         href="/collections/" />
>          <item name="Compress"            href="/compress/" />
>          <item name="Configuration"       href="/configuration/" />
> -        <item name="Crypto"              href="/crypto/" />
>          <item name="CSV"                 href="/csv/" />
>          <item name="Daemon"              href="/daemon/" />
>          <item name="DBCP"                href="/dbcp/" />
>
> Modified: commons/cms-site/trunk/content/xdoc/components.xml
> URL:
> http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/components.xml?rev=1747476&r1=1747475&r2=1747476&view=diff
>
> ==============================================================================
> --- commons/cms-site/trunk/content/xdoc/components.xml (original)
> +++ commons/cms-site/trunk/content/xdoc/components.xml Thu Jun  9 00:48:17
> 2016
> @@ -55,8 +55,6 @@
>              <td>Defines an API for working with tar, zip and bzip2
> files.</td></tr>
>          <tr><td><a href="configuration/">Configuration</a></td>
>              <td>Reading of configuration/preferences files in various
> formats.</td></tr>
> -        <tr><td><a href="crypto/">Crypto</a></td>
> -            <td>A cryptographic library optimized with AES-NI wrapping
> Openssl or JCE algorithm implementations</td></tr>
>          <tr><td><a href="csv/">CSV</a></td>
>              <td>Component for reading and writing comma separated value
> files.</td></tr>
>          <tr><td><a href="daemon/">Daemon</a></td>
>
> Modified: commons/cms-site/trunk/content/xdoc/index.xml.vm
> URL:
> http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/index.xml.vm?rev=1747476&r1=1747475&r2=1747476&view=diff
>
> ==============================================================================
> --- commons/cms-site/trunk/content/xdoc/index.xml.vm (original)
> +++ commons/cms-site/trunk/content/xdoc/index.xml.vm Thu Jun  9 00:48:17
> 2016
> @@ -119,9 +119,6 @@
>          <tr><td><a
> href="proper/commons-configuration/">Configuration</a></td>
>              <td>Reading of configuration/preferences files in various
> formats.</td>
>
>  <td>${configurationVersion}</td><td>${configurationReleased}</td></tr>
> -        <tr><td><a href="proper/commons-crypto/">Crypto</a></td>
> -            <td>A cryptographic library optimized with AES-NI wrapping
> Openssl or JCE algorithm implementations.</td>
> -            <td>${cryptoVersion}</td><td>${cryptoReleased}</td></tr>
>          <tr><td><a href="proper/commons-csv/">CSV</a></td>
>              <td>Component for reading and writing comma separated value
> files.</td>
>              <td>${csvVersion}</td><td>${csvReleased}</td></tr>
>
>
>