spdx / spdx-website

This repo contains all the assets used in the spdx.org website
1 stars 1 forks source link

License List navigation #4

Open davaya opened 4 years ago

davaya commented 4 years ago

The website reorganization is summarized as:

Top-level content (About, Specifications, License List, Resources) is shown on the navbar, but the License List exits to the dynamic site, which has a different appearance and is not integrated into the navigation structure.

This isn't a big deal, the browser back button will return to the main content. But it would be more consistent if there were an integrated static license list page on the main site, which perhaps contained the LL description and linked to the dynamically-generated content.

goneall commented 4 years ago

@davaya Good point on the navigation.

The HTML templates for the SPDX license list website are here: https://github.com/spdx/LicenseListPublisher/tree/master/resources/htmlTemplate

@swiinslow - Is there any HTML bandwidth from the new website team available to help update the templates?