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 ```
27 lines
700 B
YAML
27 lines
700 B
YAML
Categories:
|
|
- System
|
|
License: Apache-2.0
|
|
SourceCode: https://archive.softwareheritage.org/browse/origin/https://android-cmis-browser.googlecode.com/hg//directory/
|
|
|
|
AutoName: CMIS Browser
|
|
Summary: Enterprise CM browser
|
|
Description: |-
|
|
Access content from repositories that support the CMIS protocol, like Alfresco
|
|
or Nuxeo. CMIS = Content Management Interoperability Services.
|
|
|
|
* browsing the CMIS repository
|
|
* viewing and sharing documents
|
|
* title or fulltext search
|
|
* Favorites
|
|
* Multiple Repositories
|
|
|
|
Builds:
|
|
- versionName: 0.9.6
|
|
versionCode: 8
|
|
commit: release 0.9.6
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: 0.9.6
|
|
CurrentVersionCode: 8
|