Skip to content

Commit

Permalink
Merge pull request #8 from digital-sustainability/issue-7
Browse files Browse the repository at this point in the history
First arc42 layout and tool file for "hitobito"
  • Loading branch information
MarkusTiede authored May 16, 2024
2 parents 8b4684f + b1fa714 commit 92003b7
Show file tree
Hide file tree
Showing 17 changed files with 37 additions and 21 deletions.
17 changes: 15 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,22 @@
</execution>
</executions>
<configuration>
<sourceDirectory>src/docs/asciidoc/</sourceDirectory>
<logHandler>
<outputToConsole>true</outputToConsole>
<failIf>
<severity>ERROR</severity>
</failIf>
</logHandler>
<backend>pdf</backend>
<doctype>book</doctype>
<outputDirectory>target/docs/pdf</outputDirectory>
<!-- Attributes common to all output formats -->
<attributes>
<endpoint-url>https://github.com/digital-sustainability/civil42</endpoint-url>
<sourcedir>${project.build.sourceDirectory}</sourcedir>
<project-version>${project.version}</project-version>
</attributes>
</configuration>
</plugin>
<plugin>
Expand All @@ -112,9 +125,9 @@
<argument>-f</argument>
<argument>docbook</argument>
<argument>-s</argument>
<argument>docs/docbook/arc42.xml</argument>
<argument>docs/docbook/main.xml</argument>
<argument>-o</argument>
<argument>docs/arc42.docx</argument>
<argument>docs/main.docx</argument>
</arguments>
<environmentVariables>
<LANG>de_DE</LANG>
Expand Down
1 change: 1 addition & 0 deletions src/docs/asciidoc/03/hitobito.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
==== Hitobito
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,5 @@ Beispielsweise UML Deployment-Diagramme mit den Kanälen zu Nachbarsystemen, beg
**<optional: Erläuterung der externen technischen Schnittstellen>**

**<Mapping fachliche auf technische Schnittstellen>**

include::03/hitobito.adoc[]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
38 changes: 19 additions & 19 deletions src/docs/asciidoc/arc42.adoc → src/docs/asciidoc/main.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@


// configure DE settings for asciidoc
include::content/config.adoc[]
include::config.adoc[]

= image:arc42-logo.png[arc42] Template
:revnumber: 8.2 DE
:revdate: Januar 2023
:revremark: (basiert auf AsciiDoc Version)
= image:arc42-logo.png[arc42] civil42
:revnumber: v0.1.0
:revdate: {docdate}
:revremark: Entwurf
// toc-title definition MUST follow document title without blank line!
:toc-title: Inhaltsverzeichnis
:toc-title: Digitale Souveränität von Vereinen

//additional style for arc42 help callouts
ifdef::backend-html5[]
Expand All @@ -30,7 +30,7 @@ ifdef::backend-html5[]
endif::backend-html5[]


include::content/about-arc42.adoc[]
include::about-arc42.adoc[]

// horizontal line
***
Expand All @@ -51,48 +51,48 @@ Für die Dokumentation eigener System verwenden Sie besser die _plain_ Version.

<<<<
// 1. Anforderungen und Ziele
include::content/01_introduction_and_goals.adoc[]
include::01_introduction_and_goals.adoc[]

<<<<
// 2. Randbedingungen
include::content/02_architecture_constraints.adoc[]
include::02_architecture_constraints.adoc[]

<<<<
// 3. Kontextabgrenzung
include::content/03_system_scope_and_context.adoc[]
include::03_system_scope_and_context.adoc[]

<<<<
// 4. Lösungsstrategie
include::content/04_solution_strategy.adoc[]
include::04_solution_strategy.adoc[]

<<<<
// 5. Bausteinsicht
include::content/05_building_block_view.adoc[]
// include::05_building_block_view.adoc[]

<<<<
// 6. Laufzeitsicht
include::content/06_runtime_view.adoc[]
// include::06_runtime_view.adoc[]

<<<<
// 7. Verteilungssicht
include::content/07_deployment_view.adoc[]
// include::07_deployment_view.adoc[]

<<<<
// 8. Querschnittliche Konzepte
include::content/08_concepts.adoc[]
include::08_concepts.adoc[]

<<<<
// 9. Entscheidungen
include::content/09_architecture_decisions.adoc[]
include::09_architecture_decisions.adoc[]

<<<<
// 10. Qualitätsanforderungen
include::content/10_quality_requirements.adoc[]
include::10_quality_requirements.adoc[]

<<<<
// 11. Risiken
include::content/11_technical_risks.adoc[]
include::11_technical_risks.adoc[]

<<<<
// 12. Glossar
include::content/12_glossary.adoc[]
include::12_glossary.adoc[]

0 comments on commit 92003b7

Please sign in to comment.