feat(hosting): Hosting-Marketing + Login/Konto als Vanilla-JS-Seiten
Integriert das RAPPORT-Hosting-Angebot direkt in die bestehende Hugo-Seite
(gleicher openbureau/Hextra-Look):
- /hosting Marketing-Landing (Hero, Feature-Grid)
- /hosting-preise Abo-Übersicht (Plans aus /api/billing/plans)
- /login /register /konto Vanilla-JS-Seiten (layouts/hosting.html +
static/js/hosting-app.js), sprechen NUR mit /api
- custom.css: Karten-/Formular-/Plan-Styles im RAPPORT-Token-Set
- Navbar: 'Hosting' + 'Anmelden'
Bleibt sauber AGPL: kein Backend-Code, nur fetch('/api'). Das proprietäre
Backend (Auth/Stripe/Provisioning) liegt in RAPPORT-HOST.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+67
-1
@@ -1 +1,67 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://rapport.gabrielevarano.ch/docs/</loc></url><url><loc>https://rapport.gabrielevarano.ch/docs/erste-schritte/</loc></url><url><loc>https://rapport.gabrielevarano.ch/features/zeiterfassung/</loc></url><url><loc>https://rapport.gabrielevarano.ch/features/</loc></url><url><loc>https://rapport.gabrielevarano.ch/docs/installation/</loc></url><url><loc>https://rapport.gabrielevarano.ch/features/rechnungen/</loc></url><url><loc>https://rapport.gabrielevarano.ch/downloads/</loc></url><url><loc>https://rapport.gabrielevarano.ch/docs/einrichtung/</loc></url><url><loc>https://rapport.gabrielevarano.ch/features/projekte/</loc></url><url><loc>https://rapport.gabrielevarano.ch/docs/arbeitsablauf/</loc></url><url><loc>https://rapport.gabrielevarano.ch/faq/</loc></url><url><loc>https://rapport.gabrielevarano.ch/features/mitarbeiter/</loc></url><url><loc>https://rapport.gabrielevarano.ch/server/</loc></url><url><loc>https://rapport.gabrielevarano.ch/docs/datenhaltung/</loc></url><url><loc>https://rapport.gabrielevarano.ch/features/spesen/</loc></url><url><loc>https://rapport.gabrielevarano.ch/features/protokolle/</loc></url><url><loc>https://rapport.gabrielevarano.ch/docs/web-modus/</loc></url><url><loc>https://rapport.gabrielevarano.ch/features/auto-updater/</loc></url><url><loc>https://rapport.gabrielevarano.ch/docs/entwicklung/</loc></url><url><loc>https://rapport.gabrielevarano.ch/features/system-tray/</loc></url><url><loc>https://rapport.gabrielevarano.ch/docs/troubleshooting/</loc></url><url><loc>https://rapport.gabrielevarano.ch/docs/changelog/</loc></url><url><loc>https://rapport.gabrielevarano.ch/lizenz/</loc></url><url><loc>https://rapport.gabrielevarano.ch/categories/</loc></url><url><loc>https://rapport.gabrielevarano.ch/</loc></url><url><loc>https://rapport.gabrielevarano.ch/tags/</loc></url></urlset>
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>/docs/</loc>
|
||||
</url><url>
|
||||
<loc>/docs/erste-schritte/</loc>
|
||||
</url><url>
|
||||
<loc>/features/zeiterfassung/</loc>
|
||||
</url><url>
|
||||
<loc>/features/</loc>
|
||||
</url><url>
|
||||
<loc>/docs/installation/</loc>
|
||||
</url><url>
|
||||
<loc>/features/rechnungen/</loc>
|
||||
</url><url>
|
||||
<loc>/downloads/</loc>
|
||||
</url><url>
|
||||
<loc>/docs/einrichtung/</loc>
|
||||
</url><url>
|
||||
<loc>/features/projekte/</loc>
|
||||
</url><url>
|
||||
<loc>/docs/arbeitsablauf/</loc>
|
||||
</url><url>
|
||||
<loc>/faq/</loc>
|
||||
</url><url>
|
||||
<loc>/features/mitarbeiter/</loc>
|
||||
</url><url>
|
||||
<loc>/server/</loc>
|
||||
</url><url>
|
||||
<loc>/docs/datenhaltung/</loc>
|
||||
</url><url>
|
||||
<loc>/features/spesen/</loc>
|
||||
</url><url>
|
||||
<loc>/features/protokolle/</loc>
|
||||
</url><url>
|
||||
<loc>/docs/web-modus/</loc>
|
||||
</url><url>
|
||||
<loc>/features/auto-updater/</loc>
|
||||
</url><url>
|
||||
<loc>/docs/entwicklung/</loc>
|
||||
</url><url>
|
||||
<loc>/features/system-tray/</loc>
|
||||
</url><url>
|
||||
<loc>/docs/troubleshooting/</loc>
|
||||
</url><url>
|
||||
<loc>/docs/changelog/</loc>
|
||||
</url><url>
|
||||
<loc>/lizenz/</loc>
|
||||
</url><url>
|
||||
<loc>/login/</loc>
|
||||
</url><url>
|
||||
<loc>/categories/</loc>
|
||||
</url><url>
|
||||
<loc>/hosting/</loc>
|
||||
</url><url>
|
||||
<loc>/hosting-preise/</loc>
|
||||
</url><url>
|
||||
<loc>/konto/</loc>
|
||||
</url><url>
|
||||
<loc>/</loc>
|
||||
</url><url>
|
||||
<loc>/register/</loc>
|
||||
</url><url>
|
||||
<loc>/tags/</loc>
|
||||
</url>
|
||||
</urlset>
|
||||
|
||||
Reference in New Issue
Block a user