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 acbebee Improved: updates developers page
acbebee is described below
commit acbebeec78550eb97ea51c61c4ae90bfd3e5dbee
Author: Jacques Le Roux <[email protected]>
AuthorDate: Wed Dec 6 14:37:33 2023 +0100
Improved: updates developers page
GitBox is automatically redirected to GH
Misc other trivial stuff
---
developers.html | 74 +++++++++++++++++++++++++--------------------------------
1 file changed, 32 insertions(+), 42 deletions(-)
diff --git a/developers.html b/developers.html
index 57962a3..c3df71d 100644
--- a/developers.html
+++ b/developers.html
@@ -82,7 +82,7 @@
</li>
<li><a href="#" class="firstLevel">Community</a>
<ul>
- <li><a href="getting-involved.html">Getting Involved</a></li>
+ <li><a href="getting-involved.html">Getting Involved</a></li>
<li><a href="mailing-lists.html">Mailing Lists</a></li>
<li><a href="source-repositories.html">Source
Repository</a></li>
<li><a href="download.html">Downloads</a></li>
@@ -91,18 +91,18 @@
</ul>
</li>
<li><a href="ofbiz-demos.html" class="firstLevel">Demos</a></li>
- <li>
- <a href="//twitter.com/ApacheOfbiz"
class="icon-twitter-bird socialIcon tips"
- target="external" title="follow us on
Twitter"><span>twitter</span></a>
- </li>
- <li><a href="//www.linkedin.com/company/apache-ofbiz/"
target="external" class="icon-linkedin socialIcon tips" title="follow us on
Linkedin"><span>linkedin</span></a></li>
- <li><a
href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal"
target="external" class="icon-facebook socialIcon tips" title="follow us on
Facebook"><span>facebook</span></a></li>
- <li><a href="//www.youtube.com/user/ofbiz" class="icon-play
socialIcon tips" target="external" title="follow us on
Youtube"><span>Youtube</span></a></li>
- <!--<li><a href="#" class="icon-rss socialIcon tips"
title="Our rss feed"><span>rss feed</span></a></li>
- <li><a href="#" class="icon-gplus socialIcon tips"
title="follow us on Google +"><span>google +</span></a></li>
- <li><a href="#" class="icon-instagram socialIcon tips"
title="follow us on Instagram"><span>instagram</span></a></li>
- <li><a href="#" class="icon-linkedin socialIcon tips"
title="follow us on Linkedin"><span>linkedin</span></a></li>
- <li><a href="#" class="icon-pinterest-circled socialIcon
tips" title="follow us on Pinterest"><span>Pinterest</span></a></li>-->
+ <li>
+ <a href="//twitter.com/ApacheOfbiz" class="icon-twitter-bird
socialIcon tips"
+ target="external" title="follow us on
Twitter"><span>twitter</span></a>
+ </li>
+ <li><a href="//www.linkedin.com/company/apache-ofbiz/"
target="external" class="icon-linkedin socialIcon tips" title="follow us on
Linkedin"><span>linkedin</span></a></li>
+ <li><a
href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal"
target="external" class="icon-facebook socialIcon tips" title="follow us on
Facebook"><span>facebook</span></a></li>
+ <li><a href="//www.youtube.com/user/ofbiz" class="icon-play
socialIcon tips" target="external" title="follow us on
Youtube"><span>Youtube</span></a></li>
+ <!--<li><a href="#" class="icon-rss socialIcon tips" title="Our rss
feed"><span>rss feed</span></a></li>
+ <li><a href="#" class="icon-gplus socialIcon tips" title="follow us
on Google +"><span>google +</span></a></li>
+ <li><a href="#" class="icon-instagram socialIcon tips"
title="follow us on Instagram"><span>instagram</span></a></li>
+ <li><a href="#" class="icon-linkedin socialIcon tips" title="follow
us on Linkedin"><span>linkedin</span></a></li>
+ <li><a href="#" class="icon-pinterest-circled socialIcon tips"
title="follow us on Pinterest"><span>Pinterest</span></a></li>-->
</ul>
</nav>
</div>
@@ -159,28 +159,18 @@
<p>Download your required version from one of our <a
href="download.html">download mirrors</a> and extract the zip file </p>
<h3>2. Checkout the Source Code</h3>
<p>Checkout the source code from the repository</p>
- <p>Anyone can checkout or <a href="#DevRepo">browse the source code </a>in
the OFBiz public gitbox or GitHub repositories.</p>
- <p>To checkout the source code, simply use the following command (if you
are using a GUI client, configure it appropriately).</p>
+ <p>Anyone can checkout or <a href="#DevRepo">browse the source code</a> in
the GitHub repositories.</p>
+ <p>To checkout the source code, simply use the following commands (if you
are using a GUI client, configure it appropriately).</p>
<p>We have split OFBiz into ofbiz-framework and ofbiz-plugins, so if you
want to use the ofbiz-plugins you need to checkout both trunks.</p>
<ul class="iconsList">
- <li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> :
<code>$ git clone https://gitbox.apache.org/repos/asf/ofbiz-framework.git
ofbiz-framework </code></li>
- <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> :
<code>$ git clone https://gitbox.apache.org/repos/asf/ofbiz-plugins.git plugins
</code></li>
- <li><i class="icon-pin"></i> <strong>branch release18.12
(stable)</strong>: <code>$ git clone
https://gitbox.apache.org/repos/asf/ofbiz-framework.git
ofbiz-framework</code></li>
+ <li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> :
<code>$ git clone https://github.com/apache/ofbiz-framework.git ofbiz-framework
</code></li>
+ <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> :
<code>$ git clone https://github.com/apache/ofbiz-plugins.git plugins
</code></li>
+ <li><i class="icon-pin"></i> <strong>branch release18.12
(stable)</strong>: <code>$ git clone
https://github.com/apache/ofbiz-framework.git ofbiz-framework</code></li>
<li>You may need to update the tags before: <code>git fetch --all
--tags</code></li>
- <li><code>$ git checkout release18.12.04 </code></li>
- <li><i class="icon-pin"></i> <strong>branch release18.12
(stable)</strong>: <code>$ git clone
https://gitbox.apache.org/repos/asf/ofbiz-plugins.git ofbiz-plugins</code></li>
- <li><code>$ git checkout release18.12.04 </code></li>
+ <li><code>$ git checkout release18.12.10 </code></li>
+ <li><i class="icon-pin"></i> <strong>branch release18.12
(stable)</strong>: <code>$ git clone
https://github.com/apache/ofbiz-plugins.git ofbiz-plugins</code></li>
+ <li><code>$ git checkout release18.12.10 </code></li>
</ul>
-<p>Or from GitHub:</p>
-<ul class="iconsList">
- <li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> :
<code>$ git clone https://github.com/apache/ofbiz-framework.git ofbiz-framework
</code></li>
- <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$
git clone https://github.com/apache/ofbiz-plugins.git plugins </code></li>
- <li><i class="icon-pin"></i> <strong>branch release18.12 (stable)</strong>:
<code>$ git clone https://github.com/apache/ofbiz-framework.git
ofbiz-framework</code></li>
- <li>You may need to update the tags before: <code>git fetch --all
--tags</code></li>
- <li><code>$ git checkout release18.12.04 </code></li>
- <li><i class="icon-pin"></i> <strong>branch release18.12 (stable)</strong>:
<code>$ git clone https://github.com/apache/ofbiz-plugins.git
ofbiz-plugins</code></li>
- <li><code>$ git checkout release18.12.04 </code></li>
-</ul>
</div>
</section>
@@ -188,7 +178,7 @@
<div class="span10">
<h2>Build and Run</h2>
<div class="divider"><span></span></div>
- <p>Once you have downloaded the source code it will need to be
built. The command to built.</p>
+ <p>Once you have downloaded the source code it will need to be
built.</p>
<h3>Building Release 18.12</h3>
<p>To build 18.12 release, navigate to the OFBiz or framework-trunk
directory and;</p>
<p>Run the following command for Unix-like OS</p>
@@ -221,11 +211,11 @@
<code>gradlew ofbiz --shutdown</code>
<p></p>
<p>
- <strong>NOTE</strong>: That quotes are needed for the Unix based
command. For further details and a full list of all available OFBiz Gradle
commands, please take a look at the main
- <a
href="//nightlies.apache.org/ofbiz/trunk/readme/html5/README.html"
target="external"><strong>README file.</strong></a>
- <br/>
- If you are an user migrating from a version which uses Ant you
might be interested by:
- <a
href="//cwiki.apache.org/confluence/display/OFBIZ/From+Ant+to+Gradle+-+trunk+version"
target="external"><strong>From Ant to Gradle</strong></a>
+ <strong>NOTE</strong>: That quotes are needed for the Unix based
command. For further details and a full list of all available OFBiz Gradle
commands, please take a look at the main
+ <a
href="//nightlies.apache.org/ofbiz/trunk/readme/html5/README.html"
target="external"><strong>README file.</strong></a>
+ <br/>
+ If you are an user migrating from a version which uses Ant you
might be interested by:
+ <a
href="//cwiki.apache.org/confluence/display/OFBIZ/From+Ant+to+Gradle+-+trunk+version"
target="external"><strong>From Ant to Gradle</strong></a>
</p>
<p></p>
@@ -237,10 +227,10 @@
<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="https://gitbox.apache.org/repos/asf/ofbiz-framework.git"
target="external"><strong>ofbiz-framework on gitbox</strong></a></li>
- <li><i class="icon-pin"></i> <a
href="https://gitbox.apache.org/repos/asf/ofbiz-plugins.git"
target="external"><strong>ofbiz-plugins on gitbox</strong></a></li>
- <li><i class="icon-pin"></i> <a
href="https://gitbox.apache.org/repos/asf/ofbiz-site.git"
target="external"><strong>ofbiz-site on gitbox</strong></a></li>
- <li><i class="icon-pin"></i> <a
href="https://gitbox.apache.org/repos/asf/ofbiz-tools.git"
target="external"><strong>ofbiz-tools on gitbox</strong></a></li>
+ <li><i class="icon-pin"></i> <a
href="https://gitbox.apache.org/repos/asf/ofbiz-framework.git"
target="external"><strong>ofbiz-framework on GitHub</strong></a></li>
+ <li><i class="icon-pin"></i> <a
href="https://gitbox.apache.org/repos/asf/ofbiz-plugins.git"
target="external"><strong>ofbiz-plugins on GitHub</strong></a></li>
+ <li><i class="icon-pin"></i> <a
href="https://gitbox.apache.org/repos/asf/ofbiz-site.git"
target="external"><strong>ofbiz-site on GitHub</strong></a></li>
+ <li><i class="icon-pin"></i> <a
href="https://gitbox.apache.org/repos/asf/ofbiz-tools.git"
target="external"><strong>ofbiz-tools on GitHub</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>
@@ -353,7 +343,7 @@
<li><a
href="https://privacy.apache.org/policies/privacy-policy-public.html"
target="external">Privacy Policy</a></li>
<li><a href="https://www.apache.org/events/current-event"
target="external">Events</a></li>
<li><a href="https://www.apache.org/foundation/sponsorship.html"
target="external">Sponsorship</a>
- and <a
href="https://www.apache.org/foundation/contributing.html"
target="external">Donations</a>
+ and <a
href="https://www.apache.org/foundation/contributing.html"
target="external">Donations</a>
</li>
<li><a href="https://www.apache.org/foundation/thanks.html"
target="external">Thanks</a></li>
<li><a
href="https://ofbiz.apache.org/security.html">Security</a></li>