Changeset 1872


Ignore:
Timestamp:
2011-03-15 08:50:43 (14 months ago)
Author:
mpo
Message:

some extra info on the uri spec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/kauri-jquery/src/main/kauri/static-{build}.key/kauri.util/uritemplate.js

    r1855 r1872  
    1515 
    1616/** 
    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: 
    2324 * http://www.snellspace.com/public/templatelab.html 
    2425 *  
Note: See TracChangeset for help on using the changeset viewer.