@@ -16,24 +16,31 @@ There are several development repositories, of interest to potential contributor
1616+------------------+--------------+-----------------------------------------------------------------+
1717| Repository | Audience | Description |
1818+==================+==============+=================================================================+
19- | CodeIgniter4 | contributors | Project codebase, including tests & user guide sources |
19+ | CodeIgniter4 _ | contributors | Project codebase, including tests & user guide sources |
2020+------------------+--------------+-----------------------------------------------------------------+
21- | translations | developers | System message translations |
21+ | translations _ | developers | System message translations |
2222+------------------+--------------+-----------------------------------------------------------------+
2323| coding-standard _ | contributors | Coding style conventions & rules |
2424+------------------+--------------+-----------------------------------------------------------------+
25- | devkit | developers | Development toolkit for CodeIgniter libraries and projects |
25+ | devkit _ | developers | Development toolkit for CodeIgniter libraries and projects |
2626+------------------+--------------+-----------------------------------------------------------------+
27- | settings | developers | Settings Library for CodeIgniter 4 |
27+ | settings _ | developers | Settings Library for CodeIgniter 4 |
2828+------------------+--------------+-----------------------------------------------------------------+
29- | shield | developers | Authentication and Authorization Library for CodeIgniter 4 |
29+ | shield _ | developers | Authentication and Authorization Library for CodeIgniter 4 |
3030+------------------+--------------+-----------------------------------------------------------------+
31- | tasks | developers | Task Scheduler for CodeIgniter 4 |
31+ | tasks _ | developers | Task Scheduler for CodeIgniter 4 |
3232+------------------+--------------+-----------------------------------------------------------------+
33- | cache | developers | PSR-6 and PSR-16 Cache Adapters for CodeIgniter 4 |
33+ | cache _ | developers | PSR-6 and PSR-16 Cache Adapters for CodeIgniter 4 |
3434+------------------+--------------+-----------------------------------------------------------------+
3535
36+ .. _CodeIgniter4 : https://github.com/codeigniter4/CodeIgniter4
37+ .. _translations : https://github.com/codeigniter4/translations
3638.. _coding-standard : https://github.com/CodeIgniter/coding-standard
39+ .. _devkit : https://github.com/codeigniter4/devkit
40+ .. _settings : https://github.com/codeigniter4/settings
41+ .. _shield : https://codeigniter4.github.io/shield
42+ .. _tasks : https://github.com/codeigniter4/tasks
43+ .. _cache : https://github.com/codeigniter4/cache
3744
3845There are also several deployment repositories, referenced in the installation directions.
3946The deployment repositories are built automatically when a new version is released, and they
@@ -42,14 +49,18 @@ are not directly contributed to.
4249+------------------+--------------+-----------------------------------------------------------------+
4350| Repository | Audience | Description |
4451+==================+==============+=================================================================+
45- | framework | developers | Released versions of the framework |
52+ | framework _ | developers | Released versions of the framework |
4653+------------------+--------------+-----------------------------------------------------------------+
47- | appstarter | developers | Starter project (app/public/writable). |
54+ | appstarter _ | developers | Starter project (app/public/writable). |
4855| | | Dependent on "framework" |
4956+------------------+--------------+-----------------------------------------------------------------+
50- | userguide | anyone | Pre-built user guide |
57+ | userguide _ | anyone | Pre-built user guide |
5158+------------------+--------------+-----------------------------------------------------------------+
5259
60+ .. _framework : https://github.com/codeigniter4/framework
61+ .. _appstarter : https://github.com/codeigniter4/appstarter
62+ .. _userguide : https://github.com/codeigniter4/userguide
63+
5364In all the above, the latest version of a repository can be downloaded
5465by selecting the "releases" link in the secondary navbar inside
5566the "Code" tab of its GitHub repository page. The current (in development) version of each can
@@ -83,9 +94,12 @@ but which showcase it or make it easier to work with!
8394+------------------+--------------+-----------------------------------------------------------------+
8495| Repository | Audience | Description |
8596+==================+==============+=================================================================+
86- | website | developers | The codeigniter.com website, written in CodeIgniter 4 |
97+ | website _ | developers | The codeigniter.com website, written in CodeIgniter 4 |
8798+------------------+--------------+-----------------------------------------------------------------+
88- | playground | developers | Basic code examples in project form. Still growing. |
99+ | playground _ | developers | Basic code examples in project form. Still growing. |
89100+------------------+--------------+-----------------------------------------------------------------+
90101
102+ .. _website : https://github.com/codeigniter4projects/website
103+ .. _playground : https://github.com/codeigniter4projects/playground
104+
91105These are not composer-installable repositories.
0 commit comments