Author: deepak
Date: Wed Aug 30 09:23:40 2017 New Revision: 1806680 URL: http://svn.apache.org/viewvc?rev=1806680&view=rev Log: Fixed typo, Added mistanely removed https from text, Thanks Swapnil mane for reporting the issue. Modified: ofbiz/site/developers.html ofbiz/site/template/page/developers.tpl.php Modified: ofbiz/site/developers.html URL: http://svn.apache.org/viewvc/ofbiz/site/developers.html?rev=1806680&r1=1806679&r2=1806680&view=diff ============================================================================== --- ofbiz/site/developers.html (original) +++ ofbiz/site/developers.html Wed Aug 30 09:23:40 2017 @@ -83,7 +83,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,7 +91,7 @@ <li><a href="faqs.html" class="last">FAQ</a></li> </ul> </li> - <li><a href="ofbiz-demos.html" class="firstLevel">Demos</a></li> + <li><a href="ofbiz-demos.html" class="firstLevel">Demos</a></li> </li> </ul> </nav> @@ -102,7 +102,7 @@ <!-- header --> <!-- globalWrapper --> <div id="globalWrapper"> - + <!-- page content --> <section id="content" class="fullWidth"> <header class="headerPage"> @@ -152,10 +152,10 @@ <p>Anyone can checkout or <a href="#DevRepo">browse the source code </a>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> : <code>$ svn co //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 //svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk plugins</code></li> - <li><i class="icon-pin"></i> <strong>branch release16.11 (stable)</strong>: <code>$ svn co //svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11</code></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 plugins</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> <section id="DevBldRun" class="slice row clearfix"> @@ -199,7 +199,7 @@ <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 readme.md file</p> <p></p> </div> - </section> + </section> <section id="DevRepo" class="slice row clearfix"> <div class="span10"> <h2>Browse Repository</h2> @@ -255,7 +255,7 @@ </section> </section> <!-- page content --> - + <!-- footer --> <footer class="footer1"> <div class="container" id="footer"> @@ -270,7 +270,7 @@ </li> <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips" title="follow us on Youtube"><span>Youtube</span></a></li> <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips" title="follow us on Facebook"><span>facebook</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-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> Modified: ofbiz/site/template/page/developers.tpl.php URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/developers.tpl.php?rev=1806680&r1=1806679&r2=1806680&view=diff ============================================================================== --- ofbiz/site/template/page/developers.tpl.php (original) +++ ofbiz/site/template/page/developers.tpl.php Wed Aug 30 09:23:40 2017 @@ -51,10 +51,10 @@ <p>Anyone can checkout or <a href="#DevRepo">browse the source code </a>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> : <code>$ svn co //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 //svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins</code></li> - <li><i class="icon-pin"></i> <strong>branch release16.11 (stable)</strong>: <code>$ svn co //svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11</code></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 plugins</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> <section id="DevBldRun" class="slice row clearfix"> |
Free forum by Nabble | Edit this page |