From 8ed5ca3fe6f94a67e719a277d2aee055d4bb3c26 Mon Sep 17 00:00:00 2001 From: "Richard D. Worth" Date: Tue, 7 Sep 2010 13:52:15 -0700 Subject: [PATCH 1/2] README: corrected spelling in link text for jquery-tmpl --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index 537d18c..4e53d31 100644 --- a/README.textile +++ b/README.textile @@ -16,7 +16,7 @@ For more information on the basic strategy used here and the rationale for it, c h1. Recommended With -jQuery Offline can be used standalone with jQuery 1.4.2 and above. However, it is best used in conjunction with "Rack::Offline":http://github.com/wycats/rack-offline and "jquery-templ":http://github.com/jquery/jquery-tmpl. +jQuery Offline can be used standalone with jQuery 1.4.2 and above. However, it is best used in conjunction with "Rack::Offline":http://github.com/wycats/rack-offline and "jquery-tmpl":http://github.com/jquery/jquery-tmpl. @Rack::Offline@ automates the process of generating a cache manifest, and @jquery-templ@ automates the process of taking a JavaScript object retrieved via @jQuery.retrieveJSON@ and making HTML out of it. From 67e8aed023c264f748f9fd4d7666d9e113c65fcd Mon Sep 17 00:00:00 2001 From: "Richard D. Worth" Date: Wed, 8 Sep 2010 07:06:31 -0700 Subject: [PATCH 2/2] README: corrected spelling in @jquery-tmpl@ --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index 4e53d31..1a20480 100644 --- a/README.textile +++ b/README.textile @@ -18,7 +18,7 @@ h1. Recommended With jQuery Offline can be used standalone with jQuery 1.4.2 and above. However, it is best used in conjunction with "Rack::Offline":http://github.com/wycats/rack-offline and "jquery-tmpl":http://github.com/jquery/jquery-tmpl. -@Rack::Offline@ automates the process of generating a cache manifest, and @jquery-templ@ automates the process of taking a JavaScript object retrieved via @jQuery.retrieveJSON@ and making HTML out of it. +@Rack::Offline@ automates the process of generating a cache manifest, and @jquery-tmpl@ automates the process of taking a JavaScript object retrieved via @jQuery.retrieveJSON@ and making HTML out of it. Note that neither iPhone OS 3.1 and earlier nor jQuery have native JSON serialization tools. You can grab @json.js@ from the @lib@ directory of this repository. It's a small library, and it will not override the native serialization and deserialization if they exist (such as on recent versions of Firefox, Safari, and iPhone OS 3.2 and later).