Skip to content

Commit

Permalink
Merge pull request #165 from isaqb-org/prepare-release
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
programming-wolf committed Dec 13, 2022
2 parents 3615bc4 + 29cb50b commit 5496ba9
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: checkout source
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive
- name: Verify Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# What's new?

This is the very first GitHub release of the iSAQB® Glossary for Software Architecture Terminology.

More info will be added with future revisions of this release.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Currently the content is maintained by volunteers from the [iSAQB e.V.](http://i

You can become contributor (and will be added to the Leanpub contributor page) if you:

1. Fix 3 or more issues from the Github issue list
1. Fix 3 or more issues from the GitHub issue list
2. Open 5 significant issues (typos, spelling mistakes, simple formating issues and
other trivial stuff does not qualify as _significant_).
3. Provide significant input by mail or other means to existing authors.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class RenderCurriculumTask extends AsciidoctorTask {
'pdf-style' : 'isaqb',
'stylesheet' : '../html-theme/adoc-github.css',
'stylesheet-dir' : '../html-theme',
'front-cover-image': '../cover/cover.pdf'
'front-cover-image': '../cover/cover_' + language + '.pdf'
]
}
}
Expand Down
Binary file modified cover/cover-isaqb-glossary.graffle
Binary file not shown.
Binary file renamed cover/cover.pdf → cover/cover_de.pdf
Binary file not shown.
Binary file added cover/cover_en.pdf
Binary file not shown.
11 changes: 2 additions & 9 deletions docs/0-preamble/03-referencing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,11 @@ All terms in the glossary have unique URLs to the (free) online version of the b

Our URL scheme is quite simple:

[WARNING]
====
This information is outdated and need to be replaced!
* The base URL is `https://leanpub.com/isaqbglossary/read`
====


* The base URL is `https://public.isaqb.org/glossary/glossary-en.html`
* We just add the prefix `#term-` in front of the term to be referenced, then the term itself, with hyphens ("-") instead of blanks.

For example our description of the term _software architecture_ can be referenced (hyperlinked) with
`https://leanpub.com/isaqbglossary/read#term-software-architecture`
`https://public.isaqb.org/glossary/glossary-en.html#term-software-architecture`

Nearly all terms are hyperlinked with their full names, with very few examples that are referenced by their (common) abbreviations, like UML or DDD.

Expand Down
11 changes: 2 additions & 9 deletions docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ include::config/setup.adoc[]

The international Software Architecture Qualification Board (link:https://isaqb.org[iSAQB]) defines curricula on several levels for software architects.

The terminology used in the iSAQB curricula can be found as a (freely available) ebook, published on https://leanpub.com/isaqbglossary/read[Leanpub].
The terminology used in the iSAQB curricula is available in the following formats.

== Development versions

The Advanced Level Template Curriculum is currently maintained and published in both English (EN) and German (DE).
Maintainers and volunteer reviewers collaborate on GitHub to improve the curriculum.
== Available Versions

[cols="<,^,^"]
|===
Expand All @@ -23,8 +20,4 @@ Maintainers and volunteer reviewers collaborate on GitHub to improve the curricu
| link:{curriculumFileName}-en.html[HTML]
| link:{curriculumFileName}-en.pdf[PDF]

| Español
|
| link:{curriculumFileName}-es.pdf[PDF]

|===

0 comments on commit 5496ba9

Please sign in to comment.