fdroiddata/metadata/it.angrydroids.epub3reader.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

38 lines
1.2 KiB
YAML

Categories:
- Reading
License: MIT
SourceCode: https://github.com/pettarin/epub3reader
IssueTracker: https://github.com/pettarin/epub3reader/issues
AutoName: EPUB3 Reader
Summary: eBook reader with parallel texts
Description: |-
The goal of this project consists in exploring new ways of interacting with
rich, structured eBooks in EPUB format.
The rationale behind this choice is simple:
* EPUB is an open format for eBooks and it is the de facto standard for non-Amazon eBooks
* The current reading systems (eReaders, desktop programs, apps) are not suitable for reading structured, complex eBooks, as they are almost always designed with linear-reading books in mind.
For more information see the [https://github.com/pettarin/epub3reader website].
RepoType: git
Repo: https://github.com/pettarin/epub3reader.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: a2fb0ff0ad1016c6307108823a742d7df655c828
subdir: workspaceeclipse/EPUB3Reader
- versionName: 1.0.1
versionCode: 2
commit: 6925d5e1086f2
subdir: workspaceeclipse/EPUB3Reader
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.1'
CurrentVersionCode: 1