|
|
@ -1,4 +1,15 @@
|
|
|
|
<BODY LINK=blue VLINK=blue ALINK=blue BGCOLOR=white TEXT=black>
|
|
|
|
<?php
|
|
|
|
|
|
|
|
// (c) 2015 Trinity Desktop Project
|
|
|
|
|
|
|
|
// All Rights Reserved
|
|
|
|
|
|
|
|
// Authors: Timothy Pearson and Elizabeth Liddell
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$path = '../../';
|
|
|
|
|
|
|
|
set_include_path(get_include_path() . PATH_SEPARATOR . $path);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
include("tde-head-and-foot.php");
|
|
|
|
|
|
|
|
doHeader("Trinity Releases", "Get Trinity", "Packages");
|
|
|
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
|
|
|
|
<TITLE>Trinity R14.0.1 Release Information</TITLE>
|
|
|
|
<TITLE>Trinity R14.0.1 Release Information</TITLE>
|
|
|
|
<H3>Trinity R14.0.1 Release Information</H3><P>
|
|
|
|
<H3>Trinity R14.0.1 Release Information</H3><P>
|
|
|
|
<A HREF="https://wiki.trinitydesktop.org/Release_Notes_For_R14.0.1" TARGET="_top">What's New in Trinity R14.0.1</A>
|
|
|
|
<A HREF="https://wiki.trinitydesktop.org/Release_Notes_For_R14.0.1" TARGET="_top">What's New in Trinity R14.0.1</A>
|
|
|
@ -8,5 +19,9 @@
|
|
|
|
<A HREF="https://wiki.trinitydesktop.org/RedHatInstall">Official Installation Instructions for RedHat</A><BR>
|
|
|
|
<A HREF="https://wiki.trinitydesktop.org/RedHatInstall">Official Installation Instructions for RedHat</A><BR>
|
|
|
|
<A HREF="https://wiki.trinitydesktop.org/FedoraInstall">Official Installation Instructions for Fedora</A><BR>
|
|
|
|
<A HREF="https://wiki.trinitydesktop.org/FedoraInstall">Official Installation Instructions for Fedora</A><BR>
|
|
|
|
<P>
|
|
|
|
<P>
|
|
|
|
<A HREF="http://ppa2.quickbuild.pearsoncomputing.net/redirect.php?file=releases/R14.0.1/downloads.html" TARGET="_top">Download Source Tarballs</A>
|
|
|
|
<A HREF="http://mirror.ppa.trinitydesktop.org/trinity/releases/R14.0.1/downloads.html" TARGET="_top">Download Source Tarballs</A>
|
|
|
|
</BODY>
|
|
|
|
</BODY>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php
|
|
|
|
|
|
|
|
doFooter();
|
|
|
|
|
|
|
|
?>
|