You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by do...@apache.org on 2008/01/10 23:47:27 UTC

svn commit: r610971 - /incubator/shindig/trunk/javascript/README

Author: doll
Date: Thu Jan 10 14:47:27 2008
New Revision: 610971

URL: http://svn.apache.org/viewvc?rev=610971&view=rev
Log:
Fixed error in readme file which left off the trailing slash in the server base call. Patch created by Lane LiaBraaten

Modified:
    incubator/shindig/trunk/javascript/README

Modified: incubator/shindig/trunk/javascript/README
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/javascript/README?rev=610971&r1=610970&r2=610971&view=diff
==============================================================================
--- incubator/shindig/trunk/javascript/README (original)
+++ incubator/shindig/trunk/javascript/README Thu Jan 10 14:47:27 2008
@@ -49,7 +49,7 @@
 
    B) Assume your server is running on http://yourserver:yourport/gadgets/...
       Before step 2.B.iv, call the following to point the Gadget at your server:
-      gadget.setServerBase('http://yourserver:yourport/gadgets');
+      gadget.setServerBase('http://yourserver:yourport/gadgets/');
 
 NOTE: In the short term, when rendering Gadgets using gmodules.com certain
       functionality tied to inter-frame communication will not work,



Re: svn commit: r610971 - /incubator/shindig/trunk/javascript/README

Posted by Vincent Siveton <vi...@gmail.com>.
Hi,

FYI this log SVN should be linked to the related issue.

More generally, in ASF land, SVN commit messages are generally
standardized, something like the following:

----------------------------
SHINDIG-11: Replace references to "http://www.google.com/ig/ifpc.js"
with local copy in javascript/container/README and sample1.html
Submitted by: Lane LiaBraaten
Reviewed by: Cassie

o patch applied
-----------------------------

You could use the svn log to update the log.

Cheers,

Vincent

2008/1/10, doll@apache.org <do...@apache.org>:
> Author: doll
> Date: Thu Jan 10 14:47:27 2008
> New Revision: 610971
>
> URL: http://svn.apache.org/viewvc?rev=610971&view=rev
> Log:
> Fixed error in readme file which left off the trailing slash in the server base call. Patch created by Lane LiaBraaten
>
> Modified:
>     incubator/shindig/trunk/javascript/README
>
> Modified: incubator/shindig/trunk/javascript/README
> URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/javascript/README?rev=610971&r1=610970&r2=610971&view=diff
> ==============================================================================
> --- incubator/shindig/trunk/javascript/README (original)
> +++ incubator/shindig/trunk/javascript/README Thu Jan 10 14:47:27 2008
> @@ -49,7 +49,7 @@
>
>     B) Assume your server is running on http://yourserver:yourport/gadgets/...
>        Before step 2.B.iv, call the following to point the Gadget at your server:
> -      gadget.setServerBase('http://yourserver:yourport/gadgets');
> +      gadget.setServerBase('http://yourserver:yourport/gadgets/');
>
>  NOTE: In the short term, when rendering Gadgets using gmodules.com certain
>        functionality tied to inter-frame communication will not work,
>
>
>