Skip to content

Advanced Curriculum DSL – Domain-Specific Languages

License

Notifications You must be signed in to change notification settings

isaqb-org/curriculum-dsl

Repository files navigation

iSAQB Advanced Level Curriculum DSL – Domain-Specific Languages

Status

CI – Releases and Main Last commit Contributors Issues Issues closed

This is copyrighted work.

Content

This repository contains the iSAQB Advanced Level curriculum DSL – Domain-Specific languages

How to contribute or participate

Create an issue, a merge- or pull-request

How to build this curriculum

  1. Clone the repository—including the submodule:

    Via SSH:
    git clone [email protected]:isaqb-org/curriculum-dsl.git --recursive
    
    Via HTTPS:
    git clone https://github.com/isaqb-org/curriculum-dsl.git --recursive
  2. Build the project with gradle (you need a locally installed JDK, up to version 15) via ./gradlew.

  3. Once "BUILD SUCCESSFUL" is shown, you can review the build result under ./build/index.html

You build the output documents with gradle. That will produce both pdf and html output in German (DE) and English (EN), unless you modify the configuration.

In case you want to change that, adjust the following part of build.gradle:

task buildDocs {
  group 'Documentation'
  description 'Grouping task for generating all languages in several formats'
  dependsOn "renderDE", "renderEN"
}

In the task "renderDE", certain attributes (aka variables) are defined that configure the corresponding output.

Additional translations/languages

Maintainers

This repository is currently maintained by Michael Sperber and Lars Hupel. It was forked from https://github.com/isaqb-org/curriculum-template, so the contributors of that project basically contributed to this one, too.

Licensing and Copyright