Merge
authorGavin Carothers <gavin@carothers.name>
Wed, 16 Oct 2013 09:24:00 -0700
changeset 1144 2011482ca408
parent 1143 f34245ea4140 (current diff)
parent 1139 16de3f398483 (diff)
child 1146 c295d75198e8
Merge
--- a/rdf-concepts/index.html	Wed Oct 16 09:23:42 2013 -0700
+++ b/rdf-concepts/index.html	Wed Oct 16 09:24:00 2013 -0700
@@ -66,29 +66,18 @@
                 company: "3 Round Stones", companyURL: "http://3roundstones.com/",
               },
           ],
-          otherContributors: {
-              "Previous editor": [
-                  { name: "Graham Klyne",
-                    //url: "http://www.ninebynine.org/",
-                    company: "Nine by Nine",
-                    //companyURL: "http://example.com/"
-                    //mailto: "GK@NineByNine.org",
-                  },
-                  { name: "Jeremy J. Carroll",
-                    //url: "http://www-uk.hpl.hp.com/people/jjc/",
-                    company: "Hewlett Packard Labs",
-                    //companyURL: "http://example.com/"
-                    //mailto: "jjc@hpl.hp.com",
-                  },
-                  { name: "Brian McBride",
-                    //url: "http://www-uk.hpl.hp.com/people/bwm/",
-                    company: "Hewlett Packard Labs",
-                    //companyURL: "http://example.com/"
-                    //mailto: "bwm@hplb.hpl.hp.com",
-                    note: "RDF 2004 Series Editor",
-                  },
-              ],
-          },
+          otherLinks: [ {
+					       key: "Previous Editors",
+					       data: [{
+					               value: "Graham Klyne",
+					               href: "http://www.ninebynine.org/"
+					           }, {
+					               value: "Jeremy J. Carroll"
+					           }, {
+					               value: "Brian McBride"
+					           }
+					     }
+					],
 
           // authors, add as many as you like. 
           // This is optional, uncomment if you have authors as well as editors.