Skip to content

Commit 58dacfb

Browse files
committed
added a glossary
1 parent de5647f commit 58dacfb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

glossary.rst

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Glossary
2+
========
3+
4+
.. glossary::
5+
6+
Project
7+
A *Project* is a directory composed of an Application, a set of
8+
bundles, vendor libraries, an autoloader, and web front controller
9+
scripts.
10+
11+
Application
12+
An *Application* is a directory containing the *configuration* for a
13+
given set of Bundles.
14+
15+
Bundle
16+
A *Bundle* is a structured set of files (PHP files, stylesheets,
17+
JavaScripts, images, ...) that *implements* a single feature (a blog,
18+
a forum, ...) and which can be easily shared with other developers.

0 commit comments

Comments
 (0)