trill_on_swish/commit

fix in notebook's help

authorrzese
Wed Dec 9 19:38:37 2015 +0100
committerrzese
Wed Dec 9 19:38:37 2015 +0100
commit17b85c54eba6f709706e7f19338258c1ab8b2a0f
tree4cf424ccca50d2a40ba7f7b9982dbd76e409e135
parent754ab28a4006bb1a33c43597a874d30e386dc4f9
Diff style: patch stat
diff --git a/src b/src
index 77be636..c5d384b 160000
--- a/src
+++ b/src
@@ -1 +1 @@
-Subproject commit 77be6362c90cf6157e1291bee5976a5b27d4baca
+Subproject commit c5d384bb8ee190a995a8cb935bddf5531af0200f
diff --git a/web/help/notebook.html b/web/help/notebook.html
index 1c70cb5..2efa0cc 100644
--- a/web/help/notebook.html
+++ b/web/help/notebook.html
@@ -4,12 +4,12 @@
   <head>
   </head>
 <body>
-<h2>About Prolog notebooks</h2>
+<h2>About TRILLonSWISH notebooks</h2>
 
 <p>
 A notebook is a list of <i>cells</i>. Notebooks are different from a
 program with examples because they can <em>tell a story</em>, mixing
-properly formatted text with programs and queries. The story is
+properly formatted text with knowledge bases and queries. The story is
 <em>interactive</em>. The reader can edit program fragments and/or
 queries and see the result. This makes notebooks particularly
 interesting for writing <em>tutorials</em> as well as writing
@@ -19,9 +19,9 @@ A Prolog notebook supports three types of cells:
   <ul>
     <li><b>Markdown</b> cells allow you to write text in the SWI-Prolog
     <a href="/pldoc/man?section=wiki">PlDoc</a> variation of markdown.
-    <li><b>Program</b> cells contain a Prolog program.
-    <li><b>Query</b> cells contain a Prolog query, operating
-    on the nearest program above it.
+    <li><b>Program</b> cells contain a (part of a) knowledge base.
+    <li><b>Query</b> cells contain a TRILL query, operating
+    on the nearest knowledge base above it.
   </ul>
 
 <h3>Creating a notebook</h3>