Skip to content

Commit 37dcdad

Browse files
committed
Update to v1.1.0
1 parent 396762f commit 37dcdad

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+6716
-3753
lines changed

.github/workflows/build-docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ on:
66
workflow_dispatch:
77

88
permissions:
9+
contents: read
910
id-token: write
1011
pages: write
1112

1213
env:
1314
INSTANCE: 'docs/ta'
1415
ARTIFACT: 'webHelpTA2-all.zip'
15-
DOCKER_VERSION: '241.18775'
16+
DOCKER_VERSION: '2025.04.8412'
1617

1718
jobs:
1819
build:
@@ -63,9 +64,10 @@ jobs:
6364
uses: actions/download-artifact@v4
6465
with:
6566
name: docs
67+
path: artifacts
6668

6769
- name: Unzip artifact
68-
run: unzip -O UTF-8 -qq '${{ env.ARTIFACT }}' -d dir
70+
run: unzip -O UTF-8 -qq "artifacts/${{ env.ARTIFACT }}" -d dir
6971

7072
- name: Setup Pages
7173
uses: actions/configure-pages@v4

LICENSE

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
Tech Archive – License Information
2+
3+
Copyright © 2024–2025 Kesares
4+
5+
All contents of this archive are licensed under the following terms:
6+
7+
1. Documentation, tutorials, articles, and non-programmatic content:
8+
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
9+
https://creativecommons.org/licenses/by-sa/4.0/
10+
11+
You are free to:
12+
- Share — copy and redistribute the material in any medium or format
13+
- Adapt — remix, transform, and build upon the material
14+
for any purpose, even commercially.
15+
16+
Under the following terms:
17+
- Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made.
18+
- ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the
19+
same license as the original.
20+
21+
2. Source code and code examples:
22+
The MIT License
23+
https://opensource.org/licenses/MIT
24+
25+
Permission is hereby granted, free of charge, to any person obtaining a copy
26+
of this software and associated documentation files (the "Software"), to deal
27+
in the Software without restriction, including without limitation the rights
28+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29+
copies of the Software, and to permit persons to whom the Software is
30+
furnished to do so, subject to the following conditions:
31+
32+
The above copyright notice and this permission notice shall be included in
33+
all copies or substantial portions of the Software.
34+
35+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
38+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
39+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
40+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
41+
THE SOFTWARE.

README.md

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,46 @@
1-
# Techarchive
1+
# Welcome to the Tech Archive 🎉
22

3+
Welcome to my Tech Archive. At this stage, it is still more of a growing collection of notes than a comprehensive
4+
library. However, every project starts small — and this one is no exception.
5+
6+
⚠️ Please note: The main content is currently **only available in German**.
7+
8+
## The Goal 🎯
9+
10+
Imagine entering a digital library where you can explore lines of code and technological knowledge. Welcome to my Tech
11+
Archive, a growing repository of bits and bytes that you might find useful someday.
12+
13+
This archive aims to provide a continually expanding collection of information, notes, guides, and all things
14+
IT-related. Whether you are an experienced developer looking to refresh your skills or a curious beginner wondering why
15+
"Hello World!" is so important — you are in the right place.
16+
17+
## What to expect here? 🤔
18+
19+
Currently, the Tech Archive covers three main topics: HTML, Java, and Mathematics. Java provides a solid introduction to
20+
the world of programming.
21+
22+
There is still relatively little content available for HTML, and in Mathematics I am just beginning to shed some light on
23+
the often abstract world of numbers and formulas. So don’t worry if you don’t find a lot of content here yet.
24+
25+
In addition to the topic-specific content, there is a digital toolbox with useful links and resources to support you on
26+
your IT journey. From helpful articles to practical tools – feel free to explore and expand your digital toolbox.
27+
28+
💡 Note: The archive contains highlighted terms that are explained in the glossary.
29+
30+
## Why an archive at all? 🤷‍♂️
31+
32+
I believe that knowledge should be shared – no matter how much or how little it is. That’s why I started this archive: a
33+
place to collect my thoughts and notes – for myself, but also for others. It may still be in its early stages, but over
34+
time it will grow – much like the number of tabs you have open while learning or working.
35+
36+
## Stay tuned! 🌱
37+
38+
Even though the archive is just getting started, I have many ideas that I plan to implement gradually. As it grows,
39+
topics may be re-categorized or re-organized to maintain clarity. Feel free to check back regularly.
40+
41+
## License
42+
43+
- **Documentation (text, tutorials, explanations, etc.):** [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/legalcode)
44+
You are free to share and adapt the material, as long as you give appropriate credit and distribute your contributions under the same license.
45+
46+
- **Source code and code examples:** [MIT License](https://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)