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
developer url tag in appdata #156
Comments
|
@hughsie What do you think on adding a block of URL types specifically for developer interested in the application? So far, we expected the project sites to set up a developer "landing" page and link to their resources from there. |
|
Somewhat related to #125 (if not duplicate). |
|
I'm happy adding more types, although I'm not sure how we'd use them in gnome-software... |
|
I am not generally opposed to adding more URL types, because they are very cheap to add. I do have a few concerns though:
I see problems with "chat" URLs, because I don't want to encode certain tools/vendors in the URL. But if that is not done, there can be only one "chat" URL, in which case it isn't clear where to link to. For VCS URLs, we can't use the I think adding a separate new |
|
Something we've discussed doing in elementary AppCenter is having a store-wide developer/author/project page. So if one author published three apps, there would be a page where it compiled all of those apps and included some extra information about the developer. The problem I see with that in combination with component-level developer data is that you'd have several pieces of possibly-differing developer data from each component. You'd have to deduplicate the matching ones and figure out how to display the conflicting ones, which sounds like a technical and UX mess. So while it may or may not make sense to have some extra information about a developer on a specific app listing, I guess I would just say keep in mind other more interesting implementations of appstream data as well. |
Along a similar note as #155 the existing appdata does poorly in specifying ways in which to onboard users as contributors (except for maybe the translate url type)
To aid in turning users into contributors it may be interesting to provide urls to dev resources. To easily distinguish them from regular URLs I'd put them in a
<developer>tag:The text was updated successfully, but these errors were encountered: