Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/truedat101/ccn4bname.js
a Javascript based solution for parsing the CCN protocol URI scheme
https://github.com/truedat101/ccn4bname.js
Last synced: 8 days ago
JSON representation
a Javascript based solution for parsing the CCN protocol URI scheme
- Host: GitHub
- URL: https://github.com/truedat101/ccn4bname.js
- Owner: truedat101
- Created: 2011-07-26T08:39:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-28T17:55:43.000Z (over 12 years ago)
- Last Synced: 2024-12-08T05:26:28.158Z (15 days ago)
- Language: JavaScript
- Homepage:
- Size: 235 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
=========
ccn4bname
=========Implementation of CCN Protocol Naming and URI Scheme for JS:
http://www.ccnx.org/releases/latest/doc/technical/URI.html (refers to: http://www.ietf.org/rfc/rfc3986.txt)
http://www.ccnx.org/releases/latest/doc/technical/Name.html===========
Attribution
===========
PARCs CCNx team for the major contribution to ProjectCCNx, making this tiny little project possible.
Joe Hewitt for inspiration and best practices for designing a JS library. See his latest work on Scrollability. Joe is also multi-talented, a nice guy, and is open in sharing his work.
@JResig for amazing work on JQuery, really opening the web up as a 1st class platform for app development. He does things by the book, and really pushes best practices. He has demonstrated the right way to build a community, push standards, and utilize efficient and clean design. His talk on library design is a major inspiration.
Basic project layout provided by:
HTML5-Boilerplate - Thanks PaulIrish.
https://github.com/paulirish/html5-boilerplate