fdroiddata/metadata/org.okfn.pod.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 18:41:06 +02:00

29 lines
856 B
YAML

Categories:
- Multimedia
License: MIT
WebSite: http://okfn.org
SourceCode: https://github.com/okfn/product-browser-android
IssueTracker: https://github.com/okfn/product-browser-android/issues
AutoName: Product Open Data
Summary: Get product info from barcodes
Description: |-
The barcode on most products is an unique identifier. The
[http://www.product-open-data.com/ Product Open Data] project tries to collect
and link information to those barcodes, like nutrition facts or who actually
owns the vendor. You can either browse and filter the database or look up
specific codes.
RepoType: git
Repo: https://github.com/okfn/product-browser-android.git
Builds:
- versionName: 1.00.13
versionCode: 13
commit: 506cfbed0072a8
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.00.13
CurrentVersionCode: 13