-
Notifications
You must be signed in to change notification settings - Fork 156
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 a Yunohost App Generator (alias Yologen) #1799
Conversation
One thing that will require some discussion : where should this (flask app) be hosted ? Right now people willing to try it can use my own hosting, that is not intended to be the final public version. Please contact me (for instance in the matrix room) to get it. |
We will host it on one of our servers. 😉 |
Small bugs to fix:
|
…ng the manifest structure: GeneralInfos, UpstreamInfos, IntegrationInfos, InstallQuestions, Resources
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
…er ... running pip freeze
…pdownload with two submit buttons mapped to the same route
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
default |
|
This comment has been minimized.
This comment has been minimized.
That's a big step and I think it's needed to have at least an English version for the release. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Things starts to be messy, so here is the new TODO list:
Lots of very small steps in the list that should be accessible to newcomers. Contributions welcome 🙂 ! Big steps in the roadmap (imho) for a first official release:
And a kind of meta functionality that could be done at any time and maybe speed up some of the previous steps
|
To anyone willing to test the tool as it is right now (similar to that PR code), please contact me to get the link ;) |
Translations with Babel where added, but there are not working well, there is some debug to do. |
For your information I found the issue with translations not done for every fields: lazy_gettext should be used instead of gettext fonction, at least for fields (tittles are doing fine with gettext). |
A handful more:
|
For that particular one, I don't know how to solve it, it's quite a pain 😅 |
Couple more:
|
A flask webapp to generate a basic (for now) & working Yunohost app using no more than a web form.