-
Notifications
You must be signed in to change notification settings - Fork 6
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
Can I add application by this web UI to Fdroid repository ? #36
Comments
Nop, for the moment it's just a set of consultation pages. In near future, i plan to add an admin part which allow registered people to add apps and regenerate the several files. If you want to, you're welcome to participate. :-) |
Thanks for answer. I will take a look into it and maybe post some patches. From the other hand maybe you can explain me how repository metadata is refreshed here. Do you just base on already prepared metadata by fdroid server tools? |
Exactly, every time i add an app to the repository, i do it manually with fdroid update -c after erasing the index.xml and index.jar located in the website root. |
OK. Thanks, so additional job to call fdroid update -c and erasing files which you mentioned will be needed. I'll think about it in my spare time. |
Yes, but it's not the only step to do, we need in this case a web form in order to collect several information about the app like license type, categories, sources location, etc... |
Yep I get that. Some web form + kind of job (worker) which will call update function. Question is do you have any good one for PHP which you prefer ? Celery ? |
As in topic ?
The text was updated successfully, but these errors were encountered: