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

Process boilerplate copyright appended content separately from boilerplate copyright default content #1230

Closed
opoudjis opened this issue Oct 19, 2024 · 1 comment
Assignees

Comments

@opoudjis
Copy link
Contributor

As a result of #730 , it is now possible for users to add content to the default copyright boilerplate.

The default copyright boilerplate is rendered in a box. Any added content needs not to be.

The two are differentiated in the Presentation XML as:

<copyright-statement>

<clause id="boilerplate-copyright-default" inline-header="false" obligation="normative">
<title>COPYRIGHT PROTECTED DOCUMENT</title>
<p id="boilerplate-year">© <span class="std_publisher">ISO/IEC/IEEE </span><span class="date">2024</span></p>

<p id="boilerplate-message">All rights reserved. Unless otherwise specified, or required in the context of its implementation, no part of this publication may be reproduced or utilized otherwise in any form or by any means, electronic or mechanical, including photocopying, or posting on the internet or an intranet, without prior written permission. Permission can be requested from either ISO at the address below or ISO’s member body in the country of the requester.</p>

<p id="boilerplate-address" align="left">ISO copyright office<br/> CP 401 • Ch. de Blandonnet 8 <br/> CH-1214 Vernier, Geneva <br/> Phone: +41 22 749 01 11 <br/> Email:  <link target="mailto:[email protected]"/><br/> Website:  <link target="https://www.iso.org/">www.iso.org</link></p>

<p id="boilerplate-place">Published in Switzerland</p>
</clause>
<clause id="_boilerplate-copyright-statement-append">

<p id="_4d1a48e5-ccc8-0ec5-5e82-f61f50ee5bca">This International Standard is a joint standard with the UN Food and Agriculture Organization. Permission has been granted to ISO by the UN FAO to make a derived work based on any material developed or copyright UN FAO.</p>

<p id="_32eab9f9-ebae-7199-fa35-7735f9bb9074">The UN FAO may be contacted</p>

<p id="_55d0b16f-0b88-2aa7-a3d8-918a395d3daa" align="left">Food and Agriculture Organization of the United Nations<br/> Viale delle Terme di Caracalla, 00153 Roma RM, Italy <br/> Tel: +39 06 57051</p>
</clause></copyright-statement>

The default ISO copyright content, to be rendered in a box and in blue colour, shall be contained in //clause[@id = 'boilerplate-copyright-default'].

Any content in //copyright-statement that is not inside //clause[@id = 'boilerplate-copyright-default'] must be rendered outside and after the box. In this instance that is //clause[@id = '_boilerplate-copyright-statement-append'], but that content may end up being multiple clauses.

@Intelligent2013
Copy link
Contributor

Done:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants