Skip to content

Commit 4171134

Browse files
authored
Merge pull request #349 from kenjis/update-pages
Update pages
2 parents cefcc6f + 9b225fc commit 4171134

File tree

3 files changed

+36
-30
lines changed

3 files changed

+36
-30
lines changed

app/Views/contribute.php

Lines changed: 33 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,17 @@
1515
<div id="inner-page-opening-text">
1616
<p>
1717
CodeIgniter is a community driven project and accepts contributions of code and documentation from the community.
18-
These contributions are made in the form of Issues or Pull Requests on the <a href="https://github.com/codeigniter4/CodeIgniter4" target="_blank" class="link-primary">CodeIgniter repository</a> on GitHub.
18+
These contributions are made in the form of <a href="https://github.com/codeigniter4/CodeIgniter4/issues" target="_blank" class="link-primary">Issues</a>
19+
or <a href="https://github.com/codeigniter4/CodeIgniter4/pulls" target="_blank" class="link-primary">Pull Requests</a>
20+
on the <a href="https://github.com/codeigniter4/CodeIgniter4" target="_blank" class="link-primary">CodeIgniter4 repository</a> on GitHub.
1921
</p>
22+
23+
<div class="inner-page-text-box">
24+
<p>
25+
The CodeIgniter 4 roadmap is explained on <a href="https://forum.codeigniter.com/forum-28.html" target="_blank" class="link-primary">our forum</a>.
26+
</p>
27+
</div>
28+
2029
<p>
2130
Issues are a quick way to point out a bug. If you find a bug or documentation error in CodeIgniter then please check
2231
a few things first:
@@ -38,12 +47,9 @@
3847
<div class="clr"></div>
3948

4049
<div class="inner-page-text-box">
41-
<div class="inner-page-text-box-title">CodeIgniter 4</div>
42-
<p>
43-
CodeIgniter 4 has its own <a href="https://github.com/codeigniter4/CodeIgniter4" target="_blank" class="link-primary">Github repository</a>. It deviates enough from CodeIgniter 3 that we want to keep them separate.
44-
</p>
50+
<div class="inner-page-text-box-title">CodeIgniter 3</div>
4551
<p>
46-
The CodeIgniter 4 roadmap is explained on <a href="https://forum.codeigniter.com/forum-28.html" target="_blank" class="link-primary">our forum</a>, and work to be done is detailed in the <a href="https://github.com/codeigniter4/CodeIgniter4/issues" target="_blank" class="link-primary">repository issues</a>.
52+
CodeIgniter 3 has its own <a href="https://github.com/bcit-ci/CodeIgniter" target="_blank" class="link-primary">Github repository</a>.
4753
</p>
4854
</div><!--contribute boxes ende-->
4955

@@ -65,13 +71,13 @@
6571
<div class="inner-page-text-sub-box">
6672
<div class="inner-page-text-sub-box-title">Testers</div>
6773
<p>
68-
We always need feedback on what works and what does not! Most of the development effort is going into Version 3,
74+
We always need feedback on what works and what does not! Most of the development effort is going into Version 4,
6975
so that is where the need is greatest. If you find something that is definitely a bug, and you are a Github user,
7076
please create a new "issue". If you are not a Github user, or if you are unsure if you have found a bug, then start
71-
a new thread in the CodeIgniter forum <a href="https://forum.codeigniter.com/forum-19.html" target="_blank" class="link-primary">Issues section</a>!
77+
a new thread in the CodeIgniter forum <a href="https://forum.codeigniter.com/forum-30.html" target="_blank" class="link-primary">Issues section</a>!
7278
</p>
7379
<p>
74-
CodeIgniter 4 has its own <a href="https://forum.codeigniter.com/forum-30.html" target="_blank" class="link-primary boldy600">support subforum</a>.
80+
CodeIgniter 3 has its own <a href="https://forum.codeigniter.com/forum-19.html" target="_blank" class="link-primary boldy600">support subforum</a>.
7581
</p>
7682
</div><!--inner-page-text-sub-box ende-->
7783

@@ -80,11 +86,11 @@
8086
<div class="inner-page-text-sub-box">
8187
<div class="inner-page-text-sub-box-title">Writers</div>
8288
<p>
83-
Every project needs good documentation! The CodeIgniter user guide is part of the <a href="https://github.com/bcit-ci/CodeIgniter" target="_blank" class="link-primary">Github project</a> (mentioned above),
89+
Every project needs good documentation! The CodeIgniter user guide is part of the <a href="https://github.com/codeigniter4/CodeIgniter4" target="_blank" class="link-primary">Github project</a> (mentioned above),
8490
and there is always room for more tutorials.
8591
</p>
8692
<p>
87-
CodeIgniter 4's user guide is part of its own <a href="https://github.com/codeigniter4/CodeIgniter4" target="_blank" class="link-primary">repository</a>.
93+
CodeIgniter 3's user guide is part of its own <a href="https://github.com/bcit-ci/CodeIgniter" target="_blank" class="link-primary">repository</a>.
8894
</p>
8995
</div><!--inner-page-text-sub-box ende-->
9096

@@ -123,15 +129,15 @@
123129
<div class="clr"></div>
124130

125131
<div class="inner-page-text-box">
126-
<div class="inner-page-text-box-title">{coderSection}</div>
132+
<div class="inner-page-text-box-title">Coder Section</div>
127133
<div class="clr"></div>
128134

129135
<div class="inner-page-text-sub-box">
130136
<div class="inner-page-text-sub-box-title">Coders</div>
131137
<p>
132-
If you would like to get involved in helping to build the next version of CodeIgniter, join us on <a href="https://github.com/codeigniter4/" target="_blank" class="link-primary">Github</a>!
133-
A detailed contribution guide is in the User Guide, but the main points are to make sure your code conforms
134-
to our <a href="https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/styleguide.rst" target="_blank"> style guide</a>,
138+
If you would like to get involved in helping to build CodeIgniter4, join us on <a href="https://github.com/codeigniter4/" target="_blank" class="link-primary">Github</a>!
139+
A detailed contribution guide is in
140+
<a href="https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/README.md" target="_blank">Contributing to CodeIgniter</a>,
135141
that it is properly documented, and that you use the
136142
<a href="https://nvie.com/posts/a-successful-git-branching-model/" target="_blank" class="link-primary">Git-Flow branching model</a>.
137143
</p>
@@ -161,36 +167,36 @@
161167
<div class="clr"></div>
162168

163169
<div class="inner-page-text-sub-box">
164-
<div class="inner-page-text-sub-box-title">CodeIgniter 3</div>
170+
<div class="inner-page-text-sub-box-title">CodeIgniter 4</div>
165171

166-
<?= $this->setData(['heroes' => $contributors['framework3']])->include('layouts/_heroes') ?>
172+
<?= $this->setData(['heroes' => $contributors['codeigniter4']])->include('layouts/_heroes') ?>
167173

168174
</div><!--inner-page-text-sub-box ends here-->
169175

170176
<div class="clr"></div>
171177

172178
<div class="inner-page-text-sub-box">
173-
<div class="inner-page-text-sub-box-title">CodeIgniter 3 Translations</div>
179+
<div class="inner-page-text-sub-box-title">CodeIgniter 4 Translations</div>
174180

175-
<?= $this->setData(['heroes' => $contributors['translations3']])->include('layouts/_heroes') ?>
181+
<?= $this->setData(['heroes' => $contributors['translations4']])->include('layouts/_heroes') ?>
176182

177183
</div><!--inner-page-text-sub-box ends here-->
178184

179185
<div class="clr"></div>
180186

181187
<div class="inner-page-text-sub-box">
182-
<div class="inner-page-text-sub-box-title">CodeIgniter 4</div>
188+
<div class="inner-page-text-sub-box-title">CodeIgniter 3</div>
183189

184-
<?= $this->setData(['heroes' => $contributors['framework4']])->include('layouts/_heroes') ?>
190+
<?= $this->setData(['heroes' => $contributors['framework3']])->include('layouts/_heroes') ?>
185191

186192
</div><!--inner-page-text-sub-box ends here-->
187193

188194
<div class="clr"></div>
189195

190196
<div class="inner-page-text-sub-box">
191-
<div class="inner-page-text-sub-box-title">CodeIgniter 4 Translations</div>
197+
<div class="inner-page-text-sub-box-title">CodeIgniter 3 Translations</div>
192198

193-
<?= $this->setData(['heroes' => $contributors['translations4']])->include('layouts/_heroes') ?>
199+
<?= $this->setData(['heroes' => $contributors['translations3']])->include('layouts/_heroes') ?>
194200

195201
</div><!--inner-page-text-sub-box ends here-->
196202

@@ -199,18 +205,18 @@
199205
<div class="clr"></div>
200206

201207
<div class="inner-page-text-sub-box">
202-
<div class="inner-page-text-sub-box-title">our Original Website</div>
208+
<div class="inner-page-text-sub-box-title">our Website</div>
203209

204-
<?= $this->setData(['heroes' => $contributors['website3']])->include('layouts/_heroes') ?>
210+
<?= $this->setData(['heroes' => $contributors['website4']])->include('layouts/_heroes') ?>
205211

206212
</div><!--inner-page-text-sub-box ends here-->
207213

208214
<div class="clr"></div>
209215

210216
<div class="inner-page-text-sub-box">
211-
<div class="inner-page-text-sub-box-title">our Revised Website</div>
217+
<div class="inner-page-text-sub-box-title">our Old Website</div>
212218

213-
<?= $this->setData(['heroes' => $contributors['website4']])->include('layouts/_heroes') ?>
219+
<?= $this->setData(['heroes' => $contributors['website3']])->include('layouts/_heroes') ?>
214220

215221
</div><!--inner-page-text-sub-box ends here-->
216222

app/Views/download.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
</div>
1313
</div><!--cv-boxes-version end-->
1414
<div class="cv-boxes-content">
15-
<p>CodeIgniter 4 is the latest version of the framework, intended for use with PHP 7.3+ (including 8.1).</p>
15+
<p>CodeIgniter 4 is the latest version of the framework, intended for use with PHP 7.4+ (including 8.2).</p>
1616
<p>The initial release was February 24, 2020. The current version is <?= $v4name ?>. </p>
1717
<p>
1818
You *could* download this version of the framework using the button below, but we encourage you to check the
1919
<a href="https://codeigniter.com/user_guide/installation/index.html" class="link-primary" target="_blank">Installation section</a>
20-
of the User Guide, to choose from several different ways you can install the framework :)
20+
of the User Guide, to use Composer :)
2121
</p>
2222
<div class="clr"></div>
2323
<div class="cv-boxes-buttons-area">

app/Views/home.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<div class="ci-features-box-title">Framework with a small footprint</div>
7373
<div class="clr"></div>
7474
<div class="ci-features-box-text">
75-
CodeIgniter 4 is a 1.2MB download, plus 6MB for the user guide.
75+
CodeIgniter 4 is a 1.1MB download, plus 1.6MB for the user guide (epub).
7676
</div><!--ci-features-box-text ends here-->
7777
</div><!--ci-features-box-text ends here-->
7878
</div><!--ci-feature-box ends here-->

0 commit comments

Comments
 (0)