My favorites | Sign in
Project Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
                
Search
for
Updated Jul 03, 2009 by cbcurl
RunningCurlFromRepository  
How to configure Curl applets to be runnable from source repository

It is possible to configure your Google Code source repository to allow Curl applets to be run directly from the source repository:

  • Applet source files must have their svn:mime-type property set to text/vnd.curl
  • If your applet accesses any other files, each directory containing such a file must contain a curl-access.txt file that permits access, such as:
   # curl-access.txt allowing access to all
   version: 2.0
   allow-all:
(If Google Code provided some way to install a curl-access.txt file your project root HTTP directory (e.g. http://your-project.googlecode.com/), then you would only need to install one file in the root and would not need one per directory. I have filed Google Code Issue 1538 to request a way to do this; please vote for this issue if you want it addressed.)
  • Each applet directory should contain a curl-license-5.dat file that was built for your project's domain name. You can obtain a free server license from Curl's website. If you want a Pro license you will need to contact sales.

Sign in to add a comment
Hosted by Google Code