From 7a13c07cb699a877427cdc0533fbb3d9f6615acf Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 13 Mar 2017 17:30:57 +0100 Subject: [PATCH] =?utf8?q?sitemap.json=20enth=C3=A4lt=20nur=20noch=20die?= =?utf8?q?=20Struktur=20f=C3=BCr=20die=20statischen=20Inhalte?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Die Struktur-Informationen für die weiteren Inhalte müssen auf den entsprechenden Unterseiten mit Hilfe von thymeproxy:variables ergänzt werden. --- dist/thymeleaf/blog.html | 2 +- dist/thymeleaf/blog.json | 28 ++ dist/thymeleaf/blog/article.html | 2 +- dist/thymeleaf/blog/comments.html | 2 +- dist/thymeleaf/potemkin/accelerator.html | 10 +- .../potemkin/fix-swf/getting-started.html | 2 +- dist/thymeleaf/potemkin/fix-swf/overview.html | 2 +- dist/thymeleaf/potemkin/html-experimente.html | 2 +- .../html-experimente/basis-layout.html | 2 +- .../potemkin/html-experimente/breadcrumb.html | 2 +- .../html-experimente/druck-layout.html | 2 +- .../potemkin/html-experimente/error.html | 2 +- ...st-leer-einspaltig-mit-marginalinhalt.html | 2 +- .../fast-leer-einspaltig.html | 2 +- ...kein-men\303\274-aber-marginalinhalt.html" | 2 +- .../fast-leer-kein-men\303\274.html" | 2 +- ...r-mit-men\303\274-und-marginalinhalt.html" | 2 +- .../fast-leer-mit-men\303\274.html" | 2 +- .../potemkin/html-experimente/formulare.html | 2 +- .../html-experimente/kein-layout.html | 2 +- .../potemkin/html-experimente/phone.html | 2 +- .../html-experimente/seitenaufteilung.html | 2 +- .../potemkin/html-experimente/seitenkopf.html | 2 +- .../potemkin/html-experimente/symbole.html | 2 +- .../potemkin/html-experimente/tablet.html | 2 +- .../potemkin/html-experimente/testlab.html | 2 +- .../potemkin/html-experimente/tiny.html | 2 +- dist/thymeleaf/potemkin/typo.html | 2 +- dist/thymeleaf/projects.json | 247 +++++++++++++- dist/thymeleaf/sitemap.json | 321 +----------------- 30 files changed, 310 insertions(+), 348 deletions(-) create mode 100644 dist/thymeleaf/blog.json diff --git a/dist/thymeleaf/blog.html b/dist/thymeleaf/blog.html index 37e44369..53d8de22 100644 --- a/dist/thymeleaf/blog.html +++ b/dist/thymeleaf/blog.html @@ -15,7 +15,7 @@ - +
diff --git a/dist/thymeleaf/blog.json b/dist/thymeleaf/blog.json new file mode 100644 index 00000000..b197f0ed --- /dev/null +++ b/dist/thymeleaf/blog.json @@ -0,0 +1,28 @@ +{ + "pages": { + "/blog.html": { + "name": "Blog", + "childs": { + "/blog/article.html": "An Article", + "/blog/comments.html": "Comments" + }, + "crumbs": [ + { "uri": "/blog.html", "name": "Blog" } + ] + }, + "/blog/article.html": { + "name": "An Article", + "crumbs": [ + { "uri": "/blog.html", "name": "Blog" }, + { "uri": "/blog/article.html", "name": "An Article" } + ] + }, + "/blog/comments.html": { + "name": "Comments", + "crumbs": [ + { "uri": "/blog.html", "name": "Blog" }, + { "uri": "/blog/comments.html", "name": "Comments" } + ] + } + } +} diff --git a/dist/thymeleaf/blog/article.html b/dist/thymeleaf/blog/article.html index bc093fce..0c175d8e 100644 --- a/dist/thymeleaf/blog/article.html +++ b/dist/thymeleaf/blog/article.html @@ -15,7 +15,7 @@ - +
diff --git a/dist/thymeleaf/blog/comments.html b/dist/thymeleaf/blog/comments.html index ceefb553..b4ef2302 100644 --- a/dist/thymeleaf/blog/comments.html +++ b/dist/thymeleaf/blog/comments.html @@ -15,7 +15,7 @@ - +
diff --git a/dist/thymeleaf/potemkin/accelerator.html b/dist/thymeleaf/potemkin/accelerator.html index 4effbdcf..39c57148 100644 --- a/dist/thymeleaf/potemkin/accelerator.html +++ b/dist/thymeleaf/potemkin/accelerator.html @@ -15,10 +15,16 @@ - - +

Getting Started - DUMMY

diff --git a/dist/thymeleaf/potemkin/fix-swf/overview.html b/dist/thymeleaf/potemkin/fix-swf/overview.html index eceaef2f..6fe0b838 100644 --- a/dist/thymeleaf/potemkin/fix-swf/overview.html +++ b/dist/thymeleaf/potemkin/fix-swf/overview.html @@ -15,7 +15,7 @@ - +

Overview - DUMMY

diff --git a/dist/thymeleaf/potemkin/html-experimente.html b/dist/thymeleaf/potemkin/html-experimente.html index d2bed050..d2b1512b 100644 --- a/dist/thymeleaf/potemkin/html-experimente.html +++ b/dist/thymeleaf/potemkin/html-experimente.html @@ -16,7 +16,7 @@ - +

HTML-Elemente / spezielle Seiten

    diff --git a/dist/thymeleaf/potemkin/html-experimente/basis-layout.html b/dist/thymeleaf/potemkin/html-experimente/basis-layout.html index c9953f23..6ab162ec 100644 --- a/dist/thymeleaf/potemkin/html-experimente/basis-layout.html +++ b/dist/thymeleaf/potemkin/html-experimente/basis-layout.html @@ -12,7 +12,7 @@ - + diff --git a/dist/thymeleaf/potemkin/html-experimente/breadcrumb.html b/dist/thymeleaf/potemkin/html-experimente/breadcrumb.html index a2ec6209..9df72091 100644 --- a/dist/thymeleaf/potemkin/html-experimente/breadcrumb.html +++ b/dist/thymeleaf/potemkin/html-experimente/breadcrumb.html @@ -16,7 +16,7 @@ - +
    1. Home
    2. Projects
    3. diff --git a/dist/thymeleaf/potemkin/html-experimente/druck-layout.html b/dist/thymeleaf/potemkin/html-experimente/druck-layout.html index db09064c..2412ca58 100644 --- a/dist/thymeleaf/potemkin/html-experimente/druck-layout.html +++ b/dist/thymeleaf/potemkin/html-experimente/druck-layout.html @@ -13,7 +13,7 @@ - + diff --git a/dist/thymeleaf/potemkin/html-experimente/error.html b/dist/thymeleaf/potemkin/html-experimente/error.html index ef80484e..52e5b5c6 100644 --- a/dist/thymeleaf/potemkin/html-experimente/error.html +++ b/dist/thymeleaf/potemkin/html-experimente/error.html @@ -11,6 +11,6 @@ - + diff --git a/dist/thymeleaf/potemkin/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html b/dist/thymeleaf/potemkin/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html index 09a29452..17503b40 100644 --- a/dist/thymeleaf/potemkin/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html +++ b/dist/thymeleaf/potemkin/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html @@ -16,7 +16,7 @@ - +