Geuis
Geuis

Reputation: 42267

Ok to use Google Code to host javascript apps for end users?

I am working on a javascript app that users load via a configurable script tag. I have it hosted on its own Google Code project since its open source. Is it ok to have the url that loads the app pointed at the file download link on its Code site? For example:

<script type="text/javascript" src="http://myprojectname.googlecode.com/files/myproject.js"></script>

I know that the common JS libs like jQuery and prototype are hosted similarly, but I want to make sure.

Upvotes: 0

Views: 552

Answers (2)

P Daddy
P Daddy

Reputation: 29527

If somebody makes a change to the app in Google Code, then it will affect visitors to your page that uses it. This may or may not be what you want. You may rather have a chance to review changes before implementing them.

Upvotes: 1

Luca Matteis
Luca Matteis

Reputation: 29267

http://code.google.com/tos.html

You agree that Google has no responsibility or liability for the deletion or failure to store any Content and other communications maintained or transmitted by Google services. You acknowledge that Google may have set no fixed upper limit on the number of transmissions you may send or receive through Google services or the amount of storage space used; however, we retain the right, at our sole discretion, to create limits at any time with or without notice.

Upvotes: 3

Related Questions