You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Ate Douma <at...@douma.nu> on 2014/03/02 00:23:52 UTC

Re: svn commit: r899664 [1/13] - in /websites/production/commons/content/proper/commons-scxml

On 02-03-14 00:02, ate@apache.org wrote:
> Author: ate
> Date: Sat Mar  1 23:02:28 2014
> New Revision: 899664
>
> Log:
> Site checkin for project Apache Commons SCXML
>
This turned out to be an unexpected large site checkin ...

I only fixed a few menu items, so I expected a minor update.
Turned out, the previous site was generated with a "de" language, while I have 
"en" as default language, and the generated javadocs all get this language 
encoded in their <html> element.
So all apidocs pages where updated like this:

   -<html lang="de">
   +<html lang="en">

Now, I can imagine this will hit us many times over in the future if we don't 
somehow either remove or suppress the lang attribute or else set it to a fixed 
value...

Anyone an idea how to improve this?

Thanks, Ate


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


Re: svn commit: r899664 [1/13] - in /websites/production/commons/content/proper/commons-scxml

Posted by Benedikt Ritter <br...@apache.org>.
Hi Ate,

you're right the default should be "en", since our javadocs are written in
english. I don't know if there's a property to configure this... I guess
we'll need to dig into the docs of the javadoc maven plugin.

Benedikt


2014-03-02 0:23 GMT+01:00 Ate Douma <at...@douma.nu>:

> On 02-03-14 00:02, ate@apache.org wrote:
>
>> Author: ate
>> Date: Sat Mar  1 23:02:28 2014
>> New Revision: 899664
>>
>> Log:
>> Site checkin for project Apache Commons SCXML
>>
>>  This turned out to be an unexpected large site checkin ...
>
> I only fixed a few menu items, so I expected a minor update.
> Turned out, the previous site was generated with a "de" language, while I
> have "en" as default language, and the generated javadocs all get this
> language encoded in their <html> element.
> So all apidocs pages where updated like this:
>
>   -<html lang="de">
>   +<html lang="en">
>
> Now, I can imagine this will hit us many times over in the future if we
> don't somehow either remove or suppress the lang attribute or else set it
> to a fixed value...
>
> Anyone an idea how to improve this?
>
> Thanks, Ate
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter