You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unter Windows steht zusaetzlich `start.bat` als einfacher Einstieg fuer die CLI bereit. Exportierte Dateien landen in `output/`; dieser Ordner bleibt lokal und wird nicht versioniert.
193
+
194
+
## Datenschutz / Privacy
195
+
196
+
MetaWiki arbeitet standardmaessig lokal mit `metawiki.json` und den Markdown-Exporten in diesem Repository. Es gibt keine Telemetrie und keine automatische Netzwerkkommunikation.
197
+
198
+
Nur der optionale Befehl `python metawiki_pipeline.py translate` kann externe API-Aufrufe ausloesen, wenn `ANTHROPIC_API_KEY` gesetzt ist und das optionale Paket `anthropic` installiert wurde.
199
+
176
200
## Roadmap
177
201
178
202
### Phase 1 - Strukturaufbau `[ABGESCHLOSSEN]`
@@ -235,7 +259,7 @@ Ohne gesetzten `ANTHROPIC_API_KEY` oder ohne `pip install anthropic` wird die Ue
235
259
| Projektagnostisch | Fuer jeden Anwendungsfall |
236
260
237
261
<palign="center">
238
-
<sub>Built with brain and AI | Developed by <ahref="https://github.com/lukisch">lukisch</a></sub>
262
+
<sub>Built with brain and AI | Maintained at <ahref="https://github.com/file-bricks/MetaWiki">file-bricks/MetaWiki</a></sub>
239
263
</p>
240
264
241
265
---
@@ -373,7 +397,7 @@ All 630 stubs are already fully **bilingual (DE + EN)**. For new stubs added lat
On Windows, `start.bat` provides a simple CLI entry point. Exported files are written to `output/`; that folder stays local and is not versioned.
442
+
443
+
### Privacy
444
+
445
+
MetaWiki works locally by default with `metawiki.json` and the Markdown exports in this repository. It has no telemetry and no automatic network communication.
446
+
447
+
Only the optional `python metawiki_pipeline.py translate` command can make external API calls when `ANTHROPIC_API_KEY` is set and the optional `anthropic` package is installed.
448
+
401
449
### Roadmap
402
450
403
451
#### Phase 1 - Structure Setup `[COMPLETED]`
@@ -460,16 +508,16 @@ Without a set `ANTHROPIC_API_KEY` or without `pip install anthropic`, translatio
460
508
| Project-agnostic | For any use case |
461
509
462
510
<palign="center">
463
-
<sub>Built with brain and AI | Developed by <ahref="https://github.com/lukisch">lukisch</a></sub>
511
+
<sub>Built with brain and AI | Maintained at <ahref="https://github.com/file-bricks/MetaWiki">file-bricks/MetaWiki</a></sub>
464
512
</p>
465
513
466
514
---
467
515
468
516
## Haftung / Liability
469
517
470
-
Dieses Projekt ist eine **unentgeltliche Open-Source-Schenkung** im Sinne der §§ 516 ff. BGB. Die Haftung des Urhebers ist gemäß **§ 521 BGB** auf **Vorsatz und grobe Fahrlässigkeit** beschränkt. Ergänzend gelten die Haftungsausschlüsse aus GPL-3.0 / MIT / Apache-2.0 §§ 15–16 (je nach gewählter Lizenz).
518
+
Dieses Projekt ist eine **unentgeltliche Open-Source-Schenkung** im Sinne der §§ 516 ff. BGB. Die Haftung des Urhebers ist gemäß **§ 521 BGB** auf **Vorsatz und grobe Fahrlässigkeit** beschränkt. Ergänzend gelten die Haftungsausschlüsse der MIT-Lizenz.
471
519
472
520
Nutzung auf eigenes Risiko. Keine Wartungszusage, keine Verfügbarkeitsgarantie, keine Gewähr für Fehlerfreiheit oder Eignung für einen bestimmten Zweck.
473
521
474
-
This project is an unpaid open-source donation. Liability is limited to intent and gross negligence (§ 521 German Civil Code). Use at your own risk. No warranty, no maintenance guarantee, no fitness-for-purpose assumed.
522
+
This project is an unpaid open-source donation. Liability is limited to intent and gross negligence (§ 521 German Civil Code), with the MIT License disclaimers applying as well. Use at your own risk. No warranty, no maintenance guarantee, no fitness-for-purpose assumed.
0 commit comments