Skip to content

Commit

Permalink
Merge pull request #214 from marcoscaceres/duplicates
Browse files Browse the repository at this point in the history
Removed duplicate entries, used aliasOf instead (closes #213)
  • Loading branch information
tobie committed May 2, 2013
2 parents 5ce1c40 + 6f98e7d commit 2500a07
Showing 1 changed file with 7 additions and 46 deletions.
53 changes: 7 additions & 46 deletions bibref/biblio.js
Expand Up @@ -674,15 +674,7 @@ berjon.biblio = {
"publisher": "W3C"
},
"CSS2": {
"authors": [
"Ian Jacobs"
],
"etAl": true,
"href": "http://www.w3.org/TR/CSS21/",
"title": "Cascading Style Sheets, level 2 (CSS2) Specification",
"date": "07 June 2011",
"status": "REC",
"publisher": "W3C"
"aliasOf": "CSS21"
},
"CSS21": {
"authors": [
Expand Down Expand Up @@ -825,6 +817,9 @@ berjon.biblio = {
"status": "CR",
"publisher": "W3C"
},
"CSS3MARQUEE": {
"aliasOf": "CSS3-MARQUEE"
},
"CSS3-MARQUEE": {
"authors": [
"Bert Bos"
Expand Down Expand Up @@ -1109,16 +1104,6 @@ berjon.biblio = {
"status": "WD",
"publisher": "W3C"
},
"CSS3MARQUEE": {
"authors": [
"Bert Bos"
],
"href": "http://www.w3.org/TR/2008/CR-css3-marquee-20081205",
"title": "CSS Marquee Module Level 3",
"date": "5 December 2008",
"status": "CR",
"publisher": "W3C"
},
"CSS3NAMESPACE": {
"authors": [
"Anne van Kesteren",
Expand Down Expand Up @@ -1307,15 +1292,7 @@ berjon.biblio = {
"publisher": "W3C"
},
"CURIE": {
"authors": [
"Shane McCarron"
],
"etAl": true,
"href": "http://www.w3.org/TR/2012/REC-rdfa-core-20120607/",
"title": "RDFa Core 1.1 - Section 6",
"date": "7 June 2012",
"status": "REC",
"publisher": "W3C"
"aliasOf": "RDFA-CORE"
},
"CVE-2009-0217": "<a href=\"http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0217\"><cite>Common Vulnerabilities and Exposures List, CVE-2009-0217</cite></a> URL: <a href=\"http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0217\"> http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0217</a>",
"CX": {
Expand Down Expand Up @@ -4987,15 +4964,7 @@ berjon.biblio = {
"publisher": "W3C"
},
"SMIL20": {
"authors": [
"Jack Jansen"
],
"etAl": true,
"href": "http://www.w3.org/TR/2005/REC-SMIL2-20051213",
"title": "Synchronized Multimedia Integration Language (SMIL 2.1)",
"date": "13 December 2005",
"status": "REC",
"publisher": "W3C"
"aliasOf": "SMIL2"
},
"SMIL3": {
"authors": [
Expand Down Expand Up @@ -5220,15 +5189,7 @@ berjon.biblio = {
"publisher": "W3C"
},
"SPARQL-UPDATE": {
"authors": [
"S. Schenk",
"P. Gearon"
],
"href": "http://www.w3.org/TR/2010/WD-sparql11-update-20100126/",
"title": "SPARQL 1.1 Update",
"date": "26 January 2010",
"status": "WD",
"publisher": "W3C"
"aliasOf": "RDF-SPARQL-UPDATE"
},
"SPEC-VARIABILITY": {
"authors": [
Expand Down

0 comments on commit 2500a07

Please sign in to comment.