You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2022/10/04 19:12:45 UTC

[unomi-site] branch UNOMI-663-v2-release created (now be2bf5c)

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

shuber pushed a change to branch UNOMI-663-v2-release
in repository https://gitbox.apache.org/repos/asf/unomi-site.git


      at be2bf5c  UNOMI-663 V2 release changes - Update release guide with more markers to make documentation more generic - Update documentation page to point to the new documentation packages

This branch includes the following new commits:

     new be2bf5c  UNOMI-663 V2 release changes - Update release guide with more markers to make documentation more generic - Update documentation page to point to the new documentation packages

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[unomi-site] 01/01: UNOMI-663 V2 release changes - Update release guide with more markers to make documentation more generic - Update documentation page to point to the new documentation packages

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch UNOMI-663-v2-release
in repository https://gitbox.apache.org/repos/asf/unomi-site.git

commit be2bf5cd1953c343e8bb267b57a6e4c19a955106
Author: Serge Huber <sh...@jahia.com>
AuthorDate: Tue Oct 4 21:12:39 2022 +0200

    UNOMI-663 V2 release changes
    - Update release guide with more markers to make documentation more generic
    - Update documentation page to point to the new documentation packages
---
 pom.xml                                       |  2 +
 src/main/webapp/contribute/release-guide.html | 16 ++++----
 src/main/webapp/documentation.html            | 56 ++++++++++++++++++---------
 3 files changed, 47 insertions(+), 27 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9088a14..d847337 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,8 @@
         <next.stable.version>2.0.1</next.stable.version>
         <next.development.version>2.0.0-SNAPSHOT</next.development.version>
         <latest.development.version>2.0.1-SNAPSHOT</latest.development.version>
+        <branch.version>2.0.x</branch.version>
+        <doc.version>2_0_x</doc.version>
     </properties>
 
 
diff --git a/src/main/webapp/contribute/release-guide.html b/src/main/webapp/contribute/release-guide.html
index 11fba4f..301d626 100644
--- a/src/main/webapp/contribute/release-guide.html
+++ b/src/main/webapp/contribute/release-guide.html
@@ -155,12 +155,12 @@ gpg --verify test.txt.asc test.txt
                 <li>
                     Simply checkout an existing branch for release
                     <pre class="alert alert-primary"><code>cd unomi
-git checkout unomi-1.6.x
+git checkout unomi-${branch.version}
                     </code></pre>
                 </li>
                 <li>OR Create a new branch if needed for the release using:
                     <pre class="alert alert-primary"><code>cd unomi
-git checkout -b unomi-1.6.x
+git checkout -b unomi-${branch.version}
                     </code></pre>
                 </li>
             </ol>
@@ -384,12 +384,12 @@ git push</code></pre>
                     <pre class="alert alert-primary"><code>cd manual
 cd target
 svn co https://dist.apache.org/repos/dist/release/unomi/${next.stable.version}
-mv unomi-manual-1_6_x.pdf ${next.stable.version}
-mv unomi-manual-1_6_x.pdf.asc ${next.stable.version}
-mv unomi-manual-1_6_x.zip ${next.stable.version}
-mv unomi-manual-1_6_x.pdf.sha512 ${next.stable.version}
-mv unomi-manual-1_6_x.zip.asc ${next.stable.version}
-mv unomi-manual-1_6_x.zip.sha512 ${next.stable.version}
+mv unomi-manual-${doc.version}.pdf ${next.stable.version}
+mv unomi-manual-${doc.version}.pdf.asc ${next.stable.version}
+mv unomi-manual-${doc.version}.zip ${next.stable.version}
+mv unomi-manual-${doc.version}.pdf.sha512 ${next.stable.version}
+mv unomi-manual-${doc.version}.zip.asc ${next.stable.version}
+mv unomi-manual-${doc.version}.zip.sha512 ${next.stable.version}
 cd ${next.stable.version}
 svn add unomi-manual*
 svn commit -m "Update Unomi manual packages"</code></pre>
diff --git a/src/main/webapp/documentation.html b/src/main/webapp/documentation.html
index 86ee137..de7edaa 100644
--- a/src/main/webapp/documentation.html
+++ b/src/main/webapp/documentation.html
@@ -13,16 +13,16 @@ layout: default
           <div class="card flex-md-row mb-4 box-shadow h-md-250">
             <div class="card-body d-flex flex-column align-items-start">
               <strong class="d-inline-block mb-2 text-success"><i class="fas fa-circle"></i> Stable</strong>
-              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">1.6.0</span></h3>
-              <div class="mb-1 text-muted">Last update: February 28th, 2022</div>
+              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">2.0.x</span></h3>
+              <!--div class="mb-1 text-muted">Last update: February 28th, 2022</div-->
               <p class="card-text">
-                <a href="manual/1_6_x/index.html">online</a><br>
-                <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/1.6.0/unomi-manual-1_6_x.zip">html (zipped)</a>
-                [ <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/1.6.0/unomi-manual-1_6_x.zip.asc">PGP</a> |
-                <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/1.6.0/unomi-manual-1_6_x.zip.sha512">SHA512</a> ]<br>
-                <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/1.6.0/unomi-manual-1_6_x.pdf">pdf</a>
-                [ <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/1.6.0/unomi-manual-1_6_x.pdf.asc">PGP</a> |
-                <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/1.6.0/unomi-manual-1_6_x.pdf.sha512">SHA512</a> ]
+                <a href="manual/2_0_x/index.html">online</a><br>
+                <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/2.0.0/unomi-manual-2_0_x.zip">html (zipped)</a>
+                [ <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/2.0.0/unomi-manual-2_0_x.zip.asc">PGP</a> |
+                <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/2.0.0/unomi-manual-2_0_x.zip.sha512">SHA512</a> ]<br>
+                <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/2.0.0/unomi-manual-2_0_x.pdf">pdf</a>
+                [ <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/2.0.0/unomi-manual-2_0_x.pdf.asc">PGP</a> |
+                <a target="_blank" href="https://dist.apache.org/repos/dist/release/unomi/2.0.0/unomi-manual-2_0_x.pdf.sha512">SHA512</a> ]
                 -->
               </p>
             </div>
@@ -49,8 +49,26 @@ layout: default
           <div class="card flex-md-row mb-4 box-shadow h-md-250">
             <div class="card-body d-flex flex-column align-items-start">
               <strong class="d-inline-block mb-2 text-info"><i class="fas fa-circle"></i> Archive</strong>
-              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">1.5.0</span></h3>
-              <div class="mb-1 text-muted">Last update: May 9th, 2020</div>
+              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">1.6.x</span></h3>
+              <!--div class="mb-1 text-muted">Last update: May 9th, 2020</div-->
+              <p class="card-text">
+                <a href="manual/1_6_x/index.html">online</a><br>
+                <a target="_blank" href="https://archive.apache.org/dist/unomi/1.6.0/unomi-manual-1_6_x.zip">html (zipped)</a>
+                [ <a target="_blank" href="https://archive.apache.org/dist/unomi/1.6.0/unomi-manual-1_6_x.zip.asc">PGP</a> |
+                <a target="_blank" href="https://archive.apache.org/dist/unomi/1.6.0/unomi-manual-1_6_x.zip.sha512">SHA512</a> ]<br>
+                <a target="_blank" href="https://archive.apache.org/dist/unomi/1.6.0/unomi-manual-1_6_x.pdf">pdf</a>
+                [ <a target="_blank" href="https://archive.apache.org/dist/unomi/1.6.0/unomi-manual-1_6_x.pdf.asc">PGP</a> |
+                <a target="_blank" href="https://archive.apache.org/dist/unomi/1.6.0/unomi-manual-1_6_x.pdf.sha512">SHA512</a> ]
+              </p>
+            </div>
+          </div>
+        </div>
+        <div class="col-md-4">
+          <div class="card flex-md-row mb-4 box-shadow h-md-250">
+            <div class="card-body d-flex flex-column align-items-start">
+              <strong class="d-inline-block mb-2 text-info"><i class="fas fa-circle"></i> Archive</strong>
+              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">1.5.x</span></h3>
+              <!--div class="mb-1 text-muted">Last update: May 9th, 2020</div-->
               <p class="card-text">
                 <a href="manual/1_5_x/index.html">online</a><br>
                 <a target="_blank" href="https://archive.apache.org/dist/unomi/1.5.0/unomi-manual-1_5_x.zip">html (zipped)</a>
@@ -67,8 +85,8 @@ layout: default
           <div class="card flex-md-row mb-4 box-shadow h-md-250">
             <div class="card-body d-flex flex-column align-items-start">
               <strong class="d-inline-block mb-2 text-info"><i class="fas fa-circle"></i> Archive</strong>
-              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">1.4.0</span></h3>
-              <div class="mb-1 text-muted">Last update: May 24th, 2019</div>
+              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">1.4.x</span></h3>
+              <!--div class="mb-1 text-muted">Last update: May 24th, 2019</div-->
               <p class="card-text">
                 <a href="manual/1_4_x/index.html">online</a><br>
                 <a target="_blank" href="https://archive.apache.org/dist/unomi/1.4.0/unomi-manual-1_4_x.zip">html (zipped)</a>
@@ -85,8 +103,8 @@ layout: default
           <div class="card flex-md-row mb-4 box-shadow h-md-250">
             <div class="card-body d-flex flex-column align-items-start">
               <strong class="d-inline-block mb-2 text-info"><i class="fas fa-circle"></i> Archive</strong>
-              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">1.3.0-incubating</span></h3>
-              <div class="mb-1 text-muted">Last update: September 10, 2018</div>
+              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">1.3.x-incubating</span></h3>
+              <!--div class="mb-1 text-muted">Last update: September 10, 2018</div-->
               <p class="card-text">
                 <a href="manual/1_3_x/index.html">online</a><br>
                 <a target="_blank" href="https://archive.apache.org/dist/incubator/unomi/1.3.0-incubating/unomi-manual-1_3_x.zip">html (zipped)</a>
@@ -103,8 +121,8 @@ layout: default
           <div class="card flex-md-row mb-4 box-shadow h-md-250">
             <div class="card-body d-flex flex-column align-items-start">
               <strong class="d-inline-block mb-2 text-info"><i class="fas fa-circle"></i> Archive</strong>
-              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">1.2.0-incubating</span></h3>
-              <div class="mb-1 text-muted">Last update: September 28, 2017</div>
+              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">1.2.x-incubating</span></h3>
+              <!--div class="mb-1 text-muted">Last update: September 28, 2017</div-->
               <p class="card-text">
                 <a href="manual/1_2_x/index.html">online</a><br>
                 <a target="_blank" href="https://archive.apache.org/dist/incubator/unomi/1.2.0-incubating/unomi-manual-1_2_x.zip">html (zipped)</a>
@@ -121,8 +139,8 @@ layout: default
           <div class="card flex-md-row mb-4 box-shadow h-md-250">
             <div class="card-body d-flex flex-column align-items-start">
               <strong class="d-inline-block mb-2 text-info"><i class="fas fa-circle"></i> Archive</strong>
-              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">1.1.0-incubating</span></h3>
-              <div class="mb-1 text-muted">Last update: October 23, 2017</div>
+              <h3 class="mb-0 text-dark">Unomi <span class="text-muted">1.1.x-incubating</span></h3>
+              <!--div class="mb-1 text-muted">Last update: October 23, 2017</div-->
               <p class="card-text">
                 <a href="manual/1_1_x/index.html">online</a><br>
                 <a target="_blank" href="https://archive.apache.org/dist/incubator/unomi/1.1.0-incubating/unomi-manual-1_1_x.zip">html (zipped)</a>