Hi, On 17 November 2012 02:35, Sebastian Karcher <[email protected]> wrote:
> Look at this style we received as a submission: > https://github.com/citation-style-language/styles/pull/286/files > It has an invalid id and no "self" link - with Steve's version of the > translator that was basically impossible, but something seems to be > different with your integration? Could you help out that user and either fix I'll check. Just as a general comment, we use the last csl-editor code (https://github.com/citation-style-editor/csl-editor) without any change on the top of it. When we needed some changes we pushed all to the csl-editor "upstream". Ah, I see what happened: the csl-editor-demo is calling conformStyleToRepoConventions but not our implementation. I'll re-incorporate it. Should not cause problems as it is all done now, but it did in the past. I'll check at Mendeley next week. And it's the responsible to do part of what you said: if (link.getAttr("rel") === "self") { selfLinkNode = link; selfLink = link.getAttr("href"); } Why is this done? I don't know now, and when I asked months ago to Steve Ridout he didn't know exactly why, afair. > this in the integration or tell us (and your users) what to do differently > for styles to be submitted to the repository. I'd like to add, in our documentation, some information for our users with the steps to submit changes to the repository. I don't expect all the changes to be pushed back to the repository since it needs some extra work and back and forth. Indeed we should help the users who wants to do it. Regards, -- Carles Pina | Software Engineer http://www.mendeley.com/profiles/Carles-Pina/ Mendeley Limited | London, UK | www.mendeley.com Registered in England and Wales | Company Number 6419015 ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ xbiblio-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xbiblio-devel
