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
Add simple tool to put together metainfo file #130
Comments
|
You know about the I think making some kind of interactive wizard would be useful as well. Also, looking at |
|
"Interactive wizard" was what I wanted to describe, yes. Also it would help if |
|
@probonopd It's quite intentional that this doesn't pass validation, because users should not take the file without adjusting it. |
|
The "interactive wizard" could even be a web-based tool. You would paste in your desktop file, and go from there, heavily assisted by drop-down menus to select licenses, and such. |
|
Here is my minimal viable product of a JavaScript based AppStream tool that helps you to put together a minimal working AppStream metainfo file. http://output.jsbin.com/qoqukof Feel free to take, mirror, host, improve... License: MIT |
|
Thank you! I didn't think of making a JS-only implementation, but I also thought of a much more complex design supporting all features of AS ;-) Maybe I can trick Docbook into embedding this into its HTML output, then it would be available directly in the documentation HTML pages (otherwise I can find another way). |
|
This is implemented: Personally I am not sold on the reverse-DNS stuff, since 99% of real-world desktop files have |
|
@probonopd So, at FOSDEM a lot of people I talked to actually pointed out that a tool to easily build metadata is exactly what the community needs at the moment. And while I previously considered this a "nice to have" and So, tl;dr I started to create a web application to deal with this: https://github.com/ximion/metainfocreator Until then, here is a sneak peek: https://www.freedesktop.org/software/appstream/metainfocreator/ I am closing the bug here, please file new ones against the MetaInfo Creator, or even better, submit a PR to it ;-) |
Since
appimagetoolhas started pushing AppStream, we get a lot of questions and issues regarding metainfo files. A small tool that would help the user in putting together an initial metainfo file and would produce a standards-compilant metainfo file would be very helpful. It could be a CLI tool or even better a GUI tool with masks to enter the information.What do you think?
The text was updated successfully, but these errors were encountered: