Skip to content

Commit

Permalink
Added ExternalLibrary docu for libsvm
Browse files Browse the repository at this point in the history
  • Loading branch information
olas committed Jul 12, 2010
1 parent 7d7e10b commit 7f9a7ae
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/net.bioclipse.ds.libsvm/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Libsvm
Bundle-SymbolicName: net.bioclipse.ds.libsvm
Bundle-SymbolicName: net.bioclipse.ds.libsvm;singleton:=true
Bundle-Version: 2.91
Bundle-Activator: net.bioclipse.ds.libsvm.Activator
Bundle-Vendor: The Bioclipse Team
Expand Down
5 changes: 4 additions & 1 deletion plugins/net.bioclipse.ds.libsvm/build.properties
Expand Up @@ -3,5 +3,8 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
lib/libsvm.jar,\
src/
src/,\
plugin.xml,\
html/,\
toc.xml
source.. = src/
65 changes: 65 additions & 0 deletions plugins/net.bioclipse.ds.libsvm/html/maintopic.html
@@ -0,0 +1,65 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Libsvm Plugin</title>
<link rel="stylesheet" href="../../PRODUCT_PLUGIN/narrow_book.css" type="text/css">
</head>

<body>
<h1>Libsvm Plugin</h1>
<p>The libsvm plugin provides libsvm as an OSGi bundle, and enables other
plugins to make use of it for Support Vector Machine (SVM) modeling and prediction.

For further information about libsvm,
see the <a href="http://www.csie.ntu.edu.tw/~cjlin/libsvm/">LIBSVM homepage</a>.</p>

<h2>License</h2>
BSD license.

<h2>Copyright</h2>
<p>
Copyright (c) 2000-2010 Chih-Chung Chang and Chih-Jen Lin<br/>
All rights reserved.
</p>
<p>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
</p>

<p>
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
</p>

<p>
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
</p>

<p>
3. Neither name of copyright holders nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
</p>


<p>
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</p>

</body>
</html>
Binary file modified plugins/net.bioclipse.ds.libsvm/lib/libsvm.jar
Binary file not shown.
12 changes: 12 additions & 0 deletions plugins/net.bioclipse.ds.libsvm/plugin.xml
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>

<plugin>
<extension
point="org.eclipse.help.toc">
<toc
file="toc.xml"
primary="false"/>
</extension>

</plugin>
6 changes: 6 additions & 0 deletions plugins/net.bioclipse.ds.libsvm/toc.xml
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>

<toc link_to="../net.bioclipse.doc/toc-external.xml#ContributedLibraries" label="LIBSVM">
<topic label="LIBSVM" href="html/maintopic.html" />
</toc>

0 comments on commit 7f9a7ae

Please sign in to comment.