kubeflow / website

Kubeflow's public website
Creative Commons Attribution 4.0 International
145 stars 752 forks source link

Website does not have the correct trademark disclaimer #3664

Open thisisobate opened 5 months ago

thisisobate commented 5 months ago

As part of our ongoing effort to https://github.com/cncf/techdocs/issues/198, we noticed that the website does not pass the trademark criteria on CLOMonitor.

To fix this: Head to the source code of the website. In the <footer> section, add a disclaimer or link to the Linux foundation trademark disclaimer page:

Disclaimer

<footer>
   <p>The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, 
         please see our <a href="https://www.linuxfoundation.org/legal/trademark-usage">Trademark Usage page</a>.
   </p>
</footer>

Link

 <footer>
      <ul>
          <li><a href="https://www.linuxfoundation.org/legal/trademark-usage">Trademarks</a></li>
      </ul>
 </footer>
rareddy commented 5 months ago

The main lading page does have trademark details, can you give a link to the page that needs to be corrected @thisisobate?

rareddy commented 5 months ago

This can be fixed by adding the "https://www.kubeflow.org/" in description of the project on GitHub on https://github.com/kubeflow/website and https://github.com/kubeflow/community. Then the scanners will pick this up based on https://clomonitor.io/docs/topics/checks/#trademark-disclaimer

Can be done only by the who has admin rights to repo. This will help towards CNCF guidence