Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contributors section? #152

Closed
der opened this issue Mar 1, 2013 · 4 comments
Closed

Contributors section? #152

der opened this issue Mar 1, 2013 · 4 comments

Comments

@der
Copy link

der commented Mar 1, 2013

This is a question rather than an issue...

How can you create a "Contributors" section alongside "Editors" and "Authors". This is present on a number of W3C specs, and would be useful in our case, but can't see that in the documentation and just putting a "contributors" filed in the resepc-config.js does seem to work.

Dave

@darobin
Copy link
Member

darobin commented Sep 2, 2013

This is not currently supported, can you point me to an example?

@der
Copy link
Author

der commented Sep 2, 2013

I was thinking of the OWL specs such as: http://www.w3.org/TR/2012/REC-owl2-direct-semantics-20121211/

I hacked around this for my case by registering an "end-all" event handler which appended an new entry to the end of the .head dl.

@marcoscaceres
Copy link
Member

I think this is covered by using my custom header sections thingy.

otherLinks: [{
            key: "Contributors",
            data: [{
                    value: "Mr Foo ",
                    href: "https:/foo.com"
                }, {
                    value: "Mrs Bar",
                    href: "http://bar.com"
                }
            ]

However, what would be nice is a to create a plugin to suck down contributors from github or from W3C mailing lists to automatically create the contributor's list. We do this for the responsive images specs - See:
http://picture.responsiveimages.org/#acknowledgements

@darobin
Copy link
Member

darobin commented Dec 23, 2014

The core functionality is handled by otherLinks; exposing contributors from GH is something that specstatic ought to do rather than ReSpec.

@darobin darobin closed this as completed Dec 23, 2014
hartig added a commit to w3c/rdf-star that referenced this issue Feb 16, 2021
…r, and Andreas to it; the contributors list is created as described in w3c/respec#152
pchampin pushed a commit to w3c/rdf-star that referenced this issue Feb 18, 2021
…r, and Andreas to it; the contributors list is created as described in w3c/respec#152
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants