Skip to content

Commit c8b7c91

Browse files
Daniel LangeDaniel Lange
Daniel Lange
authored and
Daniel Lange
committed
Fork off a Faster IT (fit) version and adjust the links away from the defunct original website
1 parent 520576c commit c8b7c91

File tree

12 files changed

+25
-12
lines changed

12 files changed

+25
-12
lines changed

README

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
NB: This is a patched version of phpicalendar 2.4 made by Faster IT GmbH.
2+
3+
The site phpicalendar.net seems to be down for ages.
4+
The original software can be obtained still at https://sourceforge.net/projects/phpicalendar/ .
5+
This version is hosted at https://git.faster-it.de/phpicalendar/ .
6+
7+
THIS SOFTWARE HAS SERIOUS SECURITY ISSUES. ONLY RUN THIS IN YOUR INTRANET.
8+
OR WHEREEVER YOU TRUST EVERY USER. REALLY, WE ARE NOT JOKING.
9+
10+
Read the above sentence again. Thanks. And no, we don't offer support on this.
11+
12+
=== snip === Original README follows === snip ===
13+
114
______________________________________
215
| PHP iCalendar |
316
| http://www.phpicalendar.net/ |

default_config.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
class Configs{
33
private static $instance;
44
private function __construct(){
5-
$this->phpicalendar_version = '2.4';
6-
// Configuration file for PHP iCalendar 2.4
5+
$this->phpicalendar_version = '2.4fit';
6+
// Configuration file for PHP iCalendar 2.4fit
77
//
88
// To set values, change the text between the single quotes
99
// Follow instructions to the right for detailed information

templates/default/error.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<tr>
2222
<td align="center" valign="top" class="V12">
2323
{ERROR_MSG}<br />
24-
[<span class="G10"><a href="http://phpicalendar.net/documentation/index.php?title=Error_message_meanings">What does this mean?</a></span>]
24+
[<span class="G10"><a href="https://git.faster-it.de/phpicalendardocumentation/index.php?title=Error_message_meanings">What does this mean?</a></span>]
2525
<br />
2626
<br />
2727
{ERROR_CALENDAR}

templates/default/footer.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<center class="V9 footer"><br />{L_POWERED_BY} <a class="psf" href="http://phpicalendar.net/">PHP iCalendar {VERSION}</a><br />
1+
<center class="V9 footer"><br />{L_POWERED_BY} <a class="psf" href="https://git.faster-it.de/phpicalendar">PHP iCalendar {VERSION}</a><br />
22
<!-- switch rss_valid on -->
33
<p>
44
<a style="color:gray" href="http://feeds.archive.org/validator/check?url={FOOTER_CHECK}">

templates/green/error.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<tr>
2222
<td align="center" valign="top" class="V12">
2323
{ERROR_MSG}<br />
24-
[<span class="G10"><a href="http://phpicalendar.net/documentation/index.php?title=Error_message_meanings">What does this mean?</a></span>]
24+
[<span class="G10"><a href="https://git.faster-it.de/phpicalendardocumentation/index.php?title=Error_message_meanings">What does this mean?</a></span>]
2525
<br />
2626
<br />
2727
{ERROR_CALENDAR}

templates/green/footer.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<center class="V9"><br />{L_POWERED_BY} <a class="psf" href="http://phpicalendar.net/">PHP iCalendar {VERSION}</a><br />
1+
<center class="V9"><br />{L_POWERED_BY} <a class="psf" href="https://git.faster-it.de/phpicalendar">PHP iCalendar {VERSION}</a><br />
22
<!-- switch rss_valid on -->
33
<p>
44
<a style="color:gray" href="http://feeds.archive.org/validator/check?url={FOOTER_CHECK}">

templates/grey/error.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<tr>
2222
<td align="center" valign="top" class="V12">
2323
{ERROR_MSG}<br />
24-
[<span class="G10"><a href="http://phpicalendar.net/documentation/index.php?title=Error_message_meanings">What does this mean?</a></span>]
24+
[<span class="G10"><a href="https://git.faster-it.de/phpicalendardocumentation/index.php?title=Error_message_meanings">What does this mean?</a></span>]
2525
<br />
2626
<br />
2727
{ERROR_CALENDAR}

templates/grey/footer.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<center class="V9"><br />{L_POWERED_BY} <a class="psf" href="http://phpicalendar.net/">PHP iCalendar {VERSION}</a><br />
1+
<center class="V9"><br />{L_POWERED_BY} <a class="psf" href="https://git.faster-it.de/phpicalendar">PHP iCalendar {VERSION}</a><br />
22
<!-- switch rss_valid on -->
33
<p>
44
<a style="color:gray" href="http://feeds.archive.org/validator/check?url={FOOTER_CHECK}">

templates/red/error.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<tr>
2222
<td align="center" valign="top" class="V12">
2323
{ERROR_MSG}<br />
24-
[<span class="G10"><a href="http://phpicalendar.net/documentation/index.php?title=Error_message_meanings">What does this mean?</a></span>]
24+
[<span class="G10"><a href="https://git.faster-it.de/phpicalendardocumentation/index.php?title=Error_message_meanings">What does this mean?</a></span>]
2525
<br />
2626
<br />
2727
{ERROR_CALENDAR}

templates/red/footer.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<center class="V9"><br />{L_POWERED_BY} <a class="psf" href="http://phpicalendar.net/">PHP iCalendar {VERSION}</a><br />
1+
<center class="V9"><br />{L_POWERED_BY} <a class="psf" href="https://git.faster-it.de/phpicalendar">PHP iCalendar {VERSION}</a><br />
22
<!-- switch rss_valid on -->
33
<p>
44
<a style="color:gray" href="http://feeds.archive.org/validator/check?url={FOOTER_CHECK}">

templates/tan/error.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<tr>
2222
<td align="center" valign="top" class="V12">
2323
{ERROR_MSG}<br />
24-
[<span class="G10"><a href="http://phpicalendar.net/documentation/index.php?title=Error_message_meanings">What does this mean?</a></span>]
24+
[<span class="G10"><a href="https://git.faster-it.de/phpicalendardocumentation/index.php?title=Error_message_meanings">What does this mean?</a></span>]
2525
<br />
2626
<br />
2727
{ERROR_CALENDAR}

templates/tan/footer.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<center class="V9"><br />{L_POWERED_BY} <a class="psf" href="http://phpicalendar.net/">PHP iCalendar {VERSION}</a><br />
1+
<center class="V9"><br />{L_POWERED_BY} <a class="psf" href="https://git.faster-it.de/phpicalendar">PHP iCalendar {VERSION}</a><br />
22
<!-- switch rss_valid on -->
33
<p>
44
<a style="color:gray" href="http://feeds.archive.org/validator/check?url={FOOTER_CHECK}">

0 commit comments

Comments
 (0)