From 75b6b3d6fdeaabe62ad198e2e3dd4c97573d7d45 Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Mon, 22 Apr 2013 09:14:44 +0100 Subject: [PATCH 1/8] Added SNIFF --- bibref/biblio.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bibref/biblio.js b/bibref/biblio.js index f85a0ac571..1d05d06ca4 100644 --- a/bibref/biblio.js +++ b/bibref/biblio.js @@ -4906,6 +4906,13 @@ berjon.biblio = { "status": "PR", "publisher": "W3C" }, + "SNIFF": { + "authors": ["Gordon P. Hemsley"], + "href": "http://mimesniff.spec.whatwg.org/", + "publisher": "WHATWG", + "status": "Living Standard", + "title": "MIME Sniffing Standard" + }, "SOAP11-ROR-HTTPBINDING": { "authors": [ "David Orchard" From 817246c121344bd6dc6deb440fed32904ca5db20 Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Mon, 22 Apr 2013 09:19:56 +0100 Subject: [PATCH 2/8] Added ECMAScript-MIME --- bibref/biblio.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bibref/biblio.js b/bibref/biblio.js index 1d05d06ca4..96aff05d8f 100644 --- a/bibref/biblio.js +++ b/bibref/biblio.js @@ -1848,6 +1848,14 @@ berjon.biblio = { "status": "Standard ECMA-402", "title": "ECMAScript Internationalization API Specification" }, + "ECMAScript-MIME": { + "authors": ["B. Hoehrmann"], + "date": "4 January 2006", + "href": "http://tools.ietf.org/html/rfc4329", + "publisher": "IETF", + "status": "Informational", + "title": "Scripting Media Types" + }, "EGOV-IMPROVING": { "authors": [ "Kevin Novak", From 3910e8e3217dce21aa737c38cb9534e7f9a78d52 Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Mon, 22 Apr 2013 09:38:10 +0100 Subject: [PATCH 3/8] Added HTML and aliased JSON --- bibref/biblio.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bibref/biblio.js b/bibref/biblio.js index 96aff05d8f..303a66a1a4 100644 --- a/bibref/biblio.js +++ b/bibref/biblio.js @@ -2191,6 +2191,13 @@ berjon.biblio = { "HMAC-Security": "C. Rechberger, V. Rijmen. New Results on NMAC/HMAC when Instantiated with Popular Hash Functions. 2 January 2008. Journal of Universal Computer Science, vol. 14, no. 3 (2008), 347-376. URL: http://www.jucs.org/jucs_14_3/new_results_on_nmac/jucs_14_3_0347_0376_rechberger.pdf", "HMRMC": "HM Revenue and customs Her Majesty's Revenue and Customs. URL: http://www.hmrc.gov.uk/softwaredevelopers/index.htm
Sample response message with XML signature: http://www.hmrc.gov.uk/ebu/responsemessages.pdf", "HSL": "Steven Pemberton. HSL: light vs saturation. 19 November 1998. URL: http://www.cwi.nl/~steven/css/hsl.html ", + "HTML": { + "authors": ["Ian Hickson"], + "href": "http://www.whatwg.org/specs/web-apps/current-work/", + "publisher": "WHATWG", + "status": "Living Standard", + "title": "HTML" + }, "HTML-DESIGN-PRINCIPLES": { "authors": [ "Anne van Kesteren", @@ -2578,6 +2585,9 @@ berjon.biblio = { "date": "9 Dec 1999", "status": "Report (draft) ISO/IEC CD15444-1:1999" }, + "JSON": { + "aliasOf": "RFC4627" + }, "JSON-LD": { "authors": [ "Manu Sporny", From bc6a150b585c2fb1873da37aa5ba61f8d19f8091 Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Mon, 22 Apr 2013 09:44:51 +0100 Subject: [PATCH 4/8] modernized RFC2318 --- bibref/biblio.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bibref/biblio.js b/bibref/biblio.js index 303a66a1a4..26e3911d55 100644 --- a/bibref/biblio.js +++ b/bibref/biblio.js @@ -4141,7 +4141,14 @@ berjon.biblio = { "status": "RFC", "publisher": "IETF" }, - "RFC2318": "H. Lie, B. Bos, C. Lilley. The text/css Media Type. March 1998. URL: http://www.ietf.org/rfc/rfc2318.txt ", + "RFC2318": { + "authors": ["H. Lie", "B. Bos", "C. Lilley"], + "date": "1 March 1998", + "href": "http://www.ietf.org/rfc/rfc2318.txt", + "publisher": "IETF", + "status": "Informational", + "title": "The text/css Media Type" + }, "RFC2397": { "authors": [ "L. Masinter" From 4bb22eb091c0918082c0e4ed7a348428be6b0ee7 Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Mon, 22 Apr 2013 09:47:35 +0100 Subject: [PATCH 5/8] added alias for CSS-MIME --- bibref/biblio.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bibref/biblio.js b/bibref/biblio.js index 26e3911d55..a0eb16ea6c 100644 --- a/bibref/biblio.js +++ b/bibref/biblio.js @@ -599,6 +599,9 @@ berjon.biblio = { "status": "FPWD", "publisher": "W3C" }, + "CSS-MIME": { + "aliasOf": "RFC2318" + }, "CSS-MASKING": { "authors": [ "Dirk Schulze", From 31bba56f7ea65d307d78838b921eac5ec153c31b Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Mon, 22 Apr 2013 09:49:33 +0100 Subject: [PATCH 6/8] Modernized CSP --- bibref/biblio.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bibref/biblio.js b/bibref/biblio.js index a0eb16ea6c..ec5a9a0218 100644 --- a/bibref/biblio.js +++ b/bibref/biblio.js @@ -588,7 +588,14 @@ berjon.biblio = { "status": "CR", "publisher": "W3C" }, - "CSP": "Adam Barth; Brendon Sterne. CSP. URL: http://www.w3.org/TR/CSP/ ", + "CSP": { + "authors": ["Brandon Sterne", "Adam Barth"], + "date": "15 November 2012", + "href": "http://www.w3.org/TR/CSP/", + "publisher": "W3C", + "status": "CR", + "title": "Content Security Policy 1.0" + }, "CSS-ADAPTATION": { "authors": [ "Rune Lillesveen" From 1e88824e327e2ba6af577b524301182a23e061b8 Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Mon, 22 Apr 2013 09:56:01 +0100 Subject: [PATCH 7/8] Modernized and updated Unicode --- bibref/biblio.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bibref/biblio.js b/bibref/biblio.js index ec5a9a0218..4c85fc9881 100644 --- a/bibref/biblio.js +++ b/bibref/biblio.js @@ -5915,7 +5915,11 @@ berjon.biblio = { "status": "NOTE", "publisher": "W3C" }, - "UNICODE": "The Unicode Consortium. The Unicode Standard. 2003. Defined by: The Unicode Standard, Version 4.0 (Boston, MA, Addison-Wesley, ISBN 0-321-18578-1), as updated from time to time by the publication of new versions URL: http://www.unicode.org/unicode/standard/versions/enumeratedversions.html ", + "UNICODE": { + "href": "http://www.unicode.org/versions/latest/", + "publisher": "The Unicode Consortium", + "title": "The Unicode Standard" + }, "UNICODE-XML": { "authors": [ "Asmus Freytag", From 41b83d3455c2d74c5a934ee5b7310e11dab42b2f Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Mon, 22 Apr 2013 09:59:40 +0100 Subject: [PATCH 8/8] Added RFC4329 and aliased ECMAScript-MIME --- bibref/biblio.js | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/bibref/biblio.js b/bibref/biblio.js index 4c85fc9881..14814e3174 100644 --- a/bibref/biblio.js +++ b/bibref/biblio.js @@ -1859,12 +1859,7 @@ berjon.biblio = { "title": "ECMAScript Internationalization API Specification" }, "ECMAScript-MIME": { - "authors": ["B. Hoehrmann"], - "date": "4 January 2006", - "href": "http://tools.ietf.org/html/rfc4329", - "publisher": "IETF", - "status": "Informational", - "title": "Scripting Media Types" + "aliasOf": "RFC4329" }, "EGOV-IMPROVING": { "authors": [ @@ -4376,6 +4371,14 @@ berjon.biblio = { "status": "RFC", "publisher": "IETF" }, + "RFC4329": { + "authors": ["B. Hoehrmann"], + "date": "4 January 2006", + "href": "http://tools.ietf.org/html/rfc4329", + "publisher": "IETF", + "status": "Informational", + "title": "Scripting Media Types" + }, "RFC4572": { "authors": [ "J. Lennox"