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 5237ffc Automatic Site Publish by Buildbot
5237ffc is described below
commit 5237ffcd63d262e04735ee63d6d6fcbd914340f1
Author: buildbot <[email protected]>
AuthorDate: Sat Mar 20 20:07:09 2021 +0000
Automatic Site Publish by Buildbot
---
output/buildstream.html | 64 +++++++++++++++++++++++++++++++++++++++++++++--
output/cookbook.html | 64 +++++++++++++++++++++++++++++++++++++++++++++--
output/faq.html | 64 +++++++++++++++++++++++++++++++++++++++++++++--
output/feeds/all.atom.xml | 2 +-
output/index.html | 64 +++++++++++++++++++++++++++++++++++++++++++++--
output/mentors.html | 64 +++++++++++++++++++++++++++++++++++++++++++++--
output/projects.html | 64 +++++++++++++++++++++++++++++++++++++++++++++--
output/sitemap.xml | 12 ++++-----
8 files changed, 379 insertions(+), 19 deletions(-)
diff --git a/output/buildstream.html b/output/buildstream.html
index 4abf25d..c681d7a 100644
--- a/output/buildstream.html
+++ b/output/buildstream.html
@@ -60,6 +60,66 @@
<meta name="msapplication-TileImage"
content="https://www.apache.org/favicons/mstile-144x144.png">
<meta name="msapplication-config"
content="https://www.apache.org/favicons/browserconfig.xml">
<meta name="theme-color" content="#282661">
+
+ <link rel="stylesheet"
+
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
+
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
+ crossorigin="anonymous">
+ <link rel="stylesheet"
+
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css"
+ crossorigin="anonymous">
+ <style>
+.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;
+}
+ </style>
</head>
<body id="index" class="home">
@@ -196,7 +256,7 @@ through its plugins.</p>
</div>
</footer>
-
+<!--
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
@@ -206,7 +266,7 @@ through its plugins.</p>
crossorigin="anonymous">
<link rel="stylesheet" href="theme/css/apache.css"
crossorigin="anonymous">
-
+-->
<script src="https://www.apachecon.com/event-images/snippet.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.slim.min.js"
diff --git a/output/cookbook.html b/output/cookbook.html
index e310b9c..4b5e5b6 100644
--- a/output/cookbook.html
+++ b/output/cookbook.html
@@ -60,6 +60,66 @@
<meta name="msapplication-TileImage"
content="https://www.apache.org/favicons/mstile-144x144.png">
<meta name="msapplication-config"
content="https://www.apache.org/favicons/browserconfig.xml">
<meta name="theme-color" content="#282661">
+
+ <link rel="stylesheet"
+
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
+
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
+ crossorigin="anonymous">
+ <link rel="stylesheet"
+
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css"
+ crossorigin="anonymous">
+ <style>
+.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;
+}
+ </style>
</head>
<body id="index" class="home">
@@ -190,7 +250,7 @@ Once an Apache Release has been made then the
"not" can be struck.</p>
</div>
</footer>
-
+<!--
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
@@ -200,7 +260,7 @@ Once an Apache Release has been made then the
"not" can be struck.</p>
crossorigin="anonymous">
<link rel="stylesheet" href="theme/css/apache.css"
crossorigin="anonymous">
-
+-->
<script src="https://www.apachecon.com/event-images/snippet.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.slim.min.js"
diff --git a/output/faq.html b/output/faq.html
index 5be1d2c..154785f 100644
--- a/output/faq.html
+++ b/output/faq.html
@@ -60,6 +60,66 @@
<meta name="msapplication-TileImage"
content="https://www.apache.org/favicons/mstile-144x144.png">
<meta name="msapplication-config"
content="https://www.apache.org/favicons/browserconfig.xml">
<meta name="theme-color" content="#282661">
+
+ <link rel="stylesheet"
+
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
+
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
+ crossorigin="anonymous">
+ <link rel="stylesheet"
+
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css"
+ crossorigin="anonymous">
+ <style>
+.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;
+}
+ </style>
</head>
<body id="index" class="home">
@@ -351,7 +411,7 @@ perform any needed changes to make that happen.</p>
</div>
</footer>
-
+<!--
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
@@ -361,7 +421,7 @@ perform any needed changes to make that happen.</p>
crossorigin="anonymous">
<link rel="stylesheet" href="theme/css/apache.css"
crossorigin="anonymous">
-
+-->
<script src="https://www.apachecon.com/event-images/snippet.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.slim.min.js"
diff --git a/output/feeds/all.atom.xml b/output/feeds/all.atom.xml
index 4502f36..1f2bfae 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-20T17:35:46Z</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:07:08Z</updated></feed>
\ No newline at end of file
diff --git a/output/index.html b/output/index.html
index 91f14f9..7f404d2 100644
--- a/output/index.html
+++ b/output/index.html
@@ -60,6 +60,66 @@
<meta name="msapplication-TileImage"
content="https://www.apache.org/favicons/mstile-144x144.png">
<meta name="msapplication-config"
content="https://www.apache.org/favicons/browserconfig.xml">
<meta name="theme-color" content="#282661">
+
+ <link rel="stylesheet"
+
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
+
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
+ crossorigin="anonymous">
+ <link rel="stylesheet"
+
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css"
+ crossorigin="anonymous">
+ <style>
+.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;
+}
+ </style>
</head>
<body id="index" class="home">
@@ -197,7 +257,7 @@ questionnaires, but may introduce these should the need
arise.</p>
</div>
</footer>
-
+<!--
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
@@ -207,7 +267,7 @@ questionnaires, but may introduce these should the need
arise.</p>
crossorigin="anonymous">
<link rel="stylesheet" href="theme/css/apache.css"
crossorigin="anonymous">
-
+-->
<script src="https://www.apachecon.com/event-images/snippet.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.slim.min.js"
diff --git a/output/mentors.html b/output/mentors.html
index b81cfa3..256c45f 100644
--- a/output/mentors.html
+++ b/output/mentors.html
@@ -60,6 +60,66 @@
<meta name="msapplication-TileImage"
content="https://www.apache.org/favicons/mstile-144x144.png">
<meta name="msapplication-config"
content="https://www.apache.org/favicons/browserconfig.xml">
<meta name="theme-color" content="#282661">
+
+ <link rel="stylesheet"
+
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
+
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
+ crossorigin="anonymous">
+ <link rel="stylesheet"
+
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css"
+ crossorigin="anonymous">
+ <style>
+.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;
+}
+ </style>
</head>
<body id="index" class="home">
@@ -169,7 +229,7 @@ for projects within the Apache Petri.</p>
</div>
</footer>
-
+<!--
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
@@ -179,7 +239,7 @@ for projects within the Apache Petri.</p>
crossorigin="anonymous">
<link rel="stylesheet" href="theme/css/apache.css"
crossorigin="anonymous">
-
+-->
<script src="https://www.apachecon.com/event-images/snippet.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.slim.min.js"
diff --git a/output/projects.html b/output/projects.html
index 37f51fd..70081f8 100644
--- a/output/projects.html
+++ b/output/projects.html
@@ -60,6 +60,66 @@
<meta name="msapplication-TileImage"
content="https://www.apache.org/favicons/mstile-144x144.png">
<meta name="msapplication-config"
content="https://www.apache.org/favicons/browserconfig.xml">
<meta name="theme-color" content="#282661">
+
+ <link rel="stylesheet"
+
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
+
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
+ crossorigin="anonymous">
+ <link rel="stylesheet"
+
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css"
+ crossorigin="anonymous">
+ <style>
+.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;
+}
+ </style>
</head>
<body id="index" class="home">
@@ -167,7 +227,7 @@
</div>
</footer>
-
+<!--
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
@@ -177,7 +237,7 @@
crossorigin="anonymous">
<link rel="stylesheet" href="theme/css/apache.css"
crossorigin="anonymous">
-
+-->
<script src="https://www.apachecon.com/event-images/snippet.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.slim.min.js"
diff --git a/output/sitemap.xml b/output/sitemap.xml
index c6a2450..de83c19 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-20T17:35:46-00:00</lastmod>
+<lastmod>2021-03-20T20:07:08-00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://petri.apache.org/pages/cookbook.html</loc>
-<lastmod>2021-03-20T17:35:46-00:00</lastmod>
+<lastmod>2021-03-20T20:07:08-00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://petri.apache.org/pages/faq.html</loc>
-<lastmod>2021-03-20T17:35:46-00:00</lastmod>
+<lastmod>2021-03-20T20:07:08-00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://petri.apache.org/pages/index.html</loc>
-<lastmod>2021-03-20T17:35:46-00:00</lastmod>
+<lastmod>2021-03-20T20:07:08-00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://petri.apache.org/pages/mentors.html</loc>
-<lastmod>2021-03-20T17:35:46-00:00</lastmod>
+<lastmod>2021-03-20T20:07:08-00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://petri.apache.org/pages/projects.html</loc>
-<lastmod>2021-03-20T17:35:46-00:00</lastmod>
+<lastmod>2021-03-20T20:07:08-00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>