equal
deleted
inserted
replaced
|
1 .. -*- coding: utf-8 -*- |
|
2 |
|
3 What's next? |
|
4 ------------ |
|
5 |
|
6 We demonstrated how from a straight out of the box `CubicWeb` |
|
7 installation, you can build your web-application based on a |
|
8 schema. It's all already there: views, templates, permissions, |
|
9 etc. The step forward is now for you to customize according |
|
10 to your needs. |
|
11 |
|
12 More than a web application, many features are available to |
|
13 extend your application, for example: RSS channel integration |
|
14 (:ref:`rss`), hooks (:ref:`hooks`), support of sources such as |
|
15 Google App Engine (:ref:`gaecontents`) and lots of others to |
|
16 discover through our book. |
|
17 |