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

Json ld finetune 1 #558

Merged
merged 2 commits into from
Aug 2, 2023
Merged

Json ld finetune 1 #558

merged 2 commits into from
Aug 2, 2023

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    3787669 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Improve JSON-LD metadata (part 1)

    * JSON-LD: Rewrite author + authorgroup code
      * Simplify code and create a two set approach
      * If no (author/editor/corpauthor/contributor)s or authorgroup is
        found, fallback to a default corporation author
      * Add new parameters:
        - json-ld-fallback-author-name: The author's name
        - json-ld-fallback-author-url: the author's URL
        - json-ld-fallback-author-type: "Corporation" by default
          (but can also be a "Person")
        - json-ld-fallback-author-logo: the URL pointing to the logo
    
    * Correct metadata
      * Rename abstract -> description and refactor code
      * Introduce "sameAs" property
      * Disable json-ld-version and json-ld-keywords
      * Use "Corporation" instead of "Organization" for default author
        and publisher
    tomschr committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5a77718 View commit details
    Browse the repository at this point in the history