<?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/zenodotus/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/zenodotus/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 02 Feb 2016 18:12:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/zenodotus/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Wesley Willy</title><link>https://sourceforge.net/p/zenodotus/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -17,24 +17,15 @@
 `-gcl =&amp;gt; Return Categories list [JSONArray]`
 `-grl =&amp;gt; Return relations list [JSONArray]`

-***
+`-gc &amp;lt;predicate&amp;gt; =&amp;gt; Return a category by predicate. [JSONObject]`
+`-gr &amp;lt;predicate&amp;gt; =&amp;gt; Return a relation by predicate. [JSONObject]`
+`-gci &amp;lt;category predicate=""&amp;gt; &amp;lt;instance name=""&amp;gt; =&amp;gt; Return a category instance. [JSONObject]`

-`-gc &amp;lt;predicate&amp;gt; =&amp;gt; Return a category by predicate. [JSONObject]`
+`-sc &amp;lt;keyword&amp;gt; =&amp;gt; Return a list of categories. [JSONArray]`
+`-sr &amp;lt;keyword&amp;gt; =&amp;gt; Return a list of relations. [JSONArray]`
+`-sci &amp;lt;keyword&amp;gt; =&amp;gt; Return a list of category instances. [JSONArray]`
+`-sci &amp;lt;category predicate=""&amp;gt; &amp;lt;keyword&amp;gt; =&amp;gt; Return a list of instances from a especific category. [JSONArray]`

-***
-
-`-gr &amp;lt;predicate&amp;gt; =&amp;gt; Return a relation by predicate. [JSONObject]`
-***
-`-gci &amp;lt;category predicate=""&amp;gt; &amp;lt;instance name=""&amp;gt; =&amp;gt; Return a category instance. [JSONObject]`
-***
-`-sc &amp;lt;keyword&amp;gt; =&amp;gt; Return a list of categories. [JSONArray]`
-***
-`-sr &amp;lt;keyword&amp;gt; =&amp;gt; Return a list of relations. [JSONArray]`
-***
-`-sci &amp;lt;keyword&amp;gt; =&amp;gt; Return a list of category instances. [JSONArray]`
-***
-`-sci &amp;lt;category predicate=""&amp;gt; &amp;lt;keyword&amp;gt; =&amp;gt; Return a list of instances from a especific category. [JSONArray]`
-***
 `-s &amp;lt;file url=""&amp;gt; =&amp;gt; Save the results in a text file [JSONOBject]`

 # Example of use
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wesley Willy</dc:creator><pubDate>Tue, 02 Feb 2016 18:12:49 -0000</pubDate><guid>https://sourceforge.net15c86db6f64b13943bf921b5770e2a90e362a27a</guid></item><item><title>Home modified by Wesley Willy</title><link>https://sourceforge.net/p/zenodotus/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,4 @@
-Functions:
+# Methods:

 **getCategoriesList()** - JSONArray
 **getRelationsList()** - JSONArray
@@ -12,6 +12,37 @@
 **searchCategoryInstance(String categoryName, String keyword) **- JSONArray
 **searchCategoryInstance(String keyword)** - JSONArray

+#Prompt Commands
+
+`-gcl =&amp;gt; Return Categories list [JSONArray]`
+`-grl =&amp;gt; Return relations list [JSONArray]`
+
+***
+
+`-gc &amp;lt;predicate&amp;gt; =&amp;gt; Return a category by predicate. [JSONObject]`
+
+***
+
+`-gr &amp;lt;predicate&amp;gt; =&amp;gt; Return a relation by predicate. [JSONObject]`
+***
+`-gci &amp;lt;category predicate=""&amp;gt; &amp;lt;instance name=""&amp;gt; =&amp;gt; Return a category instance. [JSONObject]`
+***
+`-sc &amp;lt;keyword&amp;gt; =&amp;gt; Return a list of categories. [JSONArray]`
+***
+`-sr &amp;lt;keyword&amp;gt; =&amp;gt; Return a list of relations. [JSONArray]`
+***
+`-sci &amp;lt;keyword&amp;gt; =&amp;gt; Return a list of category instances. [JSONArray]`
+***
+`-sci &amp;lt;category predicate=""&amp;gt; &amp;lt;keyword&amp;gt; =&amp;gt; Return a list of instances from a especific category. [JSONArray]`
+***
+`-s &amp;lt;file url=""&amp;gt; =&amp;gt; Save the results in a text file [JSONOBject]`
+
+# Example of use
+`java -jar zenodotus-1.1.1.jar -gci actor al_pacino -s alpacinodata.json`
+
+
+
+

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

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wesley Willy</dc:creator><pubDate>Tue, 02 Feb 2016 18:11:52 -0000</pubDate><guid>https://sourceforge.net154e55a3ab66407cce74215b525eb3c3f01f7f29</guid></item><item><title>Home modified by Wesley Willy</title><link>https://sourceforge.net/p/zenodotus/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,6 +1,17 @@
-Welcome to your wiki!
+Functions:

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+**getCategoriesList()** - JSONArray
+**getRelationsList()** - JSONArray
+
+**getCategory(String pred) **- JSONObject
+**getRelation(String pred)** - JSONObject
+**getCategoryInstance(String categoryName, String instanceName) **- JSONObject
+
+**searchCategory(String keyword)** - JSONArray
+**searchRelation(String keyword)** - JSONArray
+**searchCategoryInstance(String categoryName, String keyword) **- JSONArray
+**searchCategoryInstance(String keyword)** - JSONArray
+

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

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wesley Willy</dc:creator><pubDate>Wed, 20 Jan 2016 21:58:17 -0000</pubDate><guid>https://sourceforge.net6a33e4685f3d8c20313725425d0f7d50279d768a</guid></item><item><title>Home modified by Wesley Willy</title><link>https://sourceforge.net/p/zenodotus/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/zenodotus/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/wesleywilly/"&gt;Wesley Willy&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-569f7606c431430c91263caf" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wesley Willy</dc:creator><pubDate>Wed, 20 Jan 2016 11:56:54 -0000</pubDate><guid>https://sourceforge.net53e76a39496a24df9eec4994c122d0e38c57d099</guid></item></channel></rss>