Find a file
Boris Kraut 102a8b52c6 Merge branch 'master' into 'master'
Add metadata for Nori

Nori is a free and open-source Android client for online tag-based image archives. https://github.com/tjg1/nori

I am the project owner of Nori and there is already an older version of Nori that was made available on F-Droid by someone else as `pe.moe.nori`.

That version is old, buggy and the package name of the app has since changed (it was pulled from Google Play and I intend to re-upload it under a new applicationId). This is the reason I'm uploading it as a new metadata file. (`io.github.tjg1.nori.txt`)

We had a discussion on IRC as to what could be done with the old metadata file (`pe.moe.nori.txt`). Since a new appId needs a new file, I'd prefer that the old file is moved to an archive repository. Alternatively, this version of the app could be named "Nori 2" and the old version would be kept with a note in its description saying that it's outdated, pointing to the new version of the app. I will leave this decision up to you. I have included a `Provides:pe.moe.nori` line in the new metadata file.

In the future, I will have to make some changes to Nori to make sure that it falls in line with the Google Play Store Developer Content Policy (or rather, is able to pass their automated checks).  Rest assured that the `master` branch will retain full functionality and that Nori doesn't come with any explicit image sources preconfigured, so it's completely appropriate for inclusion on F-Droid.

If you would like to confirm my ownership of the project, the commit in this merge request is signed with the same GPG key as recents commits to Nori in its GitHub repository.

See merge request !1575
2016-08-01 18:32:49 +00:00
build Remove all unused extlibs 2016-05-05 13:40:07 +01:00
hooks pre-commit: do nothing if no apps are changed 2016-06-20 11:18:31 +01:00
metadata Merge branch 'master' into 'master' 2016-08-01 18:32:49 +00:00
srclibs Vector: Fix build 2016-07-10 16:10:36 +02:00
stats Stats, etc 2016-08-01 01:15:35 +01:00
templates
.gitignore
.gitlab-ci.yml CI: bump image 2016-07-31 18:48:11 +02:00
CONTRIBUTING.md
fdroid-icon.png
LICENSE
README.md README: be explicit about the fdroiddata clone 2016-07-12 17:24:26 +01:00

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.