summaryrefslogtreecommitdiff
path: root/doc/download.html
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2019-04-13 13:54:00 -0400
committerFelipe Sateler <fsateler@debian.org>2019-04-13 13:54:00 -0400
commit7f00614eb2add32d97bbb0ab47ac5b6322238e87 (patch)
treede98d4a4ec82eba3d0e1998473cb15a61e44eb2b /doc/download.html
parentb7c12c1360bffb758667af95e6ddcf6f2a9758fa (diff)
parent34b181465b17c6460e055f89d9ad1b47d4517a1b (diff)
Update upstream source from tag 'upstream/1.15'
Update to upstream version '1.15' with Debian dir 3b217fcd63314f946cb36492e0b85e7328ada240
Diffstat (limited to 'doc/download.html')
-rw-r--r--doc/download.html75
1 files changed, 63 insertions, 12 deletions
diff --git a/doc/download.html b/doc/download.html
index fdeb431..0824f39 100644
--- a/doc/download.html
+++ b/doc/download.html
@@ -1,20 +1,71 @@
+<HTML>
+ <HEAD>
+ <TITLE>LADSPA SDK Documentation</TITLE>
+ <META NAME="DESCRIPTION"
+ CONTENT="LADSPA SDK Documentation">
+ </HEAD>
+ <BODY BGCOLOR=#FFFFFF>
+ <CENTER><IMG BORDER=0 SRC="/images/top.jpg"></CENTER>
+
+ <HR/>
+
+ <CENTER><IMG BORDER=0 SRC="/images/ladspa.jpg"></CENTER>
+
<H1>Download</H1>
<P>Please select the file you wish to download:</P>
<TABLE BORDER=1>
-<TR>
-<TH>File</TH>
-<TH>Description</TH>
-</TR>
+ <TR>
+ <TH>File</TH>
+ <TH>Description</TH>
+ </TR>
+
+ <TR>
+ <TD>
+ <A HREF="http://www.ladspa.org/download/ladspa_sdk_1.15.tgz">
+ ladspa_sdk_1.15.tgz</A>
+ </TD>
+ <TD>
+ The LADSPA SDK, including the <CODE>ladspa.h</CODE> API header
+ file, ten example LADSPA plugins and three example programs
+ (applyplugin, analyseplugin and listplugins).
+ </TD>
+ </TR>
+
+</TABLE>
-<TR>
-<TD><A HREF="http://www.ladspa.org/download/ladspa_sdk.tgz">
-ladspa_sdk.tgz</A></TD>
-<TD>The LADSPA SDK, including the <CODE>ladspa.h</CODE> API header
-file, ten example LADSPA plugins and three example programs
-(applyplugin, analyseplugin and listplugins).</TD>
-</TR>
+<HR/>
-</TABLE>
+<H1>LADSPA SDK Index</H1>
+
+<UL>
+ <LI><A HREF="overview.html">Overview</A></LI>
+ <LI><A HREF="background.html">Background</A></LI>
+ <LI><A HREF="download.html">Download</A></LI>
+ <LI><A HREF="installation.html">Installation</A></LI>
+ <LI><A HREF="shared_plugins.html">How to Share Plugins between Hosts</A></LI>
+ <LI><A HREF="ladspa.h.txt">LADSPA API Header File</A></LI>
+ <LI><A HREF="license.html">License (LGPL) for This Release</A></LI>
+ <LI><A HREF="example_plugins.html">Example Plugins</A></LI>
+ <LI><A HREF="changes.html">Change History</A></LI>
+ <LI><A HREF="unique_ids.html">Unique Plugin IDs</A></LI>
+</UL>
+
+<H2>Other Links</H2>
+
+<UL>
+ <LI>
+ The <A HREF="http://www.ladspa.org/cmt/overview.html">CMT LADSPA
+ Plugin Library</A>
+ </LI>
+</UL>
+
+
+ <HR/>
+
+ <CENTER><IMG BORDER=0 SRC="/images/base.jpg"></CENTER>
+
+ </BODY>
+</HTML>