<?php

$program_name = 'deluge';
$input_text = 'We collect 1 trace of Deluge\'s allocation when doing:'."\n";
$input = array('Download (and upload) two music torrents (total 1GB) until they are completed');

$input_ops = array(17885793);

$program_desc = 'Deluge is a BitTorrent client, created using Python and GTK+ (through PyGTK). '."\n";
$program_desc .= 'Deluge is currently usable on POSIX-compliant operating systems. It is intended to '."\n";
$program_desc .= 'bring a native, full-featured client to GTK desktop environments such as GNOME and Xfce. '."\n";
$program_desc .= 'The program uses the '."\n";
$program_desc .= 'libtorrent C++ library through official Python bindings.'."\n";

require_once 'program_page.php';
?>
