@@ -7,32 +7,31 @@ The CodeIgniter 4 open source project has its own
77
88There are a number of repositories there of interest:
99
10- - `CodeIgniter4 <https://github.com/codeigniter4/CodeIgniter4 >`_
11- holds the codebase for the project, including unit testing
12- and the source from which the user guide is built.
13- This would be used by contributors to the project.
14- - `framework <https://github.com/codeigniter4/framework >`_
15- holds the released versions of the framework.
16- This would be normally be used by developers.
17- - `appstarter <https://github.com/codeigniter4/appstarter >`_
18- holds the released application starter, with app
19- and public folders, but with only a composer
20- dependency on the framework.
21- This is meant as the easy way to start a CodeIgniter 4 project.
22- - `userguide <https://github.com/codeigniter4/userguide >`_
23- holds the pre-built user guide. It can be downloaded
24- on its own, or `viewed online <https://codeigniter4.github.io/userguide >`_.
25- - `translations <https://github.com/codeigniter4/translations >`_
26- holds translations of the CodeIgniter 4 system messages.
27- Developers can use this for :doc: `localization </outgoing/localization >`.
28- - `coding-standard <https://github.com/codeigniter4/coding-standard >`_
29- holds the coding conventions we use for source code that is
30- part of the framework itself.
31- It is a dependency of the codebase repository, for contributors.
10+ +------------------+--------------+-----------------------------------------------------------------+
11+ + Repository + Audience + Description +
12+ +==================+==============+=================================================================+
13+ + CodeIgniter4 + contributors + Project codebase, including tests & user guide sources +
14+ +------------------+--------------+-----------------------------------------------------------------+
15+ + framework + developers + Released versions of the framework +
16+ +------------------+--------------+-----------------------------------------------------------------+
17+ + appstarter + developers + Starter project (app/public/writable). +
18+ + + + Dependent on "framework" +
19+ +------------------+--------------+-----------------------------------------------------------------+
20+ + devstarter + developers + Starter project (app/public/writable). +
21+ + + + Dependent on develop branch of codebase repository +
22+ +------------------+--------------+-----------------------------------------------------------------+
23+ + userguide + anyone + Pre-built user guide +
24+ +------------------+--------------+-----------------------------------------------------------------+
25+ + translations + developers + System message translations +
26+ +------------------+--------------+-----------------------------------------------------------------+
27+ + coding-standard + contributors + Coding style conventions & rules +
28+ +------------------+--------------+-----------------------------------------------------------------+
29+ + + + +
30+ +------------------+--------------+-----------------------------------------------------------------+
3231
3332In all the above, the latest version of a repository can be downloaded
3433by selecting the "releases" link in the secondary navbar inside
35- the "Code" tab. The current (in development) version of each can
34+ the "Code" tab of its Github repository page . The current (in development) version of each can
3635be cloned or downloaded by selecting the "Clone or download" dropdown
3736button on the right-hand side if the repository homepage.
3837
@@ -44,6 +43,7 @@ These correspond to the repositories mentioned above:
4443
4544- `codeigniter4/framework <https://packagist.org/packages/codeigniter4/framework >`_
4645- `codeigniter4/appstarter <https://packagist.org/packages/codeigniter4/appstarter >`_
46+ - `codeigniter4/devstarter <https://packagist.org/packages/codeigniter4/devstarter >`_
4747- `codeigniter4/userguide <https://packagist.org/packages/codeigniter4/userguide >`_
4848- `codeigniter4/translations <https://packagist.org/packages/codeigniter4/translations >`_
4949- `codeigniter4/CodeIgniter4 <https://packagist.org/packages/codeigniter4/CodeIgniter4 >`_
0 commit comments