Find a file
Hans-Christoph Steiner a6653300e8 zopfli compress PNGs in this repo to reduce to 50-90% of original
zopfli is a compression algorithm that optimizes the standard ZIP DEFLATE
compression. All of this is visually lossless, except for two minor things:

* lossy_transparent: remove colors behind alpha channel 0. No visual
  difference, removes hidden information.

* lossy_8bit: convert 16-bit per channel image to 8-bit per channel.

This was done using the 'zopfli' package in Debian/buster, invoking this way:
zopflipng --iterations=50 --filters=01234mepb --lossy_8bit --lossy_transparent -y $f ${f}.zopfli.png
2017-10-10 17:27:52 +02:00
.gitlab/merge_request_templates Merge templates: fix small typo 2017-07-26 17:18:51 +02:00
build/extlib switch to a single top-level .gitignore 2017-09-04 14:44:39 +02:00
hooks support localized files and graphics in git pre-commit hook 2017-05-30 10:53:28 +02:00
metadata zopfli compress PNGs in this repo to reduce to 50-90% of original 2017-10-10 17:27:52 +02:00
srclibs org.lufebe16.pysolfc.txt added - squashed 2017-09-29 09:46:16 +02:00
stats Stats, etc 2017-10-09 07:00:36 +01:00
templates Add changelog to template 2017-02-06 19:50:30 +01:00
.gitignore switch to a single top-level .gitignore 2017-09-04 14:44:39 +02:00
.gitlab-ci.yml update gitlab-ci base image to Debian/stretch 2017-07-03 13:07:10 +02:00
CONTRIBUTING.md
fdroid-icon.png
LICENSE
README.md

F-Droid Data

build status

This repository holds general and build information for all the apps on our main repo on f-droid.org.

Quickstart

Install fdroidserver, or just use it directly from master:

git clone https://gitlab.com/fdroid/fdroidserver.git
export PATH="$PATH:$PWD/fdroidserver"

Clone fdroiddata (or your fork) and enter it:

git clone https://gitlab.com/fdroid/fdroiddata.git
cd fdroiddata

An empty config file should work for most setups:

touch config.py

Make sure fdroid works and reads the metadata files properly:

fdroid readmeta

Contributing

See the Contributing doc.

More information

You can find more details on the manual.