Go to file
Daniel Martí d0aa377263 Merge branch 'patch-1' into 'master'
Change web site address for Friendica app

I'm the author of this app, and I no longer use the wiki-lab.net domain so I moved the project homepage to my personal domain max-weller.de.

You can verify this on the github project page which also links to the new url.

See merge request !1474
2016-06-16 09:24:08 +00:00
build
hooks
metadata Merge branch 'patch-1' into 'master' 2016-06-16 09:24:08 +00:00
srclibs
stats Stats, etc 2016-06-16 01:15:24 +01:00
templates
.gitignore
.gitlab-ci.yml CI: bump docker image 2016-06-13 19:33:59 +01: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"

Enter your fdroiddata clone:

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.