diff --git a/contributing/index.rst b/contributing/index.rst new file mode 100644 index 0000000..f36524b --- /dev/null +++ b/contributing/index.rst @@ -0,0 +1,13 @@ +Contributing +============ + +Contribute to Symfony2: + +.. toctree:: + :hidden: + + code/index + documentation/index + community/index + +.. include:: map.rst.inc diff --git a/contributing/map.rst.inc b/contributing/map.rst.inc new file mode 100644 index 0000000..36b21f0 --- /dev/null +++ b/contributing/map.rst.inc @@ -0,0 +1,21 @@ +* **Code**: + + * :doc:`Bugs ` | + * :doc:`Patches ` | + * :doc:`Security ` | + * :doc:`Tests ` | + * :doc:`Coding Standards` | + * :doc:`Code Conventions` | + * :doc:`License ` + +* **Documentation**: + + * :doc:`Overview ` | + * :doc:`Format ` | + * :doc:`Translations ` | + * :doc:`License ` + +* **Community**: + + * :doc:`IRC Meetings ` | + * :doc:`Other Resources ` diff --git a/glossary.rst b/glossary.rst index 7644e29..cf78123 100644 --- a/glossary.rst +++ b/glossary.rst @@ -17,3 +17,9 @@ *Пакет* - это структурированный набор файлов (PHP файлов, таблиц стилей, JavaScript-ов, картинок и т.д.), *предоставляющий* определенную функциональность (блог, форум и т.д.) и который легко может быть использован другими разработчиками. + + Front Controller + A *Front Controller* is a short PHP that lives in the web directory + of your project. Typically, *all* requests are handled by executing + the same front controller, whose job is to bootstrap the Symfony + application. \ No newline at end of file