swish/commit

Included contributor logos for about message

authorJan Wielemaker
Thu Apr 30 12:27:35 2015 +0200
committerJan Wielemaker
Thu Apr 30 12:27:35 2015 +0200
commitd206ff6cb979c4f0fc5f804a8c7bdac4678e8b87
treed3621fc559de918235568e108f187a4069c467da
parent9aefcf400b1300370a1e7d8a2f1b35fbf5400be4
Diff style: patch stat
diff --git a/Makefile b/Makefile
index 670f49b..3cbbfc6 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,8 @@ LIBS=	$(addprefix lib/swish/, $(SWISHLIB)) \
 	$(addprefix lib/swish/render/, $(RENDER))
 JS=web/js/swish-min.js web/js/swish-min.js.gz web/js/require.js
 CSS=web/css/swish-min.css web/css/swish-min.css.gz
-ICON_FILES=owl_25_years.png dead.png error.png running.gif page-fold-20.png
+ICON_FILES=owl_25_years.png dead.png error.png running.gif page-fold-20.png \
+	   COMMIT_logo.png Synerscope-logo.png VU-logo.png
 ICONS=$(addprefix web/icons/, $(ICON_FILES))
 HELP=$(addprefix web/help/, $(notdir $(wildcard src/web/help/*.html)))
 FONTFILES=glyphicons-halflings-regular.ttf \
diff --git a/web/help/about.html b/web/help/about.html
index ee2016e..3c64a07 100644
--- a/web/help/about.html
+++ b/web/help/about.html
@@ -12,6 +12,19 @@
   div.github iframe {
     border: 0px;
   }
+  div.acknowledgement { width: 90%;
+			margin-top: 2em; margin-left:auto; margin-right: auto;
+			border-top: 1px solid #bbb;
+			padding-top: 5px;
+		      }
+  div.acknowledgement > span { display: inline-block; width: 48%;
+			       vertical-align: top;
+			       color: #888;
+			     }
+  img.commit-logo { vertical-align: top;}
+  img.commit { width: 30% }
+  img.vu { width: 8% }
+  img.synerscope { width: 12% }
   </style>  </head>
   <body>
 
@@ -19,7 +32,26 @@
 <span style="color:darkblue">SWI</span><span
 style="color:maroon">SH</span> was originally written by Torbjörn Lager
 as a homage to SWI-Prolog. Jan Wielemaker designed and implemented the
-present version.
+present version. The current <span
+style="color:darkblue">SWI</span><span style="color:maroon">SH</span>
+application targets primarily at collaborative exploration of data. <span
+style="color:darkblue">SWI</span><span style="color:maroon">SH</span>
+can be combined with e.g., <a
+href="http://www.swi-prolog.org/pldoc/package/cql">CQL</a> to explore
+relational (SQL) databases or <a
+href="http://www.swi-prolog.org/pack/list?p=sparkle">sparkle</a> to
+explore linked data. A <a
+href="http://cliopatria.swi-prolog.org/packs/swish>">ClioPatria
+plugin</a> adds Prolog based exploration of RDF data to ClioPatria.
+</p>
+
+<p>
+<span style="color:darkblue">SWI</span><span
+style="color:maroon">SH</span> is a great tool for teaching Prolog.
+We provide a <a href="http://lpn.swi-prolog.org">prototype of
+Learn Prolog Now!</a> where <span style="color:darkblue">SWI</span><span
+style="color:maroon">SH</span> is embedded to run examples and solve
+excercises from within your browser.
 </p>
 
 <p>
@@ -35,6 +67,18 @@ latest <a href="http://github.com/SWI-Prolog/swipl-devel.git">GIT</a>.
 <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=SWI-Prolog&amp;repo=swish&amp;type=fork&amp;count=true" width="102" height="20" title="Fork on GitHub"></iframe>
 </div>
 
+<div class=acknowledgement>
+<a href="http://vu.nl" target="_blank">
+<img src="/icons/VU-logo.png" class="vu commit-logo"></a>
+<a href="http://www.commit-nl.nl" target="_blank">
+<img src="/icons/COMMIT_logo.png" class="commit commit-logo"></a>
+<span>SWISH is developed within the DataLab valorisation project sponsored by
+the <a href="http://www.commit-nl.nl">COMMIT/ consortium</a>
+</span>
+<a href="http://www.synerscope.com" target="_blank">
+<img src="/icons/Synerscope-logo.png" class="synerscope commit-logo"></a>
+</div>
+
 </body>
 </html>
 
diff --git a/web/help/debug.html b/web/help/debug.html
index d180504..9bab0fe 100644
--- a/web/help/debug.html
+++ b/web/help/debug.html
@@ -138,7 +138,7 @@ inline" title="Step into"></button>) the rule.
 
 <p>
 If your query contains an error, such as dividing by zero or adding a
-number to an atom, Prolog with <em>raise an exception</em>. <span
+number to an atom, Prolog will <em>raise an exception</em>. <span
 style="color:darkblue">SWI</span><span style="color:maroon">SH</span>
 tries to start the tracer as soon as possible. Unfortunately, Prolog
 optimization sometimes causes that it cannot stop right there or that
diff --git a/web/icons/COMMIT_logo.png b/web/icons/COMMIT_logo.png
new file mode 100644
index 0000000..f8fc95f
Binary files /dev/null and b/web/icons/COMMIT_logo.png differ
diff --git a/web/icons/Synerscope-logo.png b/web/icons/Synerscope-logo.png
new file mode 100644
index 0000000..237eb7b
Binary files /dev/null and b/web/icons/Synerscope-logo.png differ
diff --git a/web/icons/VU-logo.png b/web/icons/VU-logo.png
new file mode 100644
index 0000000..fb7bbc5
Binary files /dev/null and b/web/icons/VU-logo.png differ