Skip to content

Commit

Permalink
Merge pull request #1 from isaqb-org/initial-topics
Browse files Browse the repository at this point in the history
Initial version of theme backlog
  • Loading branch information
hoch4 committed Jan 25, 2024
2 parents 7e2be72 + 64b2a7f commit d3e706a
Show file tree
Hide file tree
Showing 52 changed files with 729 additions and 966 deletions.
60 changes: 32 additions & 28 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
= https://isaqb.org[iSAQB] Topic Backlog for CPSA®-Expert Level

:toc:
:toc-placement!:
= Topic Backlog for the https://isaqb.org[iSAQB]^®^ CPSA^®^ Expert Level

ifdef::env-github[]
:tip-caption: :bulb:
Expand All @@ -12,49 +9,56 @@ ifdef::env-github[]
endif::[]

== Status
image:https://github.com/isaqb-org/topic-backlog-expert-level/workflows/CI%20-%20Releases%20and%20Main/badge.svg?branch=main["CI – Releases and Main"]
image:https://img.shields.io/github/last-commit/isaqb-org/topic-backlog-expert-level/main.svg["Last commit"]
image:https://img.shields.io/github/contributors/isaqb-org/topic-backlog-expert-level.svg["Contributors",link="https://github.com/isaqb-org/topic-backlog-expert-level/graphs/contributors"]
image:https://img.shields.io/github/issues/isaqb-org/topic-backlog-expert-level.svg["Issues",link="https://github.com/isaqb-org/topic-backlog-expert-level/issues"]
image:https://img.shields.io/github/issues-closed/isaqb-org/topic-backlog-expert-level.svg["Issues closed",link="https://github.com/isaqb-org/topic-backlog-expert-level/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+"]

image:https://github.com/isaqb-org/examination-expert/workflows/CI%20-%20Releases%20and%20Main/badge.svg?branch=main["CI – Releases and Main"]
image:https://img.shields.io/github/last-commit/isaqb-org/examination-expert/main.svg["Last commit"]
image:https://img.shields.io/github/contributors/isaqb-org/examination-expert.svg["Contributors",link="https://github.com/isaqb-org/examination-expert/graphs/contributors"]
image:https://img.shields.io/github/issues/isaqb-org/examination-expert.svg["Issues",link="https://github.com/isaqb-org/examination-expert/issues"]
image:https://img.shields.io/github/issues-closed/isaqb-org/examination-expert.svg["Issues closed",link="https://github.com/isaqb-org/examination-expert/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+"]

This is <<copyrighted,copyrighted work>>.

== Content
This repository contains a list of topics that can be chosen for the iSAQB® CPSA®-Expert Level examination.
This repository contains the topic backlog for the iSAQB^®^ CPSA^®^ Expert Level in AsciiDoc.

toc::[]
== How to clone the project
The project uses Git Modules. So, don't forget to clone the repository with the option --recursive.

If you forgot the option --recursive, you can load the Git Modules with this command
[source,console]
$ git submodule update --init

== How to contribute or participate
Create an issue, a merge- or pull-request

== How to build this project
Clone the repository—including the submodules:
== How to build the documents
Prerequisite: You need a Java Runtime(tm) installed.

--
[source,shell]
----
Via SSH:
git clone git@github.com:isaqb-org/topic-backlog-expert-level.git --recursive
You build the output documents with gradle:
[source,console]
$ ./gradlew buildDocs

Via HTTPS:
git clone https://github.com/isaqb-org/topic-backlog-expert-level.git --recursive
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`:

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

. Build the project with http://www.gradle.com[gradle] (you need a locally installed JDK 17 or higher) via `./gradlew buildDocs`.
. Once the "BUILD SUCCESSFUL" is show, you can review the build result under `./build/index.html`
In the task "renderDE", certain attributes (aka variables) are defined that configure the corresponding output.

== Additional translations/languages
include::docs-ext/EXTERNAL_DOCUMENTS_README.adoc[]

== Maintainers

This repository is currently maintained by the Expert Level Maintainer group of iSAQB>
It was forked from https://github.com/isaqb-org/advanced-template,
so the contributors of that project basically contributed to this one, too.

This repository is currently maintained by the Examination Level Working Group
It was forked from https://github.com/isaqb-org/topic-backlog-expert-level.

[[copyrighted]]
== Licensing and Copyright
Expand Down
7 changes: 3 additions & 4 deletions docs-ext/EXTERNAL_DOCUMENTS_README.adoc
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
Copy translated versions (PDF) of the curriculum (other than German or English) to the directory `docs-ext`.
Copy translated versions (PDF) of the topic backlog (other than German or English) to the directory `docs-ext`.

Please make sure, that the file name is well-formed and complies with the following format:

`curriculum-xxxx-lc.pdf`
`topic-backlog-expert-level-lc.pdf`

`xxxx`: insert the name of the curriculum, e.g. `web` or `flex` +
`lc`: iso language code of the translation, e.g. `es` (Spanish) or `pt` (Portuguese)

Example: `curriculum-web-es.pdf` <- Spanish version of the WEB curriculum.
Example: `topic-backlog-expert-level-es.pdf` <- Spanish version of the WEB curriculum.

**ATTENTION:** For every document that you add to `docs-ext`, you also have to create an entry in `index.adoc`
so that people can access it from the overview page of this curriculum.
13 changes: 0 additions & 13 deletions docs/00a-preamble/00-introduction.adoc

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions docs/00a-preamble/02-advanced-level-knowledge.adoc

This file was deleted.

25 changes: 0 additions & 25 deletions docs/00a-preamble/03-prerequisites.adoc

This file was deleted.

17 changes: 0 additions & 17 deletions docs/00b-basics/00-basics.adoc

This file was deleted.

20 changes: 0 additions & 20 deletions docs/00b-basics/01-what-to-expect-of-this-module.adoc

This file was deleted.

This file was deleted.

49 changes: 0 additions & 49 deletions docs/00b-basics/03-timing-didactics-and-more.adoc

This file was deleted.

40 changes: 0 additions & 40 deletions docs/00b-basics/04-prerequisites-for-this-training.adoc

This file was deleted.

24 changes: 0 additions & 24 deletions docs/00b-basics/05-curriculum-outline.adoc

This file was deleted.

0 comments on commit d3e706a

Please sign in to comment.