<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/sdmtoolkit/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/sdmtoolkit/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 09 Nov 2011 11:29:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sdmtoolkit/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by anze</title><link>https://sourceforge.net/p/sdmtoolkit/wiki/Home/</link><description>&lt;pre&gt;--- v7 
+++ v8 
@@ -50,6 +50,6 @@
 4. USE CASE
 ---
 
-See [usecase] for a complete use case example.
+See [usecase] for a complete use case example or watch the demo video &lt;http://kt.ijs.si/software/SDM/demo.wmv&gt;.
 
 Thank you for your interest in the SDM Toolkit for Orange4WS!
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anze</dc:creator><pubDate>Wed, 09 Nov 2011 11:29:07 -0000</pubDate><guid>https://sourceforge.net650f2d4d4ffd4fbc82b9ab9ab7843c6435808e5a</guid></item><item><title>WikiPage Home modified by anze</title><link>https://sourceforge.net/p/sdmtoolkit/wiki/Home/</link><description>&lt;pre&gt;--- v6 
+++ v7 
@@ -21,28 +21,33 @@
 The client side contains the clients for the web services (namely, Orange widgets) and the 'Rule browser' widget. We plan to deploy the web services to our server, so a curious user would only need to install the client side.
 
 
-2. INSTALLATION
----
-
-### 2.1 Client side ###
-
+2. DOWNLOAD 
+---
+
+If you're interested in both the server and client side, checkout the svn.
+If you're interested only in the client side, you can download the prepared [package](https://sourceforge.net/projects/sdmtoolkit/files/).
+
+3. INSTALLATION
+---
+
+### 3.1 Client side ###
+
 * Install the prerequisites:
     * The open source Orange data mining platform (&lt;http://orange.biolab.si&gt;), required by Orange4WS.
     * The Orange4WS upgrade for Orange (&lt;http://orange4ws.ijs.si&gt;), required by SegMine.
-* mkdir \&lt;path-to-python\&gt;/python2.X/dist-utils/Orange/OrangeWidgets/SDM/
-* Copy the contents of the widgets/ folder to python2.X/dist-utils/Orange/OrangeWidgets/SDM/
+* Run python setup.py install
 * If you don't plan to deploy the web services on your own server, you are done. Otherwise continue with Section 2.2.
 
-### 2.2 Server side ###
+### 3.2 Server side ###
 
 * Unzip anywhere.
 * To run the servers you need the following prerequisites:
     * The prerequisites required for the client side (see Section 2.1).
     * A reasonably up-to-date version of Java (we use the open-source Jena semantic web framework: http://jena.sourceforge.net/, which is included in our toolkit).
     * Yap Prolog Interpreter version 6 (&lt;http://www.dcc.fc.up.pt/~vsc/Yap/&gt;), compile with --enable-tabling=yes. If you don't install yap to /usr/local/bin/yap, you must fix the YAP variable in sdmaleph/aleph.py to the appropriate path.
     * Done.
 
-3. USE CASE
+4. USE CASE
 ---
 
 See [usecase] for a complete use case example.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anze</dc:creator><pubDate>Tue, 27 Sep 2011 09:10:14 -0000</pubDate><guid>https://sourceforge.net645d94425edff7d765d04a64c1b8def03054d3e4</guid></item><item><title>WikiPage Home modified by anze</title><link>https://sourceforge.net/p/sdmtoolkit/wiki/Home/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -1,51 +1,49 @@
 README for SDM Toolkit for Orange4WS
 ====
-All files in this directory and all subdirectories are licensed under the terms of the GNU General Public License as published by the Free Software Foundation; either 
-version 3 of the License, or (at your option) any later version.                                        
-
-The project is a part of research in progress, so be gentle :-). Bug reports, questions, and comments should be sent to:                                                                                                                                                                                                                        
-
-&lt;anze.vavpetic@ijs.si&gt;
-
+All files in this directory and all subdirectories are licensed under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
+
+This project is a part of research in progress, so be gentle :-). Bug reports, questions, and comments should be sent to: &lt;anze.vavpetic@ijs.si&gt;
+
 1. CODE ORGANIZATION
 ---
 
 The toolkit is organized into two main parts: 
 
 * the server side:
     * OWL2x/            ... accessing and converting OWL files.
     * owl2x.py          ... python interface for OWL2X.
     * sdmaleph/         ... SDM-Aleph system implementation &amp; web service.
     * sdmsegs/          ... SDM-SEGS system implementation &amp; web service.
 * the client side:
     * widgets/          ... Orange widgets.
 
 The server side contains the main code of the corresponding data mining algorithms and the servers for the web services.
 The client side contains the clients for the web services (namely, Orange widgets) and the 'Rule browser' widget. We plan to deploy the web services to our server, so a curious user would only need to install the client side.
 
 
 2. INSTALLATION
 ---
 
 ### 2.1 Client side ###
 
 * Install the prerequisites:
-        * The open source Orange data mining platform (&lt;http://orange.biolab.si&gt;), required by Orange4WS.
-        * The Orange4WS upgrade for Orange (&lt;http://orange4ws.ijs.si&gt;), required by SegMine.
-* mkdir &lt;path-to-python&gt;/python2.X/dist-utils/Orange/OrangeWidgets/SDM/
+    * The open source Orange data mining platform (&lt;http://orange.biolab.si&gt;), required by Orange4WS.
+    * The Orange4WS upgrade for Orange (&lt;http://orange4ws.ijs.si&gt;), required by SegMine.
+* mkdir \&lt;path-to-python\&gt;/python2.X/dist-utils/Orange/OrangeWidgets/SDM/
 * Copy the contents of the widgets/ folder to python2.X/dist-utils/Orange/OrangeWidgets/SDM/
 * If you don't plan to deploy the web services on your own server, you are done. Otherwise continue with Section 2.2.
 
 ### 2.2 Server side ###
 
 * Unzip anywhere.
 * To run the servers you need the following prerequisites:
     * The prerequisites required for the client side (see Section 2.1).
     * A reasonably up-to-date version of Java (we use the open-source Jena semantic web framework: http://jena.sourceforge.net/, which is included in our toolkit).
-    * Yap Prolog Interpreter version 6, compile with --enable-tabling=yes. If you don't install yap to /usr/local/bin/yap, you must fix the YAP variable in sdmaleph/aleph.py to the appropriate path.
+    * Yap Prolog Interpreter version 6 (&lt;http://www.dcc.fc.up.pt/~vsc/Yap/&gt;), compile with --enable-tabling=yes. If you don't install yap to /usr/local/bin/yap, you must fix the YAP variable in sdmaleph/aleph.py to the appropriate path.
     * Done.
 
-### 3. USE CASE ###
+3. USE CASE
+---
 
 See [usecase] for a complete use case example.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anze</dc:creator><pubDate>Tue, 27 Sep 2011 07:49:23 -0000</pubDate><guid>https://sourceforge.net08b182056d1ef9ce583c2128e016b45ed32dfc06</guid></item><item><title>WikiPage Home modified by anze</title><link>https://sourceforge.net/p/sdmtoolkit/wiki/Home/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -32,7 +32,8 @@
 * Install the prerequisites:
         * The open source Orange data mining platform (&lt;http://orange.biolab.si&gt;), required by Orange4WS.
         * The Orange4WS upgrade for Orange (&lt;http://orange4ws.ijs.si&gt;), required by SegMine.
-* Run python setup.py install.
+* mkdir &lt;path-to-python&gt;/python2.X/dist-utils/Orange/OrangeWidgets/SDM/
+* Copy the contents of the widgets/ folder to python2.X/dist-utils/Orange/OrangeWidgets/SDM/
 * If you don't plan to deploy the web services on your own server, you are done. Otherwise continue with Section 2.2.
 
 ### 2.2 Server side ###
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anze</dc:creator><pubDate>Tue, 27 Sep 2011 07:45:07 -0000</pubDate><guid>https://sourceforge.net8d1a41de174a5a36b32ab86dee8e00724c4819bc</guid></item><item><title>WikiPage Home modified by anze</title><link>https://sourceforge.net/p/sdmtoolkit/wiki/Home/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -3,7 +3,7 @@
 All files in this directory and all subdirectories are licensed under the terms of the GNU General Public License as published by the Free Software Foundation; either 
 version 3 of the License, or (at your option) any later version.                                        
 
-Bug reports, questions, and comments should be sent to:                                                                                                                                                                                                                        
+The project is a part of research in progress, so be gentle :-). Bug reports, questions, and comments should be sent to:                                                                                                                                                                                                                        
 
 &lt;anze.vavpetic@ijs.si&gt;
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anze</dc:creator><pubDate>Tue, 27 Sep 2011 07:43:16 -0000</pubDate><guid>https://sourceforge.netd082eb2347956faa5bd11d5044a12c8edc9a217c</guid></item><item><title>WikiPage Home modified by anze</title><link>https://sourceforge.net/p/sdmtoolkit/wiki/Home/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -21,8 +21,7 @@
     * widgets/          ... Orange widgets.
 
 The server side contains the main code of the corresponding data mining algorithms and the servers for the web services.
-The client side contains the clients for the web services (namely, Orange widgets) and the 'Rule browser' widget. 
-By default, the widgets call the web services located at our server, so you in fact do not need to install the server side part - but, we do not make any guarantees that the services will be accessible at the time that you need them :-).
+The client side contains the clients for the web services (namely, Orange widgets) and the 'Rule browser' widget. We plan to deploy the web services to our server, so a curious user would only need to install the client side.
 
 
 2. INSTALLATION
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anze</dc:creator><pubDate>Tue, 27 Sep 2011 07:41:52 -0000</pubDate><guid>https://sourceforge.neta12c31c3407b7ec4705ad19441e411cb6d9bd607</guid></item><item><title>WikiPage Home modified by anze</title><link>https://sourceforge.net/p/sdmtoolkit/wiki/Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,52 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/sdmtoolkit/wiki/markdown_syntax/) syntax.
+README for SDM Toolkit for Orange4WS
+====
+All files in this directory and all subdirectories are licensed under the terms of the GNU General Public License as published by the Free Software Foundation; either 
+version 3 of the License, or (at your option) any later version.                                        
+
+Bug reports, questions, and comments should be sent to:                                                                                                                                                                                                                        
+
+&lt;anze.vavpetic@ijs.si&gt;
+
+1. CODE ORGANIZATION
+---
+
+The toolkit is organized into two main parts: 
+
+* the server side:
+    * OWL2x/            ... accessing and converting OWL files.
+    * owl2x.py          ... python interface for OWL2X.
+    * sdmaleph/         ... SDM-Aleph system implementation &amp; web service.
+    * sdmsegs/          ... SDM-SEGS system implementation &amp; web service.
+* the client side:
+    * widgets/          ... Orange widgets.
+
+The server side contains the main code of the corresponding data mining algorithms and the servers for the web services.
+The client side contains the clients for the web services (namely, Orange widgets) and the 'Rule browser' widget. 
+By default, the widgets call the web services located at our server, so you in fact do not need to install the server side part - but, we do not make any guarantees that the services will be accessible at the time that you need them :-).
+
+
+2. INSTALLATION
+---
+
+### 2.1 Client side ###
+
+* Install the prerequisites:
+        * The open source Orange data mining platform (&lt;http://orange.biolab.si&gt;), required by Orange4WS.
+        * The Orange4WS upgrade for Orange (&lt;http://orange4ws.ijs.si&gt;), required by SegMine.
+* Run python setup.py install.
+* If you don't plan to deploy the web services on your own server, you are done. Otherwise continue with Section 2.2.
+
+### 2.2 Server side ###
+
+* Unzip anywhere.
+* To run the servers you need the following prerequisites:
+    * The prerequisites required for the client side (see Section 2.1).
+    * A reasonably up-to-date version of Java (we use the open-source Jena semantic web framework: http://jena.sourceforge.net/, which is included in our toolkit).
+    * Yap Prolog Interpreter version 6, compile with --enable-tabling=yes. If you don't install yap to /usr/local/bin/yap, you must fix the YAP variable in sdmaleph/aleph.py to the appropriate path.
+    * Done.
+
+### 3. USE CASE ###
+
+See [usecase] for a complete use case example.
+
+Thank you for your interest in the SDM Toolkit for Orange4WS!
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anze</dc:creator><pubDate>Tue, 27 Sep 2011 07:39:57 -0000</pubDate><guid>https://sourceforge.nete0a5000b2b20e16fbf0d50156a4b46aa0d32f68c</guid></item><item><title>WikiPage Home modified by anze</title><link>https://sourceforge.net/p/sdmtoolkit/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/sdmtoolkit/wiki/markdown_syntax/) syntax.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">anze</dc:creator><pubDate>Mon, 26 Sep 2011 14:25:25 -0000</pubDate><guid>https://sourceforge.net2603b0c5fe518c78be729a020088de9d50f1672e</guid></item></channel></rss>