readme
This commit is contained in:
parent
047ef288f4
commit
4e853fb1ea
1 changed files with 2 additions and 42 deletions
44
README.md
44
README.md
|
@ -1,43 +1,3 @@
|
|||
# Tiny Browser
|
||||
# TED.com PWA
|
||||
|
||||
The project provides an example of using WebView.
|
||||
|
||||
The main purpose is to show minimal application with WebView.
|
||||
|
||||
The source code of the project is provided under [the license](LICENSE.BSD-3-CLAUSE.md),
|
||||
that allows it to be used in third-party applications.
|
||||
|
||||
The [contributor agreement](CONTRIBUTING.md) documents the rights granted by contributors
|
||||
to the Open Mobile Platform.
|
||||
|
||||
[Code of conduct](CODE_OF_CONDUCT.md) is a current set of rules of the Open Mobile
|
||||
Platform which informs you how we expect the members of the community will interact
|
||||
while contributing and communicating.
|
||||
|
||||
For information about contributors see [AUTHORS](AUTHORS.md).
|
||||
|
||||
## Project Structure
|
||||
|
||||
The project has a common structure
|
||||
of an application based on C++ and QML for Aurora OS.
|
||||
|
||||
* **[de.whataco.TED.pro](de.whataco.TED.pro)** file
|
||||
describes the project structure for the qmake build system.
|
||||
* **[icons](icons)** directory contains application icons for different screen resolutions.
|
||||
* **[qml](qml)** directory contains the QML source code and the UI resources.
|
||||
* **[cover](qml/cover)** directory contains the application cover implementations.
|
||||
* **[icons](qml/icons)** directory contains the custom UI icons.
|
||||
* **[pages](qml/pages)** directory contains the application pages.
|
||||
* **[de.whataco.TED.qml](qml/de.whataco.TED.qml)** file
|
||||
provides the application window implementation.
|
||||
* **[rpm](rpm)** directory contains the rpm-package build settings.
|
||||
**[de.whataco.TED.spec](rpm/de.whataco.TED.spec)** file is used by rpmbuild tool.
|
||||
* **[src](src)** directory contains the C++ source code.
|
||||
* **[de.whataco.TED.cpp](src/de.whataco.TED.cpp)** file is the application entry point.
|
||||
* **[translations](translations)** directory contains the UI translation files.
|
||||
* **[de.whataco.TED.desktop](de.whataco.TED.desktop)** file
|
||||
defines the display and parameters for launching the application.
|
||||
|
||||
## Branches
|
||||
- example_4.02.173: application with SailfishApp::application instance, it is used for OS versions
|
||||
down to and including the 4.02.173
|
||||
Веб приложение для сайта ted.com для Aurora OS
|
Loading…
Reference in a new issue