summaryrefslogtreecommitdiff
path: root/src/www/minibar/about.html
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2012-11-20 12:56:48 +0000
committerhallgren <hallgren@chalmers.se>2012-11-20 12:56:48 +0000
commit3eaeaed8fd741bb1f33c76032e7292df08b35a9f (patch)
tree9e02b65d4f57c719d69175f0523cbb11d2f60782 /src/www/minibar/about.html
parent27beb9a3f836e0fa05d4c92c3c6182e8a1a6417b (diff)
GF cloud: move support.js and pgf_online.js
Created the folder js and moved minibar/support.js and minibar/pgf_online.js there, to emphasize their status as app independent support libraries. There are probably more files that should be moved here. The cloud apps have been updated, externally hosted apps that link directly to our server need to be updated too.
Diffstat (limited to 'src/www/minibar/about.html')
-rw-r--r--src/www/minibar/about.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/www/minibar/about.html b/src/www/minibar/about.html
index 3325d2ed9..9ba25895c 100644
--- a/src/www/minibar/about.html
+++ b/src/www/minibar/about.html
@@ -34,7 +34,7 @@ Some implementation details:
(there are both styling and scripting issues).
There seems to be some rendering bugs in Chrome 5.0.342.9 β.
<li>The implementation consist of two JavaScript files:
- <a href="minibar.js">minibar.js</a> and <a href="support.js">support.js</a>
+ <a href="minibar.js">minibar.js</a> and <a href="../js/support.js">support.js</a>
The latter is also used in
<a href="http://spraakbanken.gu.se/swe/forskning/saldo/ordspel">a couple of
small web apps</a> based on the
@@ -127,12 +127,12 @@ Some implementation details:
<li>[Added 2010-10-27] Code restructuring:
<ul>
<li>The PGF server API has been moved to its own file:
- <a href="pgf_online.js">pgf_online.js</a>. This
+ <a href="../js/pgf_online.js">pgf_online.js</a>. This
allows it to be reused in other applicaitons without importing the entire
minibar. It also allows minibar to be used with different server
interfaces. <a href="minibar.html">minibar.html</a> has been updated to
show how you use the new <a href="minibar.js">minibar.js</a> and
- <a href="pgf_online.js">pgf_online.js</a>.
+ <a href="../js/pgf_online.js">pgf_online.js</a>.
<li>The minibar code has been rewritten to avoid storing state information
in the document tree and accessing it by referring to named document
elements. The code now also avoids using string literals containing
@@ -144,9 +144,9 @@ Some implementation details:
<ul>
<li><a href="gf-web-api-examples.html">gf-web-api-examples.html</a>:
examples illustrating the PGF server API provided by
- <a href="pgf_online.js">pgf_online.js</a>.
+ <a href="../js/pgf_online.js">pgf_online.js</a>.
<li><a href="example.html">example.html</a>: a minimal example of a web
- page that uses <a href="pgf_online.js">pgf_online.js</a> to talk to the
+ page that uses <a href="../js/pgf_online.js">pgf_online.js</a> to talk to the
PGF server.
</ul>
<li>[Added 2011-03-03] Added a button to display word alignment.
@@ -217,7 +217,7 @@ Some implementation details:
<hr>
<div class=modtime><small>
-<!-- hhmts start -->Last modified: Mon Sep 10 00:50:08 CEST 2012 <!-- hhmts end -->
+<!-- hhmts start -->Last modified: Tue Nov 20 13:41:21 CET 2012 <!-- hhmts end -->
</small></div>
<address>
<a href="http://www.cse.chalmers.se/~hallgren/">TH</a>