Skip to content
dervishe- edited this page Nov 27, 2014 · 25 revisions

F-droid-web is a simple and lightweight web interface to [f-droid server] (https://gitlab.com/fdroid/fdroidserver/tree/master). It provide a way:

  • via qr-codes to register automatically the repository in the fdroid app
  • to browse your f-droid catalogue by
    • app's name, summary and description
    • app's type of license
    • app's category
  • an atom feed with the last apps registered.
  • a JSON export of categories, licenses and all the result of search

This website if HTML5/CSS3 valid with semantic markups.
It is also compliant with: WCAG + ARIA (grade: AA) which is make it fully accessible by keyboards and other readers users.
Its interface is fully internationalizable.
It is also tracker-free (even for the social media part)

To make it work, you don't need other things than a properly configured webserver with at least PHP 5. As it use the phpqrcode lib to provide the qr-codes you will need also GD2 library installed but that's all.

What it's actually looks like:

And for the app descriptive sheet:

Clone this wiki locally