@@ -3,54 +3,41 @@ Symfony CMF Documentation
3
3
4
4
The Symfony2 Content Management Framework (CMF) project is organized by the Symfony
5
5
community and has several sponsoring companies and prominent open source leaders
6
- implementing the philosophy of the `decoupled CMS `_. You can learn more about the
7
- project on the `about `_ page.
6
+ implementing the philosophy of the `decoupled CMS `_.
8
7
9
- This documentation is still in development. The bundles and reference sections
10
- are updated for the 1.0 release, but the book is still a bit sparse. Want to
11
- help? Thank you, all help greatly appreciated! The source of the
12
- `documentation is hosted on github `_.
8
+ .. caution ::
13
9
14
- Mission Statement
15
- -----------------
16
-
17
- The Symfony CMF project makes it easier for developers to add CMS functionality to
18
- applications built with the Symfony2 PHP framework. Key development principles for
19
- the provided set of bundles are scalability, usability, documentation and testing.
20
-
21
- Why another CMS?
22
- ----------------
23
-
24
- Actually we consider this project to be a CMF, a **content management framework **, rather
25
- than a CMS, a content management system. The reason is that we are only **providing the tools
26
- to build a custom CMS **. There are clearly many CMS solutions available already,
27
- but they tend to be monolithic packages tailored towards end users. Many carry a certain
28
- amount of legacy baggage which make them less than **ideal for developing highly
29
- custom applications **, in contrast to what is possible with `Symfony2 `_.
30
-
31
- What is our target audience?
32
- ----------------------------
33
-
34
- There are basically two main target audiences:
35
-
36
- #. Developers who have built an existing custom application with Symfony2 and need a fast
37
- way to add support for content management. Be it sophisticated CMS features like semantic
38
- content, inline editing, multi-channel delivery etc. or just a few content pages for things
39
- like the about/contact pages.
40
-
41
- #. Developers that need to build a highly customized authoring and content delivery
42
- solution that no out-of-the-box CMS can properly provide through customization alone.
10
+ This documentation is still in development. The bundles and reference sections
11
+ are updated for the 1.0 release, but the book is still a bit sparse. Want to
12
+ help? Thank you, all help greatly appreciated! The source of the
13
+ `documentation is hosted on github `_.
43
14
44
15
.. toctree ::
45
16
:hidden:
46
17
18
+ quick_tour/index
47
19
book/index
48
20
bundles/index
49
21
components/index
50
22
contributing/index
51
23
reference/index
52
24
cookbook/index
53
25
26
+ Quick Tour
27
+ ----------
28
+
29
+ The best way to get started with the Symfony CMF is by reading the Quick Tour.
30
+ This will guide you through the code, philosophy and architecture of the
31
+ Symfony CMF project.
32
+
33
+ .. toctree ::
34
+ :maxdepth: 1
35
+
36
+ quick_tour/the_big_picture
37
+ quick_tour/the_model
38
+ quick_tour/the_router
39
+ quick_tour/the_third_party_bundles
40
+
54
41
Book
55
42
----
56
43
@@ -110,7 +97,6 @@ Do you want to contribute to the Symfony CMF? Start reading these articles!
110
97
111
98
.. _`decoupled CMS` : http://decoupledcms.org
112
99
.. _`Symfony2` : http://symfony.com
113
- .. _`about` : http://cmf.symfony.com/about
114
100
.. _`Documentation planning` : https://github.com/symfony-cmf/symfony-cmf/wiki/Documentation-Planning
115
101
.. _`Symfony Content Management Framework` : http://cmf.symfony.com
116
102
.. _`documentation is hosted on github` : https://github.com/symfony-cmf/symfony-cmf-docs
0 commit comments