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 2019/03/13 09:37:39 UTC

[unomi-site] branch master updated (98b1c3a -> 4809cfe)

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

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


    from 98b1c3a  This closes pull request number #13
     new 4929779  WIP: TLP updates
     new 2edcdd2  Update consent api documentation link
     new 4809cfe  This closes pull request number #14

The 3 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.


Summary of changes:
 src/main/webapp/contribute-release-guide.html | 199 +++++++-------------------
 src/main/webapp/contribute.html               |  18 +--
 src/main/webapp/index.html                    |  16 +--
 3 files changed, 70 insertions(+), 163 deletions(-)


[unomi-site] 01/03: WIP: TLP updates

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

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

commit 492977936d6774c8b8d7b5db70bcce297439f7dc
Author: Francois Papon <fr...@openobject.fr>
AuthorDate: Mon Mar 4 22:12:10 2019 +0400

    WIP: TLP updates
---
 src/main/webapp/contribute-release-guide.html | 199 +++++++-------------------
 src/main/webapp/contribute.html               |  18 +--
 src/main/webapp/index.html                    |  74 +++++-----
 3 files changed, 99 insertions(+), 192 deletions(-)

diff --git a/src/main/webapp/contribute-release-guide.html b/src/main/webapp/contribute-release-guide.html
index e6536cd..5f68f80 100644
--- a/src/main/webapp/contribute-release-guide.html
+++ b/src/main/webapp/contribute-release-guide.html
@@ -116,7 +116,7 @@
           <div class="col-8 pt-3 offset-4">
             <h2 id="apache-unomi-release-guide">Apache Unomi Release Guide</h2>
 
-            <p>The Apache Unomi project periodically declares and publishes releases. A release is one or more packages of the project artifact(s) that are approved for general public distribution and use. They may come with various degrees of caveat regarding their perceived quality and potential for change, such as "alpha", "beta", "incubating", "stable", etc.</p>
+            <p>The Apache Unomi project periodically declares and publishes releases. A release is one or more packages of the project artifact(s) that are approved for general public distribution and use. They may come with various degrees of caveat regarding their perceived quality and potential for change, such as "alpha", "beta", "stable", etc.</p>
 
             <p>The Unomi community treats releases with great importance. They are a public face of the project and most users interact with the project only through the releases. Releases are signed off by the entire Unomi community in a public vote.</p>
 
@@ -174,7 +174,7 @@
             <h3 id="prepare-git">Git</h3>
             <ol>
               <li>Clone and checkout the project using:
-                <pre class="alert alert-primary"><code>git clone https://git-wip-us.apache.org/repos/asf/incubator-unomi.git</code></pre>
+                <pre class="alert alert-primary"><code>git clone https://gitbox.apache.org/repos/asf?p=unomi.git</code></pre>
                  in a separate directory, to make sure you don’t have any additional files in the build (such as allCountries.zip or other binary files that should not be there)</li>
             </ol>
 
@@ -188,9 +188,9 @@
 -P integration-tests,performance-tests,rat,apache-release</code></pre>
               </li>
               <li>Check that there are no JARs or ZIP files in the source code, you can do this by looking at the generated RAT report here :
-                <pre class="alert alert-primary"><code>less target/unomi-root-1.3.0-incubating-SNAPSHOT.rat</code></pre>
+                <pre class="alert alert-primary"><code>less target/unomi-root-1.4.0-SNAPSHOT.rat</code></pre>
               </li>
-              <li>Check that the KEYS file only contains signatures with @apache.org addresses (if there are non @apache.org don’t remove them because they have 
+              <li>Check that the KEYS file only contains signatures with @apache.org addresses (if there are non @apache.org don’t remove them because they have
                 been used to sign older releases)
               </li>
               <li>Update the copyright notice years in the NOTICE file and anywhere else where it might be</li>
@@ -214,13 +214,13 @@ gpg: signing failed: Inappropriate ioctl for device</code></pre>
               </li>
               <li>Check into the target directory and unzip the source release and compile it using:
                 <pre class="alert alert-primary"><code>cd target
-unzip unomi-root-1.3.0-incubating-SNAPSHOT-source-release.zip
-cd unomi-root-1.3.0-incubating-SNAPSHOT
+unzip unomi-root-1.4.0-SNAPSHOT-source-release.zip
+cd unomi-root-1.4.0-SNAPSHOT
 mvn clean install</code></pre>
                 to check that the packaged source build properly
               </li>
               <li>Go back to the root project directory and run:
-                <pre class="alert alert-primary"><code>mvn release:prepare -DskipTests=true -DdryRun=true 
+                <pre class="alert alert-primary"><code>mvn release:prepare -DskipTests=true -DdryRun=true
 -P apache-release,integration-tests,performance-tests</code></pre>
               </li>
               <li>Publish a snapshot to test the deployment passwords:
@@ -234,8 +234,8 @@ mvn clean install</code></pre>
               </li>
               <li>If something fails, make sure you first drop the staging repository created here: <a href="https://repository.apache.org/#stagingRepositories" target="_blank">https://repository.apache.org/#stagingRepositories</a>.<br>
 If you need to relaunch the <code>release:perform</code> and don’t have a release.properties, create a <code>release.properties</code> file with the following contents:
-                <pre class="alert alert-primary"><code>scm.url=scm:git:https://git-wip-us.apache.org/repos/asf/incubator-unomi.git
-scm.tag=unomi-root-1.2.0-incubating
+                <pre class="alert alert-primary"><code>scm.url=scm:git:https://gitbox.apache.org/repos/asf?p=unomi.git
+scm.tag=unomi-root-1.4.0
 and run mvn release:perform</code></pre>
               </li>
               <li>Make sure you uploaded your public PGP key using:
@@ -243,7 +243,7 @@ and run mvn release:perform</code></pre>
               </li>
               <li>Connect to <a href="https://repository.apache.org/#stagingRepositories" target="_blank">https://repository.apache
                   .org/#stagingRepositories</a> and look for the open staging repositories, you should have two (one for everything and the other for KAR/features) for releases &lt;= 1.2 and just one for versions &gt;= 1.3.0 (because of changes in the Karaf plugins). Close the repositories and given a meaningful comment when closing such as:<br>
-                <strong>Apache Unomi 1.3.0-incubating Release</strong>
+                <strong>Apache Unomi 1.4.0 Release</strong>
               </li>
             </ol>
 
@@ -251,49 +251,43 @@ and run mvn release:perform</code></pre>
             <ol>
               <li>Send out to the Unomi mailing list a mail to start the voting process, see <a href="#mail-1">[1]</a></li>
               <li>Send out a vote summary in the same thread to the Unomi mailing list once the voting period has expired, see <a href="#mail-2">[2]</a></li>
-              <li>Upload the source and binary distributions to the Apache Dist repository before the ipmc vote:
-                <pre class="alert alert-primary"><code>svn checkout https://dist.apache.org/repos/dist/dev/incubator/unomi unomi-dev</code></pre>
+              <li>Upload the source and binary distributions to the Apache Dist repository before the PMC vote:
+                <pre class="alert alert-primary"><code>svn checkout https://dist.apache.org/repos/dist/dev/unomi unomi-dev</code></pre>
               </li>
               <li>
                 <pre class="alert alert-primary"><code>cd unomi-dev
-mkdir 1.2.0-incubating</code></pre>
+mkdir 1.4.0</code></pre>
               </li>
               <li>
                 Copy all the Zip and Tarbars including SHA1/ASC (but do not copy the MD5 sum) files from:
-                <a href="https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi/1.3.0-incubating/" target="_blank">https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi/1.3.0-incubating/</a>
+                <a href="https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi/1.4.0/" target="_blank">https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi/1.4.0/</a>
                 and
-                <a href="https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi-root/1.3.0-incubating/" target="_blank">https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi-root/1.3.0-incubating/</a>
+                <a href="https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi-root/1.4.0/" target="_blank">https://repository.apache.org/content/repositories/orgapacheunomi-1014/org/apache/unomi/unomi-root/1.4.0/</a>
               </li>
               <li>
                 Rename the source files to something shorter and consistent with previous releases:
                 <pre class="alert alert-primary"><code>
-mv unomi-root-1.2.0-incubating-source-release.zip unomi-1.2.0-incubating-src.zip
-mv unomi-root-1.2.0-incubating-source-release.zip.asc unomi-1.2.0-incubating-src.zip.asc
-mv unomi-root-1.2.0-incubating-source-release.zip.md5 unomi-1.2.0-incubating-src.zip.md5
-mv unomi-root-1.2.0-incubating-source-release.zip.sha1 unomi-1.2.0-incubating-src.zip.sha1
+mv unomi-root-1.4.0-source-release.zip unomi-1.4.0-src.zip
+mv unomi-root-1.4.0-source-release.zip.asc unomi-1.4.0-src.zip.asc
+mv unomi-root-1.4.0-source-release.zip.md5 unomi-1.4.0-src.zip.md5
+mv unomi-root-1.4.0-source-release.zip.sha1 unomi-1.4.0-src.zip.sha1
                 </code></pre>
               </li>
               <li>
                 <pre class="alert alert-primary"><code>cd ..
-svn add 1.2.0-incubating</code></pre>
+svn add 1.4.0</code></pre>
               </li>
               <li>
-                If needed, update the KEYS file (that is in the svn checkout <code>https://dist.apache.org/repos/dist/release/incubator/unomi</code>)
+                If needed, update the KEYS file (that is in the svn checkout <code>https://dist.apache.org/repos/dist/release/unomi</code>)
               </li>
               <li>
-                <pre class="alert alert-primary"><code>svn commit -m "Apache 1.2.0-incubating Release (for IPMC voting)"</code></pre>
-              </li>
-              <li>
-              Once the vote is approved (three +1 votes and no -1 from the PPMC members), send an email out to the Incubator mailing list to get the Incubator PMCs to approve the release, see <a href="#mail-3">[3]</a>. Make sure to update all the links
+                <pre class="alert alert-primary"><code>svn commit -m "Apache 1.4.0 Release (for PMC voting)"</code></pre>
               </li>
               <li>
                 If the vote is refused, you will need to restart the release process. Make sure you remove the staging repositories as well as the release tag. You will also need to reset the version in the project using:
                 <pre class="alert alert-primary"><code>mvn versions:set</code></pre>
               </li>
               <li>
-                Once the vote of the Incubator PMC is approved, send out the result mail using the template <a href="#mail-4">[4]</a> in a separate thread (after closing the vote in the thread). If approved all is ok, otherwise restart release process.
-              </li>
-              <li>
                 Promote the staging repositories now that the release is approved
               </li>
             </ol>
@@ -302,9 +296,9 @@ svn add 1.2.0-incubating</code></pre>
             <ol>
               <li>
                 Move the files uploaded to the unomi-dev repository to the unomi-release repository by doing the following:
-                <pre class="alert alert-primary"><code>svn mv https://dist.apache.org/repos/dist/dev/incubator/unomi/1.2.0-incubating
-https://dist.apache.org/repos/dist/release/incubator/unomi/1.2.0-incubating 
--m "Apache Unomi 1.2.0-incubating Release"</code></pre>
+                <pre class="alert alert-primary"><code>svn mv https://dist.apache.org/repos/dist/dev/unomi/1.4.0
+https://dist.apache.org/repos/dist/release/unomi/1.4.0
+-m "Apache Unomi 1.4.0 Release"</code></pre>
               </li>
               <li>
                 Update Jenkins
@@ -334,8 +328,8 @@ https://dist.apache.org/repos/dist/release/incubator/unomi/1.2.0-incubating
             <h3 id="rollback">Rollback</h3>
             <ol>
               <li>Delete the tag:
-                <pre class="alert alert-primary"><code>git push --delete origin unomi-root-1.2.0-incubating
-git tag --delete unomi-root-1.2.0-incubating</code></pre>
+                <pre class="alert alert-primary"><code>git push --delete origin unomi-root-1.4.0
+git tag --delete unomi-root-1.4.0</code></pre>
               </li>
               <li>Reset to the previous commit before the release preparation:
                 <pre class="alert alert-primary"><code>git reset --hard c65f9897ec5f31d9d22ad639738c7db9d109aa77
@@ -346,7 +340,7 @@ git push origin -f</code></pre>
             <h2 id="final">Announce</h2>
 
             <ol>
-              <li>Send an announce to the project mailing list and the incubator mailing list to announce the new release using mail template <a href="#mail-5">[5]</a></li>
+              <li>Send an announce to the project mailing list and the incubator mailing list to announce the new release using mail template <a href="#mail-3">[3]</a></li>
               <li>If you were releasing from a branch, make sure you merge all the branch changes for the release back to the master.</li>
             </ol>
 
@@ -376,13 +370,13 @@ git push origin -f</code></pre>
 
             <h2 id="mail-template">Mail templates</h2>
 
-            <h6 id="mail-1" class="pt-3">[1] Mail template for the Unomi PPMC vote:</h6>
+            <h6 id="mail-1" class="pt-3">[1] Mail template for the Unomi PMC vote:</h6>
             <pre class="alert alert-primary"><code>
-Subject: [VOTE] Apache Unomi 1.3.0-incubating release [TAKE2]
-Body: 
+Subject: [VOTE] Apache Unomi 1.4.0 release [TAKE2]
+Body:
 Hi all,
 
-I submit Apache Unomi 1.3.0-incubating release [TAKE2] to your vote.
+I submit Apache Unomi 1.4.0 release [TAKE2] to your vote.
 
 The following corrections were done since TAKE 1:
 NOTICE year (2016) has been updated to 2018
@@ -393,21 +387,21 @@ Staging Repository:
 *https://repository.apache.org/content/repositories/orgapacheunomi-1021/
 &lt;https://repository.apache.org/content/repositories/orgapacheunomi-1021/&gt;*
 
-You can find the sources here : 
+You can find the sources here :
 
 *https://repository.apache.org/content/repositories/orgapacheunomi-1021/org/apache/
-unomi/unomi-root/1.3.0-incubating/unomi-root-1.3.0-incubating-source-release.zip
+unomi/unomi-root/1.4.0/unomi-root-1.4.0-source-release.zip
 &lt;https://repository.apache.org/content/repositories/orgapacheunomi-1021/org/apache/
-unomi/unomi-root/1.3.0-incubating/unomi-root-1.3.0-incubating-source-release.zip&gt;*
+unomi/unomi-root/1.4.0/unomi-root-1.4.0-source-release.zip&gt;*
 
 Convenience binaries are also available here:
 *https://repository.apache.org/content/repositories/orgapacheunomi-1021/org/apache/
-unomi/unomi/1.3.0-incubating/
+unomi/unomi/1.4.0/
 &lt;https://repository.apache.org/content/repositories/orgapacheunomi-1021/org/apache/
-unomi/unomi/1.3.0-incubating/&gt;*
+unomi/unomi/1.4.0/&gt;*
 
 Git tag:
-unomi-root-1.3.0-incubating
+unomi-root-1.4.0
 
 Release Notes:
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&
@@ -427,9 +421,9 @@ Thanks,
 Regards
             </code></pre>
 
-            <h6 id="mail-2" class="pt-3">[2] Mail template for the results of the Unomi PPMC vote:</h6>
+            <h6 id="mail-2" class="pt-3">[2] Mail template for the results of the Unomi PMC vote:</h6>
             <pre class="alert alert-primary"><code>
-Subject: [RESULT][VOTE] Apache Unomi 1.3.0-incubating release [TAKE2]
+Subject: [RESULT][VOTE] Apache Unomi 1.4.0 release [TAKE2]
 Body:
 Hi,
 
@@ -443,128 +437,41 @@ John Doe 1
 John Doe 2
 John Doe 3
 
-2 non-binding vote +1: 
+2 non-binding vote +1:
 John Doe 4
 John Doe 5
 
 No 0 or -1.
 
-The proposal to release Unomi 1.3.0-incubating is approved by the team.
-I'll start the vote on the general incubating mailing list for IPMC
-approval.
+The proposal to release Unomi 1.4.0 is approved by the team.
 
 Thanks,
 John Doe 1
             </code></pre>
 
-            <h6 id="mail-3" class="pt-3">[3] Mail template for the Incubator IPMC vote:</h6>
+            <h6 id="mail-3" class="pt-3">[3] Announce mailing list template:</h6>
             <pre class="alert alert-primary"><code>
-Subject: [VOTE] Apache Unomi 1.3.0-incubating release [TAKE2]
-Body:
-Hi all,
-
-The Unomi community has voted again for the release of Apache Unomi 1.3.0
-(incubating) [TAKE2].
-
-The following corrections were done since TAKE 1:
-NOTICE year (2016) has been updated to 2018
-unexpected binaries inside zip file [1] : zip file has been completely removed
-All artefacts are now signed in an apache email address
-
-The vote thread can be found at :
-http://mail-archives.apache.org/mod_mbox/unomi-dev/201807.mbox/
-%3CCACR6SAV0N729Nb9cZXNiGh%3DvQx0ncSLToVEO%3Dd_jR%3DFqrGJyig%40mail.gmail.com%3E
-
-and the result is at:
-http://mail-archives.apache.org/mod_mbox/unomi-dev/201807.mbox/
-%3CCACR6SAW%3D2hO_1h_sPM6rJpG0TeONDgQm9Tvax1AUcdSkX%3DFQyQ%40mail.gmail.com%3E
-
-We kindly ask the IPMC to vote on this release.
-
-The artifacts to be voted on are located at:
-https://dist.apache.org/repos/dist/dev/incubator/unomi/1.3.0-incubating
-Source distribution is here :
-https://dist.apache.org/repos/dist/dev/incubator/unomi/1.3.0-incubating/
-unomi-1.3.0-incubating-src.zip
-
-With signature :
-https://dist.apache.org/repos/dist/dev/incubator/unomi/1.3.0-incubating/
-unomi-1.3.0-incubating-src.zip.asc
-
-The keys used to sign the released artifacts can be found in :
-https://dist.apache.org/repos/dist/release/incubator/unomi/KEYS
-
-The tag is at:
-*https://git-wip-us.apache.org/repos/asf?p=incubator-unomi.git;a=tag;h=refs/
-tags/unomi-root-1.3.0-incubating
-&lt;https://git-wip-us.apache.org/repos/asf?p=incubator-unomi.git;a=tag;h=refs/
-tags/unomi-root-1.3.0-incubating&gt;*
-( 98ef47a9a71c9f31ba55d01f01370265bcb5a557 )
-
-This vote will be open for at least 72 hours, or until the necessary number
-of votes (3 +1) is reached.
-
-[ ] +1 Approve the release
-[ ] -1 Don't approve the release (please provide specific comments)
-
-Regards,
-            </code></pre>
-
-            <h6 id="mail-4" class="pt-3">[4] Mail template for the results of the Unomi IPMC vote:</h6>
-            <pre class="alert alert-primary"><code>
-Subject : [RESULT][VOTE] Release Apache Unomi 1.3.0 (incubating) [TAKE2]
-Body:
-Hi all,
-
-The vote to release Unomi 1.3.0-incubating, having been open for 27
-days is now closed.
-
-There were three binding +1s and no -1 votes.
-
-Here's the vote summary :
-
-3 binding votes +1 :
-- John Doe 1
-- John Doe 2
-- John Doe 3
-
-No 0 or -1.
-
-The release is approved.
-
-Vote thread can be found here :
-http://mail-archives.apache.org/mod_mbox/incubator-general/201709.mbox/
-%3CCACR6SAW1pY7MCZCg_Z4GSycySe4LH%2Bm%2Bck5x%3Du2J7d-56xeMYw%40mail.gmail.com%3E
- ,
-
-Thank you for your votes and reviews !
-
-Regards,
-            </code></pre>
-
-            <h6 id="mail-5" class="pt-3">[5] Announce mailing list template:</h6>
-            <pre class="alert alert-primary"><code>
-Subject : [ANNOUNCE] Apache Unomi 1.2.0-incubating Release
+Subject : [ANNOUNCE] Apache Unomi 1.4.0 Release
 Body:
 The Apache Unomi team would like to announce the release of Apache
-Unomi 1.2.0-incubating.
+Unomi 1.4.0.
 
 Release notes are here:
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&
 version=12338361
 
-Apache Unomi (incubating) is a Java Open Source customer data platform, a Java server 
-designed to manage customers, leads and visitors’ data and help personalize customers’ 
+Apache Unomi (incubating) is a Java Open Source customer data platform, a Java server
+designed to manage customers, leads and visitors’ data and help personalize customers’
 experiences.
 
 More details regarding Apache Unomi (incubating) can be found here:
 http://unomi.incubator.apache.org/
 
 The release artifacts can be downloaded here:
-https://dist.apache.org/repos/dist/release/incubator/unomi/1.2.0-incubating/
+https://dist.apache.org/repos/dist/release/incubator/unomi/1.4.0/
 
 All JIRAs completed for this release are tagged with 'FixVersion =
-1.2.0-incubating'; the JIRA release notes can be found here:
+1.4.0'; the JIRA release notes can be found here:
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220&
 version=12338361
 
@@ -583,12 +490,12 @@ project has yet to be fully endorsed by the ASF.
             </code></pre>
           </div>
         </div>
-      </div> 
+      </div>
     </main>
 
     <!-- FOOTER -->
     <footer class="container-fluid bg-dark pt-5 pb-3 text-white text-center footer">
-      
+
       <div class="container pb-5">
         <div class="row">
           <div class="col-3 col-md-3">
@@ -635,7 +542,7 @@ project has yet to be fully endorsed by the ASF.
           <div class="w-100 pt-md-3"></div>
         </div>
       </div>
-      
+
       <p class="float-right"><a href="#">Back to top</a></p>
       <p>Copyright &copy;2014 - 2018 <a target="_blank" href="https://www.apache.org">Apache Software Foundation</a> - All Rights Reserved - Powered by <a target="_blank" href="https://karaf.apache.org">Apache Karaf</a><br/>
       Apache Karaf, Apache Mahout, Apache and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
@@ -649,4 +556,4 @@ project has yet to be fully endorsed by the ASF.
     <script src="assets/js/vendor/popper.min.js"></script>
     <script src="js/bootstrap.min.js"></script>
   </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/src/main/webapp/contribute.html b/src/main/webapp/contribute.html
index 057ded4..90f04de 100644
--- a/src/main/webapp/contribute.html
+++ b/src/main/webapp/contribute.html
@@ -129,30 +129,30 @@
 
             <h3 class="pt-1">Source repository</h3>
             <p>This project uses Git to manage its source code. Instructions on Git use can be found at <a target="_blank" href="https://git-scm.com/doc">https://git-scm.com/doc</a></p>
-            
+
             <h4 class="pt-2">Web Browser Access</h4>
             <p>The following is a link to a browsable version of the source repository:<br/>
-              <a target="_blank" href="https://git-wip-us.apache.org/repos/asf/incubator-unomi.git">https://git-wip-us.apache.org/repos/asf/incubator-unomi.git</a>
+              <a target="_blank" href="https://gitbox.apache.org/repos/asf?p=unomi.git">https://gitbox.apache.org/repos/asf?p=unomi.git</a>
             </p>
 
             <h4 class="pt-2">Anonymous Access</h4>
             <p>The source can be checked out anonymously from Git with this command (See <a target="_blank" href="https://git-scm.com/docs/git-clone">https://git-scm.com/docs/git-clone</a>):</p>
-            <pre class="alert alert-primary"><code>$ git clone https://git-wip-us.apache.org/repos/asf/incubator-unomi.git</code></pre>
+            <pre class="alert alert-primary"><code>$ git clone https://gitbox.apache.org/repos/asf?p=unomi.git</code></pre>
 
             <h4 class="pt-2">Developer Access</h4>
             <p>Only project developers can access the Git tree via this method (See <a target="_blank" href="https://git-scm.com/docs/git-clone">https://git-scm.com/docs/git-clone</a>):</p>
-            <pre class="alert alert-primary"><code>$ git clone https://git-wip-us.apache.org/repos/asf/incubator-unomi.git</code></pre>
+            <pre class="alert alert-primary"><code>$ git clone https://gitbox.apache.org/repos/asf?p=unomi.git</code></pre>
 
             <h4 class="pt-3">Access from Behind a Firewall</h4>
-            <p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p>     
+            <p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p>
           </div>
         </div>
-      </div> 
+      </div>
     </main>
 
     <!-- FOOTER -->
     <footer class="container-fluid bg-dark pt-5 pb-3 text-white text-center footer">
-      
+
       <div class="container pb-5">
         <div class="row">
           <div class="col-3 col-md-3">
@@ -199,7 +199,7 @@
           <div class="w-100 pt-md-3"></div>
         </div>
       </div>
-      
+
       <p class="float-right"><a href="#">Back to top</a></p>
       <p>Copyright &copy;2014 - 2018 <a target="_blank" href="https://www.apache.org">Apache Software Foundation</a> - All Rights Reserved - Powered by <a target="_blank" href="https://karaf.apache.org">Apache Karaf</a><br/>
       Apache Karaf, Apache Mahout, Apache and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
@@ -213,4 +213,4 @@
     <script src="assets/js/vendor/popper.min.js"></script>
     <script src="js/bootstrap.min.js"></script>
   </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index 109c8ca..3c78d4a 100644
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@ -124,7 +124,7 @@
         <div class="row featurette pt-5">
           <div class="col-md-12">
             <h2 class="featurette-heading">The <span class="text-muted">Apache Unomi</span> advantage ?</h2>
-            <p>Each organization is unique and will always have specific needs, this is why Apache Unomi has been designed to be extended and to ease the integration of external data. The embedded features such as segmentation, scoring and built-in privacy will be appreciated by business users while horizontal scalability and open source positioning will be loved by developers and architects. </p> 
+            <p>Each organization is unique and will always have specific needs, this is why Apache Unomi has been designed to be extended and to ease the integration of external data. The embedded features such as segmentation, scoring and built-in privacy will be appreciated by business users while horizontal scalability and open source positioning will be loved by developers and architects. </p>
             <p>Apache Unomi is also the reference implementation of the upcoming OASIS Context Server (CXS) standard (<a target="_blank" href="https://www.oasis-open.org/committees/cxs/">https://www.oasis-open.org/committees/cxs/</a>) to help standardize personalization of customer experience while promoting ethical web experience management and increased user privacy controls. </p>
           </div>
         </div>
@@ -132,11 +132,11 @@
         <div class="row featurette pt-5">
           <div class="col-md-12">
             <h2 class="featurette-heading">Business cases based on <span class="text-muted">Apache Unomi</span> ?</h2>
-            <ul> 
-              <li>Build a web personalization software to adapt the content on your website to your audience</li> 
-              <li>Collect data from mobile application and feed Apache Unomi to track and understand your customers’ journeys</li> 
-              <li>Connect the beacons deployed in your stores to Apache Unomi and consolidate the profile of your customers and leads across all these channels</li> 
-              <li>Automatically push profiles from Apache Unomi to your CRM when a lead reach a given number of points in one of your scoring plans</li> 
+            <ul>
+              <li>Build a web personalization software to adapt the content on your website to your audience</li>
+              <li>Collect data from mobile application and feed Apache Unomi to track and understand your customers’ journeys</li>
+              <li>Connect the beacons deployed in your stores to Apache Unomi and consolidate the profile of your customers and leads across all these channels</li>
+              <li>Automatically push profiles from Apache Unomi to your CRM when a lead reach a given number of points in one of your scoring plans</li>
             </ul>
           </div>
         </div>
@@ -157,23 +157,23 @@
         <div class="row featurette pt-5">
           <div class="col-md-6">
             <h2>For developers</h2>
-            <ul> 
-              <li>Uses ElasticSearch for data storage, dynamic data structure</li> 
-              <li>Highly scalable architecture</li> 
-              <li>Very simple to deploy and install (simply unzip &amp; run)</li> 
-              <li>Uses Apache Karaf as the OSGi runtime</li> 
-              <li>Full &amp; simple REST API</li> 
-              <li>Extensible through plugin architecture (using OSGi &amp; simple JSON descriptors)</li> 
-              <li>Apache Open Source project</li> 
+            <ul>
+              <li>Uses ElasticSearch for data storage, dynamic data structure</li>
+              <li>Highly scalable architecture</li>
+              <li>Very simple to deploy and install (simply unzip &amp; run)</li>
+              <li>Uses Apache Karaf as the OSGi runtime</li>
+              <li>Full &amp; simple REST API</li>
+              <li>Extensible through plugin architecture (using OSGi &amp; simple JSON descriptors)</li>
+              <li>Apache Open Source project</li>
             </ul>
           </div>
           <div class="col-md-6">
             <h2>For IT stakeholders and business users</h2>
-            <ul> 
-              <li>First-Party Data Collection and Ownership</li> 
-              <li>Persistent and consolidated profiles for all your audience (customers &amp; leads), storing anonymous and personally identifiable information</li> 
-              <li>Regulation-proof and privacy management built-in</li> 
-              <li>Real-Time Decisioning (Scoring logics, segmentation)</li> 
+            <ul>
+              <li>First-Party Data Collection and Ownership</li>
+              <li>Persistent and consolidated profiles for all your audience (customers &amp; leads), storing anonymous and personally identifiable information</li>
+              <li>Regulation-proof and privacy management built-in</li>
+              <li>Real-Time Decisioning (Scoring logics, segmentation)</li>
               <li>Open standard, easy integration and extension</li>
             </ul>
           </div>
@@ -183,16 +183,17 @@
           <div class="col-md-12">
             <h2 class="featurette-heading">News</h2>
             <ul>
-              <li>2018-09-10 Released version 1.3.0-incubating</li> 
-              <li>2017-09-28 Released version 1.2.0-incubating</li> 
-              <li>2017-07-19 New Salesforce CRM connector contributed</li> 
-              <li>2016-10-04 Released version 1.1.0-incubating</li> 
-              <li>2016-05-22 Released version 1.0.0-incubating</li> 
-              <li>2015-11-23 Initial code base import in <a href="https://git-wip-us.apache.org/repos/asf?p=incubator-unomi.git" target="_blank">Git repository</a></li>
-              <li>2015-11-20 Added <a href="community-maturity-model-report.html">Apache Maturity Model report page</a></li> 
-              <li>2015-11-13 Initial web site created</li> 
-              <li>2015-10-20 JIRA, mailing lists, git, website space created.</li> 
-              <li>2015-10-05 Project enters incubation.</li> 
+              <li>2019-02-21 Top Level Project promoted!</li>
+              <li>2018-09-10 Released version 1.3.0-incubating</li>
+              <li>2017-09-28 Released version 1.2.0-incubating</li>
+              <li>2017-07-19 New Salesforce CRM connector contributed</li>
+              <li>2016-10-04 Released version 1.1.0-incubating</li>
+              <li>2016-05-22 Released version 1.0.0-incubating</li>
+              <li>2015-11-23 Initial code base import in <a href="https://gitbox.apache.org/repos/asf?p=unomi.git" target="_blank">Git repository</a></li>
+              <li>2015-11-20 Added <a href="community-maturity-model-report.html">Apache Maturity Model report page</a></li>
+              <li>2015-11-13 Initial web site created</li>
+              <li>2015-10-20 JIRA, mailing lists, git, website space created.</li>
+              <li>2015-10-05 Project enters incubation.</li>
             </ul>
           </div>
         </div>
@@ -206,9 +207,12 @@
 
         <div class="row featurette mb-5 pt-5">
           <div class="col-md-7">
-            <h2 class="featurette-heading">Disclaimer</h2>
+            <h2 class="featurette-heading">Apache & OpenSource.</h2>
             <p>
-              Apache Unomi is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate  [...]
+              Unomi is your project ! Unomi is an Apache Software Foundation project, available under the Apache v2 license.
+              It's a complete open community, always listening proposals and comments.
+              Sources, mailing lists, issue tracker: it's fully open, you can access directly.
+              We also love contributions : don't hesitate to contribute.
             </p>
             <p>
               <a href="community.html">Be Involved In The Community</a> |
@@ -219,10 +223,6 @@
             <a href="http://apache.org" target="_blank">
             <img class="featurette-image img-fluid mx-auto" src="images/apache.png" alt="Apache Software Foundation">
             </a>
-            <br><br><br>
-            <a href="https://incubator.apache.org" target="_blank">
-              <img class="featurette-image img-fluid mx-auto" src="images/incubator-logo.png" alt="Unomi is incubating"/>
-            </a>
           </div>
         </div>
 
@@ -233,7 +233,7 @@
 
     <!-- FOOTER -->
     <footer class="container-fluid bg-dark pt-5 pb-3 text-white text-center footer">
-      
+
       <div class="container pb-5">
         <div class="row">
           <div class="col-3 col-md-3">
@@ -280,7 +280,7 @@
           <div class="w-100 pt-md-3"></div>
         </div>
       </div>
-      
+
       <p class="float-right"><a href="#">Back to top</a></p>
       <p>Copyright &copy;2014 - 2018 <a target="_blank" href="https://www.apache.org">Apache Software Foundation</a> - All Rights Reserved - Powered by <a target="_blank" href="https://karaf.apache.org">Apache Karaf</a><br/>
       Apache Karaf, Apache Mahout, Apache and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>


[unomi-site] 03/03: This closes pull request number #14

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

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

commit 4809cfedd81eaa5e72417e07e826a51a59bce0cf
Merge: 98b1c3a 2edcdd2
Author: Serge Huber <sh...@jahia.com>
AuthorDate: Wed Mar 13 10:37:28 2019 +0100

    This closes pull request number #14

 src/main/webapp/contribute-release-guide.html | 199 +++++++-------------------
 src/main/webapp/contribute.html               |  18 +--
 src/main/webapp/index.html                    |  16 +--
 3 files changed, 70 insertions(+), 163 deletions(-)

diff --cc src/main/webapp/index.html
index 69bbe40,7d394dd..f8a60f4
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@@ -219,14 -223,6 +223,10 @@@
              <a href="http://apache.org" target="_blank">
              <img class="featurette-image img-fluid mx-auto" src="images/apache.png" alt="Apache Software Foundation">
              </a>
 +            <br><br><br>
-             <a href="https://incubator.apache.org" target="_blank">
-               <img class="featurette-image img-fluid mx-auto" src="images/incubator-logo.png" alt="Unomi is incubating"/>
-             </a>
-             <br><br><br>
 +            <a href="https://www.apache.org/events/current-event.html" target="_blank">
 +              <img class="featurette-image img-fluid mx-auto" src="https://svn.apache.org/repos/infra/apachecon/www.apachecon.com/images/landingpage/events/acna19.png" alt="ApacheCon" />
 +            </a>
            </div>
          </div>
  


[unomi-site] 02/03: Update consent api documentation link

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

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

commit 2edcdd2db7a09172ace06065c50f199485d89d5b
Author: Francois Papon <fr...@openobject.fr>
AuthorDate: Mon Mar 4 22:28:30 2019 +0400

    Update consent api documentation link
---
 src/main/webapp/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index 3c78d4a..7d394dd 100644
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@ -107,7 +107,7 @@
           <div class="col-lg-8 pl-5">
             <h1>News</h1>
             <h3>Privacy (GPDR consent management) features available in version 1.3</h3>
-              <p>New to release 1.3 (<a href="download.html">just released !</a>) are features to manage visitor consents, in order to make it easier to comply with new privacy regulations such as the <a target="_blank" href="https://en.wikipedia.org/wiki/General_Data_Protection_Regulation">GDPR</a>. A quick guide to these new features is also available <a href="manual/latest/consent-api.html">here</a>.</p>
+              <p>New to release 1.3 (<a href="download.html">just released !</a>) are features to manage visitor consents, in order to make it easier to comply with new privacy regulations such as the <a target="_blank" href="https://en.wikipedia.org/wiki/General_Data_Protection_Regulation">GDPR</a>. A quick guide to these new features is also available <a href="manual/latest/#_consent_api">here</a>.</p>
           </div><!-- /.col-lg-8 -->
         </div><!-- /.row -->