|
3 | 3 |
|
4 | 4 | Welcome to the official documentation of the `Symfony Content Management Framework`_.
|
5 | 5 |
|
| 6 | +The Symfony2 Content Management Framework project is organized by the Symfony |
| 7 | +community and has several sponsoring companies and prominent open source leaders |
| 8 | +implementing the philosophy of the decoupled CMS. You can read learn more about the |
| 9 | +project on the about page. |
| 10 | + |
6 | 11 | This documentation is currently in development and far from complete. See `Documentation planning`_ for an
|
7 | 12 | overview of the work left to do. Want to help? Thank you, all help greatly appreciated! The source of
|
8 | 13 | the `documentation is hosted here`_.
|
9 | 14 |
|
| 15 | +Mission Statement |
| 16 | +----------------- |
| 17 | + |
| 18 | + The Symfony CMF project makes it easier for developers to add CMS functionality to |
| 19 | + applications built with the Symfony2 PHP framework. Key development principles for |
| 20 | + the provided set of bundles are scalability, usability, documentation and testing. |
| 21 | + |
| 22 | +Why another CMS? |
| 23 | +---------------- |
| 24 | + |
| 25 | +Actually we consider this project to be a CMF, a content management framework, rather |
| 26 | +than a CMS, a content management system. The reason is that we are only providing tools |
| 27 | +to build a custom CMS. There are obviously many CMS solutions available today already, |
| 28 | +but they tend to be tailored first and foremost towards end users and also many tend |
| 29 | +to carry a lot of legacy baggage which make them less than ideal for truly custom |
| 30 | +development like what is possible with `Symfony2`_. |
| 31 | + |
| 32 | +What is our target audience? |
| 33 | +---------------------------- |
| 34 | + |
| 35 | +There are basically to main target audiences: |
| 36 | + |
| 37 | + * Developers that have build a custom application with Symfony2 and just need to also |
| 38 | + support a few content pages for things like the about/contact pages or a news section |
| 39 | + * Developers that need to build a highly customized authoring and content delivery |
| 40 | + solution that no out of the box CMS can properly provide through customization. |
| 41 | + |
10 | 42 | Tutorials
|
11 | 43 | ---------
|
12 | 44 |
|
@@ -76,6 +108,7 @@ Contributing
|
76 | 108 | contributing/code
|
77 | 109 | contributing/license
|
78 | 110 |
|
| 111 | +.. _`Symfony2`: http://symfony.com |
79 | 112 | .. _`Documentation planning`: https://github.com/symfony-cmf/symfony-cmf/wiki/Documentation-Planning
|
80 | 113 | .. _`Symfony Content Management Framework`: http://cmf.symfony.com
|
81 | 114 | .. _`documentation is hosted here`: https://github.com/symfony-cmf/symfony-cmf-docs
|
0 commit comments