Re: Missing font information at wiki

2017-11-24 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Nov 23, 2017 at 09:36:44PM +, Richard Hughes wrote:
> On Thu, Nov 23, 2017 at 9:33 PM, Zbigniew Jędrzejewski-Szmek
>  wrote:
> > I'd try to write a page generator that'd turn appdata files into
> > html. Might be useful for more than fonts.
> 
> https://dl.fedoraproject.org/pub/alt/screenshots/f27/status.html is
> generated by appstream-glib -- I think fonts are explicitly filtered
> out but it wouldn't be much work to take that and generate it for
> fonts instead of apps...

Thanks, I thought something like that existed, but I couldn't find it.
Are the sources for the generator of that page available somewhere?

Zbyszek
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Missing font information at wiki

2017-11-24 Thread Rajeesh K V
>
> >
> > I'd try to write a page generator that'd turn appdata files into
> > html. Might be useful for more than fonts. That doesn't even seem
> > like that much work, to write such a script and have it run once a
> > week and update the html for all updated packages and push it out to
> > a server somewhere.
> >
>
> It'd be nice to integrate this into our package/software search
> system[1]. That way the information returned is richer and more
> useful...
>


About 3 years ago, adding appstream data to fonts was done:
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/4MSSMGS2CWKDCIU2DZRPYUAXAZAWPEOU/
Does it not help showing the details in various software centres?



-- 
Rajeesh
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Missing font information at wiki

2017-11-24 Thread Clement Verna
Hi,

fedora-packages is already using the appdata to get the icons of the 
applications. The indexing of the search database is fetching an xml file [1] 
that contains the appdata but I am not sure how this file is actually produced.

[1] : http://dl.fedoraproject.org/pub/alt/screenshots/f27/fedora-27.xml.gz

Clement
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Missing font information at wiki

2017-11-24 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Nov 23, 2017 at 11:05:10PM -0500, Neal Gompa wrote:
> On Thu, Nov 23, 2017 at 4:33 PM, Zbigniew Jędrzejewski-Szmek
>  wrote:
> > On Thu, Nov 23, 2017 at 08:34:35PM +, Will Crawford wrote:
> >> On 23 November 2017 at 13:55, Zbigniew Jędrzejewski-Szmek
> >>  wrote:
> >> [...]
> >> > I think we should consider getting rid of this requirement. Updating
> >> > wiki pages is quite a bit of work, and we have better mechanisms to
> >> > advertise stuff to users that didn't exist a few years ago. Apart from
> >> > the manual effort, the problem with wiki pages is that they tend to
> >> > get out of date pretty quickly enough to be out-of-date to often to be
> >> > really trustworthy. Instead, I think it'd be better to spend the
> >> > effort on making gnome software support fonts even better and to improve
> >> > the appdata files for fonts to make them "shine" in gnome-software.
> >> > This would be
> >> >
> >> > a) less effort (a few minutes to create an appdata file when initially
> >> > packaging the font, very little ongoing effort, metadata is automatically
> >> > updated on package updates),
> >> >
> >> > b) actually more useful for users (you get a live list, click "install"
> >> > on the font you like, instead of going from a wiki page to the command
> >> > line).
> >>
> >> There are still some dinosaurs who don't use GNOME.
> >>
> >> Maybe some mechanisms that aren't dependent on that would be good?
> >
> > I'd try to write a page generator that'd turn appdata files into
> > html. Might be useful for more than fonts. That doesn't even seem
> > like that much work, to write such a script and have it run once a
> > week and update the html for all updated packages and push it out to
> > a server somewhere.
> >
> 
> It'd be nice to integrate this into our package/software search
> system[1]. That way the information returned is richer and more
> useful...
> 
> Also, I wonder why packages.fedoraproject.org doesn't already point to 
> this...?

Yeah, that'd be absolutely great.

It seems that this would require two steps: first a service which
exports the appdata information on the web somewhere in standarized
format, and then code in fedora-packages to display that information.
(The reason why fedora-packages cannot do this directly is that
appdata information can only be reliably extracted from the final rpm,
and that's a slow operation). I cc'd recent fedora-packages contributors,
maybe they can provide more info.

Zbyszek
 
> [1]: https://apps.fedoraproject.org/packages/
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Missing font information at wiki

2017-11-23 Thread Akira TAGOH
On Fri, Nov 24, 2017 at 3:03 AM, Richard Hughes  wrote:
> Usually it's because the font does something crazy and can't be
> rendered by pango-cairo correctly. The "generate a PNG from a TTF"
> functionality is a hair-raising mixture of cairo, pango, freetype2 and
> fontconfig. I'm sure there are bugs.

just wonder if we can use gnome-font-viewer for screenshots?
It does the job what we want/expect on a font for preview.

-- 
Akira TAGOH
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Missing font information at wiki

2017-11-23 Thread Akira TAGOH
On Thu, Nov 23, 2017 at 7:25 PM, Zbigniew Jędrzejewski-Szmek
 wrote:
> I think we should consider getting rid of this requirement. Updating
> wiki pages is quite a bit of work, and we have better mechanisms to
> advertise stuff to users that didn't exist a few years ago. Apart from
> the manual effort, the problem with wiki pages is that they tend to
> get out of date pretty quickly enough to be out-of-date to often to be
> really trustworthy. Instead, I think it'd be better to spend the
> effort on making gnome software support fonts even better and to improve
> the appdata files for fonts to make them "shine" in gnome-software.
> This would be

I have no objections if we can have much better way. I like less manual effort.

-- 
Akira TAGOH
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Missing font information at wiki

2017-11-23 Thread Neal Gompa
On Thu, Nov 23, 2017 at 4:33 PM, Zbigniew Jędrzejewski-Szmek
 wrote:
> On Thu, Nov 23, 2017 at 08:34:35PM +, Will Crawford wrote:
>> On 23 November 2017 at 13:55, Zbigniew Jędrzejewski-Szmek
>>  wrote:
>> [...]
>> > I think we should consider getting rid of this requirement. Updating
>> > wiki pages is quite a bit of work, and we have better mechanisms to
>> > advertise stuff to users that didn't exist a few years ago. Apart from
>> > the manual effort, the problem with wiki pages is that they tend to
>> > get out of date pretty quickly enough to be out-of-date to often to be
>> > really trustworthy. Instead, I think it'd be better to spend the
>> > effort on making gnome software support fonts even better and to improve
>> > the appdata files for fonts to make them "shine" in gnome-software.
>> > This would be
>> >
>> > a) less effort (a few minutes to create an appdata file when initially
>> > packaging the font, very little ongoing effort, metadata is automatically
>> > updated on package updates),
>> >
>> > b) actually more useful for users (you get a live list, click "install"
>> > on the font you like, instead of going from a wiki page to the command
>> > line).
>>
>> There are still some dinosaurs who don't use GNOME.
>>
>> Maybe some mechanisms that aren't dependent on that would be good?
>
> I'd try to write a page generator that'd turn appdata files into
> html. Might be useful for more than fonts. That doesn't even seem
> like that much work, to write such a script and have it run once a
> week and update the html for all updated packages and push it out to
> a server somewhere.
>

It'd be nice to integrate this into our package/software search
system[1]. That way the information returned is richer and more
useful...

Also, I wonder why packages.fedoraproject.org doesn't already point to this...?

[1]: https://apps.fedoraproject.org/packages/


-- 
真実はいつも一つ!/ Always, there's only one truth!
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Missing font information at wiki

2017-11-23 Thread Akira TAGOH
On Thu, Nov 23, 2017 at 8:07 PM, Richard Hughes  wrote:
> We fixed the emoji font generation yesterday by chance:
> https://github.com/hughsie/appstream-glib/commit/7e597065a8024743dde63354355388e7ac7f9855

maybe good to have one for math? which is und-zmth.

>
>> Also, most fonts don't have good descriptions in the appdata files.
>> _This_ is something that requires font maintainer input.
>
> Right -- and they're almost never translated either.
>
> Richard.



-- 
Akira TAGOH
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Missing font information at wiki

2017-11-23 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Nov 23, 2017 at 08:34:35PM +, Will Crawford wrote:
> On 23 November 2017 at 13:55, Zbigniew Jędrzejewski-Szmek
>  wrote:
> [...]
> > I think we should consider getting rid of this requirement. Updating
> > wiki pages is quite a bit of work, and we have better mechanisms to
> > advertise stuff to users that didn't exist a few years ago. Apart from
> > the manual effort, the problem with wiki pages is that they tend to
> > get out of date pretty quickly enough to be out-of-date to often to be
> > really trustworthy. Instead, I think it'd be better to spend the
> > effort on making gnome software support fonts even better and to improve
> > the appdata files for fonts to make them "shine" in gnome-software.
> > This would be
> >
> > a) less effort (a few minutes to create an appdata file when initially
> > packaging the font, very little ongoing effort, metadata is automatically
> > updated on package updates),
> >
> > b) actually more useful for users (you get a live list, click "install"
> > on the font you like, instead of going from a wiki page to the command
> > line).
> 
> There are still some dinosaurs who don't use GNOME.
> 
> Maybe some mechanisms that aren't dependent on that would be good?

I'd try to write a page generator that'd turn appdata files into
html. Might be useful for more than fonts. That doesn't even seem
like that much work, to write such a script and have it run once a
week and update the html for all updated packages and push it out to
a server somewhere.

Zbyszek
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Missing font information at wiki

2017-11-23 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Nov 23, 2017 at 02:37:56PM +, Richard Hughes wrote:
> On Thu, Nov 23, 2017 at 1:55 PM, Zbigniew Jędrzejewski-Szmek
>  wrote:
> > I attached a screenshot from gnome-software-3.26.1-3.fc27.x86_64 for a
> > random font. This _is_ already pretty good, but it'd be nice to get rid
> > of the "No screenshot provided" thing. Why would gnome-software show that?
> 
> We fixed the emoji font generation yesterday by chance:
> https://github.com/hughsie/appstream-glib/commit/7e597065a8024743dde63354355388e7ac7f9855

Oh, cool. And what about the other issue: "no screenshot provided"?

> > Also, most fonts don't have good descriptions in the appdata files.
> > _This_ is something that requires font maintainer input.
> 
> Right -- and they're almost never translated either.

Right. But should they be? A font looks the same in any language...

Zbyszek
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Missing font information at wiki

2017-11-23 Thread Richard Hughes
On 23 November 2017 at 20:34, Will Crawford  wrote:
> There are still some dinosaurs who don't use GNOME.

AppStream is a cross distro and cross desktop specification. It's used
by Muon, Discover and Apper on KDE, AppCenter on Elementary OS and
also desktop neutral projects like Cockpit.

Richard
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Missing font information at wiki

2017-11-23 Thread Will Crawford
On 23 November 2017 at 13:55, Zbigniew Jędrzejewski-Szmek
 wrote:
[...]
> I think we should consider getting rid of this requirement. Updating
> wiki pages is quite a bit of work, and we have better mechanisms to
> advertise stuff to users that didn't exist a few years ago. Apart from
> the manual effort, the problem with wiki pages is that they tend to
> get out of date pretty quickly enough to be out-of-date to often to be
> really trustworthy. Instead, I think it'd be better to spend the
> effort on making gnome software support fonts even better and to improve
> the appdata files for fonts to make them "shine" in gnome-software.
> This would be
>
> a) less effort (a few minutes to create an appdata file when initially
> packaging the font, very little ongoing effort, metadata is automatically
> updated on package updates),
>
> b) actually more useful for users (you get a live list, click "install"
> on the font you like, instead of going from a wiki page to the command
> line).

There are still some dinosaurs who don't use GNOME.

Maybe some mechanisms that aren't dependent on that would be good?
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Missing font information at wiki

2017-11-23 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Nov 23, 2017 at 04:16:27PM +0530, Akira TAGOH wrote:
> On Thu, Nov 23, 2017 at 3:31 AM, Matthew Miller
>  wrote:
> > On Tue, Nov 21, 2017 at 03:44:05PM +0530, Akira TAGOH wrote:
> >> All of fonts is supposed to have an information page for their fonts
> >> at wiki based on the template[1] according to the package
> >> lifecycle[2]. however some of them doesn't have. so just tried to pick
> >> them up and inform you to get one there.
> >
> > Are they? From the lifecycle page you link, that seems to be there to
> > enable the packaging of the font in the first place, not meant to be
> > long-term documentation. If it _is_ meant to be long-term
> > documentation, that should be clarified somewhere. Who is the audience
> > for this documentation?
> 
> That could be. as some of the wiki pages contains the sample
> rendering, that should definitely be helpful for the end users too to
> see how it looks like. unfortunately not available everything. we
> could improve it.
> For the audience, I don't know.. maybe Nicolas Mailhot?

I think we should consider getting rid of this requirement. Updating
wiki pages is quite a bit of work, and we have better mechanisms to
advertise stuff to users that didn't exist a few years ago. Apart from
the manual effort, the problem with wiki pages is that they tend to
get out of date pretty quickly enough to be out-of-date to often to be
really trustworthy. Instead, I think it'd be better to spend the
effort on making gnome software support fonts even better and to improve
the appdata files for fonts to make them "shine" in gnome-software.
This would be

a) less effort (a few minutes to create an appdata file when initially
packaging the font, very little ongoing effort, metadata is automatically
updated on package updates),

b) actually more useful for users (you get a live list, click "install"
on the font you like, instead of going from a wiki page to the command
line).

I attached a screenshot from gnome-software-3.26.1-3.fc27.x86_64 for a
random font. This _is_ already pretty good, but it'd be nice to get rid
of the "No screenshot provided" thing. Why would gnome-software show that?
It could only useful for developers, but fonts actually don't need a
screenshot, and the space could be used to show more text...

Also, most fonts don't have good descriptions in the appdata files.
_This_ is something that requires font maintainer input.

/cc Richard Hughes

Zbyszek

PS. The screenshots also at 
https://in.waw.pl/~zbyszek/fedora/gnome-software-font.png,
https://in.waw.pl/~zbyszek/fedora/gnome-software-font2.png,
in case the attachments don't get through.

> 
> > If it's supposed to be for end users (and that's a great goal!), I
> > think the new docs site would be better than the wiki.
> 
> Sure. yes, I like it. that depends what sort of information we provide
> though, the wiki pages can be easily outdated if noone maintains. so
> maybe nice to have the sort of web apps or any infrastructure working
> at the background to generate information from the packages and so on.
> well, we could do that with wiki even though.
> 
> >
> > If it's for contributors and packagers, wouldn't it be better to have
> > the documentation in a README.md in dist-git, next to the spec file?
> > That way, it'd show up at (for example)
> > https://src.fedoraproject.org/rpms/overpass-fonts
> >
> > --
> > Matthew Miller
> > 
> > Fedora Project Leader
> > ___
> > devel mailing list -- devel@lists.fedoraproject.org
> > To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> 
> 
> 
> -- 
> Akira TAGOH
> ___
> fonts mailing list -- fo...@lists.fedoraproject.org
> To unsubscribe send an email to fonts-le...@lists.fedoraproject.org
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Missing font information at wiki

2017-11-23 Thread Brian Exelbierd



On Thu, Nov 23, 2017, at 11:46 AM, Akira TAGOH wrote:
> On Thu, Nov 23, 2017 at 3:31 AM, Matthew Miller
>  wrote:
> > On Tue, Nov 21, 2017 at 03:44:05PM +0530, Akira TAGOH wrote:
> >> All of fonts is supposed to have an information page for their
> >> fonts> >> at wiki based on the template[1] according to the package
> >> lifecycle[2]. however some of them doesn't have. so just tried
> >> to pick> >> them up and inform you to get one there.
> >
> > Are they? From the lifecycle page you link, that seems to be
> > there to> > enable the packaging of the font in the first place, not meant 
> > to be> > long-term documentation. If it _is_ meant to be long-term
> > documentation, that should be clarified somewhere. Who is the
> > audience> > for this documentation?
>
> That could be. as some of the wiki pages contains the sample
> rendering, that should definitely be helpful for the end users too to> see 
> how it looks like. unfortunately not available everything. we
> could improve it.
> For the audience, I don't know.. maybe Nicolas Mailhot?
>
> > If it's supposed to be for end users (and that's a great goal!), I
> > think the new docs site would be better than the wiki.
>
> Sure. yes, I like it. that depends what sort of information we provide> 
> though, the wiki pages can be easily outdated if noone maintains. so
> maybe nice to have the sort of web apps or any infrastructure working> at the 
> background to generate information from the packages and so on.> well, we 
> could do that with wiki even though.

i suspect we could do the same for the docs site. We could create a font
catalog with sample rendered to images (I hope someone knows how to do
this in an automated way). We could probably also gate showing a font
based on some kind of a test (dnf to see if the package exists? Did the
render succeed?). Lastly, we could theoretically trigger a republish
based on both new pages added and fedmsgs about package updates.
Regards,

bex 

>
> >
> > If it's for contributors and packagers, wouldn't it be better
> > to have> > the documentation in a README.md in dist-git, next to the spec 
> > file?> > That way, it'd show up at (for example)
> > https://src.fedoraproject.org/rpms/overpass-fonts
> >
> > --
> > Matthew Miller
> > 
> > Fedora Project Leader
> > ___
> > devel mailing list -- devel@lists.fedoraproject.org
> > To unsubscribe send an email to devel-le...@lists.fedoraproject.org>
>
>
> --
> Akira TAGOH
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Missing font information at wiki

2017-11-23 Thread Akira TAGOH
On Thu, Nov 23, 2017 at 3:31 AM, Matthew Miller
 wrote:
> On Tue, Nov 21, 2017 at 03:44:05PM +0530, Akira TAGOH wrote:
>> All of fonts is supposed to have an information page for their fonts
>> at wiki based on the template[1] according to the package
>> lifecycle[2]. however some of them doesn't have. so just tried to pick
>> them up and inform you to get one there.
>
> Are they? From the lifecycle page you link, that seems to be there to
> enable the packaging of the font in the first place, not meant to be
> long-term documentation. If it _is_ meant to be long-term
> documentation, that should be clarified somewhere. Who is the audience
> for this documentation?

That could be. as some of the wiki pages contains the sample
rendering, that should definitely be helpful for the end users too to
see how it looks like. unfortunately not available everything. we
could improve it.
For the audience, I don't know.. maybe Nicolas Mailhot?

> If it's supposed to be for end users (and that's a great goal!), I
> think the new docs site would be better than the wiki.

Sure. yes, I like it. that depends what sort of information we provide
though, the wiki pages can be easily outdated if noone maintains. so
maybe nice to have the sort of web apps or any infrastructure working
at the background to generate information from the packages and so on.
well, we could do that with wiki even though.

>
> If it's for contributors and packagers, wouldn't it be better to have
> the documentation in a README.md in dist-git, next to the spec file?
> That way, it'd show up at (for example)
> https://src.fedoraproject.org/rpms/overpass-fonts
>
> --
> Matthew Miller
> 
> Fedora Project Leader
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org



-- 
Akira TAGOH
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Missing font information at wiki

2017-11-22 Thread Matthew Miller
On Tue, Nov 21, 2017 at 03:44:05PM +0530, Akira TAGOH wrote:
> All of fonts is supposed to have an information page for their fonts
> at wiki based on the template[1] according to the package
> lifecycle[2]. however some of them doesn't have. so just tried to pick
> them up and inform you to get one there.

Are they? From the lifecycle page you link, that seems to be there to
enable the packaging of the font in the first place, not meant to be
long-term documentation. If it _is_ meant to be long-term
documentation, that should be clarified somewhere. Who is the audience
for this documentation?

If it's supposed to be for end users (and that's a great goal!), I
think the new docs site would be better than the wiki.

If it's for contributors and packagers, wouldn't it be better to have
the documentation in a README.md in dist-git, next to the spec file?
That way, it'd show up at (for example)
https://src.fedoraproject.org/rpms/overpass-fonts

-- 
Matthew Miller

Fedora Project Leader
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Missing font information at wiki

2017-11-21 Thread Zdenek Dohnal
On 11/21/2017 11:14 AM, Akira TAGOH wrote:
> zdohnal  ghostscript-fonts
>
ghostscript-fonts is deprecated by urw-fonts and urw-base35-fonts in
Fedora 27+ and is going to be retired for them, so I won't create wiki
page for it.

-- 
Zdenek Dohnal
Associate Software Engineer
Red Hat Czech - Brno TPB-C




signature.asc
Description: OpenPGP digital signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Missing font information at wiki

2017-11-21 Thread Dominik 'Rathann' Mierzejewski
On Tuesday, 21 November 2017 at 11:14, Akira TAGOH wrote:
> Hi,
> 
> All of fonts is supposed to have an information page for their fonts
> at wiki based on the template[1] according to the package
> lifecycle[2]. however some of them doesn't have. so just tried to pick
> them up and inform you to get one there.
> 
> Please see the following source package list which may contains a font
> package that doesn't have an information page at wiki, and would be
> nice to have one for them.
> 
> [1]... https://fedoraproject.org/wiki/Font_description_template
> [2]... https://fedoraproject.org/wiki/Font_package_lifecycle

[...]
> rathann  fontsquirrel-crete-round-fonts

https://fedoraproject.org/wiki/Crete_Round_fonts updated, thanks for the
reminder.

Regards,
Dominik
-- 
Fedora   https://getfedora.org  |  RPMFusion   http://rpmfusion.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Missing font information at wiki

2017-11-21 Thread Akira TAGOH
Hi,

All of fonts is supposed to have an information page for their fonts
at wiki based on the template[1] according to the package
lifecycle[2]. however some of them doesn't have. so just tried to pick
them up and inform you to get one there.

Please see the following source package list which may contains a font
package that doesn't have an information page at wiki, and would be
nice to have one for them.

[1]... https://fedoraproject.org/wiki/Font_description_template
[2]... https://fedoraproject.org/wiki/Font_package_lifecycle

aalamsaab-fonts
ankursinha   hiran-perizia-fonts
ankursinha   oldstandard-sfd-fonts
asn  powerline
awjb libdockapp
awjb wine
bogado   cave9
bojangrimmer-proggy-squaresz-fonts
bojangrimmer-proggy-tinysz-fonts
bsjones  mscore
bsjones  rosegarden4
caolanm  libreoffice
chandankumar python-XStatic-roboto-fontface
decathorpe   impallari-raleway-fonts
dkaspar  urw-base35-fonts
dvratil  oxygen-fonts
elad alef-fonts
ellert   root
fale abattis-cantarell-fonts
fangqwqy-bitmap-fonts
fangqwqy-unibit-fonts
fangqwqy-zenhei-fonts
frixxon  drehatlas-warender-bibliothek-fonts
frixxon  drehatlas-widelands-fonts
frixxon  drehatlas-xaporho-fonts
fujiwara bicon
hadess   eosrei-emojione-fonts
immanetize   glyphicons-halflings-fonts
jnovyTeXmacs
jpenapython-XStatic-bootswatch
jpenapython-XStatic-mdi
jujens   astloch-fonts
jujens   carterone-fonts
jujens   cyreal-wireone-fonts
jujens   kranky-fonts
jujens   labelleaurore-fonts
jujens   monofett-fonts
jujens   reeniebeanie-fonts
jujens   shadowsintolight-fonts
jujens   unifrakturmaguntia-fonts
jujens   vt323-fonts
jujens   wallpoet-fonts
jwrdegoede   zvbi
kvolny   horai-ume-fonts
leamas   entypo-fonts
leamas   mnmlicons-fonts
limb extremetuxracer
limb gnu-free-fonts
limb lilypond
lmacken  nethack
luya aajohan-comfortaa-fonts
luya blender
luya julietaula-montserrat-fonts
luya julietaula-montserrat-fonts
luya typetype-molot-fonts
lyosnorezel  thibault-fonts
martinkg vdrsymbol-fonts
marwin   labiryntowy-fonts
melmorabity  lato-fonts
mohammedisam layla-fonts
mycaemathgl
ndim terminus-fonts
ngompa   d-din-fonts
nim  bitstream-vera-fonts
oget serafettin-cartoon-fonts
ozamosi  msimonson-anonymouspro-fonts
petersen sil-gentium-fonts
pnemade  aldusleaf-crimson-text-fonts
pnemade  almas-mongolian-title-fonts
pnemade  ekmukta-fonts
pnemade  google-roboto-mono-fonts
pnemade  google-roboto-slab-fonts
pnemade  impallari-lobster-fonts
pnemade  iso8859-2-fonts
pnemade  kurdit-unikurd-web-fonts
pnemade  moyogo-molengo-fonts
pnemade  oflb-asana-math-fonts
pnemade  pagul-fonts
pnemade  sarai-fonts
pnemade  tabish-eeyek-fonts
pnemade  tharlon-fonts
pnemade  tuladha-jejeg-fonts
ppisar   sil-mingzat-fonts
pravins  bitmap-fonts
pravins  cdac-sakal-marathi-fonts
pravins  google-noto-fonts
pravins  gubbi-fonts
pravins  kalapi-fonts
pravins  nafees-naskh-fonts
pravins  nafees-nastaleeq-fonts
pravins  nafees-pakistani-naskh-fonts
pravins  nafees-pakistani-web-naskh-fonts
pravins  nafees-riqa-fonts
pravins  nafees-tehreer-naskh-fonts
pravins  nafees-web-naskh-fonts
pravins  navilu-fonts
pravins  paktype-ajrak-fonts
pravins  paktype-naqsh-fonts
pravins  paktype-naskh-basic-fonts
pravins  smc-fonts
pravins  ucs-miscfixed-fonts
pvoborni fontawesome-fonts
pwu  adobe-source-han-sans-cn-fonts
pwu  adobe-source-han-sans-tw-fonts
pwu  adobe-source-han-serif-cn-fonts
pwu  adobe-source-han-serif-tw-fonts
pwu  baekmuk-bdf-fonts
pwu  baekmuk-ttf-fonts
pwu  cjkuni-ukai-fonts
pwu  cjkuni-uming-fonts
pwu  google-noto-cjk-fonts
pwu  google-noto-emoji-fonts
pwu  manchu-fonts
pwu  nhn-nanum-gothic-coding-fonts
pwu  nhn-nanum-gothic-light-fonts
pwu  sil-nuosu-fonts
pwu  ukij-tuz-fonts
pwu  un-core-fonts
pwu  un-extra-fonts
pwu  wqy-microhei-fonts
rajeeshknambiar  paratype-pt-mono-fonts
rajeeshknambiar  paratype-pt-serif-fonts
raphgro  apx
raphgro  cmatrix
rathann  fontsquirrel-crete-round-fonts