You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe, what you observe or want to be changed:
The package repository on SourceForge is functional, but there is no easy way of comitting to this repository as a non-member of the project. Converting the whole setup to something, which resembles winget, is probably better and more future-proof.
Describe, what you expect to happen:
Use the GitHub REST Api like so:
Re-think as well, how the package structure will be organized: Using a structure like in winget with folders corresponding to version numbers will simplify the possibility to use a different package version than the currently latest one. As a possible setup:
DESCRIPTION
Describe, what you observe or want to be changed:
The package repository on SourceForge is functional, but there is no easy way of comitting to this repository as a non-member of the project. Converting the whole setup to something, which resembles
winget
, is probably better and more future-proof.Describe, what you expect to happen:
Use the GitHub REST Api like so:
to get the contents of a repository and the structure (the raw-less API will return JSON to obtain the meta data including content-type, ref: https://docs.github.com/en/rest/repos/contents?apiVersion=2022-11-28).
Re-think as well, how the package structure will be organized: Using a structure like in
winget
with folders corresponding to version numbers will simplify the possibility to use a different package version than the currently latest one. As a possible setup:DEVS' SECTION
ANALYSIS
(Describe, what's the issue and which changes have to be made)
IMPLEMENTATION STEPS
(see also our Wiki for implementation guidelines)
DOCUMENTATION STEPS
(see also our Wiki for further information)
*.NHLP
and*.NDB
files, if needed)*.NLNG
files, if needed)PULL REQUEST
The text was updated successfully, but these errors were encountered: