Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website does not have the correct trademark disclaimer #1147

Closed
thisisobate opened this issue Jan 23, 2024 · 5 comments
Closed

Website does not have the correct trademark disclaimer #1147

thisisobate opened this issue Jan 23, 2024 · 5 comments
Assignees

Comments

@thisisobate
Copy link

thisisobate commented Jan 23, 2024

As part of our ongoing effort to cncf/techdocs#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>
@codesmith25103
Copy link

Hey @thisisobate. I would like to work on this issue. Can you please assign me this?

@codesmith25103
Copy link

Hey @thisisobate and @iyangsj,

I’ve set up the project and made some necessary changes. However, I’m having trouble testing it before pushing my commit. I added the required link in the footer section, but I’m not sure how to build the website to check if the changes are reflected correctly. Could you please guide me? I’m new to open source, so I’m facing some issues.

@iyangsj
Copy link
Member

iyangsj commented Oct 29, 2024

@codesmith25103 The BFE website is created using MkDocs, a straightforward static site generator.

Steps to set it up:

  • Install MkDocs:
pip install mkdocs
  • Build the site:
git clone https://github.com/bfenetworks/bfe
cd bfe/docs
make
  • Preview the site:
cd output/en_us/
python3 -m http.server 8080

Open your browser and go to http://localhost:8080/

@codesmith25103
Copy link

codesmith25103 commented Oct 29, 2024

"Hey @iyangsj, thanks for helping me out! I have one more question. I noticed that the following text is already added to the footer of the website:

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

@iyangsj
Copy link
Member

iyangsj commented Oct 30, 2024

The issue has been closed as stale and outdated.

@iyangsj iyangsj closed this as completed Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants