You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/04/21 21:58:00 UTC

[jira] [Commented] (SINGA-436) Implement Apache Website Navigation Links Policy

    [ https://issues.apache.org/jira/browse/SINGA-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16822769#comment-16822769 ] 

ASF subversion and git services commented on SINGA-436:
-------------------------------------------------------

Commit 1857926 from Moaz Reyad in branch 'site/trunk'
[ https://svn.apache.org/r1857926 ]

update singa site according to SINGA-436

> Implement Apache Website Navigation Links Policy
> ------------------------------------------------
>
>                 Key: SINGA-436
>                 URL: https://issues.apache.org/jira/browse/SINGA-436
>             Project: Singa
>          Issue Type: Improvement
>            Reporter: Moaz Reyad
>            Priority: Major
>
> The [Apache Website Navigation Links Policy|https://www.apache.org/foundation/marks/pmcs#navigation] requires that SINGA website contains five links to License, Sponsorship, Thanks, Security and main ASF homepage.
> Currently the "index.html" page of SINGA website which is generated by sphinx-doc contains only this line:
> {code:html}
> <script language="javascript" type="text/javascript">window.location.href='en/index.html';</script>
> {code}
> This can be found by doing:
> {code:bash}
> wget http://singa.incubator.apache.org/
> cat index.html
> {code}
> This causes the automatic crawl by [Apache Podling Website Checks|https://whimsy.apache.org/pods.cgi/project/singa] to fail.
> The implementation of link policy is required before graduation from the incubator. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)