Changeset 1872
- Timestamp:
- 2011-03-15 08:50:43 (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/kauri-jquery/src/main/kauri/static-{build}.key/kauri.util/uritemplate.js
r1855 r1872 15 15 16 16 /** 17 * Resources on URI-templating: Article: - http://www.ibm.com/developerworks/web/library/wa-uri/ 18 * 19 * Spec in progress: - http://www.ietf.org/internet-drafts/draft-gregorio-uritemplate-03.txt (note previous drafts become 20 * unavailable) - http://bitworking.org/projects/URI-Templates/spec/draft-gregorio-uritemplate-03.html 21 * 22 * James' implementation - http://www.snellspace.com/public/template.js @ blog: http://www.snellspace.com/wp/?p=831 @ test: 17 * Resources on URI-templating: 18 * Article: - http://www.ibm.com/developerworks/web/library/wa-uri/ 19 * 20 * Spec in progress: - http://tools.ietf.org/html/draft-gregorio-uritemplate-04 (dated Sept 2010) 21 * Note current implementation follows draft 03 - Sept 2008) 22 * 23 * James' implementation - http://www.snellspace.com/public/template.js @ blog: http://www.snellspace.com/wp/?p=831 @ test: 23 24 * http://www.snellspace.com/public/templatelab.html 24 25 *
Note: See TracChangeset
for help on using the changeset viewer.