Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 2.2 KB

README.adoc

File metadata and controls

65 lines (46 loc) · 2.2 KB

iSAQB CPSA-Advanced Level Curriculum SOFT

Status

CI – Releases and Main Last commit Contributors Issues Issues closed

This is copyrighted work.

Content

This repository contains the curriculum of the iSAQB CPSA-Advanced Level SOFT module in AsciiDoc.

How to contribute or participate

Create an issue, a merge- or pull-request

How to build the documents

Prerequisite: You need a Java Runtime(tm) 17 (or higher) installed.

  1. Clone the repository - including the submodule:

    Via SSH:
    git clone [email protected]:isaqb-org/curriculum-foundation.git --recursive
    
    Via HTTPS:
    git clone https://github.com/isaqb-org/curriculum-foundation.git --recursive
  2. You build the output documents with gradle: ./gradlew buildDocs
    This will produce both pdf and html output in German (DE) and English (EN), unless you modify the configuration.

Additional translations/languages

Maintainers

This repository is currently maintained by Sebastian Hirschmeier, Stefan Zörner, and Kim Nena Duggen. It was forked from https://github.com/isaqb-org/advanced-template, so the contributors of that project basically contributed to this one, too.

Licensing and Copyright

include::license-copyright/LICENSE.adoc