#1109 Fix some bad links
Merged 2 years ago by tibbs. Opened 2 years ago by tibbs.
tibbs/packaging-committee bad-link  into  master

@@ -43,9 +43,9 @@ 

  Weight:: Bold, Black…

  Width∕Stretch:: Narrow, Condensed, Expanded…

  Slope/Slant:: Italic, Oblique

- https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts/#font-optical-sizing[Optical sizing]:: Caption…

+ Optical sizing:: Caption…

  

- Those parameters correspond to the https://docs.microsoft.com/en-us/typography/opentype/spec/dvaraxisreg#registered-axis-tags[default axes] of OpenType variable fonts. The variable fonts model is an extension of the **WWS** model described in the https://msdnshared.blob.core.windows.net/media/MSDNBlogsFS/prod.evol.blogs.msdn.com/CommunityServer.Components.PostAttachments/00/02/24/90/36/WPF%20Font%20Selection%20Model.pdf[WPF Font Selection Model] whitepaper (2007).

+ Those parameters correspond to the https://docs.microsoft.com/en-us/typography/opentype/spec/dvaraxisreg#registered-axis-tags[default axes] of OpenType variable fonts.

  ====

  

  * [x] Packagers MUST apply the definition provided in this section to determine font family boundaries,
@@ -86,7 +86,6 @@ 

  * [x] Fontconfig rules MUST rewrite `family` and `style` when they are not compliant with https://docs.microsoft.com/en-us/typography/opentype/spec/name#name-ids[OpenType WWS] rules:

  ** `family` MUST NOT contain _Weight_, _Width_ or _Slope_ attributes (ideal WWS family name, Name ID 21),

  ** `style` MUST contain only _Weight_, _Width_ or _Slope_ attributes (ideal WWS subfamily name, Name ID 22),

- ** refer to the  https://msdnshared.blob.core.windows.net/media/MSDNBlogsFS/prod.evol.blogs.msdn.com/CommunityServer.Components.PostAttachments/00/02/24/90/36/WPF%20Font%20Selection%20Model.pdf[WPF Font Selection Model] whitepaper for extensive WWS attribute documentation,

  **  Name ID 21 & 22 fields may exist or not in the packaged font files, and may be correct or not. The packager MUST set the correct value at the fontconfig level if the value fontconfig extracts from font files is incorrect.

  * [x] Fontconfig rules MUST rewrite `family` to remove format attributes when they exist,

  ** for exemple: `OT`, `TT`, `Variable`, `Graphite`, `G`, etc,

@@ -7,7 +7,7 @@ 

  

  == Spec file templates

  

- Spec files in line with these templates are generated automatically by the https://apps.fedoraproject.org/packages/cabal-rpm[cabal-rpm] packaging tool

+ Spec files in line with these templates are generated automatically by the https://src.fedoraproject.org/rpms/cabal-rpm[cabal-rpm] packaging tool

  which also adds dependencies listed in the package's `+.cabal+` configuration file.

  Most packages should then build, though for some packages it may be necessary to specify some additional BuildRequires and/or Requires, and to check non-Haskell devel dependencies.

  

@@ -187,5 +187,3 @@ 

  == Perl SIG

  

  People around Perl, who are packaging, maintaining & reviewing packages. If you are interested in Perl, join https://lists.fedoraproject.org/admin/lists/perl-devel.lists.fedoraproject.org/[the mailing list], where are discussed latest issues.

- 

- New Perl packages should set the https://lists.fedoraproject.org/admin/lists/perl-devel.lists.fedoraproject.org/[Fedora Perl SIG mailing list] as a member of the initial-cc list for bugzilla. This can be done by adding the user `+perl-sig+` to the initial CC list when creating the link:Package_SCM_admin_requests#New_Packages[New Package SCM Request].

@@ -348,8 +348,8 @@ 

  ===== Macro details

  

  For details on what these macros evaluate to, refer to the following sources:

- https://github.com/systemd/systemd/blob/master/src/core/macros.systemd.in[macros.systemd.in],

- https://github.com/systemd/systemd/blob/master/src/core/triggers.systemd.in[triggers.systemd.in] and

+ https://github.com/systemd/systemd/blob/master/src/rpm/macros.systemd.in[macros.systemd.in],

+ https://github.com/systemd/systemd/blob/master/src/rpm/triggers.systemd.in[triggers.systemd.in] and

  https://www.freedesktop.org/software/systemd/man/daemon.html[daemon(7)].

  

  === Shells

I ran a link checker over the guidelines and found a few bad links. In one case there was an obvious alternate link but otherwise I ended up just removing the links as I could not find anything to use.

There is still one bad link in the Eclipse plugin guidelines, because the Eclipse stack has been removed from the distro. I will submit a separate PR to fix that.

rebased onto 3f4111e

2 years ago

Pull-Request has been merged by tibbs

2 years ago