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

Support broken glosslist in HTML #433

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 24, 2022

  1. Support glosslist in HTML (fix #432)

    Add CSS rules for glosslist to mimick appearance of variablelist
    tomschr committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    e7af36d View commit details
    Browse the repository at this point in the history
  2. Add glossseealso template rule and support @linkend

    I run into the problem of useing <glossseealso linkend="..."/>
    instead of <glossseealso otherterm="..."/>.
    
    As we are so get used to linkend in xref, I think it is
    natural to support this in <glossseealso> too.
    
    Although the commit contains several lines, the only change
    in comparison to the original template rule is this:
    
      <xsl:variable name="otherterm" select="(@otherterm|@linkend)[1]"/>
    
    The rest is like the original template rule.
    tomschr committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    b7b3c7c View commit details
    Browse the repository at this point in the history
  3. Migrate it to suse2022-ns

    tomschr committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    2164718 View commit details
    Browse the repository at this point in the history