Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bittner/orf-total
ORF total. Alle ORF Angebote in einer WebApp. Ö3, FM4, Radio, Fernsehen, News, Kundendienst. WebApp for Ubuntu Touch.
https://github.com/bittner/orf-total
austria news radio tv ubuntu-phone ubuntu-touch webapp
Last synced: 24 days ago
JSON representation
ORF total. Alle ORF Angebote in einer WebApp. Ö3, FM4, Radio, Fernsehen, News, Kundendienst. WebApp for Ubuntu Touch.
- Host: GitHub
- URL: https://github.com/bittner/orf-total
- Owner: bittner
- Created: 2015-12-21T22:55:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-22T22:38:42.000Z (almost 9 years ago)
- Last Synced: 2023-03-26T15:39:00.368Z (over 1 year ago)
- Topics: austria, news, radio, tv, ubuntu-phone, ubuntu-touch, webapp
- Language: QML
- Homepage: https://uappexplorer.com/app/orf-total.peter-bittner
- Size: 714 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
ORF total
---------ORF total. The ultimate app for ORF. Austria's Radio, Television and
News service. A WebApp for Ubuntu Touch.Alle ORF Angebote in einer WebApp. Ö3, FM4, Radio, Fernsehen, News,
Kundendienst. Alle mobilen Angebote (News, Wetter, Ö3) und nicht-
mobile Anbote (Radio, Fernsehen, Kundendienst) in einer Web App.HINWEISE:
- Nicht alle Angebote stellt der ORF mit einer mobilen Version zur
Verfügung. Wenn es für eines der Angebote eine Mobilversion gibt,
verlinken wir dorthin, sobald wir davon erfahren. (Bitte Issue auf
GitHub eröffnen!)
- Der Ö3 Radio Player ist beim ersten Starten manchmal zickig. Ein
Reload der Seite (über das bottom edge Menü) behebt das Problem in
der Regel.
- FM4 und andere Radiostationen findest Du unter "Radio". Leider
gibt es FM4 und die Stationenliste (noch) nicht als mobile Version.
Die Bundesländer Stationen ("Live hören") sind es aber schon.
- Die Musik hört zu spielen auf, sobald man das Smartphone verriegelt
oder die App wechselt. Das ist leider eine Einschränkung der Web Apps.TIPP: Mit der App "Active Screen" kann man das Ausschalten des
Bildschirms einfach verhindern.This web app is not affiliated with ORF, Oesterreichischer Rundfunk.
The ORF name, associated trade marks and logos are trade marks of ORF
or related entities.Technical Notes
---------------This implementation is based on Oliver Grawert's alternate web app
container [1], which provides a radial bottom edge menu instead of a
top toolbar. The source code is ultimately a modified copy of Stefan
Kalb's search.ch web app [2]. Thanks bunches both for your work![1] https://ograblog.wordpress.com/2015/03/22/an-alternate-approach-to-ubuntu-phone-web-app-containers/
[2] https://launchpad.net/search.ch-webappLicense
-------ORF total Web App for Ubuntu Touch devices
Copyright (C) 2015 Peter BittnerThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .Support
-------Source code:
- https://github.com/bittner/orf-totalIssue tracker:
- https://github.com/bittner/orf-total/issuesDevelopment
-----------Ubuntu developer information on Webapps
- https://developer.ubuntu.com/en/web/Introductory guide on Ubuntu Webapps
- https://developer.ubuntu.com/en/web/ubuntu-webapps-guide/Ubuntu Webapps tutorials
- https://developer.ubuntu.com/en/web/tutorials/Build and publish the .click package manually, without Ubuntu SDK:
- Install `click` on your developer machine (`sudo apt-get install click`)
- Make sure you have bumped the version number in `manifest.json`
- `cd` into the project repo folder and build the package (`click build .`)
- Upload the created .click file at https://myapps.developer.ubuntu.comAlternatively, local installation for testing on your device:
- Push the .click package to your device (`adb push `)
- Install (`adb shell pkcon install-local --allow-untrusted /path/to/click`)