[REF] owl: reorganize exports, remove registry, remove web example

closes #38
This commit is contained in:
Géry Debongnie
2019-04-16 17:15:05 +02:00
parent eac49562fa
commit a22dcdaddf
1642 changed files with 8 additions and 123831 deletions
+7 -12
View File
@@ -2,18 +2,13 @@
Currently, this repository contains:
1. **core**
- an implementation/extension of the QWeb template engine that outputs a virtual
dom (using the snabbdom library)
- a Component class, which uses the QWeb engine as its underlying rendering
mechanism. The component class is designed to be declarative, with
asynchronous rendering. Also, it uses snabbdom as the virtual dom library.
- some utility functions/classes
2. **extras**
- a Store class and a connect function, to help manage the state of an application (like react-redux)
- a Registry: this is a simple key/store mapping
- an implementation/extension of the QWeb template engine that outputs a virtual
dom (using the snabbdom library)
- a Component class, which uses the QWeb engine as its underlying rendering
mechanism. The component class is designed to be declarative, with
asynchronous rendering. Also, it uses snabbdom as the virtual dom library.
- some utility functions/classes
- a Store class and a connect function, to help manage the state of an application (like react-redux)
- [Quick Start](quick_start.md)
- [Tutorial](tutorial.md)