├── .github
└── FUNDING.yml
├── README.md
└── docs
├── BSB_Manual_Logo.svg
├── Logo_manual_maskablex144.png
├── Logo_manual_maskablex192.png
├── Logo_manual_maskablex512.png
├── README.md
├── _config.yml
├── _layouts
├── default.html
└── hacker_default.html
├── android-chrome-192x192.png
├── android-chrome-512x512.png
├── apple-touch-icon.png
├── assets
├── css
│ └── style.scss
└── fonts
│ ├── open-sans-v18-latin-700.eot
│ ├── open-sans-v18-latin-700.svg
│ ├── open-sans-v18-latin-700.ttf
│ ├── open-sans-v18-latin-700.woff
│ ├── open-sans-v18-latin-700.woff2
│ ├── open-sans-v18-latin-700italic.eot
│ ├── open-sans-v18-latin-700italic.svg
│ ├── open-sans-v18-latin-700italic.ttf
│ ├── open-sans-v18-latin-700italic.woff
│ ├── open-sans-v18-latin-700italic.woff2
│ ├── open-sans-v18-latin-italic.eot
│ ├── open-sans-v18-latin-italic.svg
│ ├── open-sans-v18-latin-italic.ttf
│ ├── open-sans-v18-latin-italic.woff
│ ├── open-sans-v18-latin-italic.woff2
│ ├── open-sans-v18-latin-regular.eot
│ ├── open-sans-v18-latin-regular.svg
│ ├── open-sans-v18-latin-regular.ttf
│ ├── open-sans-v18-latin-regular.woff
│ └── open-sans-v18-latin-regular.woff2
├── favicon-16x16.png
├── favicon-32x32.png
├── favicon.ico
├── favicon.svg
├── index.md
├── manifest.webmanifest
├── mstile-144x144.png
├── offline.html
├── safari-pinned-tab.svg
└── service-worker.js
/.github/FUNDING.yml:
--------------------------------------------------------------------------------
1 | # These are supported funding model platforms
2 |
3 | github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4 | patreon: # Replace with a single Patreon username
5 | open_collective: # Replace with a single Open Collective username
6 | ko_fi: meowsketeer # Replace with a single Ko-fi username
7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9 | liberapay: # Replace with a single Liberapay username
10 | issuehunt: # Replace with a single IssueHunt username
11 | lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
12 | polar: # Replace with a single Polar username
13 | buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
14 | custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
15 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 | ## Da der Maintainer des "BSB-LAN" Projektes es nach acht Jahren produktiver Zusammenarbeit nun vorzieht, seine eigene Anleitung zu erstellen, stelle ich mein umfassendes Handbuch zu diesem Projekt hier leider nicht mehr zur Verfügung.
3 |
4 | ---
5 |
6 | Das Copyright des Handbuchs liegt bei dem Autor Ulf Dieckmann.
7 |
8 | ---
9 |
10 | [](https://ko-fi.com/U6U5NPB51)
11 |
--------------------------------------------------------------------------------
/docs/BSB_Manual_Logo.svg:
--------------------------------------------------------------------------------
1 |
2 |
4 |
7 |
8 |
10 |
16 |
22 |
28 |
35 |
39 |
41 |
45 |
49 |
53 |
56 |
60 |
62 |
63 |
64 |
--------------------------------------------------------------------------------
/docs/Logo_manual_maskablex144.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/Logo_manual_maskablex144.png
--------------------------------------------------------------------------------
/docs/Logo_manual_maskablex192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/Logo_manual_maskablex192.png
--------------------------------------------------------------------------------
/docs/Logo_manual_maskablex512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/Logo_manual_maskablex512.png
--------------------------------------------------------------------------------
/docs/README.md:
--------------------------------------------------------------------------------
1 | **Da der Maintainer des "BSB-LAN" Projektes es nach acht Jahren produktiver Zusammenarbeit nun vorzieht, seine eigene Anleitung zu erstellen, stelle ich mein umfassendes Handbuch zu diesem Projekt hier leider nicht mehr zur Verfügung.**
2 |
3 | ---
4 |
5 | [](https://ko-fi.com/U6U5NPB51)
6 |
--------------------------------------------------------------------------------
/docs/_config.yml:
--------------------------------------------------------------------------------
1 | theme: jekyll-theme-cayman
2 | plugins:
3 | - jekyll-seo-tag
4 | - jekyll-sitemap
5 | title: Handbuch zur BSB-LAN Hard- & Software
6 | url: "https://1coderookie.github.io"
7 | baseurl: "/BSB-LPB-LAN"
8 | author: Ulf Dieckmann
9 | lang: de-DE
10 |
--------------------------------------------------------------------------------
/docs/_layouts/default.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 | {% if site.google_analytics %}
31 |
32 |
38 | {% endif %}
39 |
40 |
41 |
45 |
46 |
47 |
48 |
49 |
50 |
51 | {% seo %}
52 |
53 |
54 |
55 |
56 |
71 |
72 |
73 |
74 | {{ content }}
75 |
76 |
80 |
81 |
82 |
83 |
--------------------------------------------------------------------------------
/docs/_layouts/hacker_default.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | {% seo %}
10 |
11 |
12 |
13 |
14 |
15 |
16 |
{{ site.title | default: site.github.repository_name }}
17 |
{{ site.description | default: site.github.project_tagline }}
18 |
19 |
26 |
27 |
28 |
29 |
30 |
33 |
34 |
35 | {% if site.google_analytics %}
36 |
44 | {% endif %}
45 |
46 |
47 |
--------------------------------------------------------------------------------
/docs/android-chrome-192x192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/android-chrome-192x192.png
--------------------------------------------------------------------------------
/docs/android-chrome-512x512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/android-chrome-512x512.png
--------------------------------------------------------------------------------
/docs/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/apple-touch-icon.png
--------------------------------------------------------------------------------
/docs/assets/css/style.scss:
--------------------------------------------------------------------------------
1 | ---
2 | ---
3 |
4 |
5 | /* open-sans-regular - latin */
6 | @font-face {
7 | font-family: 'Open Sans';
8 | font-display: swap;
9 | font-style: normal;
10 | font-weight: 400;
11 | src: url('../fonts/open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
12 | src: local('Open Sans'),
13 | url('../fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
14 | url('../fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
15 | url('../fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
16 | url('../fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
17 | url('../fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
18 | }
19 |
20 | /* open-sans-italic - latin */
21 | @font-face {
22 | font-family: 'Open Sans';
23 | font-display: swap;
24 | font-style: italic;
25 | font-weight: 400;
26 | src: url('../fonts/open-sans-v18-latin-italic.eot'); /* IE9 Compat Modes */
27 | src: local('Open Sans'),
28 | url('../fonts/open-sans-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
29 | url('../fonts/open-sans-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
30 | url('../fonts/open-sans-v18-latin-italic.woff') format('woff'), /* Modern Browsers */
31 | url('../fonts/open-sans-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
32 | url('../fonts/open-sans-v18-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
33 | }
34 |
35 | /* open-sans-700 - latin */
36 | @font-face {
37 | font-family: 'Open Sans';
38 | font-display: swap;
39 | font-style: normal;
40 | font-weight: 700;
41 | src: url('../fonts/open-sans-v18-latin-700.eot'); /* IE9 Compat Modes */
42 | src: local('Open Sans'),
43 | url('../fonts/open-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
44 | url('../fonts/open-sans-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
45 | url('../fonts/open-sans-v18-latin-700.woff') format('woff'), /* Modern Browsers */
46 | url('../fonts/open-sans-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
47 | url('../fonts/open-sans-v18-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
48 | }
49 |
50 | /* open-sans-700italic - latin */
51 | @font-face {
52 | font-family: 'Open Sans';
53 | font-display: swap;
54 | font-style: italic;
55 | font-weight: 700;
56 | src: url('../fonts/open-sans-v18-latin-700italic.eot'); /* IE9 Compat Modes */
57 | src: local('Open Sans'),
58 | url('../fonts/open-sans-v18-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
59 | url('../fonts/open-sans-v18-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
60 | url('../fonts/open-sans-v18-latin-700italic.woff') format('woff'), /* Modern Browsers */
61 | url('../fonts/open-sans-v18-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
62 | url('../fonts/open-sans-v18-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
63 | }
64 |
65 |
66 | //@import "{{ site.theme }}";
67 | @import 'jekyll-theme-cayman';
68 |
69 | .page-header {
70 | color: $header-heading-color;
71 | text-align: center;
72 | background-color: $header-bg-color;
73 | background-image: linear-gradient(120deg, $header-bg-color-secondary, $header-bg-color);
74 |
75 | @include large {
76 | padding: 2.25rem 3.25rem;
77 | }
78 |
79 | @include medium {
80 | padding: 0.75rem 1.75rem;
81 | }
82 |
83 | @include small {
84 | padding: 0.25rem 0.75rem;
85 | }
86 | }
87 |
88 | .project-name {
89 | margin-top: 0;
90 | margin-bottom: 0.1rem;
91 |
92 | @include large {
93 | font-size: 2.75rem;
94 | }
95 |
96 | @include medium {
97 | font-size: 1.75rem;
98 | }
99 |
100 | @include small {
101 | font-size: 1.25rem;
102 | }
103 | }
104 |
105 | table {
106 | display: block;
107 | width: 100%;
108 | overflow: auto;
109 | word-break: normal;
110 | word-break: keep-all; // For Firefox to horizontally scroll wider tables.
111 | -webkit-overflow-scrolling: touch;
112 | border-collapse: separate;
113 |
114 | th {
115 | font-weight: bold;
116 | background-color: $section-headings-color;
117 | border-top: 1px solid $table-border-color;
118 | color: #fff;
119 |
120 | &:first-child {
121 | border-top-left-radius: 8px;
122 | }
123 |
124 | &:last-child {
125 | border-top-right-radius: 8px;
126 | }
127 | }
128 |
129 | tr {
130 | &:nth-child(even) {
131 | background-color: #f5f9f7; // lighten $section-headings-color
132 | }
133 |
134 | &:last-child {
135 | td:first-child {
136 | border-bottom-left-radius: 8px;
137 | }
138 |
139 | td:last-child {
140 | border-bottom-right-radius: 8px;
141 | }
142 | }
143 | }
144 |
145 | th,
146 | td {
147 | padding: 0.5rem 1rem;
148 | border: 1px solid $table-border-color;
149 | border-bottom: 1px solid $table-border-color;
150 |
151 | &:first-child {
152 | border-left: 1px solid $table-border-color;
153 | }
154 |
155 | &:last-child {
156 | border-right: 1px solid $table-border-color;
157 | }
158 | }
159 | }
160 |
--------------------------------------------------------------------------------
/docs/assets/fonts/open-sans-v18-latin-700.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/assets/fonts/open-sans-v18-latin-700.eot
--------------------------------------------------------------------------------
/docs/assets/fonts/open-sans-v18-latin-700.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
12 |
13 |
14 |
15 |
17 |
19 |
22 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
36 |
37 |
39 |
41 |
42 |
44 |
46 |
47 |
49 |
51 |
53 |
54 |
55 |
56 |
57 |
59 |
62 |
63 |
65 |
67 |
68 |
69 |
70 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
81 |
82 |
84 |
85 |
87 |
88 |
89 |
90 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
103 |
105 |
106 |
108 |
110 |
111 |
114 |
115 |
116 |
118 |
119 |
120 |
122 |
123 |
125 |
127 |
129 |
130 |
132 |
133 |
134 |
135 |
137 |
138 |
139 |
140 |
142 |
143 |
145 |
146 |
147 |
148 |
150 |
152 |
154 |
155 |
156 |
159 |
161 |
164 |
166 |
167 |
168 |
169 |
172 |
173 |
175 |
176 |
178 |
180 |
181 |
182 |
183 |
184 |
185 |
186 |
188 |
189 |
191 |
193 |
196 |
198 |
199 |
200 |
202 |
204 |
206 |
208 |
209 |
211 |
212 |
213 |
214 |
216 |
217 |
218 |
219 |
221 |
222 |
224 |
226 |
228 |
230 |
233 |
236 |
237 |
239 |
241 |
243 |
245 |
247 |
248 |
249 |
252 |
254 |
256 |
258 |
261 |
264 |
267 |
270 |
272 |
274 |
276 |
278 |
281 |
282 |
283 |
284 |
286 |
288 |
290 |
292 |
294 |
296 |
299 |
302 |
304 |
306 |
308 |
310 |
312 |
314 |
316 |
318 |
321 |
322 |
323 |
324 |
325 |
326 |
327 |
328 |
329 |
330 |
331 |
332 |
333 |
334 |
335 |
--------------------------------------------------------------------------------
/docs/assets/fonts/open-sans-v18-latin-700.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/assets/fonts/open-sans-v18-latin-700.ttf
--------------------------------------------------------------------------------
/docs/assets/fonts/open-sans-v18-latin-700.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/assets/fonts/open-sans-v18-latin-700.woff
--------------------------------------------------------------------------------
/docs/assets/fonts/open-sans-v18-latin-700.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/assets/fonts/open-sans-v18-latin-700.woff2
--------------------------------------------------------------------------------
/docs/assets/fonts/open-sans-v18-latin-700italic.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/assets/fonts/open-sans-v18-latin-700italic.eot
--------------------------------------------------------------------------------
/docs/assets/fonts/open-sans-v18-latin-700italic.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
12 |
13 |
14 |
15 |
17 |
19 |
22 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
36 |
37 |
39 |
41 |
42 |
44 |
46 |
47 |
49 |
51 |
53 |
54 |
55 |
56 |
57 |
59 |
62 |
63 |
65 |
67 |
68 |
69 |
70 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
81 |
82 |
84 |
85 |
87 |
88 |
89 |
90 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
103 |
105 |
107 |
109 |
111 |
113 |
116 |
118 |
119 |
121 |
122 |
123 |
125 |
126 |
128 |
130 |
132 |
133 |
135 |
136 |
137 |
138 |
140 |
141 |
142 |
143 |
145 |
146 |
148 |
150 |
151 |
152 |
154 |
156 |
158 |
159 |
160 |
163 |
165 |
168 |
170 |
171 |
172 |
173 |
176 |
177 |
179 |
180 |
182 |
184 |
185 |
187 |
188 |
189 |
190 |
191 |
193 |
194 |
196 |
198 |
201 |
203 |
205 |
207 |
209 |
211 |
213 |
215 |
216 |
218 |
219 |
220 |
222 |
224 |
225 |
226 |
227 |
229 |
231 |
233 |
235 |
237 |
239 |
242 |
245 |
246 |
248 |
250 |
252 |
254 |
256 |
257 |
258 |
261 |
263 |
265 |
267 |
270 |
273 |
276 |
279 |
281 |
283 |
285 |
287 |
290 |
291 |
292 |
293 |
295 |
297 |
299 |
301 |
303 |
305 |
308 |
311 |
313 |
315 |
317 |
319 |
321 |
323 |
325 |
327 |
329 |
330 |
331 |
332 |
333 |
334 |
335 |
336 |
337 |
338 |
339 |
340 |
341 |
342 |
343 |
--------------------------------------------------------------------------------
/docs/assets/fonts/open-sans-v18-latin-700italic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/assets/fonts/open-sans-v18-latin-700italic.ttf
--------------------------------------------------------------------------------
/docs/assets/fonts/open-sans-v18-latin-700italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/assets/fonts/open-sans-v18-latin-700italic.woff
--------------------------------------------------------------------------------
/docs/assets/fonts/open-sans-v18-latin-700italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/assets/fonts/open-sans-v18-latin-700italic.woff2
--------------------------------------------------------------------------------
/docs/assets/fonts/open-sans-v18-latin-italic.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/assets/fonts/open-sans-v18-latin-italic.eot
--------------------------------------------------------------------------------
/docs/assets/fonts/open-sans-v18-latin-italic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/assets/fonts/open-sans-v18-latin-italic.ttf
--------------------------------------------------------------------------------
/docs/assets/fonts/open-sans-v18-latin-italic.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/assets/fonts/open-sans-v18-latin-italic.woff
--------------------------------------------------------------------------------
/docs/assets/fonts/open-sans-v18-latin-italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/assets/fonts/open-sans-v18-latin-italic.woff2
--------------------------------------------------------------------------------
/docs/assets/fonts/open-sans-v18-latin-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/assets/fonts/open-sans-v18-latin-regular.eot
--------------------------------------------------------------------------------
/docs/assets/fonts/open-sans-v18-latin-regular.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
12 |
13 |
14 |
15 |
17 |
19 |
22 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
36 |
37 |
39 |
41 |
42 |
44 |
46 |
47 |
50 |
52 |
53 |
54 |
55 |
56 |
57 |
59 |
62 |
63 |
65 |
67 |
68 |
69 |
70 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
81 |
82 |
84 |
85 |
87 |
88 |
89 |
90 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
103 |
105 |
106 |
108 |
110 |
111 |
114 |
115 |
116 |
118 |
119 |
120 |
122 |
123 |
125 |
127 |
129 |
130 |
132 |
133 |
134 |
135 |
137 |
138 |
139 |
140 |
142 |
143 |
145 |
147 |
148 |
149 |
151 |
153 |
155 |
156 |
157 |
160 |
162 |
165 |
167 |
168 |
169 |
170 |
173 |
174 |
176 |
177 |
179 |
181 |
182 |
183 |
184 |
185 |
186 |
187 |
189 |
190 |
192 |
194 |
197 |
199 |
201 |
203 |
205 |
207 |
209 |
211 |
212 |
214 |
215 |
216 |
217 |
219 |
220 |
221 |
222 |
224 |
225 |
227 |
229 |
231 |
233 |
236 |
239 |
240 |
242 |
244 |
246 |
248 |
250 |
251 |
252 |
254 |
256 |
258 |
261 |
264 |
267 |
270 |
273 |
275 |
277 |
279 |
281 |
284 |
285 |
286 |
287 |
289 |
291 |
293 |
295 |
297 |
299 |
302 |
305 |
307 |
309 |
311 |
313 |
315 |
317 |
319 |
321 |
323 |
324 |
325 |
326 |
327 |
328 |
329 |
330 |
331 |
332 |
333 |
334 |
335 |
336 |
337 |
--------------------------------------------------------------------------------
/docs/assets/fonts/open-sans-v18-latin-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/assets/fonts/open-sans-v18-latin-regular.ttf
--------------------------------------------------------------------------------
/docs/assets/fonts/open-sans-v18-latin-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/assets/fonts/open-sans-v18-latin-regular.woff
--------------------------------------------------------------------------------
/docs/assets/fonts/open-sans-v18-latin-regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/assets/fonts/open-sans-v18-latin-regular.woff2
--------------------------------------------------------------------------------
/docs/favicon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/favicon-16x16.png
--------------------------------------------------------------------------------
/docs/favicon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/favicon-32x32.png
--------------------------------------------------------------------------------
/docs/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/favicon.ico
--------------------------------------------------------------------------------
/docs/favicon.svg:
--------------------------------------------------------------------------------
1 |
2 |
4 |
7 |
8 | Created by potrace 1.11, written by Peter Selinger 2001-2013
9 |
10 |
12 |
19 |
26 |
34 |
43 |
48 |
51 |
57 |
61 |
65 |
67 |
72 |
77 |
78 |
79 |
--------------------------------------------------------------------------------
/docs/index.md:
--------------------------------------------------------------------------------
1 |
2 | ## Da der Maintainer des "BSB-LAN" Projektes es nach acht Jahren produktiver Zusammenarbeit nun vorzieht, seine eigene Anleitung zu erstellen, stelle ich mein umfassendes Handbuch zu diesem Projekt hier leider nicht mehr zur Verfügung.
3 |
4 | ---
5 |
6 |
7 | [](https://ko-fi.com/U6U5NPB51)
8 |
--------------------------------------------------------------------------------
/docs/manifest.webmanifest:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Handbuch BSB-LAN Hard- & Software",
3 | "short_name": "BSB-LAN [DE]",
4 | "description": "Handbuch für die BSB-LAN Hard- & Software.",
5 | "lang": "de-DE",
6 | "icons": [
7 | {
8 | "src": "Logo_manual_maskablex144.png",
9 | "type": "image/png",
10 | "sizes": "144x144",
11 | "purpose": "any maskable"
12 |
13 | },
14 | {
15 | "src": "Logo_manual_maskablex192.png",
16 | "type": "image/png",
17 | "sizes": "192x192",
18 | "purpose": "any maskable"
19 |
20 | },
21 | {
22 | "src": "Logo_manual_maskablex512.png",
23 | "type": "image/png",
24 | "sizes": "512x512",
25 | "purpose": "any maskable"
26 |
27 | },
28 | {
29 | "src": "BSB_Manual_Logo.svg",
30 | "type": "image/svg+xml",
31 | "sizes": "any",
32 | "purpose": "any"
33 | },
34 | {
35 | "src": "android-chrome-192x192.png",
36 | "sizes": "192x192",
37 | "type": "image/png"
38 | },
39 | {
40 | "src": "android-chrome-512x512.png",
41 | "sizes": "512x512",
42 | "type": "image/png"
43 | }
44 | ],
45 | "start_url": "./",
46 | "scope": ".",
47 | "display": "minimal-ui",
48 | "orientation": "any",
49 | "background_color": "#157878",
50 | "theme_color": "#157878"
51 | }
52 |
--------------------------------------------------------------------------------
/docs/mstile-144x144.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/1coderookie/BSB-LPB-LAN/81bd37e2774f96cc09f8b160a23f33023fa0f121/docs/mstile-144x144.png
--------------------------------------------------------------------------------
/docs/offline.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Offline
5 |
6 |
7 |
8 |
9 |
10 |
24 |
25 |
26 | //
27 | Ouch, right now you're offline.. :(
28 |
29 |
30 |
--------------------------------------------------------------------------------
/docs/safari-pinned-tab.svg:
--------------------------------------------------------------------------------
1 |
2 |
4 |
7 |
8 | Created by potrace 1.11, written by Peter Selinger 2001-2013
9 |
10 |
12 |
19 |
26 |
34 |
43 |
48 |
51 |
57 |
61 |
65 |
67 |
72 |
77 |
78 |
79 |
--------------------------------------------------------------------------------
/docs/service-worker.js:
--------------------------------------------------------------------------------
1 |
2 | // PWA Fire Bundle
3 |
4 | // after a service worker is installed and the user navigates to a different page or
5 | // refreshes,the service worker will begin to receive fetch events
6 |
7 | self.addEventListener('fetch', function(event) {
8 | event.respondWith(caches.open('cache').then(function(cache) {
9 | return cache.match(event.request).then(function(response) {
10 | console.log("cache request: " + event.request.url);
11 | var fetchPromise = fetch(event.request).then(function(networkResponse) {
12 | // if we got a response from the cache, update the cache
13 | console.log("fetch completed: " + event.request.url, networkResponse);
14 | if (networkResponse) {
15 | console.debug("updated cached page: " + event.request.url, networkResponse);
16 | cache.put(event.request, networkResponse.clone());}
17 | return networkResponse;
18 | }, function (event) {
19 | // rejected promise - just ignore it, we're offline!
20 | console.log("Error in fetch()", event);
21 | event.waitUntil(
22 | caches.open('cache').then(function(cache) {
23 | // our cache is named *cache* in the caches.open() above
24 | return cache.addAll
25 | ([
26 | //cache.addAll(), takes a list of URLs, then fetches them from the server
27 | // and adds the response to the cache.
28 | // add your entire site to the cache- as in the code below; for offline access
29 | // If you have some build process for your site, perhaps that could
30 | // generate the list of possible URLs that a user might load.
31 | './', // do not remove this
32 | // '.',
33 | './index.html', //default
34 | // 'index.html',
35 | './index.html?homescreen=1', //default
36 | './?homescreen=1', //default
37 | './assets/css/style.scss',// configure as by your site ; just an example
38 | './index2.html',
39 | './inhaltsverzeichnis.html',
40 | './kap01.html',
41 | './kap02.html',
42 | './kap03.html',
43 | './kap04.html',
44 | './kap05.html',
45 | './kap06.html',
46 | './kap07.html',
47 | './kap08.html',
48 | './kap09.html',
49 | './kap10.html',
50 | './kap11.html',
51 | './kap12.html',
52 | './kap13.html',
53 | './kap14.html',
54 | './kap15.html',
55 | './kap16.html',
56 | './kap17.html',
57 | './anhang_a1.html',
58 | './anhang_a2.html',
59 | './anhang_b.html',
60 | './anhang_c.html',
61 | './anhang_d.html',
62 | './pics/*.{png,jpg,jpeg,JPG}',// choose images to keep offline; just an example
63 | // Do not replace/delete/edit the manifest.js paths below
64 | //These are links to the extenal social media buttons that should be cached;
65 | // we have used twitter's as an example
66 | // 'https://platform.twitter.com/widgets.js',
67 | ]);
68 | })
69 | );
70 | });
71 | // respond from the cache, or the network
72 | return response || fetchPromise;
73 | });
74 | }));
75 | });
76 |
77 | self.addEventListener('install', function(event) {
78 | // The promise that skipWaiting() returns can be safely ignored.
79 | self.skipWaiting();
80 | console.log("Latest version installed!");
81 | });
82 |
--------------------------------------------------------------------------------