[ofbiz-site] branch master updated: Improved: Update pages of ofbiz website

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-site] branch master updated: Improved: Update pages of ofbiz website

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c9b25ca  Improved: Update pages of ofbiz website
c9b25ca is described below

commit c9b25ca16b87ecad22c341c25a8c9bf2f90b0137
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Fri May 1 12:31:14 2020 +0200

    Improved: Update pages of ofbiz website
   
    (OFBIZ-11269)
   
    Updates the source-repositories page after an unfortunate merge
    Updates the sentence referring to SVN repository in several places
---
 about-ofbiz.html                          |  2 +-
 mailing-lists.html                        |  2 +-
 source-repositories.html                  | 57 ++++++++++++++++++-------------
 template/page/about-ofbiz.tpl.php         |  2 +-
 template/page/mailing-lists.tpl.php       |  2 +-
 template/page/source-repositories.tpl.php | 57 ++++++++++++++++++-------------
 6 files changed, 72 insertions(+), 50 deletions(-)

diff --git a/about-ofbiz.html b/about-ofbiz.html
index 48c158a..d487007 100644
--- a/about-ofbiz.html
+++ b/about-ofbiz.html
@@ -148,7 +148,7 @@
                 <a class="btn btnSmall" href="//ofbiz.135035.n4.nabble.com/OFBiz-Dev-f165671.html">Developer List</a> </div>
               <div class="span4">
                 <h3 class="mediumIconH3"><span class="iconWrapper iconMedium"><i class="icon-star"></i></span> Commit Mailing List</h3>
-                <p>The commits list is used to notify subscribers of commits to the OFBiz SVN repository.</p>
+                <p>The commits list is used to notify subscribers of commits to the OFBiz repositories.</p>
     <p> It is not used for discussions only for reference.</p>
                 <a class="btn btnSmall" href="#">Commits List</a> </div>
             </div>
diff --git a/mailing-lists.html b/mailing-lists.html
index 6878ee0..2658cb7 100644
--- a/mailing-lists.html
+++ b/mailing-lists.html
@@ -155,7 +155,7 @@
                 <h3 class="mediumIconH3">
                   <span class="iconWrapper iconMedium"><i class="icon-resize-full-alt"></i></span> Commit Mailing List
                 </h3>
-                <p>The commits list is used to notify subscribers of commits to the OFBiz SVN repository.
+                <p>The commits list is used to notify subscribers of commits to the OFBiz repositories.
                   It is only used for reference.
                 </p>
                 <p><i class="icon-info-circle"></i>Please don't ask any questions on this list. It is not used for discussions.</p>
diff --git a/source-repositories.html b/source-repositories.html
index fe35836..73d312d 100644
--- a/source-repositories.html
+++ b/source-repositories.html
@@ -99,7 +99,7 @@
 <!-- header -->
 <!-- globalWrapper -->
 <div id="globalWrapper">
-  
+
   <!-- page content -->
  <section id="content" class="fullWidth">
     <header class="headerPage">
@@ -125,58 +125,69 @@
               <div class="span10">
                 <h2>Public Access</h2>
                 <div class="divider"><span></span></div>
-    <p>Anyone can checkout or browse the source code in the OFBiz public Subversion (SVN) repository.</P>
+    <p>Anyone can checkout or browse the source code in the OFBiz gitbox repository.</P>
     <h3>Browsing the Repository</h3>
                 <div class="divider"><span></span></div>
                 <p>You can browse the repository using any of the following links.</p>
                 <ul class="iconsList">
-                   <li><i class="icon-pin"></i> <a href="//svn.apache.org/repos/asf/ofbiz/" target="external"><strong>SVN - WebDAV</strong></a></li>
-        <li><i class="icon-pin"></i> <a href="//svn.apache.org/viewvc/ofbiz/" target="external"><strong>SVN - ViewVC</strong></a></li>
+                   <li><i class="icon-pin"></i> <a href="https://gitbox.apache.org/repos/asf/ofbiz-framework.git" target="external"><strong>gitbox ofbiz-framework</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="https://gitbox.apache.org/repos/asf/ofbiz-plugins.git" target="external"><strong>gitbox ofbiz-plugins</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="https://gitbox.apache.org/repos/asf/ofbiz-site.git" target="external"><strong>gitbox ofbiz-site</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="https://gitbox.apache.org/repos/asf/ofbiz-tools.git" target="external"><strong>gitbox ofbiz-tools</strong></a></li>
     </ul>
     <p></p>
     <p>Our ofbiz-framework trunk and ofbiz-plugins trunk are also available on Git at the links below:</p>
     <ul class="iconsList">
-        <li><i class="icon-pin"></i> <a href="//github.com/apache/ofbiz-framework" target="external"><strong>ofbiz-framework trunk on Github</strong></a></li>
-       <li><i class="icon-pin"></i> <a href="//github.com/apache/ofbiz-plugins" target="external"><strong>ofbiz-plugins trunk on Github</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="https://github.com/apache/ofbiz-framework" target="external"><strong>ofbiz-framework trunk on Github</strong></a></li>
+       <li><i class="icon-pin"></i> <a href="https://github.com/apache/ofbiz-plugins" target="external"><strong>ofbiz-plugins trunk on Github</strong></a></li>
     </ul>
 
     <h3>Checking out the Repository Source Code</h3>
-    <p><strong>NOTE: </strong> Apache OFBiz uses <a href="//subversion.apache.org/" target="external"><strong>Apache Subversion</strong></a> for version control of our source repository. If you are not familiar with Apache Subversion and you don't have an SVN client tool, then following links could be useful:</p>
-    <p><i class="icon-pin"></i><a href="//subversion.apache.org/packages.html" target="external"><strong>SVN Client Tools</strong></a></p>
-    <p><i class="icon-pin"></i><a href="//subversion.apache.org/docs/" target="external"><strong>SVN Documenentation</strong></a></p>
+    <p><strong>NOTE: </strong> Apache OFBiz uses <a href="//git.apache.org/" target="external"><strong>Git</strong></a> for version control of our source repository. If you are not familiar with Git and you don't have a Git client tool, then the following could be useful:</p>
+    <p><i class="icon-pin"></i><a href="//git.apache.org/" target="external"><strong>ASF Writable Git Services</strong></a></p>
     <p>To checkout the source code, simply use the following command (if you are using a GUI client, configure it appropriately).</p>
     <h2>Trunk</h2>
+    <p>On gitbox:</p>
+     <dl class="iconsList">
+        <dt><i class="icon-pin"></i> <strong>ofbiz-framework</strong></dt>
+        <dd><code>$ git clone https://gitbox.apache.org/repos/asf/ofbiz-framework.git ofbiz-framework </code></dd>
+        <dt><i class="icon-pin"></i> <strong>ofbiz-plugins</strong></dt>
+        <dd><code>git clone https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins </code></dd>
+    </dl>
+    <p>On GitHub:</p>
      <dl class="iconsList">
         <dt><i class="icon-pin"></i> <strong>ofbiz-framework</strong></dt>
-        <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</code></dd>
+        <dd><code>$ git clone https://github.com/apache/ofbiz-framework.git ofbiz-framework </code></dd>
         <dt><i class="icon-pin"></i> <strong>ofbiz-plugins</strong></dt>
-        <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins </code></dd>
+        <dd><code>$ git clone https://github.com/apache/ofbiz-plugins.git plugins </code></dd>
     </dl>
     <h2>Releases</h2>
     <dl class="iconsList">
+        <dt><i class="icon-pin"></i> <strong>ofbiz-framework branch release17.12 (stable)</strong><dt>
+        <dd><code>$ git clone https://gitbox.apache.org/repos/asf/ofbiz-framework.git ofbiz-framework </code></dd>
+        <dd><code>$ git checkout release17.12.01</code></dd>
+        <dt><i class="icon-pin"></i> <strong>ofbiz-plugins branch release17.12 (stable)</strong><dt>
+        <dd><code>$ git clone https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins </code></dd>
+        <dd><code>$ git checkout release17.12.01</code></dd>
         <dt><i class="icon-pin"></i> <strong>ofbiz-framework branch release18.12 </strong></dt>
-        <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/branches/release18.12 ofbiz.18.12</code></dd>
-        <dt><i class="icon-pin"></i> <strong>ofbiz-plugins branch release18.12 </strong></dt>
-        <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/branches/release18.12 ofbiz.18.12-plugins</code></dd>
-        <dt><i class="icon-pin"></i> <strong>ofbiz-framework branch release17.12 </strong></dt>
-        <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/branches/release17.12 ofbiz.17.12</code></dd>
-        <dt><i class="icon-pin"></i> <strong>ofbiz-plugins branch release17.12 </strong></dt>
-        <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/branches/release17.12 ofbiz.17.12-plugins</code></dd>
-        <dt><i class="icon-pin"></i> <strong>branch release16.11 (stable)</strong><dt>
-        <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11</code></dd>
+        <dd><code>$ git clone https://gitbox.apache.org/repos/asf/ofbiz-framework.git ofbiz-framework </code></dd>
+        <dd><code>$ git checkout origin/release18.12</code></dd>
+        <dt><i class="icon-pin"></i> <strong>ofbiz-plugins branch release18.12 </strong><dt>
+        <dd><code>$ git clone https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins </code></dd>
+        <dd><code>$ git checkout origin/release18.12 </code></dd>
     </dl>
     <h2>Tools</h2>
     <dl class="iconsList">
       <dt><i class="icon-pin"></i> <strong>ofbiz tools</strong></dt>
-      <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/tools ofbiz-tools </code></dd>
+      <dd><code>$ git clone https://gitbox.apache.org/repos/asf/ofbiz-tools.git ofbiz-tools </code></dd>
     </dl>
     <h2>Website</h2>
     <dl class="iconsList">
       <dt><i class="icon-pin"></i> <strong>ofbiz website</strong></dt>
-      <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/site ofbiz-website </code></dd>
+      <dd><code>$ git clone https://gitbox.apache.org/repos/asf/ofbiz-site.git ofbiz-website </code></dd>
     </dl>
     </div>
-            </section>
+            </section>
 
       <section  id="SRepoComm" class="slice row clearfix">
               <div class="span10">
diff --git a/template/page/about-ofbiz.tpl.php b/template/page/about-ofbiz.tpl.php
index fc0c955..9cd688d 100644
--- a/template/page/about-ofbiz.tpl.php
+++ b/template/page/about-ofbiz.tpl.php
@@ -50,7 +50,7 @@
                 <a class="btn btnSmall" href="//ofbiz.135035.n4.nabble.com/OFBiz-Dev-f165671.html">Developer List</a> </div>
               <div class="span4">
                 <h3 class="mediumIconH3"><span class="iconWrapper iconMedium"><i class="icon-star"></i></span> Commit Mailing List</h3>
-                <p>The commits list is used to notify subscribers of commits to the OFBiz SVN repository.</p>
+                <p>The commits list is used to notify subscribers of commits to the OFBiz repositories.</p>
     <p> It is not used for discussions only for reference.</p>
                 <a class="btn btnSmall" href="#">Commits List</a> </div>
             </div>
diff --git a/template/page/mailing-lists.tpl.php b/template/page/mailing-lists.tpl.php
index 738b0b1..1f9edb7 100644
--- a/template/page/mailing-lists.tpl.php
+++ b/template/page/mailing-lists.tpl.php
@@ -57,7 +57,7 @@
                 <h3 class="mediumIconH3">
                   <span class="iconWrapper iconMedium"><i class="icon-resize-full-alt"></i></span> Commit Mailing List
                 </h3>
-                <p>The commits list is used to notify subscribers of commits to the OFBiz SVN repository.
+                <p>The commits list is used to notify subscribers of commits to the OFBiz repositories.
                   It is only used for reference.
                 </p>
                 <p><i class="icon-info-circle"></i>Please don't ask any questions on this list. It is not used for discussions.</p>
diff --git a/template/page/source-repositories.tpl.php b/template/page/source-repositories.tpl.php
index a4aab6c..ae4de3c 100644
--- a/template/page/source-repositories.tpl.php
+++ b/template/page/source-repositories.tpl.php
@@ -1,7 +1,7 @@
 <?php //Variable declarations for region templates
   $head_title = '<title>The Apache OFBiz&reg; Project - Source Repository</title>';
 ?>
-  
+
   <!-- page content -->
  <section id="content" class="fullWidth">
     <header class="headerPage">
@@ -27,58 +27,69 @@
               <div class="span10">
                 <h2>Public Access</h2>
                 <div class="divider"><span></span></div>
-    <p>Anyone can checkout or browse the source code in the OFBiz public Subversion (SVN) repository.</P>
+    <p>Anyone can checkout or browse the source code in the OFBiz gitbox repository.</P>
     <h3>Browsing the Repository</h3>
                 <div class="divider"><span></span></div>
                 <p>You can browse the repository using any of the following links.</p>
                 <ul class="iconsList">
-                   <li><i class="icon-pin"></i> <a href="//svn.apache.org/repos/asf/ofbiz/" target="external"><strong>SVN - WebDAV</strong></a></li>
-        <li><i class="icon-pin"></i> <a href="//svn.apache.org/viewvc/ofbiz/" target="external"><strong>SVN - ViewVC</strong></a></li>
+                   <li><i class="icon-pin"></i> <a href="https://gitbox.apache.org/repos/asf/ofbiz-framework.git" target="external"><strong>gitbox ofbiz-framework</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="https://gitbox.apache.org/repos/asf/ofbiz-plugins.git" target="external"><strong>gitbox ofbiz-plugins</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="https://gitbox.apache.org/repos/asf/ofbiz-site.git" target="external"><strong>gitbox ofbiz-site</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="https://gitbox.apache.org/repos/asf/ofbiz-tools.git" target="external"><strong>gitbox ofbiz-tools</strong></a></li>
     </ul>
     <p></p>
     <p>Our ofbiz-framework trunk and ofbiz-plugins trunk are also available on Git at the links below:</p>
     <ul class="iconsList">
-        <li><i class="icon-pin"></i> <a href="//github.com/apache/ofbiz-framework" target="external"><strong>ofbiz-framework trunk on Github</strong></a></li>
-       <li><i class="icon-pin"></i> <a href="//github.com/apache/ofbiz-plugins" target="external"><strong>ofbiz-plugins trunk on Github</strong></a></li>
+        <li><i class="icon-pin"></i> <a href="https://github.com/apache/ofbiz-framework" target="external"><strong>ofbiz-framework trunk on Github</strong></a></li>
+       <li><i class="icon-pin"></i> <a href="https://github.com/apache/ofbiz-plugins" target="external"><strong>ofbiz-plugins trunk on Github</strong></a></li>
     </ul>
 
     <h3>Checking out the Repository Source Code</h3>
-    <p><strong>NOTE: </strong> Apache OFBiz uses <a href="//subversion.apache.org/" target="external"><strong>Apache Subversion</strong></a> for version control of our source repository. If you are not familiar with Apache Subversion and you don't have an SVN client tool, then following links could be useful:</p>
-    <p><i class="icon-pin"></i><a href="//subversion.apache.org/packages.html" target="external"><strong>SVN Client Tools</strong></a></p>
-    <p><i class="icon-pin"></i><a href="//subversion.apache.org/docs/" target="external"><strong>SVN Documenentation</strong></a></p>
+    <p><strong>NOTE: </strong> Apache OFBiz uses <a href="//git.apache.org/" target="external"><strong>Git</strong></a> for version control of our source repository. If you are not familiar with Git and you don't have a Git client tool, then the following could be useful:</p>
+    <p><i class="icon-pin"></i><a href="//git.apache.org/" target="external"><strong>ASF Writable Git Services</strong></a></p>
     <p>To checkout the source code, simply use the following command (if you are using a GUI client, configure it appropriately).</p>
     <h2>Trunk</h2>
+    <p>On gitbox:</p>
+     <dl class="iconsList">
+        <dt><i class="icon-pin"></i> <strong>ofbiz-framework</strong></dt>
+        <dd><code>$ git clone https://gitbox.apache.org/repos/asf/ofbiz-framework.git ofbiz-framework </code></dd>
+        <dt><i class="icon-pin"></i> <strong>ofbiz-plugins</strong></dt>
+        <dd><code>git clone https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins </code></dd>
+    </dl>
+    <p>On GitHub:</p>
      <dl class="iconsList">
         <dt><i class="icon-pin"></i> <strong>ofbiz-framework</strong></dt>
-        <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</code></dd>
+        <dd><code>$ git clone https://github.com/apache/ofbiz-framework.git ofbiz-framework </code></dd>
         <dt><i class="icon-pin"></i> <strong>ofbiz-plugins</strong></dt>
-        <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins </code></dd>
+        <dd><code>$ git clone https://github.com/apache/ofbiz-plugins.git plugins </code></dd>
     </dl>
     <h2>Releases</h2>
     <dl class="iconsList">
+        <dt><i class="icon-pin"></i> <strong>ofbiz-framework branch release17.12 (stable)</strong><dt>
+        <dd><code>$ git clone https://gitbox.apache.org/repos/asf/ofbiz-framework.git ofbiz-framework </code></dd>
+        <dd><code>$ git checkout release17.12.01</code></dd>
+        <dt><i class="icon-pin"></i> <strong>ofbiz-plugins branch release17.12 (stable)</strong><dt>
+        <dd><code>$ git clone https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins </code></dd>
+        <dd><code>$ git checkout release17.12.01</code></dd>
         <dt><i class="icon-pin"></i> <strong>ofbiz-framework branch release18.12 </strong></dt>
-        <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/branches/release18.12 ofbiz.18.12</code></dd>
-        <dt><i class="icon-pin"></i> <strong>ofbiz-plugins branch release18.12 </strong></dt>
-        <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/branches/release18.12 ofbiz.18.12-plugins</code></dd>
-        <dt><i class="icon-pin"></i> <strong>ofbiz-framework branch release17.12 </strong></dt>
-        <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/branches/release17.12 ofbiz.17.12</code></dd>
-        <dt><i class="icon-pin"></i> <strong>ofbiz-plugins branch release17.12 </strong></dt>
-        <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/branches/release17.12 ofbiz.17.12-plugins</code></dd>
-        <dt><i class="icon-pin"></i> <strong>branch release16.11 (stable)</strong><dt>
-        <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11</code></dd>
+        <dd><code>$ git clone https://gitbox.apache.org/repos/asf/ofbiz-framework.git ofbiz-framework </code></dd>
+        <dd><code>$ git checkout origin/release18.12</code></dd>
+        <dt><i class="icon-pin"></i> <strong>ofbiz-plugins branch release18.12 </strong><dt>
+        <dd><code>$ git clone https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins </code></dd>
+        <dd><code>$ git checkout origin/release18.12 </code></dd>
     </dl>
     <h2>Tools</h2>
     <dl class="iconsList">
       <dt><i class="icon-pin"></i> <strong>ofbiz tools</strong></dt>
-      <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/tools ofbiz-tools </code></dd>
+      <dd><code>$ git clone https://gitbox.apache.org/repos/asf/ofbiz-tools.git ofbiz-tools </code></dd>
     </dl>
     <h2>Website</h2>
     <dl class="iconsList">
       <dt><i class="icon-pin"></i> <strong>ofbiz website</strong></dt>
-      <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/site ofbiz-website </code></dd>
+      <dd><code>$ git clone https://gitbox.apache.org/repos/asf/ofbiz-site.git ofbiz-website </code></dd>
     </dl>
     </div>
-            </section>
+            </section>
 
       <section  id="SRepoComm" class="slice row clearfix">
               <div class="span10">