This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/petri-site.git
The following commit(s) were added to refs/heads/asf-site by this push: new d3c19cf Automatic Site Publish by Buildbot d3c19cf is described below commit d3c19cf20086c78e459178df567fa58f16060aa6 Author: buildbot <us...@infra.apache.org> AuthorDate: Sat Mar 20 20:45:06 2021 +0000 Automatic Site Publish by Buildbot --- output/feeds/all.atom.xml | 2 +- output/sitemap.xml | 12 ++++---- output/theme/css/apache.css | 67 --------------------------------------------- 3 files changed, 7 insertions(+), 74 deletions(-) diff --git a/output/feeds/all.atom.xml b/output/feeds/all.atom.xml index 118ae12..19ce27f 100644 --- a/output/feeds/all.atom.xml +++ b/output/feeds/all.atom.xml @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="utf-8"?> -<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Petri</title><link href="https://petri.apache.org/" rel="alternate"></link><link href="https://petri.apache.org/feeds/all.atom.xml" rel="self"></link><id>https://petri.apache.org/</id><updated>2021-03-20T20:42:51Z</updated></feed> \ No newline at end of file +<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Petri</title><link href="https://petri.apache.org/" rel="alternate"></link><link href="https://petri.apache.org/feeds/all.atom.xml" rel="self"></link><id>https://petri.apache.org/</id><updated>2021-03-20T20:45:05Z</updated></feed> \ No newline at end of file diff --git a/output/sitemap.xml b/output/sitemap.xml index 400dc8f..a215dae 100644 --- a/output/sitemap.xml +++ b/output/sitemap.xml @@ -5,42 +5,42 @@ xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://petri.apache.org/pages/buildstream.html</loc> -<lastmod>2021-03-20T20:42:51-00:00</lastmod> +<lastmod>2021-03-20T20:45:05-00:00</lastmod> <changefreq>monthly</changefreq> <priority>0.8</priority> </url> <url> <loc>https://petri.apache.org/pages/cookbook.html</loc> -<lastmod>2021-03-20T20:42:51-00:00</lastmod> +<lastmod>2021-03-20T20:45:05-00:00</lastmod> <changefreq>monthly</changefreq> <priority>0.8</priority> </url> <url> <loc>https://petri.apache.org/pages/faq.html</loc> -<lastmod>2021-03-20T20:42:51-00:00</lastmod> +<lastmod>2021-03-20T20:45:05-00:00</lastmod> <changefreq>monthly</changefreq> <priority>0.8</priority> </url> <url> <loc>https://petri.apache.org/pages/index.html</loc> -<lastmod>2021-03-20T20:42:51-00:00</lastmod> +<lastmod>2021-03-20T20:45:05-00:00</lastmod> <changefreq>monthly</changefreq> <priority>0.8</priority> </url> <url> <loc>https://petri.apache.org/pages/mentors.html</loc> -<lastmod>2021-03-20T20:42:51-00:00</lastmod> +<lastmod>2021-03-20T20:45:05-00:00</lastmod> <changefreq>monthly</changefreq> <priority>0.8</priority> </url> <url> <loc>https://petri.apache.org/pages/projects.html</loc> -<lastmod>2021-03-20T20:42:51-00:00</lastmod> +<lastmod>2021-03-20T20:45:05-00:00</lastmod> <changefreq>monthly</changefreq> <priority>0.8</priority> </url> diff --git a/output/theme/css/apache.css b/output/theme/css/apache.css deleted file mode 100644 index 81087cb..0000000 --- a/output/theme/css/apache.css +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. - -.markdown-body { - box-sizing: border-box; - min-width: 200px; - max-width: 980px; - margin: 0 auto; - padding: 45px; -} - -@media (max-width: 767px) { - .markdown-body { - padding: 15px; - } -} - -.footer { - border-top: 1px solid black; - padding-top: 3px; -} - -.right-align { - text-align: right; -} - -.center-align { - text-align: center; -} - -blockquote { - background: bisque; -} - -.h1, h1 { - font-size: 1.5rem; -} - -.h2, h2 { - font-size: 1.4rem; -} - -.h3, h3 { - font-size: 1.3rem; -} - -.h4, h4 { - font-size: 1.2rem; -} - -.h5, h5 { - font-size: 1.1rem; -}