[Pkg-javascript-commits] [SCM] Jquery packages branch, master, updated. debian/1.4.2-2-1-g94597b0

Steve Kemp skx at birthday.my.flat
Tue Oct 19 07:43:42 UTC 2010


The following commit has been merged in the master branch:
commit 94597b0be8c7509497c7f99de8a8b42c329ece35
Author: Steve Kemp <skx at birthday.my.flat>
Date:   Tue Oct 19 08:43:22 2010 +0100

      Updated to mention the filesystem-path, as per #596212

diff --git a/debian/README.Debian b/debian/README.Debian
index 1407eec..94ee8d0 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,10 +1,18 @@
 jquery for Debian
 -----------------
 
-In order to make use of jquery in your html, include the following lines in
-your html header:
+If you wish to include jQuery in your HTML files which are served
+via a webserver you should add the following lines to your <HEAD>
+section:
 
         <script language="javascript" type="text/javascript"
         src="/javascript/jquery/jquery.js"></script>
 
- -- Steve Kemp <skx at debian.org>  Sat, 5 April 2008 15:00:51 +0000
+If you're generating files which are going to be served via the
+filesystem (such that no HTTP server is used) instead you should
+access jQuery via the filesystem path :
+
+        <script language="javascript" type="text/javascript"
+        src="/usr/share/javascript/jquery/jquery.js"></script>
+
+ -- Steve Kemp <skx at debian.org>  Tue, 19 Oct 2010 08:44:80 +0000 

-- 
Jquery packages



More information about the Pkg-javascript-commits mailing list