<?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/lillytab/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/lillytab/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 27 Jul 2015 09:57:44 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/lillytab/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Peter Wullinger</title><link>https://sourceforge.net/p/lillytab/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -6,7 +6,7 @@
 Migration Note
 ==============

-**LillyTab is now over at [github](https://github.com/pwub/lillytab). The repository and downloads on Sourceforge here are no longer maintained.**
+**LillyTab is now over at [github](http://pwub.github.io/lillytab). The repository and downloads on Sourceforge here are no longer maintained.**

 Primary features
 ----------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Wullinger</dc:creator><pubDate>Mon, 27 Jul 2015 09:57:44 -0000</pubDate><guid>https://sourceforge.net20ab4d9bfeea1d4b9ab2bac16b1fca58208b9de7</guid></item><item><title>Home modified by Peter Wullinger</title><link>https://sourceforge.net/p/lillytab/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -3,7 +3,10 @@

 LillyTab is a modular [description logic](http://en.wikipedia.org/wiki/Description_logic) consistency checker with support for (currently) a subset of OWL/DL and OWL2.

-**Note**: LillyTab is now over hat [github](https://github.com/pwub/lillytab). The repository and downloads on Sourceforge here are no longer maintained.
+Migration Note
+==============
+
+**LillyTab is now over at [github](https://github.com/pwub/lillytab). The repository and downloads on Sourceforge here are no longer maintained.**

 Primary features
 ----------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Wullinger</dc:creator><pubDate>Mon, 27 Jul 2015 09:55:02 -0000</pubDate><guid>https://sourceforge.net1e4ef510d8d304f0e8a69da071019c9294c6652e</guid></item><item><title>Home modified by Peter Wullinger</title><link>https://sourceforge.net/p/lillytab/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -2,6 +2,8 @@
 ========

 LillyTab is a modular [description logic](http://en.wikipedia.org/wiki/Description_logic) consistency checker with support for (currently) a subset of OWL/DL and OWL2.
+
+**Note**: LillyTab is now over hat [github](https://github.com/pwub/lillytab). The repository and downloads on Sourceforge here are no longer maintained.

 Primary features
 ----------------
@@ -13,8 +15,4 @@
 * modular architecture. Reasoner parts are easily replaceable, including e.g. axiom storage.
 * Test driven development. LillyTab uses JUnit tests to verify things do not break during development.

-[[project_admins]]

-Download
---------
-[[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Wullinger</dc:creator><pubDate>Mon, 27 Jul 2015 09:54:33 -0000</pubDate><guid>https://sourceforge.netc58d9b6c1529dd6422220e64ea833c39684a4e95</guid></item><item><title>Home modified by Peter Wullinger</title><link>https://sourceforge.net/p/lillytab/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -7,7 +7,7 @@
 ----------------

 * Artistic License.
-* Support for [SHOIF(D)](http://en.wikipedia.org/wiki/Description_logic#Nomenclature) (i.e. ALC with role hierachies, transitive, nominals, inverse roles, functional and inverse functional roles and (XSD) datatypes.
+* Support for [SHOF(D)](http://en.wikipedia.org/wiki/Description_logic#Nomenclature) (i.e. ALC with role hierarchies, transitive, nominals, functional roles and (XSD) datatypes.
 * Interface for loading [OWLAPI](http://owlapi.sourceforge.net/) ontologies (standard OWLAPI [OWLReasoner](http://owlapi.sourceforge.net/javadoc/org/semanticweb/owlapi/reasoner/OWLReasoner.html) interface is in the works.
 * [documented interface](http://lillytab.sourceforge.net/javadoc/latest/) to reasoner internals
 * modular architecture. Reasoner parts are easily replaceable, including e.g. axiom storage.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Wullinger</dc:creator><pubDate>Thu, 13 Jun 2013 06:56:00 -0000</pubDate><guid>https://sourceforge.netfffbe9d40267266c3e7d9485afe76472408013b6</guid></item><item><title>Home modified by Peter Wullinger</title><link>https://sourceforge.net/p/lillytab/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -9,7 +9,7 @@
 * Artistic License.
 * Support for [SHOIF(D)](http://en.wikipedia.org/wiki/Description_logic#Nomenclature) (i.e. ALC with role hierachies, transitive, nominals, inverse roles, functional and inverse functional roles and (XSD) datatypes.
 * Interface for loading [OWLAPI](http://owlapi.sourceforge.net/) ontologies (standard OWLAPI [OWLReasoner](http://owlapi.sourceforge.net/javadoc/org/semanticweb/owlapi/reasoner/OWLReasoner.html) interface is in the works.
-* [documented interface](http://lillytab.sourceforge.net/javadoc/1.7/) to reasoner internals
+* [documented interface](http://lillytab.sourceforge.net/javadoc/latest/) to reasoner internals
 * modular architecture. Reasoner parts are easily replaceable, including e.g. axiom storage.
 * Test driven development. LillyTab uses JUnit tests to verify things do not break during development.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Wullinger</dc:creator><pubDate>Fri, 12 Apr 2013 15:20:59 -0000</pubDate><guid>https://sourceforge.net64ebcfb69df05d967e92945f27df51f5febde4cd</guid></item><item><title>WikiPage Home modified by Peter Wullinger</title><link>https://sourceforge.net/p/lillytab/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -9,7 +9,7 @@
 * Artistic License.
 * Support for [SHOIF(D)](http://en.wikipedia.org/wiki/Description_logic#Nomenclature) (i.e. ALC with role hierachies, transitive, nominals, inverse roles, functional and inverse functional roles and (XSD) datatypes.
 * Interface for loading [OWLAPI](http://owlapi.sourceforge.net/) ontologies (standard OWLAPI [OWLReasoner](http://owlapi.sourceforge.net/javadoc/org/semanticweb/owlapi/reasoner/OWLReasoner.html) interface is in the works.
-* [documented interface]( to reasoner internals
+* [documented interface](http://lillytab.sourceforge.net/javadoc/1.7/) to reasoner internals
 * modular architecture. Reasoner parts are easily replaceable, including e.g. axiom storage.
 * Test driven development. LillyTab uses JUnit tests to verify things do not break during development.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Wullinger</dc:creator><pubDate>Fri, 08 Mar 2013 08:44:12 -0000</pubDate><guid>https://sourceforge.net922b55cfe17844210cb2710a4ff775870b343fbb</guid></item><item><title>WikiPage Home modified by Peter Wullinger</title><link>https://sourceforge.net/p/lillytab/wiki/Home/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,20 @@
-Welcome to your wiki!
+LillyTab
+========
 
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+LillyTab is a modular [description logic](http://en.wikipedia.org/wiki/Description_logic) consistency checker with support for (currently) a subset of OWL/DL and OWL2.
 
-The wiki uses [Markdown](/p/lillytab/wiki/markdown_syntax/) syntax.
+Primary features
+----------------
+
+* Artistic License.
+* Support for [SHOIF(D)](http://en.wikipedia.org/wiki/Description_logic#Nomenclature) (i.e. ALC with role hierachies, transitive, nominals, inverse roles, functional and inverse functional roles and (XSD) datatypes.
+* Interface for loading [OWLAPI](http://owlapi.sourceforge.net/) ontologies (standard OWLAPI [OWLReasoner](http://owlapi.sourceforge.net/javadoc/org/semanticweb/owlapi/reasoner/OWLReasoner.html) interface is in the works.
+* [documented interface]( to reasoner internals
+* modular architecture. Reasoner parts are easily replaceable, including e.g. axiom storage.
+* Test driven development. LillyTab uses JUnit tests to verify things do not break during development.
 
 [[project_admins]]
+
+Download
+--------
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Wullinger</dc:creator><pubDate>Tue, 30 Oct 2012 15:48:36 -0000</pubDate><guid>https://sourceforge.net80970c683713ecfd3ea2ea73148407ba961daa7d</guid></item><item><title>WikiPage Home modified by Peter Wullinger</title><link>https://sourceforge.net/p/lillytab/wiki/Home/</link><description>Welcome to your wiki!

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

The wiki uses [Markdown](/p/lillytab/wiki/markdown_syntax/) syntax.

[[project_admins]]
[[download_button]]
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter Wullinger</dc:creator><pubDate>Thu, 04 Oct 2012 14:10:51 -0000</pubDate><guid>https://sourceforge.net098b9a3f9e5b3e119e8c9af8ac73d2cfab599640</guid></item></channel></rss>