Revision of Download from Fri, 10/17/2025 - 02:04

The revisions let you track differences between multiple versions of a post.

<?
include_once "/var/www/sites/default/themes/trisquel7/template.php";

if (function_exists(i18n_get_lang)) {
$lang = i18n_get_lang();
}

if ($_POST['iso']){
$url=strip_tags($_POST['mirror']."/".$_POST['edition']."_".$_POST['bits'].".iso");
$file=strip_tags($_POST['edition']."_".$_POST['bits'].".iso");
$url_iso=strip_tags($_POST['mirror']."/".$_POST['edition']."_".$_POST['bits'].".iso");
$file_iso=strip_tags($_POST['edition']."_".$_POST['bits'].".iso");
$type="iso";

if (preg_match("/.*sources.*/",$_POST['edition'] )){
$url=strip_tags($_POST['mirror']."/".$_POST['edition'].".tar");
$file=strip_tags($_POST['edition'].".tar");
$url_iso=strip_tags($_POST['mirror']."/".$_POST['edition'].".tar");
$file_iso=strip_tags($_POST['edition'].".tar");
}

}

if ($_POST['torrent']){
$_POST['mirror']="https://cdimage.trisquel.info/trisquel-images";

$url=strip_tags($_POST['mirror']."/".$_POST['edition']."_".$_POST['bits'].".iso.torrent");
$file=strip_tags($_POST['edition']."_".$_POST['bits'].".iso.torrent");
$url_iso=strip_tags($_POST['mirror']."/".$_POST['edition']."_".$_POST['bits'].".iso");
$file_iso=strip_tags($_POST['edition']."_".$_POST['bits'].".iso");
$type="torrent";

if (preg_match("/.*sources.*/",$_POST['edition'] )){
$url=strip_tags($_POST['mirror']."/".$_POST['edition'].".tar.torrent");
$file=strip_tags($_POST['edition'].".tar.torrent");
$url_iso=strip_tags($_POST['mirror']."/".$_POST['edition'].".tar");
$file_iso=strip_tags($_POST['edition'].".tar");
}

}

if ($file){

$edition=strip_tags($_POST['edition']);
$mirror=strip_tags($_POST['mirror']);
$arch=strip_tags($_POST['bits']);
$ip=getenv('REMOTE_ADDR');
$useragent=getenv('HTTP_USER_AGENT');

if (! $_POST['email'])
db_query("INSERT INTO {trisquel_downloads} (date, mirror, edition, arch, type, ip, useragent) VALUES ( NOW(), '$mirror', '$edition','$arch','$type' ,'$ip' ,'$useragent')");

?>

var downloadLocation = '<? print $url ?>';
window.onload = function () {

t = setTimeout('document.location = downloadLocation', 1000);
}

<? print t('Thank you for downloading Trisquel!'); ?>

<? print t('If your download does not start in 15 seconds, use this'); ?> "><? print t('direct link'); ?>.

<? print t('

How to write a ISO image to an USB drive or a DVD

Instructions to make a bootable USB drive that can be used to run the system directly from, or install to disk permanently.
Instructions to record the image into a DVD, can also be used for Live testing or permanent installation.'); ?>

<? print t('Donate');?>:

<? print donation_form(); ?>

<? print t('Would you like to download something else?');?>

<?}?>

/download" name="download">

<? print t('Select an edition');?>:

<?

$version="11.0.1";
$releasedate=1721233828;
$codename="Aramo";

?>

Trisquel <? print $version; ?> LTS <? print $codename; ?>

  • <? print t('Release date');?>: <?
    print format_date($releasedate, 'custom', 'm/d/Y');
    ?>
  • <? print t('Downloads'); ?>: <? downloads("$version"); ?>

" type="radio"/>Trisquel

  • 2.9 GB Live USB/DVD <? print t('ISO image');?>
  • <? print t('MATE desktop');?>
  • <? print t('50 language translations preinstalled');?>1

" type="radio"/>Trisquel Mini

  • 1.5 GB Live USB/DVD <? print t('ISO image');?>
  • <? print t('LXDE desktop');?>
  • <? print t('English and Spanish translations preinstalled');?>1

" type="radio"/>Triskel

  • 2.3 GB Live USB/DVD <? print t('ISO image');?>
  • <? print t('KDE desktop');?>
  • <? print t('English and Spanish translations preinstalled');?>1

" type="radio"/>Trisquel Sugar TOAST

  • 1.2 GB Live USB/DVD <? print t('ISO image');?>
  • <? print t('Sugar learning environment');?>

<?php
drupal_add_js('misc/form.js');
drupal_add_js('misc/collapse.js');
?>

<? print t('More') ?>

" type="radio"/>NetInstall

  • 62 MB CD <? print t('ISO image');?>
  • <? print t('Text based network installer');?>

_sources" type="radio"/><? print t('Sources Tarball');?>

  • 7.6 GB <? print t('Tarball');?>
  • <? print t('Source packages for the ISOs above');?>

<? print t('1: If an internet connection is enabled during the installation, it will download any language you choose.
2: The preinstalled languages are: Albanian, Arabic, Aranese, Asturian, Basque, Bulgarian, Catalan, Central Khmer, Simplified Chinese, Traditional Chinese, Croatian, Czech, Danish, Dutch, English, Esperanto, Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hindi, Hungarian, Indonesian, Irish, Italian, Japanese, Korean, Latvian, Lithuanian, Low German, Norwegian Bokmål, Norwegian Nynorsk , Occitan, Panjabi, Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Tamil, Thai, Turkish, Valencian and Vietnamese.');?>

<? /*

<? print t('Select a version');?>:

<? print t('64 bit, when compatible, works faster and allows the use of more RAM.');?>
<? print t('32 bit, compatible with all PCs from Pentium Pro onwards, including 64 bit ones.');?>
<? print t('This selection does not matter if you are downloading a source DVD');?>
*/ ?>

<? print t('Select a mirror');?>:

<? print t('USA (Free Software Foundation)');?>

China (University of Science and Technology of China)

China (eScience Center, Nanjing University)

Brazil (Centro de Computação Científica e Software Livre, Universidade Federal do Paraná)

Ecuador (Consorcio Ecuatoriano para el Desarrollo del Internet Avanzado)

Hungary (Quantum Mirror)

Spain (CALIU Associació d'Usuaris i Usuàries de GNU/Linux en Llengua Catalana)

Sweden (Academic Computer Club, Umeå University)

Sweden (Infania Networks)

Turkey (Turkey Linux Users Association)

>USA (Open Computing Facility at UC Berkeley)

" name="iso" type="submit" />
" name="torrent" type="submit" />
<? print t('You can help us by downloading and seeding the torrent!');?>

<? print t('Total downloads since the 2.0 release');?>: <? downloads(""); ?>

<? print t('

License and Warranty

The programs included in our servers are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. This software comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.');?>