From 840532d94d463214d56f716ba894a097a16013e9 Mon Sep 17 00:00:00 2001 From: Albert Graef <aggraef@gmail.com> Date: Mon, 24 Oct 2016 23:53:17 +0200 Subject: [PATCH] toc update: add platform qualifiers, remove Faust and Pure sections. --- pd/nw/dialog_search.html | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/pd/nw/dialog_search.html b/pd/nw/dialog_search.html index 0b7f4c1f5..a3b98130e 100644 --- a/pd/nw/dialog_search.html +++ b/pd/nw/dialog_search.html @@ -130,28 +130,18 @@ var toc = [ { id: "extra/disis", title: "DISIS", - description: "DISIS externals (wiimote et al)" - }, - { - id: "extra/faust", - title: "Faust", - description: "Faust extension (functional dsp programming language)" + description: "DISIS externals (Linux only)" }, { id: "extra/Gem", title: "GEM", - description: "Graphics Environment for Multimedia (OpenGL graphics in Pd)" + description: "Graphics Environment for Multimedia (Windows and Linux only)" }, { id: "extra/lyon", title: "LyonPotpourri", description: "Eric Lyon's external collection" }, - { - id: "extra/pure", - title: "Pure", - description: "Pure extension (functional programming language)" - }, ]; // Stop-gap translator -- GitLab