Skip to content

Commit 80b23f4

Browse files
committed
Codevtt.org moved to GitHub
no one ever contributed, why should I continue to pay and maintain codevtt.org ?!
1 parent 7fbc646 commit 80b23f4

File tree

12 files changed

+17
-19
lines changed

12 files changed

+17
-19
lines changed

doc/docker/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>MantisBT / CodevTT</h2>
1717
</table>
1818
</div>
1919
<div style="margin-top:3em;" align=center>
20-
More information on &nbsp;<a href='http://codevtt.org' target='_blank'>http://codevtt.org</a>
20+
More information on &nbsp;<a href='https://github.com/lbayle/codev' target='_blank'>https://github.com/lbayle/codev</a>
2121
</div>
2222
<div style="margin-top:3em;" align=right>
2323
<hr>

install/install.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,10 @@
129129
echo "</table><br>";
130130

131131
echo "<h3>".T_("Upgrade instructions")."</h3>";
132-
echo T_("If you're upgrading from an older CodevTT version, please <a href='http://codevtt.org/site/?page_id=1801' target='_blank'>read this page</a> and do the following steps:")."<br>";
132+
echo T_("If you're upgrading from an older CodevTT version, do the following steps:")."<br>";
133133
echo "<ul>";
134134
echo "<li>".T_("Upgrade Mantis first ! (not mandatory)")."</li>";
135+
echo "<li>".T_("Backup your database")."</li>";
135136
echo "<li>".T_("Copy CodevTT configuration files from your previous installation")."</li>";
136137
echo "<li>".T_("Run this script: ")."<a href='".Tools::getServerRootURL()."/tools/update_codevtt.php' target='_blank'>update_codevtt.php</a></li>";
137138
echo "</ul>";

install/install_step4.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function displayFooter() {
8888
echo "<br/><hr />
8989
<address class='right'>
9090
<a href='http://www.gnu.org/licenses/gpl.html' target='_blank'><img title='GPL v3' src='../images/copyleft.png' /></a>
91-
2010-".date('Y')."&nbsp; <span title='Freedom is nothing else but a chance to be better. (Albert Camus)'><a href='http://codevtt.org' target='_blank'>CodevTT.org</a></span><br>
91+
2010-".date('Y')."&nbsp; <span title='Freedom is nothing else but a chance to be better. (Albert Camus)'><a href='https://github.com/lbayle/codev' target='_blank'>CodevTT</a></span><br>
9292
</address>";
9393
}
9494

install/install_step5.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ function displayPage() {
5858
<div class='left' style='margin-top:3em;'>
5959
<strong>Troubleshooting</strong>
6060
<ul>
61-
<li>Check the <a href='http://codevtt.org/site/?forum=installation' target='_blank't>Installation forum</a></li>
62-
<li>Read the <a href='http://codevtt.org/site/?page_id=153' target='_blank't>Documentation</a></li>
61+
<li>Read the <a href='https://github.com/lbayle/codev/tree/master/doc/en' target='_blank't>Documentation</a></li>
6362
</ul>
6463
</div>
6564
@@ -70,7 +69,7 @@ function displayFooter() {
7069
echo "<br/><hr />
7170
<address class='right'>
7271
<a href='http://www.gnu.org/licenses/gpl.html' target='_blank'><img title='GPL v3' src='../images/copyleft.png' /></a>
73-
2010-".date('Y')."&nbsp; <span title='Freedom is nothing else but a chance to be better. (Albert Camus)'><a href='http://codevtt.org' target='_blank'>CodevTT.org</a></span><br>
72+
2010-".date('Y')."&nbsp; <span title='Freedom is nothing else but a chance to be better. (Albert Camus)'><a href='https://github.com/lbayle/codev' target='_blank'>CodevTT</a></span><br>
7473
</address>";
7574
}
7675

mantis_plugin/mantis_1_2/CodevTT/CodevTT.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function register() {
2828

2929
$this->author = 'CodevTT';
3030
$this->contact = '[email protected]';
31-
$this->url = 'http://codevtt.org';
31+
$this->url = 'https://github.com/lbayle/codev';
3232
}
3333

3434
public function init() {

mantis_plugin/mantis_1_3/CodevTT/CodevTT.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function register() {
2828

2929
$this->author = 'CodevTT';
3030
$this->contact = '[email protected]';
31-
$this->url = 'http://codevtt.org';
31+
$this->url = 'https://github.com/lbayle/codev';
3232
}
3333

3434
public function init() {

mantis_plugin/mantis_2_0/CodevTT/CodevTT.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function register() {
2828

2929
$this->author = 'CodevTT';
3030
$this->contact = '[email protected]';
31-
$this->url = 'http://codevtt.org';
31+
$this->url = 'https://github.com/lbayle/codev';
3232
}
3333

3434
public function init() {

tpl/about_codevtt.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252

5353
<div align="center" style="margin-top:2em;">
54-
Please visit &nbsp; <a href='http://codevtt.org' target='_blank' >http://codevtt.org</a> &nbsp; for more information.
54+
Please visit &nbsp; <a href='https://github.com/lbayle/codev' target='_blank' >https://github.com/lbayle/codev</a> &nbsp; for more information.
5555
</div>
5656

5757
<div align="center" style="margin-top:2em;">

tpl/admin.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<tr>
2424
<td>Latest version</td>
2525
<td>:</td>
26-
<td><span class="help_font">codevtt.org is not reachable (check proxy settings).</span></td>
26+
<td><span class="help_font">github.com/lbayle is not reachable (check proxy settings).</span></td>
2727
</tr>
2828
{/if}
2929
</tbody>
3030
</table>
3131

3232

3333
<br><br><br>
34-
Please visit &nbsp; <a href='http://codevtt.org' target='_blank' >http://codevtt.org</a> &nbsp; for more information.
34+
Please visit &nbsp; <a href='https://github.com/lbayle/codev' target='_blank' >https://github.com/lbayle/codev</a> &nbsp; for more information.
3535
<br><br>
3636
<div align="center">
3737
{include file="tools/paypal.html"}

tpl/doc.html

+3-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
</ul>
1212

1313
<div id="tabGeneral">
14-
{t}Documentation is available at {/t} <a target="blank" title="{t}CodevTT Documentation Wiki{/t}" href="http://codevtt.org/site/?page_id=153">CodevTT.org</a>
15-
<br>
16-
<!--br>
17-
{t}GreaseMonkey script: {/t} <a href="{$greasemonkeyURL}">mantis_monkey.user.js</a>
18-
<br-->
14+
{t}Documentation is available at {/t} github.com
15+
<a target="blank" title="{t}CodevTT Documentation{/t} (EN)" href="https://github.com/lbayle/codev/tree/master/doc/en">(EN)</a>
16+
<a target="blank" title="{t}CodevTT Documentation{/t} (FR)" href="https://github.com/lbayle/codev/tree/master/doc/fr">(FR)</a>
1917
<br>
2018
{t}You can help on translations: {/t} <a target="blank" href="https://translatewiki.net/wiki/Special:Translate?group=codev">translatewiki.net</a> &nbsp;&nbsp;( <a target="blank" href="https://translatewiki.net/w/i.php?title=Special%3AMessageGroupStats&x=D&group=codev&suppressempty=1">{t}statistics{/t}</a> )
2119
<br>

tpl/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h2>{t}A new CodevTT version is available !{/t}</h2>
4949
<tr>
5050
<td>Upgrade instructions</td>
5151
<td>:</td>
52-
<td><a href="http://codevtt.org/site/?page_id=1801" target="blank">http://codevtt.org/site/?page_id=1801</a></td>
52+
<td><a href="https://github.com/lbayle/codev" target="blank">https://github.com/lbayle/codev</a></td>
5353
</tr>
5454
</tbody>
5555
</table>

tpl/template.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<address class="right">
107107
<!-- La liberte n'offre qu'une chance d'etre meilleur, la servitude n'est que la certitude de devenir pire. (Albert Camus) -->
108108
<a href='http://www.gnu.org/licenses/gpl.html' target='_blank'><img title='GPL v3' alt="GPL v3" src='images/copyleft.png' /></a>
109-
2010-{$year}&nbsp; <span title='Freedom is nothing else but a chance to be better. (Albert Camus)'><a href='http://codevtt.org' target='_blank'>CodevTT.org</a></span>&nbsp;&nbsp;<br/>
109+
2010-{$year}&nbsp; <span title='Freedom is nothing else but a chance to be better. (Albert Camus)'><a href='https://github.com/lbayle/codev' target='_blank'>CodevTT</a></span>&nbsp;&nbsp;<br/>
110110
</address>
111111
</div>
112112

0 commit comments

Comments
 (0)