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

Generate collection.yml for all documents (including part 1xxx) #186

Closed
kwkwan opened this issue May 8, 2024 · 2 comments
Closed

Generate collection.yml for all documents (including part 1xxx) #186

kwkwan opened this issue May 8, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@kwkwan
Copy link

kwkwan commented May 8, 2024

In order to generate the iso-10303 collection, the YAML file collection.yml needs to be generated in all parts.

The collection.yml should look like the lines shown below.

directives:
  - documents-inline
bibdata:
  title:
    - language: en
      content: "Industrial automation systems and integration -- Product data representation and exchange -- Integrated generic resource: Quality of product shape data"
    - language: fr
      content: "Systèmes d'automatisation industrielle et intégration -- Représentation et échange de données de produits -- Ressources génériques intégrées: Qualité des données de forme du produit"
  type: collection
  docid:
    type: iso
    id: 10303-1064
  edition: 4
  copyright:
    owner:
      name: International Standards Organization
      abbreviation: ISO
    from: 2022
manifest:
  level: collection
  title: ISO Collection
  manifest:
    - level: document
      title: Document
      sectionsplit: true
      docref:
        - fileref: document.adoc
    - level: attachments
      title: Attachments
      docref:
        - fileref: ../../schemas/modules/event/arm.exp
          identifier: arm.exp
          attachment: true
        - fileref: sections/schemadocs/Event_arm.html
          identifier: Event_arm.html
          attachment: true
        - fileref: ../../schemas/modules/event/mim.exp
          identifier: mim.exp
          attachment: true
        - fileref: sections/schemadocs/Event_mim.html
          identifier: Event_mim.html
          attachment: true
@ronaldtse ronaldtse changed the title Generate collection.yml in part 1xxx Generate collection.yml for all documents (including part 1xxx) May 8, 2024
@ronaldtse ronaldtse added the enhancement New feature or request label May 8, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in Metanorma May 8, 2024
@ronaldtse ronaldtse moved this from 🆕 New to 🌋 Urgent in Metanorma May 8, 2024
@ronaldtse
Copy link

@Intelligent2013 we need to create collection.yaml for all parts in order to be able to include the attachments in Annex E "Computer interpretable listings".

@Intelligent2013
Copy link
Contributor

@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Metanorma May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

3 participants