Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 48edda2

Browse files
committed
tweaked introduction (fixes #1)
1 parent f4fc2c6 commit 48edda2

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

index.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,42 @@
33

44
Welcome to the official documentation of the `Symfony Content Management Framework`_.
55

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+
611
This documentation is currently in development and far from complete. See `Documentation planning`_ for an
712
overview of the work left to do. Want to help? Thank you, all help greatly appreciated! The source of
813
the `documentation is hosted here`_.
914

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+
1042
Tutorials
1143
---------
1244

@@ -76,6 +108,7 @@ Contributing
76108
contributing/code
77109
contributing/license
78110

111+
.. _`Symfony2`: http://symfony.com
79112
.. _`Documentation planning`: https://github.com/symfony-cmf/symfony-cmf/wiki/Documentation-Planning
80113
.. _`Symfony Content Management Framework`: http://cmf.symfony.com
81114
.. _`documentation is hosted here`: https://github.com/symfony-cmf/symfony-cmf-docs

0 commit comments

Comments
 (0)