dervishe- / f-droid-web

A simple and lightweight webpage which aims is to present the apps stored in a f-droid repository
GNU Lesser General Public License v3.0
15 stars 6 forks source link

Can I add application by this web UI to Fdroid repository ? #36

Open rwoloszyn opened 7 years ago

rwoloszyn commented 7 years ago

As in topic ?

dervishe- commented 7 years ago

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. :-)

rwoloszyn commented 7 years ago

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?

dervishe- commented 7 years ago

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. The main goal was to make just a simple visualization of the repository's content.

rwoloszyn commented 7 years ago

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.

dervishe- commented 7 years ago

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...

rwoloszyn commented 7 years ago

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 ?