Skip to content

Commit

Permalink
English version
Browse files Browse the repository at this point in the history
  • Loading branch information
frost-nzcr4 committed Dec 30, 2010
1 parent d3ca8f4 commit f6d7669
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
13 changes: 13 additions & 0 deletions contributing/index.rst
@@ -0,0 +1,13 @@
Contributing
============

Contribute to Symfony2:

.. toctree::
:hidden:

code/index
documentation/index
community/index

.. include:: map.rst.inc
21 changes: 21 additions & 0 deletions contributing/map.rst.inc
@@ -0,0 +1,21 @@
* **Code**:

* :doc:`Bugs </contributing/code/bugs>` |
* :doc:`Patches </contributing/code/patches>` |
* :doc:`Security </contributing/code/security>` |
* :doc:`Tests </contributing/code/tests>` |
* :doc:`Coding Standards</contributing/code/standards>` |
* :doc:`Code Conventions</contributing/code/conventions>` |
* :doc:`License </contributing/code/license>`

* **Documentation**:

* :doc:`Overview </contributing/documentation/overview>` |
* :doc:`Format </contributing/documentation/format>` |
* :doc:`Translations </contributing/documentation/translations>` |
* :doc:`License </contributing/documentation/license>`

* **Community**:

* :doc:`IRC Meetings </contributing/community/irc>` |
* :doc:`Other Resources </contributing/community/other>`
6 changes: 6 additions & 0 deletions glossary.rst
Expand Up @@ -17,3 +17,9 @@
*Пакет* - это структурированный набор файлов (PHP файлов, таблиц стилей, *Пакет* - это структурированный набор файлов (PHP файлов, таблиц стилей,
JavaScript-ов, картинок и т.д.), *предоставляющий* определенную функциональность 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.

0 comments on commit f6d7669

Please sign in to comment.