Skip to content
Snippets Groups Projects
Commit 7010b103 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

remove broken tutorials, platform-specific links, and lyonpotpourri

parent 0a8dfe69
No related branches found
No related tags found
No related merge requests found
...@@ -34,29 +34,27 @@ var filetypes = [".pd", ".txt", ".htm", ".html", ".pdf"]; ...@@ -34,29 +34,27 @@ var filetypes = [".pd", ".txt", ".htm", ".html", ".pdf"];
description field. */ description field. */
var toc = [ var toc = [
// Original Pd documentation // Original Pd documentation
{
title: "Pure Data",
},
{ {
id: "doc/1.manual", id: "doc/1.manual",
title: "Pd Manual", title: "Pd Manual",
description: "HTML manual for Pure Data" description: "HTML manual"
}, },
{ {
id: "doc/2.control.examples", id: "doc/2.control.examples",
title: "Control Tutorials", title: "Control Tutorials",
description: "basic building blocks of the Pd language and environment" description: "the Pd language and editor"
}, },
{ {
id: "doc/3.audio.examples", id: "doc/3.audio.examples",
title: "Audio Tutorials", title: "Audio Tutorials",
description: "objects and concepts related to producing audio in realtime" description: "manipulating audio in realtime"
}, },
{ {
id: "doc/4.data.structures", id: "doc/4.data.structures",
title: "Data Structures", title: "Data Structures",
description: "custom data manipulation and interactive graphics" description: "custom data and 2d visualization"
}, },
/*
{ {
id: "doc/5.reference", id: "doc/5.reference",
title: "Reference", title: "Reference",
...@@ -67,7 +65,7 @@ var toc = [ ...@@ -67,7 +65,7 @@ var toc = [
title: "Externals", title: "Externals",
description: "how to code control and signal objects in C" description: "how to code control and signal objects in C"
}, },
/* // Section 7 of the vanilla Pd docs, uncomment these if needed. // Section 7 of the vanilla Pd docs, uncomment these if needed.
{ {
title: "Stuff", title: "Stuff",
}, },
...@@ -88,18 +86,10 @@ var toc = [ ...@@ -88,18 +86,10 @@ var toc = [
}, },
*/ */
// Pd-L2Ork extras // Pd-L2Ork extras
{
title: "Pd-L2Ork",
},
{ {
id: "doc/4.data.structures/pd-l2ork/ds-tutorials", id: "doc/4.data.structures/pd-l2ork/ds-tutorials",
title: "Data Structure Tutorials", title: "Pd-l2ork Data Structures",
description: "overview of svg-based data structure drawing commands" description: "new and improved data structure visualizations"
},
{
id: "extra/disis",
title: "DISIS",
description: "DISIS externals (wiimote et al)"
}, },
// PDDP tutorials // PDDP tutorials
{ {
...@@ -137,11 +127,12 @@ var toc = [ ...@@ -137,11 +127,12 @@ var toc = [
title: "Cyclone", title: "Cyclone",
description: "library of clones of Max/MSP 4.x objects" description: "library of clones of Max/MSP 4.x objects"
}, },
{ // Gem isn't currently running on OSX, so we don't list it here
id: "extra/Gem", // {
title: "GEM", // id: "extra/Gem",
description: "Graphics Environment for Multimedia (OpenGL graphics in Pd)" // title: "GEM",
}, // description: "Graphics Environment for Multimedia (OpenGL graphics in Pd)"
// },
{ {
id: "extra/lyon", id: "extra/lyon",
title: "LyonPotpourri", title: "LyonPotpourri",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment