previous editors edited
authorGuus Schreiber <guus.schreiber@vu.nl>
Thu, 14 Nov 2013 01:00:11 +0100
changeset 1331 264939cdf168
parent 1330 ee61aca96f04
child 1332 8792cab3e496
previous editors edited
rdf-primer/index.html
--- a/rdf-primer/index.html	Thu Nov 14 00:55:10 2013 +0100
+++ b/rdf-primer/index.html	Thu Nov 14 01:00:11 2013 +0100
@@ -54,16 +54,19 @@
                 company: "BBC", companyURL: "http://www.bbc.co.uk",
               },
           ],
-          otherContributors: {
-              "Previous editors": [
-                  { name: "Frank Manola",
-                  },
-                  { name: "Eric Miller",
-                  },
-                  { name: "Brian McBride",
-                  },
-              ],
-          },
+          otherLinks: [
+              {
+                  key: "Previous Editors",
+                  data: [
+                     { name: "Frank Manola",
+                     },
+                     { name: "Eric Miller",
+                     },
+                     { name: "Brian McBride",
+                     },
+                  ],
+              },
+          ],
  
           // authors, add as many as you like.
           // This is optional, uncomment if you have authors as well as editors.