From e707bfca9dadfca8bc0ee89f55f5bdd6ef7250a1 Mon Sep 17 00:00:00 2001 From: Rafael Laboissiere Date: Wed, 11 Nov 2015 12:20:59 -0200 Subject: Initial commit --- www/index.html.in | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 www/index.html.in (limited to 'www/index.html.in') diff --git a/www/index.html.in b/www/index.html.in new file mode 100644 index 0000000..d65f60f --- /dev/null +++ b/www/index.html.in @@ -0,0 +1,101 @@ + + + + + + +
+ +

APT repository for the Praat Debian packages

+ +
+ +

Praat, the famous GUI program for + doing speech analysis and synthesis + is part of + Debian. However, the package is outdated in Debian stable (a.k.a. + "jessie"). In this website, you will find an the APT repository with + the Debian packages for Praat that work in both the stable and testing + (a.k.a "stretch") distributions, for recent upstream versions and for + the amd64 and i386 architectures.

+ +

For installing them, run the following command (as root):

+ +
+  echo "deb http://@WWWHOST@/ jessie main" > /etc/apt/sources.list.d/praat.list
+
+ +

or:

+ +
+  echo "deb http://@WWWHOST@/ stretch main" > /etc/apt/sources.list.d/praat.list
+
+ +

whether you are using the "jessie" or the "stretch" distribution, + respectively.

+ +

This repository is signed. You should add the public GPG key to + your APT configuration, as follows:

+ +
+  wget -O - http://@WWWHOST@/@GPGKEY@ | apt-key add -
+
+ +

Once this is done, run the following commands:

+ +
+  aptitude update
+  aptitude install prat/jessie
+
+ +

or:

+ +
+  aptitude update
+  aptitude install prat/stretch
+
+ +

(You might also use "apt-get" instead of "aptitude" in the commands + above.)

+ +
+ +

Problems? Suggestions? Contact rafael AT laboissiere DOT net.

+ + -- cgit v1.2.3