This is where you can download the code and packages used on this site.
To run the various tutorials and applications you will need to know something about deploying Curl with manifests and about importing packages. See the FAQ entry for organizing your downloads from here.
Here are the sources for the tutorials and examples on this site. The first column is a link to the article in which the code is introduced.
| Example | Description | Source |
|---|---|---|
| CurlrObject | CurlrObject javascript for Curl RTE detection. | CurlrObject sample |
| Simple RSS Viewer | Expanded sadXMLHttpRequest tutorial showing Flickr group RSS feeds. | flickr-rss-viewer |
| sadXMLHttpRequest tutorial | Simple tutorial for using the sadXMLHttpRequest object. | xmlhttprequest-tutorial |
| MD5 test applet | Basic test for MD5 implementation | md5-test |
Code is organized into the general purpose curlr packages (such as COM.CURLR.XML) and the
api specific packages such as Flickr.
In this table are the current release versions of packages used on this site. The development versions can be obtained from the curlr repository.
The available downloads are:
COM.CURLR:Useful supporting packages.
| Package | Description | Version | Source | pcurl |
|---|---|---|---|---|
| All packages | All COM.CURLR packages in one download. | 1.0 | COM.CURL sources | COM.CURLR pcurl |
| COM.CURLR.CRYPTO | MD5, SHA-1 and SHA-2 hash functions, HMAC algorithms for all hash functions. | 1.0 | COM.CURLR.CRYPTO sources | COM.CURLR.CRYPTO pcurl |
| COM.CURLR.XML | XML processing stack, including XML DOM and XMLHttpRequest | 1.0 | COM.CURLR.XML sources | COM.CURLR.XML pcurl |
If you have the Curl IDE you can install the (slim) documentation that accompanies the packages. The zip files in the following table contain the directory structure for the packages and a pcurl'd version that contains the documentation. To install, the documentation,
Here are the documentation downloads:
| Download | Version | Description |
|---|---|---|
| COM.CURLR docs | 1.0 | installable documentation for COM.CURLR packages |