[Mulgara-svn] r557 - in trunk/docs: oldSite site-src/tutorial
pag at mulgara.org
pag at mulgara.org
Thu Nov 15 20:39:28 UTC 2007
Author: pag
Date: 2007-11-15 14:39:27 -0600 (Thu, 15 Nov 2007)
New Revision: 557
Modified:
trunk/docs/oldSite/krule.htm
trunk/docs/site-src/tutorial/krule.html
Log:
removed version numbers from the docs so that they don't fall out of date
Modified: trunk/docs/oldSite/krule.htm
===================================================================
--- trunk/docs/oldSite/krule.htm 2007-11-15 20:38:43 UTC (rev 556)
+++ trunk/docs/oldSite/krule.htm 2007-11-15 20:39:27 UTC (rev 557)
@@ -73,7 +73,7 @@
<h1 class="heading1">Mulgara Rules Engine (Krule) Users
Guide</h1>
- <p class="bodytext">Mulgara 1.0 includes a custom rules
+ <p class="bodytext">Mulgara includes a custom rules
engine known as Krule (pronounced "cruel" by its lead
developer).</p>
@@ -111,7 +111,7 @@
Krule setup, you may have to also change the URLs
embedded in the Krule rules files (called krule.owl and
rdfs-krule.rdf, both of which are located in the
- .../mulgaa-1.0/rules/ directory) and in the commands
+ .../mulgaa/rules/ directory) and in the commands
given below.</p>
<p class="bodytext">First, set up some handy aliases:</p>
@@ -143,7 +143,7 @@
<p class="bodytext">Load the Krule ontology into your
krule model. This ontology is used regardless of which
rules are used. You will need to replace "@basedir@" with
- the path to your Mulgara v1.0 source code
+ the path to your Mulgara source code
installation:</p>
<p class="commandtext">
# Load the ontology for how the rules data fits together.
@@ -154,7 +154,7 @@
<p class="bodytext">Load your rules into your krule
model. In this case, we are loading the RDF Schema
entailment rules which are provided in the file
- .../mulgara-1.0/rules/rdfs-krule.rdf.</p>
+ .../mulgara/rules/rdfs-krule.rdf.</p>
<p class="commandtext">
# Load the rules data.
load <file:@basedir@/rules/rdfs-krule.rdf>
@@ -168,7 +168,7 @@
<p class="bodytext">Please note that the instructions in
this section follow the file
- .../mulgara-1.0/rules/example.itql, originally written by
+ .../mulgara/rules/example.itql, originally written by
Paul Gearon.</p><a name="okrule2" id="okrule2">
<h2 class="heading2">Using Krule</h2>
@@ -213,7 +213,7 @@
<p class="commandtext">
drop <rmi://localhost/server1#input>;
create <rmi://localhost/server1#input>;
-load <jar:file:/@basedir@/dist/mulgara-1.0.0.jar!/data/w3c-news.rss>
+load <jar:file:/@basedir@/dist/mulgara-<em>x.y.z</em>.jar!/data/w3c-news.rss>
into <rmi://localhost/server1#input>;
</p>
@@ -302,13 +302,13 @@
<p class="bodytext">Information for developers
information may be found in the source under
- .../mulgara-1.0/rules/RuleFormat.txt. That file includes a
+ .../mulgara/rules/RuleFormat.txt. That file includes a
discussion on the format for rule definitions.</p>
<p class="bodytext">A sample set of rules which implement
RDF Schema (RDFS) entailments is provided in the source
distribution in the file
- .../mulgara-1.0/rules/rdfs-krule.rdf. You should review
+ .../mulgara/rules/rdfs-krule.rdf. You should review
those rules to make sure you understand how they work
before creating your own.</p>
Modified: trunk/docs/site-src/tutorial/krule.html
===================================================================
--- trunk/docs/site-src/tutorial/krule.html 2007-11-15 20:38:43 UTC (rev 556)
+++ trunk/docs/site-src/tutorial/krule.html 2007-11-15 20:39:27 UTC (rev 557)
@@ -41,7 +41,7 @@
<h1>Mulgara Rules Engine (Krule) Users
Guide</h1>
- <p>Mulgara 1.0 includes a custom rules
+ <p>Mulgara includes a custom rules
engine known as Krule (pronounced "cruel" by its lead
developer).</p>
@@ -79,7 +79,7 @@
Krule setup, you may have to also change the URLs
embedded in the Krule rules files (called krule.owl and
rdfs-krule.rdf, both of which are located in the
- .../mulgaa-1.0/rules/ directory) and in the commands
+ .../mulgaa/rules/ directory) and in the commands
given below.</p>
<p>First, set up some handy aliases:</p>
@@ -111,7 +111,7 @@
<p>Load the Krule ontology into your
krule model. This ontology is used regardless of which
rules are used. You will need to replace "@basedir@" with
- the path to your Mulgara v1.0 source code
+ the path to your Mulgara source code
installation:</p>
<p class="commandtext">
# Load the ontology for how the rules data fits together.
@@ -122,7 +122,7 @@
<p>Load your rules into your krule
model. In this case, we are loading the RDF Schema
entailment rules which are provided in the file
- .../mulgara-1.0/rules/rdfs-krule.rdf.</p>
+ .../mulgara/rules/rdfs-krule.rdf.</p>
<p class="commandtext">
# Load the rules data.
load <file:@basedir@/rules/rdfs-krule.rdf>
@@ -136,7 +136,7 @@
<p>Please note that the instructions in
this section follow the file
- .../mulgara-1.0/rules/example.itql, originally written by
+ .../mulgara/rules/example.itql, originally written by
Paul Gearon.</p><a name="okrule2" id="okrule2"></a>
<h2 class="">Using Krule</h2>
@@ -181,7 +181,7 @@
<p class="commandtext">
drop <rmi://localhost/server1#input>;
create <rmi://localhost/server1#input>;
-load <jar:file:/@basedir@/dist/mulgara-1.0.0.jar!/data/w3c-news.rss>
+load <jar:file:/@basedir@/dist/mulgara-<em>x.y.z</em>.jar!/data/w3c-news.rss>
into <rmi://localhost/server1#input>;
</p>
@@ -270,13 +270,13 @@
<p>Information for developers
information may be found in the source under
- .../mulgara-1.0/rules/RuleFormat.txt. That file includes a
+ .../mulgara/rules/RuleFormat.txt. That file includes a
discussion on the format for rule definitions.</p>
<p>A sample set of rules which implement
RDF Schema (RDFS) entailments is provided in the source
distribution in the file
- .../mulgara-1.0/rules/rdfs-krule.rdf. You should review
+ .../mulgara/rules/rdfs-krule.rdf. You should review
those rules to make sure you understand how they work
before creating your own.</p>
More information about the Mulgara-svn
mailing list