Skip to content
Snippets Groups Projects
Commit 01497943 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Clean up in the working directory

parent 2419fc6e
No related branches found
No related tags found
No related merge requests found
Showing with 0 additions and 864 deletions
www/images/logoSFLphone512x149.png

17.2 KiB

www/images/see-above.png

200 B

www/images/toc-blank.png

318 B

www/images/toc-minus.png

259 B

www/images/toc-plus.png

264 B

<?php
/**
* Copyright (C) 2007 - Savoir-faire Linux Inc.
* Author: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com>
*
* LICENSE: GPLv3
*/
require_once('sflphone.funcs.php');
// We've requested an image, fetch it, and send it.
if (isset($_REQUEST['img'])) {
$img = $_REQUEST['img'];
switch(strtolower(substr($img, -3))) {
case 'jpg':
header("Content-Type: image/jpeg");
break;
case 'png':
header("Content-Type: image/png");
break;
case 'gif':
header("Content-Type: image/gif");
break;
default:
break;
}
show_page($img, FALSE);
exit();
}
if (isset($_REQUEST['file'])) {
include("header.php");
show_page($_REQUEST['file']);
include("footer.php");
exit();
}
$module = '';
// Default module: home
if (!$_REQUEST['mod']) {
$module = 'home';
} else {
$module = $_REQUEST['mod'];
}
// Send output.
include('header.php');
$mod = "templates/page_$module.php";
if (!file_exists($mod)) {
print "<h1>Module '$module' not found</h1>";
} else {
include($mod);
}
include('footer.php');
?>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
<?php show_page('Build.txt'); ?>
<h1>Source code</h1>
<?php show_page('Git_Access.txt'); ?>
<?php show_page('MailingLists.txt'); ?>
<?php show_page('IRC.txt'); ?>
<p>
SFLphone is an <em>Open Source</em> project. This means
you can help the project by contributing <strong>time</strong>,
<strong>documentation</strong>, <strong>graphics</strong>, <strong>source code</strong> or <strong>translation</strong> services.
</p>
<p>
If you want to encourage us otherwise, your <strong>donations</strong> can help us:
</p>
<ul>
<li>Fund developer resources </li>
<li>Purchase hardware for development</li>
<li>Encourage the actual developers</li>
<li>Cope with fees endured in the development</li>
</ul>
<p>
You can donate money securely with <a href="http://www.paypal.com/">PayPal</a>
or a credit card right here:
</p>
<table class="donate">
<tr>
<td align=center>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="cyrille.beraud@savoirfairelinux.com" />
<input type="hidden" name="item_name" value="SFLphone 10USD donation" />
<input type="hidden" name="item_number" value="sfldon010" />
<input type="hidden" name="no_shipping" value="1" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="amount" value="10.00" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="tax" value="0" />
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" />
</form>
</td>
<td align=center>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="cyrille.beraud@savoirfairelinux.com" />
<input type="hidden" name="item_name" value="SFLphone 20USD donation" />
<input type="hidden" name="item_number" value="sfldon020" />
<input type="hidden" name="no_shipping" value="1" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="amount" value="20.00" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="tax" value="0" />
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" />
</form>
</td>
<td align=center>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="cyrille.beraud@savoirfairelinux.com" />
<input type="hidden" name="item_name" value="SFLphone 50USD donation" />
<input type="hidden" name="item_number" value="sfldon050" />
<input type="hidden" name="no_shipping" value="1" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="amount" value="50.00" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="tax" value="0" />
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" />
</form>
</td>
<td align=center>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="cyrille.beraud@savoirfairelinux.com" />
<input type="hidden" name="item_name" value="SFLphone 100USD donation" />
<input type="hidden" name="item_number" value="sfldon100" />
<input type="hidden" name="no_shipping" value="1" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="amount" value="100.00" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="tax" value="0" />
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" />
</form>
</td>
<td align=center>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="cyrille.beraud@savoirfairelinux.com" />
<input type="hidden" name="item_name" value="SFLphone 250USD donation" />
<input type="hidden" name="item_number" value="sfldon250" />
<input type="hidden" name="no_shipping" value="1" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="amount" value="250.00" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="tax" value="0" />
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" />
</form>
</td>
<td align=center>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="cyrille.beraud@savoirfairelinux.com" />
<input type="hidden" name="item_name" value="SFLphone donation" />
<input type="hidden" name="item_number" value="sfldon" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="no_shipping" value="1" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="tax" value="0" />
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" />
</form>
</td>
</tr>
<tr>
<td align=center>$10</td>
<td align=center>$20</td>
<td align=center>$50</td>
<td align=center>$100</td>
<td align=center>$250</td>
<td align=center>custom</td>
</tr>
</table>
\ No newline at end of file
<?php show_page('Downloads.txt'); ?>
<?php show_page('Features.txt'); ?>
<h1>Goals</h1>
<?php show_page('Goals.txt'); ?>
This diff is collapsed.
<h1>Screenshots</h1>
<?php show_page('Screenshots.txt'); ?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment