webpage icon indicating copy to clipboard operation
webpage copied to clipboard

Questions about package information

Open jme52 opened this issue 5 years ago • 3 comments

  1. Would it be possible to display packages (e.g., in https://fortran-lang.org/packages/scientific) more uniformly? At the moment those that are developed on GitHub have much more information available than those that are based on other websites, which may give the impression that non-GitHub packages a less active. Would it be possible to display the same information for those developed on GitLab?

  2. Would it be possible to give more information (ideally in the submission documentation) about how the version information works? Its purpose is not very clear at the moment. Is that the version that package rapporteurs will be checking? Do other versions need to meet the criteria too? Are there any plans to create version-based links (so the version string must match a tag in the repository)?

Thank you.

jme52 avatar Dec 14 '20 00:12 jme52

I think the main reason for this that we are currently relying on shields.io to display the meta data, which has a rather strong focus on GH. It would be beneficial to have actually access to the meta data we are displaying rather than using a third-party provider for this purpose.

awvwgk avatar Dec 17 '20 15:12 awvwgk

I found a way to display additional information for gitlab hosted packages as well, see https://github.com/fortran-lang/fortran-lang.org/pull/196.

awvwgk avatar Feb 06 '21 16:02 awvwgk

Thank you for your replies.

  1. Fixed by fortran-lang/fortran-lang.org#196, thank you.

  2. Maybe more important than my questions back in December: after the merge of fortran-lang/fortran-lang.org#196, PACKAGES.md should be updated since now versions are automatically detected for some non-github sites.

jme52 avatar Feb 19 '21 10:02 jme52