You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gilles <gi...@harfang.homelinux.org> on 2017/05/09 11:19:05 UTC

Re: [2/4] commons-numbers git commit: NUMBERS-36 Alternative CDN for MathJax: CDNJS via CloudFlare

On Tue, 09 May 2017 11:09:47 -0000, stain@apache.org wrote:
> NUMBERS-36 Alternative CDN for MathJax: CDNJS via CloudFlare
>
>
> Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo
> Commit:
> 
> http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/b29de0ea
> Tree: 
> http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/b29de0ea
> Diff: 
> http://git-wip-us.apache.org/repos/asf/commons-numbers/diff/b29de0ea
>
> Branch: refs/heads/task_NUMBERS-33__Gamma


Why on that branch?

Gilles


> Commit: b29de0ea96357a6c6d117f5cae626279a7bfbd2a
> Parents: 213d5fa
> Author: Stian Soiland-Reyes <st...@apache.org>
> Authored: Tue May 9 09:59:46 2017 +0100
> Committer: Stian Soiland-Reyes <st...@apache.org>
> Committed: Tue May 9 09:59:46 2017 +0100
>
> 
> ----------------------------------------------------------------------
>  pom.xml           | 2 +-
>  src/site/site.xml | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> ----------------------------------------------------------------------
>
>
> 
> http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/b29de0ea/pom.xml
> 
> ----------------------------------------------------------------------
> diff --git a/pom.xml b/pom.xml
> index a54a095..aacedb7 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -366,7 +366,7 @@
>          <groupId>org.apache.maven.plugins</groupId>
>          <artifactId>maven-javadoc-plugin</artifactId>
>          <configuration>
> -          <additionalparam>-Xdoclint:all --allow-script-in-comments
> -header '&lt;script type="text/javascript"
> 
> src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"&gt;&lt;/script&gt;'</additionalparam>
> +		<additionalparam>-Xdoclint:all --allow-script-in-comments -header
> '&lt;script type="text/javascript"
> 
> src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"&gt;&lt;/script&gt;'</additionalparam>
>            <!-- <aggregate>true</aggregate> -->
>          </configuration>
>        </plugin>
>
> 
> http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/b29de0ea/src/site/site.xml
> 
> ----------------------------------------------------------------------
> diff --git a/src/site/site.xml b/src/site/site.xml
> index c939d2c..4cf098d 100644
> --- a/src/site/site.xml
> +++ b/src/site/site.xml
> @@ -39,7 +39,7 @@
>      </menu> -->
>
>      <head>
> -      <script type="text/javascript"
> 
> src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
> +	    <script type="text/javascript"
> 
> src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
>        </script>
>      </head>


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