This is an automated email from the ASF dual-hosted git repository.

snoopdave pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/roller-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new aac9ef3  Update for 6.1.2 release.
aac9ef3 is described below

commit aac9ef368fadeacb3ebc89fb87ca37bade244d15
Author: Dave Johnson <[email protected]>
AuthorDate: Thu Aug 3 17:48:11 2023 -0400

    Update for 6.1.2 release.
---
 content/downloads/downloads.html      |  5 +--
 content/getinvolved/edit_website.html | 58 +++++++++++++++++++----------------
 content/project/whoweare.html         | 42 ++++++++++++-------------
 3 files changed, 56 insertions(+), 49 deletions(-)

diff --git a/content/downloads/downloads.html b/content/downloads/downloads.html
index 781bf2d..d8c5966 100644
--- a/content/downloads/downloads.html
+++ b/content/downloads/downloads.html
@@ -87,7 +87,7 @@
         <p><h2>Apache Roller Releases</h2>
 <p>Releases of the Apache Roller blog server are made available to the general 
public at no charge, under the <a href="http://apache.org/licenses/";>Apache 
License,</a> in both binary and source distributions.</p>
 <h3>General Availability (GA) Releases</strong> - <em>Ready for Prime 
Time!</em></h3>
-<p><strong><a 
href="http://www.apache.org/dyn/closer.cgi/roller/roller-6.1/v6.1.1";>Roller 
6.1.1</a> (&quot;best available&quot;)</strong></p>
+<p><strong><a 
href="http://www.apache.org/dyn/closer.cgi/roller/roller-6.1/v6.1.2";>Roller 
6.1.2</a> (&quot;best available&quot;)</strong></p>
 <p>Previous source and binary distributions, including documentation, are 
available in the <a class="external" 
href="http://archive.apache.org/dist/roller/";>Apache archives</a>.</p>
 <p>Project releases are approved by vote of the Apache Roller Project 
Management Committee (PMC). Support for a release is provided by project 
volunteers on the project <a 
href="https://cwiki.apache.org/confluence/display/ROLLER/How+to+ask+for+help";>mailing
 lists</a>. Bugs found in a release may be discussed on the list and reported 
through the <a href="https://issues.apache.org/jira/browse/ROL";>issue 
tracker</a>. The user mailing list and issue tracker are the 
<strong>only</strong> supp [...]
 <p>Note: When downloading from a mirror, be sure to verify that checksums 
and/or signatures are correct. To do so, use the checksum and signature files 
from the main Apache site at <a class="external" 
href="http://www.apache.org/dist/roller/";><a 
href="http://www.apache.org/dist/roller/";>http://www.apache.org/dist/roller/</a></a>.</p>
@@ -104,7 +104,8 @@
 % gpg --verify ${filename}.tar.gz.asc
 </code></pre>
 <p>Alternatively you can also verify the SHA256 checksum for each file. Apache 
Open Office provides a nice guide to verifying checksum here <a 
href="https://www.openoffice.org/download/checksums.html";>How to verify the 
integrity of the downloaded file?</a></p>
-<p>If you want to build directly from the sources, please check the <a 
href="https://cwiki.apache.org/confluence/display/ROLLER/How+to+build+Roller";>Project
 Wiki</a>.</p></p>
+<p>If you want to build directly from the sources, please check the <a 
href="https://cwiki.apache.org/confluence/display/ROLLER/How+to+build+Roller";>Project
 Wiki</a>.</p>
+</p>
     </div>
 </div>
 
diff --git a/content/getinvolved/edit_website.html 
b/content/getinvolved/edit_website.html
index 9deccac..6361105 100644
--- a/content/getinvolved/edit_website.html
+++ b/content/getinvolved/edit_website.html
@@ -88,12 +88,12 @@
 <h2>Prerequisites</h2>
 <p>This page is not a tutorial. To update the website you will have to 
understand how JBake, Markdown and possibly HTML and Bootstrap work. Refer to 
the links above for documentation on those topics. You'll also need this 
software installed on your machine to update the website:</p>
 <ul>
-  <li>Git</li>
-  <li>Java</li>
-  <li>Maven</li>
+<li>Git</li>
+<li>Java</li>
+<li>Maven</li>
 </ul>
 <h2>Git repository layout</h2>
-<pre><code>|-- content                     &lt;-- The automatically generated 
website, don&#39;t edit things here!
+<pre><code>|-- content                     &lt;-- The automatically generated 
website, don't edit things here!
 |
 |-- sources
     |
@@ -113,28 +113,34 @@
 </code></pre>
 <h2>Steps to update the website</h2>
 <ol>
-  <li>
-    <p>Use Git to clone the roller-website repo, for example:</p>
-    <p><code>git clone 
https://git-wip-us.apache.org/repos/asf/roller-website.git</code></p>
-  </li>
-  <li>
-    <p>Go to the roller-website directory, make sure you are on the asf-site 
branch:</p>
-    <p><code>cd roller-website</code><br/><code>git checkout 
asf-site</code></p>
-  </li>
-  <li>
-  <p>Make your changes to Markdowna (.md) and FreeMarker (.ftl) files under 
the source directory.</p></li>
-  <li>
-    <p>Generate the website via Maven. Running mvn install will generate the 
website into the roller-website/content directory.</p>
-    <p><code>cd roller-website/sources</code><br/><code>mvn install</code></p>
-    <p>Or alternatively, run <code>mvn jbake:inline</code> so you can view the 
website locally at <a href="http://localhost:8080";>http://localhost:8080</a></p>
-  </li>
-  <li>
-    <p>Once the site looks good, commit your changes to the asf_site 
branch.</p>
-    <p><code>git commit -m &quot;my wonderful changes&quot; 
.</code><br/><code>git push origin asf-site</code></p>
-  </li>
-  <li>
-  <p>Push your changes to the ASF Git repo. The ASF website infrastructure 
will pick up your changes and publish them to the website.</p></li>
-</ol></p>
+<li>
+<p>Use Git to clone the roller-website repo, for example:</p>
+<p><code>git clone 
https://git-wip-us.apache.org/repos/asf/roller-website.git</code></p>
+</li>
+<li>
+<p>Go to the roller-website directory, make sure you are on the asf-site 
branch:</p>
+<p><code>cd roller-website</code><br />
+<code>git checkout asf-site</code></p>
+</li>
+<li>
+<p>Make your changes to Markdowna (.md) and FreeMarker (.ftl) files under the 
source directory.</p>
+</li>
+<li>
+<p>Generate the website via Maven. Running mvn install will generate the 
website into the roller-website/content directory.</p>
+<p><code>cd roller-website/sources</code><br />
+<code>mvn install</code></p>
+<p>Or alternatively, run <code>mvn jbake:inline</code> so you can view the 
website locally at <a href="http://localhost:8080";>http://localhost:8080</a></p>
+</li>
+<li>
+<p>Once the site looks good, commit your changes to the asf_site branch.</p>
+<p><code>git commit -m &quot;my wonderful changes&quot; .</code><br />
+<code>git push origin asf-site</code></p>
+</li>
+<li>
+<p>Push your changes to the ASF Git repo. The ASF website infrastructure will 
pick up your changes and publish them to the website.</p>
+</li>
+</ol>
+</p>
     </div>
 </div>
 
diff --git a/content/project/whoweare.html b/content/project/whoweare.html
index ad99c76..1237781 100644
--- a/content/project/whoweare.html
+++ b/content/project/whoweare.html
@@ -87,31 +87,31 @@
         <p><h2>Roller Committers</h2>
 <p>The current Roller committer list (* = PMC member):</p>
 <ul>
-  <li>Aditya Sharma</li>
-  <li>Anil R. Gangolli (*)</li>
-  <li>Greg Huber (*)</li>
-  <li><a href="http://rollerweblogger.org/roller/";>David M Johnson</a> (*)</li>
-  <li><a href="http://www.nailedtothex.org/roller/";>Kohei Nozaki</a> (*)</li>
-  <li><a href="http://raibledesigns.com/";>Matt Raible</a> (*)</li>
-  <li>Craig L Russell (*)</li>
-  <li>
-  <a href="http://gauravsaini.me/";>Gaurav Saini</a></li>
+<li>Aditya Sharma</li>
+<li>Anil R. Gangolli (*)</li>
+<li>Greg Huber (*)</li>
+<li><a href="http://rollerweblogger.org/roller/";>David M Johnson</a> (*)</li>
+<li><a href="http://www.nailedtothex.org/roller/";>Kohei Nozaki</a> (*)</li>
+<li><a href="http://raibledesigns.com/";>Matt Raible</a> (*)</li>
+<li>Craig L Russell (*)</li>
+<li><a href="http://gauravsaini.me/";>Gaurav Saini</a></li>
 </ul>
 <h2>Emeritus Committers</h2>
 <p>The Apache Roller project expresses appreciation for our past 
volunteers:</p>
 <ul>
-  <li>Jeff Blattman</li>
-  <li>Allen Gilliland</li>
-  <li>Mindaguas Idzelis</li>
-  <li>Lance Lanvandowska</li>
-  <li>Ganesh Mathrerootham</li>
-  <li>Glen Mazza</li>
-  <li>Shelan Perera</li>
-  <li>Matt Schmidt</li>
-  <li>Elias Torres</li>
-  <li>Jaap Van Der Molen</li>
-  <li>Henri Yandell</li>
-</ul></p>
+<li>Jeff Blattman</li>
+<li>Allen Gilliland</li>
+<li>Mindaguas Idzelis</li>
+<li>Lance Lanvandowska</li>
+<li>Ganesh Mathrerootham</li>
+<li>Glen Mazza</li>
+<li>Shelan Perera</li>
+<li>Matt Schmidt</li>
+<li>Elias Torres</li>
+<li>Jaap Van Der Molen</li>
+<li>Henri Yandell</li>
+</ul>
+</p>
     </div>
 </div>
 

Reply via email to