Maven 站点 Google 中国问题
Maven site Google issue in China
on 和所有使用较新模板生成的页面,例如http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html
有代码
<input value="https://maven.apache.org" name="sitesearch" type="hidden"/>
<input class="search-query" name="q" id="query" type="text" />
</form>
<script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script>
<hr />
<div id="poweredBy">
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
在左面板和正文之间。
在中国 google.com 不可用,浏览器正在等待 google.com 的响应 2 分钟但没有收到。
一直没有显示页面。
解决方案是将那些脚本加载到主要内容之后的页面末尾。
现在,在 Maven 中到底应该修改或更改哪里?
在 Maven Page you can find the Skins 中包含网站样式和外观的定义...
目前整个网站都在使用 Maven Fludio Skin version 1.4
如果您有任何问题,请填写 JIRA ticket。在 Fluido 皮肤发生变化(并发布 Fluido 皮肤)之后,整个 Maven 站点必须发布新的....
on 和所有使用较新模板生成的页面,例如http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html
有代码
<input value="https://maven.apache.org" name="sitesearch" type="hidden"/>
<input class="search-query" name="q" id="query" type="text" />
</form>
<script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script>
<hr />
<div id="poweredBy">
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
在左面板和正文之间。
在中国 google.com 不可用,浏览器正在等待 google.com 的响应 2 分钟但没有收到。
一直没有显示页面。
解决方案是将那些脚本加载到主要内容之后的页面末尾。
现在,在 Maven 中到底应该修改或更改哪里?
在 Maven Page you can find the Skins 中包含网站样式和外观的定义... 目前整个网站都在使用 Maven Fludio Skin version 1.4
如果您有任何问题,请填写 JIRA ticket。在 Fluido 皮肤发生变化(并发布 Fluido 皮肤)之后,整个 Maven 站点必须发布新的....