fdroiddata/metadata/com.bytesforge.linkasanote.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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 13:13:47 +02:00

29 lines
832 B
YAML

Categories:
- Internet
License: GPL-3.0-or-later
SourceCode: https://github.com/alexcustos/linkasanote
IssueTracker: https://github.com/alexcustos/linkasanote/issues
Summary: Bind notes to links and sync them with Nextcloud
Description: |-
LaaNo is an app which is designed to simplify the access to the information
found on the Web and to give more power to manage it.
* The app allows to bind Notes to Links and, at the same time, providing independent access to them;
* Notes can be used as background information or as flashcards;
* Two-way data sync is possible via Nextcloud.
RepoType: git
Repo: https://github.com/alexcustos/linkasanote.git
Builds:
- versionName: 0.3.3
versionCode: 30399
commit: v0.3.3
subdir: app
gradle:
- prod
AutoUpdateMode: None
UpdateCheckMode: None