6c177c1fc3
!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 ```
38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
Categories:
|
|
- Science & Education
|
|
License: GPL-2.0-only
|
|
WebSite: http://tbrk.org/software/mnemododo.html
|
|
SourceCode: https://code.launchpad.net/~tbrk/mnemododo/trunk
|
|
IssueTracker: https://bugs.launchpad.net/mnemododo
|
|
|
|
AutoName: Mnemododo
|
|
Summary: Spaced-repetition learning aid
|
|
Description: |-
|
|
Mnemododo allows cards from Mnemosyne (a spaced-repetition flash-card program)
|
|
to be reviewed.
|
|
|
|
Mnemododo does not replace Mnemosyne: cards are still added, edited, and deleted
|
|
using a desktop or laptop computer.
|
|
|
|
Rather, cards for several days are exported using the Mnemogogo plugin and then
|
|
transferred to a mobile phone where they can be reviewed on the go. When those
|
|
cards have been reviewed, they are imported back into Mnemosyne, and more cards
|
|
may be exported.
|
|
|
|
RepoType: bzr
|
|
Repo: lp:mnemododo
|
|
|
|
Builds:
|
|
- versionName: 2.0.0
|
|
versionCode: 23
|
|
commit: mnemododo-2.0.0
|
|
init: rm -f build.xml
|
|
srclibs:
|
|
- mnemogogo@1
|
|
prebuild: printf 'source.dir=src;$$mnemogogo$$/mobile/hexcsv' > ant.properties
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 2.0.0
|
|
CurrentVersionCode: 23
|