You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by sh...@apache.org on 2017/06/27 08:30:42 UTC

svn commit: r1800028 - in /ofbiz/branches/ofbiz-new-website: developers.html template/page/developers.tpl.php

Author: sharan
Date: Tue Jun 27 08:30:41 2017
New Revision: 1800028

URL: http://svn.apache.org/viewvc?rev=1800028&view=rev
Log:
Improved:Developer page formatting and added link to Wiki

Modified:
    ofbiz/branches/ofbiz-new-website/developers.html
    ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php

Modified: ofbiz/branches/ofbiz-new-website/developers.html
URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/developers.html?rev=1800028&r1=1800027&r2=1800028&view=diff
==============================================================================
--- ofbiz/branches/ofbiz-new-website/developers.html (original)
+++ ofbiz/branches/ofbiz-new-website/developers.html Tue Jun 27 08:30:41 2017
@@ -147,7 +147,7 @@
  		<ul class="iconsList">                  
 		  <li><i class="icon-pin"></i> For 16.11, the ofbiz-framework trunk and ofbiz-plugins trunk the minimum requirement you need installed is Java 1.8 SDK.</li>
 		  <li><i class="icon-pin"></i> >Apache OFBiz can be downloaded and run on both Unix based and Windows based systems</li>
-                 <p><strong>NOTE:</strong> If you are running an older release or branch then please refer to our Wiki for details</p> 		
+                 <p><strong>NOTE:</strong> If you are running an older release or branch then please refer to <a href="https://cwiki.apache.org/confluence/display/OFBIZ/Home" target="_blank" >our Wiki</a> for details</p> 		
                 </ul>
                </div>
             </section>
@@ -156,17 +156,17 @@
                 <h2>Download</h2>
                 <div class="divider"><span></span></div>
                 <p>There are two ways to download the OFBiz source code</p>
-		<h3>Using a Download Mirror</h3>
+		<h3>1. Using a Download Mirror</h3>
 		<p>Download your required version from one of our <a href="download.html">download mirrors</a> and extract the zip file </p>
-		<h3>Checkout the Source Code</h3>
+		<h3>2. Checkout the Source Code</h3>
 		<p>Checkout the source code from the repository</p>
 		<p>Anyone can checkout or browse the source code in the OFBiz public Subversion (SVN) repository.</p>
 		<p>To checkout the source code, simply use the following command (if you are using a GUI client, configure it appropriately).</p>
 		<ul class="iconsList">
-          <li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> : $ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework.</li>
-		  <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : $ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-framework.</li>
-		  <li><i class="icon-pin"></i> <strong>branch release16.11 (stable)</strong>: $ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11</li>
-        </ul>
+                  <li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</code></li>
+		  <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-framework </code></li>
+		  <li><i class="icon-pin"></i> <strong>branch release16.11 (stable)</strong>: <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11</code></li>
+               </ul>
 		</div>
             </section>
 
@@ -190,10 +190,10 @@
 		<p>Run the following command for MS Windows</p>
 		<code>gradlew ofbiz</code>
 		<p></p>
-		<p>NOTE: For further details and a full list of all available commands, please take a look at the readme.md file</p>
+		<p><strong>NOTE</strong>: For further details and a full list of all available commands, please take a look at the readme.md file</p>
 		<p></p>
 		<p>To log into OFBiz, navigate with your browser to </p>
-		<p>https://localhost:8443/accounting</p>
+		<p><code>https://localhost:8443/accounting</code></p>
 		<p>and login with username <strong>"admin" </strong>and password <strong>"ofbiz"</strong></p>
 		<p><strong>NOTE:</strong> Please see our Wiki for details of running earlier releases</p>
             </div>

Modified: ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php?rev=1800028&r1=1800027&r2=1800028&view=diff
==============================================================================
--- ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php (original)
+++ ofbiz/branches/ofbiz-new-website/template/page/developers.tpl.php Tue Jun 27 08:30:41 2017
@@ -35,7 +35,7 @@
  		<ul class="iconsList">                  
 		  <li><i class="icon-pin"></i> For 16.11, the ofbiz-framework trunk and ofbiz-plugins trunk the minimum requirement you need installed is Java 1.8 SDK.</li>
 		  <li><i class="icon-pin"></i> >Apache OFBiz can be downloaded and run on both Unix based and Windows based systems</li>
-                 <p><strong>NOTE:</strong> If you are running an older release or branch then please refer to our Wiki for details</p> 		
+                 <p><strong>NOTE:</strong> If you are running an older release or branch then please refer to <a href="https://cwiki.apache.org/confluence/display/OFBIZ/Home" target="_blank" >our Wiki</a> for details</p> 		
                 </ul>
                </div>
             </section>
@@ -44,17 +44,17 @@
                 <h2>Download</h2>
                 <div class="divider"><span></span></div>
                 <p>There are two ways to download the OFBiz source code</p>
-		<h3>Using a Download Mirror</h3>
+		<h3>1. Using a Download Mirror</h3>
 		<p>Download your required version from one of our <a href="download.html">download mirrors</a> and extract the zip file </p>
-		<h3>Checkout the Source Code</h3>
+		<h3>2. Checkout the Source Code</h3>
 		<p>Checkout the source code from the repository</p>
 		<p>Anyone can checkout or browse the source code in the OFBiz public Subversion (SVN) repository.</p>
 		<p>To checkout the source code, simply use the following command (if you are using a GUI client, configure it appropriately).</p>
 		<ul class="iconsList">
-          <li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> : $ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework.</li>
-		  <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : $ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-framework.</li>
-		  <li><i class="icon-pin"></i> <strong>branch release16.11 (stable)</strong>: $ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11</li>
-        </ul>
+                  <li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</code></li>
+		  <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-framework </code></li>
+		  <li><i class="icon-pin"></i> <strong>branch release16.11 (stable)</strong>: <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11</code></li>
+               </ul>
 		</div>
             </section>
 
@@ -78,10 +78,10 @@
 		<p>Run the following command for MS Windows</p>
 		<code>gradlew ofbiz</code>
 		<p></p>
-		<p>NOTE: For further details and a full list of all available commands, please take a look at the readme.md file</p>
+		<p><strong>NOTE</strong>: For further details and a full list of all available commands, please take a look at the readme.md file</p>
 		<p></p>
 		<p>To log into OFBiz, navigate with your browser to </p>
-		<p>https://localhost:8443/accounting</p>
+		<p><code>https://localhost:8443/accounting</code></p>
 		<p>and login with username <strong>"admin" </strong>and password <strong>"ofbiz"</strong></p>
 		<p><strong>NOTE:</strong> Please see our Wiki for details of running earlier releases</p>
             </div>