greasyfork-org / greasyfork

An online repository of user scripts.
https://greasyfork.org
GNU General Public License v3.0
1.47k stars 441 forks source link

Some scripts specify names and descriptions multiple times #492

Closed JasonBarnabe closed 3 years ago

JasonBarnabe commented 7 years ago

Some scripts seem to have multiple names and descriptions for a locale. Looks to be they set a default name and a default locale, but also specified a localized name for that locale. Prevent or handle better.

https://greasyfork.org/en/scripts/28276-解除网页右键限制

ghost commented 6 years ago

I think it's a good idea to support multi line description, because I want to update my script in one place, like github. I may add some more features to the script and update the description, and the webhook will update the script to greasyfork. Currently I need to goto greasyfork to manually update the descriptions, otherwise the info page will be out of dated.

ghost commented 6 years ago

And github will keep all the description history

JasonBarnabe commented 3 years ago

@ghost Multiline descriptions would need to be supported by user script managers. I don't see the need anyway.

Greasy Fork already has a GitHub webhook feature.

JasonBarnabe commented 3 years ago

Supplying a localized name or key in the script's default locale is now a validation failure.