You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "Moaz Reyad (JIRA)" <ji...@apache.org> on 2019/03/27 10:51:00 UTC

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

Moaz Reyad created SINGA-436:
--------------------------------

             Summary: 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


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)