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

Metadata for HTML output #542

Merged
merged 1 commit into from
May 8, 2023
Merged

Metadata for HTML output #542

merged 1 commit into from
May 8, 2023

Commits on May 8, 2023

  1. Metadata for HTML output

    From DocBook => HTML:
    
    * <meta name="title">...</meta> =>
        <meta property="twitter:title" content="..."/>
        <meta property="og:title" content="..."/>
    
    * <meta name="social-descr">...</meta> =>
        <meta property="twitter:description" content="..."/>
        <meta property="og:description" content="..."/>
    
    * <meta name="category" content="Systems Management"/> =>
        <meta name="category" content="..."/>
    
    * <meta name="maintainer" content="tux@example.com"/> =>
       <meta name="DC.creator" content="tux@example.com"/>
    
    * Also try to match meta[@name='bugtracker']/d:phrase[@ROLE='editurl']
    
    * Introduce include.html.dublincore parameter
      Used to add Dublin Core metadata for HTML
    tomschr committed May 8, 2023
    Configuration menu
    Copy the full SHA
    d7a1639 View commit details
    Browse the repository at this point in the history