Previous Editors in ReSpec Docs? (RDF WG ISSUE-150)

Hi,

The RDF WG is attempting to include attribution for previous editors in RDF 1.1 Concepts and Abstract Syntax.  The current LC is at [1] and the current editors draft is at [2].

Our problem is that a ReSpec update apparently changed how previous contributors are to be denoted.  Can you please inform us of the updated syntax?  Thank you.

We currently have a section that looks like this, which does not appear in the rendered documents:
[[
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",
                  },
              ],
          },
]]

Regards,
Dave
--
http://about.me/david_wood

[1] http://www.w3.org/TR/rdf11-concepts/
[2] https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-concepts/index.html

Received on Wednesday, 16 October 2013 12:29:32 UTC