This is a kind of shared issue between the addons server and Elk, but I'm filling in here because if there is anything to fix I feel it should start here.
In the server page in Elk, the category "title" is picked as the category... "shortname" (?) ucwords'ed:
https://github.com/elkarte/Elkarte/blob/development/sources/admin/PackageServers.controller.php#L180
and the name comes from the json at:
http://addons.elkarte.net/package.json
if I'm not wrong, generated with the template:
https://github.com/elkarte/addons/blob/gh-pages/package.json
Lurking here around, I noticed we have what I'd call a "full name" for the categories as well:
https://github.com/elkarte/addons/blob/gh-pages/categories/enhancement.html#L3 (the title parameter)
Do you think it would be possible to use that "full name" parameter as category name in the package manager page?
/me hopes something in this issue does make some sense... lol
ETA: for completeness sake, I was asked where the name comes from and noticed this possibility for improvement.
This is a kind of shared issue between the addons server and Elk, but I'm filling in here because if there is anything to fix I feel it should start here.
In the server page in Elk, the category "title" is picked as the category... "shortname" (?) ucwords'ed:
https://github.com/elkarte/Elkarte/blob/development/sources/admin/PackageServers.controller.php#L180
and the name comes from the json at:
http://addons.elkarte.net/package.json
if I'm not wrong, generated with the template:
https://github.com/elkarte/addons/blob/gh-pages/package.json
Lurking here around, I noticed we have what I'd call a "full name" for the categories as well:
https://github.com/elkarte/addons/blob/gh-pages/categories/enhancement.html#L3 (the title parameter)
Do you think it would be possible to use that "full name" parameter as category name in the package manager page?
/me hopes something in this issue does make some sense... lol
ETA: for completeness sake, I was asked where the name comes from and noticed this possibility for improvement.