-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Is it possible to not show all of the licenses ? #2239
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
Comments
I don't think so but you can set |
Thanks !!!! |
They are compiled in binary. So to remove them you would have to recompile from source |
Ah ha ...... |
We have custom licenses, as stated in docs here, but the behavior is to extend the default one not replace them. To compile the exact same build you need a golang env ready and follow https://docs.gitea.io/en-us/install-from-source/. |
And I forget, if you find any bottleneck following the documentation, feel free to contribute to https://github.com/go-gitea/docs and ask question on Discord or here. 😉 |
I have have followed the instructions here https://docs.gitea.io/en-us/install-from-source/ Are they in bindata ? |
For context, bindata (more exacly go-bindata) is a program that convert file in go source code accessible like a filesystem. |
As a feature this should be implemented in the future to be able manage licenses |
One easy way could be to not use default licence if custom/licenses are used ? or add an option to not use default. |
I was looking for something similar. How about a special file inside the license (or other overriding) folder like .INCLUDE or .EXCLUDE to specify included or exclude licenses respectively? It would be a shame to maintain a separate set of licenses just to remove some defaults. |
Pull request adding documentation for |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
I think it would be preferable to indeed have a shorter list. At the least, showing all versions of licenses (such as even CC-BY 1.0 and 2.0 and 2.5 etc) is really noisy. If someone is actually going to use obscure or outdated licensing or is importing an old repo, they can do that without using the dropdown menu in creating new repos. I would urge that a shorter list be used in general even for the relatively complete set. And it would be nicest to have a default of showing only the |
I think this could be closed and we can track #28661. |
Automatically locked because of our CONTRIBUTING guidelines |
Is it possible to not show all of the licenses ?
Thanks
The text was updated successfully, but these errors were encountered: