New text for the website included,
newsbox style changed
This commit is contained in:
parent
b49495e530
commit
33b0fd9d42
1 changed files with 25 additions and 1 deletions
|
@ -12,6 +12,25 @@
|
||||||
the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||||
PARTICULAR PURPOSE. See the License for more details.
|
PARTICULAR PURPOSE. See the License for more details.
|
||||||
*/ ?>
|
*/ ?>
|
||||||
|
<h3><?=_("Are you new to CAcert?")?></h3>
|
||||||
|
|
||||||
|
<p><?=sprintf(_("If you want to have free certificates issued to you, join the %s CAcert Community %s."),"<a href=\"https://www.cacert.org/index.php?id=1\">","</a>")?></p>
|
||||||
|
|
||||||
|
<p><?=sprintf(_("If you want to use certificates issued by CAcert, read the CAcert %s Disclaimer and Licence %s."),'<a href="/policy/NRPDisclaimerAndLicence.php">',"</a>")?>
|
||||||
|
<?=sprintf(_("This licence applies to using the CAcert %s root keys %s."),'<a href="/index.php?id=3">','</a>')?></p>
|
||||||
|
|
||||||
|
<h3><?=_("For CAcert Members")?></h3>
|
||||||
|
|
||||||
|
<p><?=sprintf(_("Have you passed the CAcert %s Assurer Challenge %s yet?"),'<a href="http://wiki.cacert.org/wiki/AssurerChallenge">','</a>')?></p>
|
||||||
|
|
||||||
|
<p><?=sprintf(_("Have you read the CAcert %sCommunity Agreement%s yet?"),'<a href="/policy/CAcertCommunityAgreement.php">','</a>')?></p>
|
||||||
|
|
||||||
|
<p><?=sprintf(_("For general documentation and help, please visit the CAcert %sWiki Documentation site %s."),'<a href="http://wiki.CAcert.org">','</a>')?>
|
||||||
|
<?=sprintf(_("For specific policies, see the CAcert %sApproved Policies page%s."),'<a href="/policy/">',"</a>")?></p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
<h3><?=_("Introduction")?></h3>
|
<h3><?=_("Introduction")?></h3>
|
||||||
|
|
||||||
<p><?=_("It's been a long time coming, but the wait was worthwhile, finally you are able to get security at the right price... Free!")?></p>
|
<p><?=_("It's been a long time coming, but the wait was worthwhile, finally you are able to get security at the right price... Free!")?></p>
|
||||||
|
@ -23,7 +42,10 @@
|
||||||
<li><?=_("Inclusion into mainstream browsers!")?></li>
|
<li><?=_("Inclusion into mainstream browsers!")?></li>
|
||||||
<li><?=_("To provide a trust mechanism to go with the security aspects of encryption.")?></li>
|
<li><?=_("To provide a trust mechanism to go with the security aspects of encryption.")?></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p><?=sprintf(_("For general documentation and help please see our %s site"), "<a href='http://wiki.CAcert.org'>"._("Wiki Documentation")."</a>")?>.</p>
|
<p><?=sprintf(_("For general documentation and help please see our %s site"), "<a href='http://wiki.CAcert.org'>"._("Wiki Documentation")."</a>")?>.</p>
|
||||||
|
-->
|
||||||
|
<div class="newsbox">
|
||||||
<?
|
<?
|
||||||
/*
|
/*
|
||||||
$query = "select *, UNIX_TIMESTAMP(`when`) as `TS` from news order by `when` desc limit 5";
|
$query = "select *, UNIX_TIMESTAMP(`when`) as `TS` from news order by `when` desc limit 5";
|
||||||
|
@ -42,7 +64,7 @@
|
||||||
$fp = @fopen("/www/pages/index/feed.rss", "r");
|
$fp = @fopen("/www/pages/index/feed.rss", "r");
|
||||||
if($fp)
|
if($fp)
|
||||||
{
|
{
|
||||||
echo '<p><a href="http://blog.CAcert.org/">'._('Latest News').'</a> - [ <a href="http://blog.CAcert.org/">'._('More News Items').'</a> ]</p>';
|
echo '<p><u>'._('Latest News').'</u></p>';
|
||||||
|
|
||||||
|
|
||||||
while(!feof($fp))
|
while(!feof($fp))
|
||||||
|
@ -80,3 +102,5 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
[ <a href="http://blog.CAcert.org/"><?=_('More News Items')?></a> ]
|
||||||
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue