Propchange: ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.scrollTo.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.scrollTo.js?rev=1787742&view=auto
==============================================================================
--- ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.scrollTo.js 
(added)
+++ ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.scrollTo.js 
Mon Mar 20 12:28:40 2017
@@ -0,0 +1,11 @@
+/**
+ * jQuery.ScrollTo - Easy element scrolling using jQuery.
+ * Copyright (c) 2007-2009 Ariel Flesler - aflesler(at)gmail(dot)com | 
http://flesler.blogspot.com
+ * Dual licensed under MIT and GPL.
+ * Date: 5/25/2009
+ * @author Ariel Flesler
+ * @version 1.4.2
+ *
+ * http://flesler.blogspot.com/2007/10/jqueryscrollto.html
+ */
+;(function(d){var 
k=d.scrollTo=function(a,i,e){d(window).scrollTo(a,i,e)};k.defaults={axis:'xy',duration:parseFloat(d.fn.jquery)>=1.3?0:1};k.window=function(a){return
 d(window)._scrollable()};d.fn._scrollable=function(){return 
this.map(function(){var 
a=this,i=!a.nodeName||d.inArray(a.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!i)return
 a;var e=(a.contentWindow||a).document||a.ownerDocument||a;return 
d.browser.safari||e.compatMode=='BackCompat'?e.body:e.documentElement})};d.fn.scrollTo=function(n,j,b){if(typeof
 j=='object'){b=j;j=0}if(typeof 
b=='function')b={onAfter:b};if(n=='max')n=9e9;b=d.extend({},k.defaults,b);j=j||b.speed||b.duration;b.queue=b.queue&&b.axis.length>1;if(b.queue)j/=2;b.offset=p(b.offset);b.over=p(b.over);return
 this._scrollable().each(function(){var 
q=this,r=d(q),f=n,s,g={},u=r.is('html,body');switch(typeof 
f){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(f)){f=p(f);break}f=d(f,this);case'object':if(f.is||f.style)s=(f=d(
 f)).offset()}d.each(b.axis.split(''),function(a,i){var 
e=i=='x'?'Left':'Top',h=e.toLowerCase(),c='scroll'+e,l=q[c],m=k.max(q,i);if(s){g[c]=s[h]+(u?0:l-r.offset()[h]);if(b.margin){g[c]-=parseInt(f.css('margin'+e))||0;g[c]-=parseInt(f.css('border'+e+'Width'))||0}g[c]+=b.offset[h]||0;if(b.over[h])g[c]+=f[i=='x'?'width':'height']()*b.over[h]}else{var
 
o=f[h];g[c]=o.slice&&o.slice(-1)=='%'?parseFloat(o)/100*m:o}if(/^\d+$/.test(g[c]))g[c]=g[c]<=0?0:Math.min(g[c],m);if(!a&&b.queue){if(l!=g[c])t(b.onAfterFirst);delete
 g[c]}});t(b.onAfter);function 
t(a){r.animate(g,j,b.easing,a&&function(){a.call(this,n,b)})}}).end()};k.max=function(a,i){var
 e=i=='x'?'Width':'Height',h='scroll'+e;if(!d(a).is('html,body'))return 
a[h]-d(a)[e.toLowerCase()]();var 
c='client'+e,l=a.ownerDocument.documentElement,m=a.ownerDocument.body;return 
Math.max(l[h],m[h])-Math.min(l[c],m[c])};function p(a){return typeof 
a=='object'?a:{top:a,left:a}}})(jQuery);
\ No newline at end of file

Propchange: 
ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.scrollTo.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.scrollTo.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/branches/ofbiz-new-website/documentation/assets/js/jquery.scrollTo.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/branches/ofbiz-new-website/documentation/assets/js/script.js
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/documentation/assets/js/script.js?rev=1787742&view=auto
==============================================================================
--- ofbiz/branches/ofbiz-new-website/documentation/assets/js/script.js (added)
+++ ofbiz/branches/ofbiz-new-website/documentation/assets/js/script.js Mon Mar 
20 12:28:40 2017
@@ -0,0 +1,159 @@
+/*!
+ * Documenter 2.0
+ * http://rxa.li/documenter
+ *
+ * Copyright 2011, Xaver Birsak
+ * http://revaxarts.com
+ *
+ */
+ 
+$(document).ready(function() {
+       var timeout,
+               sections = new Array(),
+               sectionscount = 0,
+               win = $(window),
+               sidebar = $('#documenter_sidebar'),
+               nav = $('#documenter_nav'),
+               logo = $('#documenter_logo'),
+               navanchors = nav.find('a'),
+               timeoffset = 50,
+               hash = location.hash || null;
+               iDeviceNotOS4 = (navigator.userAgent.match(/iphone|ipod|ipad/i) 
&& !navigator.userAgent.match(/OS 5/i)) || false,
+               badIE = $('html').prop('class').match(/ie(6|7|8)/)|| false;
+               
+       //handle external links (new window)
+       $('a[href^=http]').bind('click',function(){
+               window.open($(this).attr('href'));
+               return false;
+       });
+       
+       //IE 8 and lower doesn't like the smooth pagescroll
+       if(!badIE){
+               window.scroll(0,0);
+               
+               $('a[href^=#]').bind('click touchstart',function(){
+                       hash = $(this).attr('href');
+                       $.scrollTo.window().queue([]).stop();
+                       goTo(hash);
+                       return false;
+               });
+               
+               //if a hash is set => go to it
+               if(hash){
+                       setTimeout(function(){
+                               goTo(hash);
+                       },500);
+               }
+       }
+       
+       
+       //We need the position of each section until the full page with all 
images is loaded
+       win.bind('load',function(){
+               
+               var sectionselector = 'section';
+               
+               //Documentation has subcategories               
+               if(nav.find('ol').length){
+                       sectionselector = 'section, h4';
+               }
+               //saving some information
+               $(sectionselector).each(function(i,e){
+                       var _this = $(this);
+                       var p = {
+                               id: this.id,
+                               pos: _this.offset().top
+                       };
+                       sections.push(p);
+               });
+               
+               
+               //iPhone, iPod and iPad don't trigger the scroll event
+               if(iDeviceNotOS4){
+                       nav.find('a').bind('click',function(){
+                               setTimeout(function(){
+                                       win.trigger('scroll');                  
        
+                               },duration);
+                               
+                       });
+                       //scroll to top
+                       window.scroll(0,0);
+               }
+
+               //how many sections
+               sectionscount = sections.length;
+               
+               //bind the handler to the scroll event
+               win.bind('scroll',function(event){
+                       clearInterval(timeout);
+                       //should occur with a delay
+                       timeout = setTimeout(function(){
+                               //get the position from the very top in all 
browsers
+                               pos = window.pageYOffset || 
document.documentElement.scrollTop || document.body.scrollTop;
+                               
+                               //iDeviceNotOS4s don't know the fixed property 
so we fake it
+                               if(iDeviceNotOS4){
+                                       sidebar.css({height:document.height});
+                                       logo.css({'margin-top':pos});
+                               }
+                               //activate Nav element at the current position
+                               activateNav(pos);
+                       },timeoffset);
+               }).trigger('scroll');
+
+       });
+       
+       //the function is called when the hash changes
+       function hashchange(){
+               goTo(location.hash, false);
+       }
+       
+       //scroll to a section and set the hash
+       function goTo(hash,changehash){
+               win.unbind('hashchange', hashchange);
+               hash = hash.replace(/!\//,'');
+               win.stop().scrollTo(hash,duration,{
+                       easing:easing,
+                       axis:'y'                        
+               });
+               if(changehash !== false){
+                       var l = location;
+                       location.href = 
(l.protocol+'//'+l.host+l.pathname+'#!/'+hash.substr(1));
+               }
+               win.bind('hashchange', hashchange);
+       }
+       
+       
+       //activate current nav element
+       function activateNav(pos){
+               var offset = 100,
+               current, next, parent, isSub, hasSub;
+               win.unbind('hashchange', hashchange);
+               for(var i=sectionscount;i>0;i--){
+                       if(sections[i-1].pos <= pos+offset){
+                               navanchors.removeClass('current');
+                               current = navanchors.eq(i-1);
+                               current.addClass('current');
+                               
+                               parent = current.parent().parent();
+                               next = current.next();
+                               
+                               hasSub = next.is('ul');
+                               isSub = !parent.is('#documenter_nav');
+                               
+                               
nav.find('ol:visible').not(parent).slideUp('fast');
+                               if(isSub){
+                                       parent.prev().addClass('current');
+                                       parent.stop().slideDown('fast');
+                               }else if(hasSub){
+                                       next.stop().slideDown('fast');
+                               }
+                               win.bind('hashchange', hashchange);
+                               break;
+                       };
+               }       
+       }
+       
+    // make code pretty
+    window.prettyPrint && prettyPrint();
+       
+});
\ No newline at end of file

Propchange: ofbiz/branches/ofbiz-new-website/documentation/assets/js/script.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/branches/ofbiz-new-website/documentation/assets/js/script.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/documentation/assets/js/script.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/branches/ofbiz-new-website/documentation/favicon.ico
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/documentation/favicon.ico?rev=1787742&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/branches/ofbiz-new-website/documentation/favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: ofbiz/branches/ofbiz-new-website/documentation/index.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/documentation/index.html?rev=1787742&view=auto
==============================================================================
--- ofbiz/branches/ofbiz-new-website/documentation/index.html (added)
+++ ofbiz/branches/ofbiz-new-website/documentation/index.html Mon Mar 20 
12:28:40 2017
@@ -0,0 +1,415 @@
+<!doctype html>  
+<!--[if IE 6 ]><html lang="en-us" class="ie6"> <![endif]-->
+<!--[if IE 7 ]><html lang="en-us" class="ie7"> <![endif]-->
+<!--[if IE 8 ]><html lang="en-us" class="ie8"> <![endif]-->
+<!--[if (gt IE 7)|!(IE)]><!-->
+<!--made with the documenter v2.0 / "http://rxa.li/documenter"; -->
+<html lang="en-us"><!--<![endif]-->
+<head>
+       <meta charset="utf-8">
+       
+       <title>OHMY! | HTML5 Bootstrap Website Template - Documentation by 
“LITTLE NEKO“</title>
+       
+       <meta name="description" content="">
+       <meta name="author" content="LITTLE NEKO">
+       <meta name="copyright" content="LITTLE NEKO">
+       <meta name="generator" content="Documenter v2.0 
http://rxa.li/documenter";>
+       <meta name="date" content="2013-07-04T00:00:00+02:00">
+       
+       <link rel="stylesheet" href="assets/css/documenter_style.css" 
media="all">
+       <link rel="stylesheet" 
href="assets/js/google-code-prettify/prettify.css" media="screen">
+       <script src="assets/js/google-code-prettify/prettify.js"></script>
+
+       
+       <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
+
+       <script src="assets/js/jquery.js"></script>
+       
+       <script src="assets/js/jquery.scrollTo.js"></script>
+       <script src="assets/js/jquery.easing.js"></script>
+       
+       <script>document.createElement('section');var 
duration='500',easing='swing';</script>
+       <script src="assets/js/script.js"></script>
+       
+       <style>
+               html{background-color:#fff;color:#383838;}
+               ::-moz-selection{background:#444444;color:#DDDDDD;}
+               ::selection{background:#444444;color:#DDDDDD;}
+               #documenter_sidebar 
#documenter_logo{background-image:url(assets/images/image_1.png);}
+               a{color:#FF9538;}
+               .btn {
+                       border-radius:3px;
+               }
+               .btn-primary {
+                         background-image: -moz-linear-gradient(top, #0088CC, 
#0044CC);
+                         background-image: -ms-linear-gradient(top, #0088CC, 
#0044CC);
+                         background-image: -webkit-gradient(linear, 0 0, 0 
0088CC%, from(#111111), to(#0044CC));
+                         background-image: -webkit-linear-gradient(top, 
#0088CC, #0044CC);
+                         background-image: -o-linear-gradient(top, #0088CC, 
#0044CC);
+                         background-image: linear-gradient(top, #0088CC, 
#0044CC);
+                         filter: 
progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088CC', 
endColorstr='#0044CC', GradientType=0);
+                         border-color: #0044CC #0044CC #bfbfbf;
+                         color:#FFFFFF;
+               }
+               .btn-primary:hover,
+               .btn-primary:active,
+               .btn-primary.active,
+               .btn-primary.disabled,
+               .btn-primary[disabled] {
+                 border-color: #0088CC #0088CC #bfbfbf;
+                 background-color: #0044CC;
+               }
+               hr{border-bottom:1px solid #FFFFFF;}
+               #documenter_sidebar, #documenter_sidebar ul 
a{background-color:#111111;color:#222222;}
+
+               #documenter_sidebar ul{border-top:1px solid #333;}
+               #documenter_sidebar ul a{border-bottom:1px solid 
#333;color:#777;}
+               #documenter_sidebar ul 
a:hover{background:#444444;color:#DDDDDD;}
+               #documenter_sidebar ul 
a.current{background:#444444;color:#DDDDDD;border-top:1px solid #444444;}
+               #documenter_copyright{display:block 
!important;visibility:visible !important;}
+       </style>
+       
+</head>
+<body class="documenter-project-altea-parallax-one-page-html5-template">
+       <div id="documenter_sidebar">
+               <a href="#documenter_cover" id="documenter_logo"></a>
+               <ul id="documenter_nav">
+                       <li><a class="current" 
href="#documenter_cover">Start</a></li>
+                               
+                       <li><a href="#installing_the_template" 
title="Installing the Template">Installing the Template</a></li>
+                       <li><a href="#html_structure" title="HTML 
Structure">HTML Structure</a></li>
+                       <li><a href="#css_files_and_structure" title="CSS Files 
and Structure">CSS Files and Structure</a></li>
+                       <li><a href="#jquery_plugins" title="Jquery 
plugins">Jquery plugins</a></li>
+            <li><a href="#twitter" title="Twitter Timeline">Twitter 
Timeline</a></li>
+                       <li><a href="#shortcodes" 
title="Shortcodes">Shortcodes</a></li>
+                       <li><a href="#credits" title="Credits">Credits</a></li>
+
+               </ul>
+               <div id="documenter_copyright">Copyright LITTLE NEKO 2013<br>
+               
+               </div>
+       </div>
+       <div id="documenter_content">
+       <section id="documenter_cover">
+       <h1>OHMY! | HTML5 Bootstrap Website Template</h1>
+       <p><strong>Documentation by “LITTLE NEKO“</strong></p>
+       <div id="documenter_buttons">
+               
+       </div>
+       <hr>
+       <ul>
+       <li>created:11/07/2013</li>
+       <li>latest update: 11/07/2013</li>
+       <li>by: LITTLE NEKO</li>
+       <li><a href=""></a></li>
+       <li>email: <a 
href="mailto:&#108;&#105;&#116;&#116;&#108;&#101;&#64;&#108;&#105;&#116;&#116;&#108;&#101;&#45;&#110;&#101;&#107;&#111;&#46;&#99;&#111;&#109;";>&#108;&#105;&#116;&#116;&#108;&#101;&#64;&#108;&#105;&#116;&#116;&#108;&#101;&#45;&#110;&#101;&#107;&#111;&#46;&#99;&#111;&#109;</a></li>
+       </ul>
+       <p>Thank you for purchasing our theme. If you have any questions that 
are beyond the scope of this help file, please contact us via our <a 
href="http://support.little-neko.com/";>support forum</a>. Thanks so much!</p>
+       </section>
+       
+       <section id="installing_the_template">
+       <div class="page-header"><h2>Installing the Template</h2></div>
+<p>
+       You can view this template in any web browser from your desktop 
computer. Because the files are written in HTML, you do not need an internet 
connection in order to display or edit the template.</p>
+<h3>
+       Setting the base color scheme</h3>
+<ol>
+       <li>
+               Locate css folder, you have all the colors in there</li>
+       <li>
+               Choose your color</li>
+       <li>
+               Open the file, copy the content</li>
+       <li>
+               Open &ldquo;colors.css&rdquo;, replace content with the content 
of your color file</li>
+       <li>
+               Finally, open &quot;custom.js&quot; and erase the lines at the 
top (see comments in file), to remove the color switcher script</li>
+</ol>
+<h3>
+       Getting the Template Online</h3>
+<ol>
+       <li>
+               It&#39;s important to understand that you must either have your 
own server space or use someone elses. The server space can be purchased at 
many different places around the internet. You need somewhere to put the files 
that you purchased so others can find them online.</li>
+       <li>
+               The template folder will have several files with the extension 
labeled .html. This is where all your content will. It&#39;s very important to 
keep the css and js-plugin folders with the HTML or the HTML will not look how 
the design is meant to look. Along with the HTML files, you will also have four 
additional folders to upload: css, font-icons, bootstrap, js-plugin, images, 
and js.</li>
+       <li>
+               Start your FTP client (We personally use <a 
href="http://filezilla-project.org/";>Filezila</a> which is free) and login. 
Login to your server. You will need your server name (often times this will be 
your domain name), username, and password that you setup with the hosting 
company.</li>
+       <li>
+               Locate the domain folder you wish to upload your template files 
to on your server. You are going to want to click and drag every file into your 
FTP client.</li>
+       <li>
+               Once the files are done uploading, rename the file you want to 
be your home page as &#39;index.html&#39;.</li>
+</ol>
+</section>
+<section id="html_structure">
+       <div class="page-header"><h2>HTML Structure</h2></div>
+<p>
+       This theme has a responsive layout with a variation of column layouts 
depending on the page. This theme uses the TWITTER BOOTSTRAP (12 columns) which 
will help streamline any customization you wish to make. If you&#39;re 
unfamiliar with the Bootstrap system, be sure to read about it <a 
href="http://twitter.github.com/bootstrap/";>here</a>.</p>
+
+<p>
+       The main structure of this site is wrapped in a &#39;.container&#39; 
div and a &#39;.row&#39; div. Inside of that div you will find each major 
section of the site given an appropriate column size all equalling 12 columns 
in length. For example, if you want a two columns layout width the same width 
you would create two div&#39;s &#39;span6&#39; . The total columns equals 
12.</p>
+<p>
+       You can also easily include columns layout within a Bootstrap column by 
using one of the following css class (all sizes of these classes are expressed 
in % to always fill up the right space of any container)</p>
+<ol>
+       <li>
+               one_half</li>
+       <li>
+               one_third</li>
+       <li>
+               two_thirds</li>
+       <li>
+               three_fourths</li>
+       <li>
+               one_fourth</li>
+       <li>
+               one_fifth,</li>
+       <li>
+               two_fifth</li>
+       <li>
+               three_fifth</li>
+       <li>
+               four_fifth</li>
+       <li>
+               one_sixth</li>
+       <li>
+               five_sixth</li>
+</ol>
+<p>
+       If you would like to edit the colors of any elements in one of these 
columns, you would do the following in color.css :</p>
+<pre class="prettyprint lang-prettyprint lang-css linenums linenums">
+        #mainLogo {
+                color: #someColor;
+        } </pre>
+<p>
+       If you find that your new style is not overriding, it is most likely 
because of a specificity problem. Scroll down in your CSS file and make sure 
that there isn&#39;t a similar style that has more weight.</p>
+<p>
+       I.E.</p>
+<pre class="prettyprint lang-prettyprint lang-css linenums linenums">
+        header #mainLogo {
+                color: #someColor;
+        }</pre>
+<p>
+       So, to ensure that your new styles are applied, make sure that they 
carry enough &quot;weight&quot; and that there isn&#39;t a style lower in the 
CSS file that is being applied after yours.</p>
+</section>
+<section id="css_files_and_structure">
+       <div class="page-header"><h2>CSS Files and Structure</h2></div>
+<p>
+       We are using a set of two main CSS files (layout.css and color.css) in 
this theme which you are free to modify depending on the customization you 
require. There are also one additional style sheet that we do not recommend 
changing. Those style sheets reside in the &#39;CSS&#39; folder. The style 
sheets are:</p>
+<p>&nbsp;
+       </p>
+<ul>
+       <li>
+               <strong>color.css</strong> - The color scheme stylesheet you 
are encouraged to modify.</li>
+       <li>
+               <strong>layout.css</strong> - The main stylesheet.</li>
+       <li>
+               <strong>bootstrap.min.css</strong> - This style sheet is 
required for the Bootstrap grid system. Read more about this system <a 
href="http://twitter.github.com/bootstrap/";>here</a>.</li>
+</ul>
+<p>
+       The main CSS file contains all of the specific stylings for the page. 
+<p>
+       The color.css file contains all colors and styles for the color scheme 
you choosed. This file is also where you would make any changes to the main 
look of the theme since it overrides all css rules found in layout.css.</p>
+<p>
+       If you would like to edit a specific section of the site, simply find 
the appropriate label in the CSS file, and then scroll down until you find the 
appropriate style that needs to be edited.</p>
+</section>
+<section id="jquery_plugins">
+       <div class="page-header"><h2>Jquery plugins</h2></div>
+<p>
+       This template uses several javascript files, all of them are placed a 
folder called &quot;js-plugin&quot; and on googleapis servers. All javascript 
files are called in the bottom of the page to speed up the loading time. The 
custom.js file, which is located in the js folder, is where we have placed all 
plugin calls and custom functions such as flexslider &quot;captions&quot; 
custom animations.</p>
+<p>&nbsp;
+       </p>
+<pre class="prettyprint lang-prettyprint lang-javascript linenums linenums">
+        &lt;script 
src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js&quot;&gt;...
+        &lt;script 
src=&quot;//maps.google.com/maps/api/js?sensor=false&quot;&gt;...
+        &lt;script src=&quot;js-plugin/respond/respond.min.js&quot;&gt;...
+        &lt;script 
src=&quot;js-plugin/jquery-ui/jquery-ui-1.8.23.custom.min.js&quot;&gt;...
+        &lt;script 
src=&quot;js-plugin/isotope/jquery.isotope.min.js&quot;&gt;...
+        &lt;script src=&quot;js-plugin/easing/jquery.easing.1.3.js&quot;&gt;...
+        &lt;script 
src=&quot;js-plugin/pretty-photo/js/jquery.prettyPhoto.js&quot;&gt;...
+        &lt;script 
src=&quot;js-plugin/flexslider/jquery.flexslider.js&quot;&gt;...
+        &lt;script 
src=&quot;js-plugin/jquery-validation/jquery.validate.js&quot;&gt;...
+        &lt;script src=&quot;js/custom.js&quot;&gt;...</pre>
+<p>
+       Here is a complete list of all plugins we&#39;ve used to create the 
OHMY! Template. All plugins are called in the custom.js file in the js 
folder</p>
+<h4 id="jquery_plugins_flexslider">FlexSlider</h4>
+<p>
+       The documentation for this plugin can be found <a 
href="http://www.woothemes.com/flexslider/";>here</a> The only specifics about 
this slider is that all caption animations are placed in the custom.js file in 
a function called &quot;animateTxt&quot; which takes two parameters (curSlide: 
the current slide the slider is on, state: the state of the animation). You can 
customize this function to fit your needs. To change the way the slider looks 
like, you would go in the js-plugin folder and look for the flexslider/themes 
folder.</p>
+    
+    
+         <h4>Slider Revolution Responsive jQuery Plugin</h4>
+    <p> Turn simple HTML markup into a responsive(mobile friendly) or 
fullwidth slider with must-see-effects and meanwhile keep or build your SEO 
optimization (all content always readable for search engines). See the heaps of 
custom transitions/animations for each object on the page! Customize this 
slider with just a little HTML and CSS to your very needs. The documentation 
can be found <a target="blank" 
href="assets/doc-external-plugins/RS-slider/documentation.html">here</a>. </p> 
+                                
+                                 <h4>Camera</h4>
+    <p>
+                                    The documentation for this plugin can be 
found <a href="http://www.pixedelic.com/plugins/camera/";>here</a>.
+                                    Camera slideshow is an open source 
project, based on Diapo slideshow . 
+    </p>
+                                 <h4>Sequence</h4>
+                                <p>
+                                 The documentation for this slider plugin can 
be found <a href="http://www.sequencejs.com/developers/documentation/";>here</a>.
+
+                             </p>
+<h4 id="jquery_plugins_isotope">Isotope</h4>
+<p>
+       This plugin is used to layout the portfolio section and animate each 
columns depending on the filter the user select. The documentation can be found 
<a href="http://isotope.metafizzy.co/";>here</a>.</p>
+<h4 id="jquery_plugins_easing">Easing</h4>
+<p>
+       This plugin is used to add easing methods for jquery animation such as 
Bounce or Elastic animations. The documentation can be found <a 
href="http://gsgd.co.uk/sandbox/jquery/easing/";>here</a>.</p>
+<h4 id="jquery_plugins_pretty_photo">Pretty photo</h4>
+<p>
+       PrettyPhoto is a jQuery responsive lightbox clone. Not only does it 
support images, it also support for videos, flash, YouTube, iframes and ajax. 
It&rsquo;s a full blown media lightbox. The documentation can be found <a 
href="http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/";>here</a>.</p>
+
+<h4>AJAX Contact Form</h4>
+  <p> This jQuery based AJAX Contact Form; Extended allows you to easily place 
a self-contained Contact Form on any HTML or PHP page of your existing website. 
. The documentation can be found <a 
href="assets/doc-external-plugins/readme.txt">here</a>. </p>
+
+<h4 id="jquery_plugins_custom_light_weight_jquery_ui">Custom light-weight 
Jquery-ui</h4>
+<p>
+       We have also included a light-weight version of jquery-ui. jQuery UI 
provides abstractions for low-level interaction and animation, advanced effects 
and high-level, themeable widgets, built on top of the jQuery JavaScript 
Library, that you can use to build highly interactive web applications. The 
documentation can be found <a href="http://jqueryui.com/";>here</a>.</p>
+
+<h4 id="jquery_plugins_sharre_plugin">Sharre plugin</h4>
+<p>
+       Sharrre is a jQuery plugin that allows you to create nice widgets 
sharing for Facebook, Twitter, Google Plus (with PHP script) and more... See 
documentation <a href="http://sharrre.com/#documentation";>here</a></p>
+
+<h4>Google map</h4>
+  <p>Google map will let you easily include a dynamic map for your contact 
page.</p>
+  <h5>Setting your address</h5>
+  <p>
+    The initializer code is in custom.js. Locate “function initialize( id 
)” (line 1002), then replace:
+    var 'locations' with your location informations. The map is multipoint 
ready. Each point is defined with several informations
+    The name, the address, the GPS coordonate (latitude and longitude). To 
declare a new point just add a line as such :<br/><br/>
+    ['Name of the point (mandatory)', 'adress of the point (mandatory)', 
latitude (optional), longitude (optional)],<br/><br/>
+    You can add as many points as you like the map will modify its center and 
zoom level to make all your points visible on the map automatically.
+    If you don't fill in the latitude and the longitude of your point the 
script will use the geocode utilities provided by google map to place the 
overlay based on the address you entered.If you set latitude and longitude the 
point will be place accordingly to the coordonate you entered. You can also 
change the tital of the overlay (which appears when you leave your mouse cursor 
on an overlay without clicking). To do so just change the value of var 
overlayTitle on line 1006 of custom.js.
+  </p>
+
+  <h5>Replace the default icon with your own</h5>
+  <p>The initializer code is in custom.js. Locate “function initialize( id 
)” (line 1002), then replace:</p>
+  <pre class="prettyprint lang-javascript linenums">
+  var image = 'images/your-image.png';</pre>  
+  Replace "you-image.png" with the name of the image you want to appear on the 
map. If you leave it blank the default overlay image will be used.<br/><br/>
+  
+  <h4>Google Analytics</h4>
+  <p>We include the Google Analytics code in every footer of the template. You 
need to create a google account to use it. Once you are done, open "custom.js" 
and locate "var UA" at the top of the file, and put your UA there. If you dont 
want to use Google Analytics, just remove the code at the bottom of the pages : 
+  <pre class="prettyprint lang-javascript linenums">
+  &lt;script type=&quot;text/javascript&quot;&gt;
+  var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', UA]);
+    _gaq.push(['_trackPageview']);
+ (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; 
ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www')<br>+ '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+    })();
+  &lt;/script&gt;
+  </pre>
+
+</section>
+
+
+
+
+<section id="twitter">
+<div class="page-header"><h2>Twitter timeline</h2></div>
+<p>Twitter's decision to discontinue their unauthenticated v1.0 API means that 
javascripts widgets will stop working at some time in 2013 -- Twitter wants 
your only option for on-page widgets to be their own Embedded Timelines and 
follow their display requirements (<a 
href="https://dev.twitter.com/terms/display-requirements";> 
https://dev.twitter.com/terms/display-requirements</a> ) . That is why we 
decided to not include Twitter JS widget in our templates, knowing that it will 
break sooner or later and not follow the twitter guidelines.You may find 
alternatives (most using a php script) to display the tweets in a different 
way, breaking the Twitter rules, but we rather provide a safe solution for our 
buyers.</p>
+<h4>How to set up your twitter timeline?</h4>
+<p>
+We included our own Twitter timeline in this template</p>
+<p>
+To create a timeline you must be signed in to twitter.com and visit the 
widgets section of your settings page. From this page you can see a list of the 
timelines you've configured and create new timelines. Click the “Create 
new” button to build a new timeline for your website, choose the type, and 
complete the fields in the form; most fields are optional. The configuration is 
stored on our server, so once you've saved the timeline a small piece of 
JavaScript is generated to paste into your page, which will load the timeline. 
Here's an example embed code:</p> 
+
+<pre class="prettyprint lang-javascript linenums">&lt;a 
class="twitter-timeline" width="300" height="500" 
href="https://twitter.com/twitterapi"; 
data-widget-id="YOUR-WIDGET-ID-HERE"&gt;Tweets by 
@twitterapi&lt;/a&gt;<br>&lt;script&gt;!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+&quot;://platform.twitter.com/widgets.js&quot;;fjs.parentNode.insertBefore(js,fjs);}}(document,&quot;script&quot;,&quot;twitter-wjs&quot;);&lt;/script&gt;</pre>
+<p>In order to allow w3C validation of the page, the code provided by Twitter 
must be modified. Attributes height and width has to be passed in the url (see 
template pages).
+  <p>                  
+Twitter embed timeline comes with a set of option to customize the look and 
feel. See online documentation for more info about them. <a 
href="https://dev.twitter.com/docs/embedded-timelines";>https://dev.twitter.com/docs/embedded-timelines</a></p>
+</section>
+
+
+<section id="shortcodes">
+       <div class="page-header"><h2>Shortcodes</h2></div>
+<p>We have included all bootstrap shortcodes, classes and javascript plugins 
so that you can easly customize your theme. You can find a complete explanation 
of how it works <a href="http://twitter.github.com/bootstrap"; >here</a></p>
+  <h4>Buttons</h4>
+  <p>On top of bootstrap custom buttons we have included a special set of 3d 
buttons that are easy tu use here is an example</p>
+  <pre class="prettyprint lang-javascript linenums">
+        &lt;a href="#" class="btn btn-3d btn-3d-small"&gt;Small 
button&lt;/a&gt;
+        &lt;a href="#" class="btn btn-3d"&gt;Normal button&lt;/a>
+        &lt;a href="#" class="btn btn-3d btn-3d-medium"&gt;Medium 
button&lt;/a&gt;
+        &lt;a href="#" class="btn btn-3d  btn-3d-large"&gt;Large 
button&lt;/a&gt;</pre>
+  <p>Notice how easy it is. first you add the btn class and the btn-3d class 
to declare a 3D button. then you add a sizing class knowing that no sizing 
class will output a regular button. Your sizing classes are btn-3d-small, 
btn-3d-medium or btn-3d-large</p>
+  <p>You can also use any bootstrap buttons and special bootstrap action 
buttons a described <a 
href="http://twitter.github.com/bootstrap/base-css.html#buttons";>here</a></p>
+  <br>
+  <h4>Icons fonts</h4>
+  <p>We have included Icon fonts so that your icon will always look great no 
matter which screen they are displayed on. We have included a custom icon font 
pack. Here is a example on how to use these icons fonts</p>
+  <pre class="prettyprint lang-javascript linenums">&lt;i 
class="icon-left-circle"&gt;&lt;/i&gt;</pre>
+  <p>Just change the class name to switch the icon inside you html element. <a 
href="../../font-icons/custom-icons/demo.html">Here</a> is a link showing the 
complete custom pack included with your theme.</p>
+  <p>You can extend the icons with the Fontello library. To add more icons to 
the set:
+  <ol>
+    <li>Go to <a href="http://fontello.com/";>http://fontello.com/</a></li>
+    <li>Click on the settings and choose "import config.json"</li>
+    <li>Import the file from font-icons/custom-icons. This will highlight the 
icons of the set</li>
+    <li>Choose the icons you want, download, unzip and replace the files</li>
+  </ol>
+  </p>
+  <h4>Boxes</h4>
+  <p>You can easily add special boxes with a picture (or any type of media 
such as video, flash...) a title and a text </p>
+  <pre class="prettyprint lang-javascript linenums">
+        &lt;article class="span4"&gt;
+        &lt;div class="boxWrapper"&gt;
+        &lt;header class="imgWrapper"&gt;&lt;img src="images/team/pic4.jpg" 
alt=""&gt;&lt;/header&gt;
+        &lt;h2&gt;NEVER SEEN THAT GUY&lt;span>before&lt;/span&gt;&lt;/h2&gt;
+        &lt;div class="boxTextWrapper"&gt;
+        &lt;p&gt;Lorem ipsum dolor sit amet, consectetur. Sed tincidunt, orci 
sit... &lt;/p&gt;
+        &lt;/div&gt;
+        &lt;/div&gt;   
+        &lt;/article&gt;</pre>
+  <br>
+  <h4>Rounded Images</h4>
+  <p>Add rounded images to your template in no time.</p>
+  <pre class="prettyprint lang-javascript linenums">
+         &lt;div class="imgRounded"&gt;
+         &lt;img src="images/team/pic4.jpg" alt=""&gt;
+         &lt;/div&gt;</pre>
+  <br>
+  <h4>Rounded Icons</h4>
+  <p>You can add rounded icons with any of your icons in your icon pack. There 
is also four different sizes to fit any situation (listes, big focus blocks or 
simple up and down nav...)</p>
+  <p>Big rounded icons with fade in link content</p>
+  <pre class="prettyprint lang-javascript linenums">
+        &lt;a href="" class="iconWrapper iconBig ch-item"&gt;
+        &lt;i class="icon-heart"&gt;&lt;/i&gt;
+        &lt;div class="ch-info"&gt;
+        &lt;span&gt; Read more &lt;/span&gt;
+        &lt;/div&gt;
+        &lt;/a&gt; </pre>
+  <p>Big rounded icons no fade in content</p>
+  <pre class="prettyprint lang-javascript linenums">
+        &lt;a href="" class="iconWrapper iconBig"&gt;
+        &lt;i class="icon-heart"&gt;&lt;/i&gt;
+        &lt;/a&gt; </pre>
+  <p>Just change the class iconBig to nothing, 'iconSmall' or 'iconMini' to 
change the size of the rounded icon</p>
+  <p>normal rounded icons</p>
+  <pre class="prettyprint lang-javascript linenums">
+        &lt;a href="" class="iconWrapper"&gt;
+        &lt;i class="icon-heart"&gt;&lt;/i&gt;
+        &lt;/a&gt; </pre>
+  <p>small rounded icons</p>
+  <pre class="prettyprint lang-javascript linenums">
+        &lt;a href="" class="iconWrapper iconSmall"&gt;
+        &lt;i class="icon-heart"&gt;&lt;/i&gt;
+        &lt;/a&gt; </pre>
+  <p>mini rounded icons</p>
+  <pre class="prettyprint lang-javascript linenums">
+        &lt;div class="iconWrapper iconMini"&gt;
+        &lt;i class="icon-heart"&gt;&lt;/i&gt;
+        &lt;/div&gt; </pre>
+  <p>Notice how your rounbded icon can be any type (blocks or inline) of html 
tag like div, a, span... It will always work</p>
+</section>
+<section id="credits">
+       <div class="page-header"><h2>Credits</h2></div>
+<p>
+       Demo images (NOT included in the package) <a 
href="http://www.shutterstock.com/";>http://www.shutterstock.com/</a></p>
+<hr>
+<p>
+       Once again, thank you so much for purchasing this template. As we said 
at the beginning, we&#39;d be glad to help you if you have any questions 
relating to this template. Please contact us via our <a 
href="http://support.little-neko.com/";>support forum</a>. We&#39;ll do our best 
to assist you!</p>
+</section>
+
+       </div>
+</body>
+</html>
\ No newline at end of file

Propchange: ofbiz/branches/ofbiz-new-website/documentation/index.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/branches/ofbiz-new-website/documentation/index.html
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/documentation/index.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: ofbiz/branches/ofbiz-new-website/download.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/download.html?rev=1787742&view=auto
==============================================================================
--- ofbiz/branches/ofbiz-new-website/download.html (added)
+++ ofbiz/branches/ofbiz-new-website/download.html Mon Mar 20 12:28:40 2017
@@ -0,0 +1,334 @@
+<!DOCTYPE html>
+<html lang="en">
+<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
+<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
+<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
+<!--[if (gte IE 9)|!(IE)]><!-->
+<head>
+<meta charset="utf-8">
+<title>The Apache OFBiz &trade; Project</title>
+<meta name="description" content="Apache OFBiz (The Apache Open For Business
+    Project) is an open source enterprise automation software project licensed
+    under the Apache License Version 2.0. Being open source under the Apache 
2.0
+    license and driven by a community Apache OFBiz offers both flexibility by
+    design and by access to code, and a solution where you're not alone but
+    rather can work with many others to get things done.">
+<meta name="keywords" content="Open Source ERP,Open Source CRM,
+    Open Source E-Commerce,Open Source eCommerce,Open Source POS,Open Source 
SCM,
+    Open Source MRP,Open Source CMMS,Open Source EAM,web services,workflow,
+    ebusiness,e-business,ecommerce,e-commerce,automation,enterprise software,
+    open source,entity engine,service engine,erp,crm,party,accounting,facility,
+    supply,chain,management,catalog,order,project,task,work effort,financial,
+    ledger,content management,customer,inventory"/>
+
+<meta name="Robots" content="index,follow" />
+<!-- Mobile Specific Metas
+    ================================================== -->
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<!-- CSS
+    ================================================== -->
+<!-- Bootstrap  -->
+<link type="text/css" rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
+<!-- web font  -->
+<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,800"; 
rel="stylesheet" type="text/css">
+<!-- plugin css  -->
+<link rel="stylesheet" type="text/css" 
href="js-plugin/pretty-photo/css/prettyPhoto.css" />
+<link rel="stylesheet" type="text/css" 
href="js-plugin/rs-plugin/css/settings.css" media="screen" />
+<link type="text/css" rel="stylesheet" href="js-plugin/hoverdir/css/style.css">
+<!-- icon fonts -->
+<link type="text/css" rel="stylesheet" 
href="font-icons/custom-icons/css/custom-icons.css">
+<link type="text/css" rel="stylesheet" 
href="font-icons/custom-icons/css/custom-icons-ie7.css">
+<!-- Custom css -->
+<link type="text/css" rel="stylesheet" href="css/layout.css">
+<link type="text/css" id="colors" rel="stylesheet" href="css/colors.css">
+<!--[if lt IE 9]><script 
src="http://html5shim.googlecode.com/svn/trunk/html5.js";></script><![endif]-->
+<!--[if gte IE 9]><style type="text/css">.iconBig, .active, .hover a , .Shover 
a { filter: none !important; } </style> <![endif]-->
+<script src="js/modernizr-2.6.1.min.js"></script>
+<!-- Favicons
+    ================================================== -->
+<link rel="shortcut icon" href="images/favicon.ico">
+<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
+<link rel="apple-touch-icon" sizes="72x72" 
href="images/apple-touch-icon-72x72.png">
+<link rel="apple-touch-icon" sizes="114x114" 
href="images/apple-touch-icon-114x114.png">
+<link rel="apple-touch-icon" sizes="144x144" 
href="images/apple-touch-icon-144x144.png">
+</head>
+<body>
+<!-- header -->
+<header id="mainHeader" class="clearfix">
+  <div class="navbar navbar-fixed-top">
+    <div class="navbar-inner">
+      <div class="container"> <a href="index.html" class="brand"><img 
src="images/OFBiz-logoV3-apache.png" alt="Apache OFBiz Logo"/></a>
+        <nav id="mainMenu" class="clearfix">
+          <ul>
+            <li><a href="index.html" class="firstLevel">Home</a></li>
+            <li><a href="" class="firstLevel">Getting Started</a>
+              <ul>
+                <li><a href="developers.html" class="">Developers</a></li>
+                <li><a href="business-users.html" class="last">Business 
Users</a></li>
+              </ul>
+            </li>
+            <li><a href="" class="firstLevel">News</a>
+              <ul>
+                <li><a href="https://twitter.com/apacheofbiz";>Twitter</a></li>
+                <li><a href="https://blogs.apache.org/ofbiz/";>Blog</a></li>
+                <li><a href="user-stories.html">User Stories and 
References</a></li>
+                <li><a href="" class="last">Press</a></li>
+              </ul>
+            </li>
+            <li><a href="" class="firstLevel">Documentation</a>
+              <ul>
+                <li><a href="" class="">User Documentation</a></li>
+                <li><a 
href="https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Technical+Documentation+-+Home+Page";
 class="">Technical Documentation</a></li>
+                <li><a 
href="https://cwiki.apache.org/confluence/display/OFBIZ/Home"; 
class="">Wiki</a></li>
+                <li><a 
href="https://ci.apache.org/projects/ofbiz/site/javadocs/"; class="last">API 
Reference</a></li>
+              </ul>
+            </li>
+            <li><a href="" class="firstLevel">Community</a>
+              <ul>
+                <li><a href="getting-involved.html">Getting Involved</a></li>
+                <li><a 
href="https://cwiki.apache.org/confluence/display/OFBIZ/Events";>Meetups / 
Events</a></li>
+                <li><a href="mailinglists.html">Mailing Lists</a></li>
+                <li><a href="">Source Repository</a></li>
+                <li><a 
href="https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel";>Issue
 Tracker</a></li>
+                <li><a href="service-providers.html">Service Providers</a></li>
+                <li><a href="faqs.html" class="last">FAQ</a></li>
+              </ul>
+            </li>
+            <li><a href="" class="firstLevel">Users</a>
+              <ul>
+                <li><a href="our-users.html">e-Commerce / e-business</a></li>
+                <li><a href="our-users.html">Manufacturing</a></li>
+                <li><a href="our-users.html">Retail</a></li>
+                <li><a href="our-users.html">Distribution</a></li>
+                <li><a href="our-users.html">Service Industries</a></li>
+                <li><a href="our-users.html" class="last">Other</a></li>
+              </ul>
+            </li>
+          </ul>
+        </nav>
+      </div>
+    </div>
+  </div>
+</header>
+<!-- header -->
+<!-- globalWrapper -->
+<div id="globalWrapper">
+
+<!-- content -->
+       <div id="globalWrapper">
+  <!-- page content -->
+  <section id="content" class="sidebar">
+    <header class="headerPage">
+      <div class="container clearfix">
+        <div class="row">
+          <h1 class="span8">Downloads</h1>
+          <div class="span4" id="navTrail"> <a href="index.html" 
class="homeLink">home</a><span>/</span><a 
href="template-columns.html">templates</a><span>/</span><span 
class="current">Sidebar</span> </div>
+        </div>
+      </div>
+    </header>
+    <div class="slice clearfix">
+      <div class="container">
+        <div class="row">
+          <!-- sidebar -->
+          <aside class="span4" id="sidebar">
+            <section class="widget search clearfix">
+              <h2>Search</h2>
+              <div class="divider"><span></span></div>
+              <form method="post" action="blog-home.html">
+                <div class="input-append">
+                  <input class="span3 searchInput" type="text">
+                  <button class="btn search" type="button">Ok</button>
+                </div>
+              </form>
+            </section>
+            <section class="widget blogUpdates">
+              <h2>Releases for Download</h2>
+              <div class="divider"><span></span></div>
+              <ul class="nav nav-tabs " id="myTab">
+                <li class="active"><a href="#tabs-1" 
data-toggle="tab">Downloads</a></li>
+                <li><a href="#tabs-2" data-toggle="tab">Release Notes</a></li>
+              </ul>
+              <div class="tab-content">
+                <div class="tab-pane active" id="tabs-1">
+                  <ul>
+                    <li>
+                      <h2>OFBiz 14.12.01</h2>
+                      <p>Download OFBiz 14.12.</p>
+                      <a href="#" class="moreLink">&rarr; read more</a> </li>
+                    <li>
+                      <h2>OFBiz 13.07</h2>
+                      <p>Download OFBiz 13.07.</p>
+                      <a href="#" class="moreLink">&rarr; read more</a> </li>
+                     </ul>
+                </div>
+                <div class="tab-pane" id="tabs-2">
+                  <ul>
+                    <li>
+                      <div class="row">
+                        <div class="one_fourth">
+                          <div class="imgWrapper"><img alt="client" 
src="images/client1.jpg"></div>
+                        </div>
+                        <div class="three_fourths last">
+                          <p> Nullam sed tortor odio. Suspendisse tincidunt 
dictum nisi, nec convallis odio lacinia ac. Vestibulum ante ipsum primis in 
faucibus orci luctus et ultrices posuere cubilia Curae. </p>
+                        </div>
+                      </div>
+                    </li>
+                    <li>
+                      <div class="row">
+                        <div class="one_fourth">
+                          <div class="imgWrapper"><img alt="client" 
src="images/client2.jpg"></div>
+                        </div>
+                        <div class="three_fourths last">
+                          <p> Nullam sed tortor odio. Suspendisse tincidunt 
dictum nisi, nec convallis odio lacinia ac. Vestibulum ante ipsum primis in 
faucibus orci luctus et ultrices posuere cubilia Curae. </p>
+                        </div>
+                      </div>
+                    </li>
+                    <li>
+                      <div class="row">
+                        <div class="one_fourth">
+                          <div class="imgWrapper"><img alt="client" 
src="images/client3.jpg"></div>
+                        </div>
+                        <div class="three_fourths last">
+                          <p> Nullam sed tortor odio. Suspendisse tincidunt 
dictum nisi, nec convallis odio lacinia ac. Vestibulum ante ipsum primis in 
faucibus orci luctus et ultrices posuere cubilia Curae. </p>
+                        </div>
+                      </div>
+                    </li>
+                  </ul>
+                </div>
+              </div>
+            </section>
+          </aside>
+          <!-- sidebar -->
+          <div class="span8">
+            <h2>Download Apache OFBiz</h2>
+            <div class="divider"><span></span></div>
+            <div class="imgWrapper"> <img src="images/img-fullwidth.jpg" 
alt="image fullwidth"> </div>
+            <p> <strong> Use the links below to download Apache OFBiz releases 
from the "Apache Download Mirrors" page; On that page you'll also find 
instructions on how to verify the integrity of the release file using the 
signature and hashes (PGP, MD5, SHA512) available for each release. </strong> 
</p>
+            <p> Despite our best efforts to maintain up to three active 
release branches, support for older branches can decrease because our project 
volunteers may be focused on other issues. We recommend using releases from the 
most recent branch wherever possible. </p>
+            <h2>Apache OFBiz 14.12</h2>
+            <div class="divider"><span></span></div>
+            <p> facilisis porttitor nisl. Nulla scelerisque lectus id ipsum 
sollicitudin euismod. Mauris fermentum erat a ante tincidunt id condimentum 
lorem sodales. Nam lacus justo, porttitor sit amet egestas sit amet, 
scelerisque non nibh. Ut ultricies orci vitae nisl viverra quis tempus nulla 
ultricies. Etiam lorem tellus, porttitor nec fermentum sed, scelerisque eget 
sapien. Fusce quam turpis, bibendum eu pretium ut, vehicula eget mi. Aliquam 
erat volutpat. </p>
+            <h2>Apache OFBiz 13.07</h2>
+            <div class="divider"><span></span></div>
+            <p> Released in May 2015, is the second release of the 13.07 
series, that has been stabilized with bug fixes since July 2013. </p>
+           <p> Please note that in the 13.07 series the specialpurpose 
components are no more included with the only exception of the ecommerce 
component (because there are still some dependencies on it): the specialpurpose 
components may be released in a separate package in the future. </p>          
+            <h2>Apache OFBiz 12.04 and earlier</h2>
+            <div class="divider"><span></span></div>
+            <p> Released in September 2014, is the latest bug fix release in 
the 12.04 series that contains all the features of the trunk up to April 2012. 
</p>
+           <p> Old superseded releases can be found in the OFBiz archive</p>
+           <p> A description of each release in the history of OFBiz can be 
found here </p>
+           <p> Nightly snapshots can be found here</p>
+            <h2>Security Vulnerabilities</h2>
+            <div class="divider"><span></span></div>
+            <p> <strong> We strongly encourage OfBiz users to report security 
problems affecting OFBiz to the private security mailing list of the ASF 
Security Team, before disclosing them in a public forum. </strong></p>
+            <p> Please see the ASF Security Team page for further details and 
their contact information. </p>
+            <h3>List of Knows Vulnerabilities</h3>
+            <ul class="iconsList">
+               <li><i class="icon-pin"></i> CVE-2014-0232; affected releases: 
12.04.03 and earlier versions (12.04.*), 11.04.04 and earlier versions 
(11.04.*); fixed in 12.04.04 and 11.04.05</li>
+                <li><i class="icon-pin"></i> CVE-2013-2250; affected releases: 
12.04.01, 11.04.02 and earlier versions (11.04.*), 10.04.05 and earlier 
versions (10.04.*); fixed in 12.04.02, 11.04.03 and 10.04.06</li>
+               <li><i class="icon-pin"></i> CVE-2013-2137; affected releases: 
12.04.01, 11.04.02 and earlier versions (11.04.*), 10.04.05 and earlier 
versions (10.04.*); fixed in 12.04.02, 11.04.03 and 10.04.06</li>
+               <li><i class="icon-pin"></i> CVE-2013-0177; affected releases: 
11.04.01, 10.04.04 and earlier versions (10.04.*); fixed in 11.04.02 and 
10.04.05</li>
+               <li><i class="icon-pin"></i> CVE-2012-3506; affected releases: 
10.04.02, 10.04 (10.04.01); fixed in 10.04.03</li>
+               <li><i class="icon-pin"></i> CVE-2012-1622; affected releases: 
10.04 (10.04.01); fixed in 10.04.02</li>
+               <li><i class="icon-pin"></i> CVE-2012-1621; affected releases: 
10.04 (10.04.01); fixed in 10.04.02</li>
+               <li><i class="icon-pin"></i> CVE-2010-0432; affected releases: 
09.04; fixed in 09.04.01</li>
+             </ul>
+       </div>
+        </div>
+      </div>
+    </div>
+  </section>
+
+<!-- content -->
+<!-- footer -->
+<footer class="footer1">
+  <div class="container" id="footer">
+    <div class="row">
+      <div class="span6 timelineWidget">
+        <h2>Latest tweets</h2>
+        <div class="divider"><span></span></div>
+        <ul class="socialNetwork nav">
+          <li>
+            <a href="https://twitter.com/ApacheOfbiz"; class="icon-twitter-bird 
socialIcon tips"
+              target="_blank" title="follow us on 
Twitter"><span>twitter</span></a>
+          </li>
+        <li><a href="https://www.youtube.com/user/ofbiz"; class="icon-play 
socialIcon tips"  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-facebook socialIcon tips"  title="follow 
us on Facebook"><span>facebook</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>
+        <div id="twitterFrame"> <a class="twitter-timeline" 
href="https://twitter.com/ApacheOfbiz?height=250"; 
data-widget-id="588661945194192896"  data-tweet-limit="2" data-theme="dark" 
data-chrome="nofooter noheader transparent" >Tweets by @ApacheOfbiz</a>
+          <script>!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+        </div>
+      </div>
+      <div class="span3 contactWidget">
+        <h2>Contact Community</h2>
+        <div class="divider"><span></span></div>
+        <ul>
+          <li><a href="mailinglists.html">Mailing Lists</a></li>
+          <li><a href="source-repositories.html">Source Repository 
(SVN)</a></li>
+          <li><a href="https://issues.apache.org/jira/browse/OFBIZ"; 
target="external">Issue Tracker (Jira)</a></li>
+          <li><a href="https://www.youtube.com/user/ofbiz"; 
target="external">OFBiz Youtube Channel</a></li>
+          <li><a href="https://www.hipchat.com/g4vOayvmc"; 
target="external">OFBiz HipChat Room</a></li>
+        </ul>
+      </div>
+      <div class="span3 sociallWidget">
+        <h2>ASF Information</h2>
+        <div class="divider"><span></span></div>
+        <ul>
+          <li><a href="#">Apache Software Foundation</a></li>
+          <li><a href="#">Sponsorship</a></li>
+          <li><a href="#">Thanks</a></li>
+          <li><a href="#">Security</a></li>
+        </ul>
+      </div>
+    </div>
+  </div>
+</footer>
+<footer class="footer2" id="footerRights">
+  <div class="container">
+    <div class="row">
+      <div class="span12">
+        <p>
+          Copyright © 2016 The Apache Software Foundation. Licensed under the
+          Apache License, Version 2.0. Apache OFBiz, OFBiz, the project logo
+          and the Apache feather logo are trademarks of The Apache Software
+          Foundation.
+        </p>
+      </div>
+    </div>
+  </div>
+</footer>
+<!-- footer -->
+</div>
+<!-- globalWrapper -->
+<script type="text/javascript" src="js-plugin/respond/respond.min.js"></script>
+<script type="text/javascript" 
src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js";></script>
+<script type="text/javascript" 
src="js-plugin/jquery-ui/jquery-ui-1.8.23.custom.min.js"></script>
+<!-- third party plugins  -->
+<script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
+<script type="text/javascript" 
src="bootstrap/js/bootstrap-carousel.js"></script>
+<script type="text/javascript" 
src="js-plugin/easing/jquery.easing.1.3.js"></script>
+<script type="text/javascript" 
src="js-plugin/pretty-photo/js/jquery.prettyPhoto.js"></script>
+<script type="text/javascript" 
src="js-plugin/hoverdir/jquery.hoverdir.js"></script>
+<!-- jQuery KenBurn Slider  -->
+<script type="text/javascript" 
src="js-plugin/rs-plugin/js/jquery.themepunch.plugins.min.js"></script>
+<script type="text/javascript" 
src="js-plugin/rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
+<!-- Custom  -->
+<script type="text/javascript" src="js/custom.js"></script>
+<script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', UA]);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+    })();
+</script>
+</body>
+</html>

Propchange: ofbiz/branches/ofbiz-new-website/download.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/branches/ofbiz-new-website/download.html
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/download.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: ofbiz/branches/ofbiz-new-website/faqs.html
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/faqs.html?rev=1787742&view=auto
==============================================================================
--- ofbiz/branches/ofbiz-new-website/faqs.html (added)
+++ ofbiz/branches/ofbiz-new-website/faqs.html Mon Mar 20 12:28:40 2017
@@ -0,0 +1,274 @@
+<!DOCTYPE html>
+<html lang="en">
+<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
+<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
+<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
+<!--[if (gte IE 9)|!(IE)]><!-->
+<head>
+<meta charset="utf-8">
+<title>The Apache OFBiz &trade; Project</title>
+<meta name="description" content="Apache OFBiz (The Apache Open For Business
+    Project) is an open source enterprise automation software project licensed
+    under the Apache License Version 2.0. Being open source under the Apache 
2.0
+    license and driven by a community Apache OFBiz offers both flexibility by
+    design and by access to code, and a solution where you're not alone but
+    rather can work with many others to get things done.">
+<meta name="keywords" content="Open Source ERP,Open Source CRM,
+    Open Source E-Commerce,Open Source eCommerce,Open Source POS,Open Source 
SCM,
+    Open Source MRP,Open Source CMMS,Open Source EAM,web services,workflow,
+    ebusiness,e-business,ecommerce,e-commerce,automation,enterprise software,
+    open source,entity engine,service engine,erp,crm,party,accounting,facility,
+    supply,chain,management,catalog,order,project,task,work effort,financial,
+    ledger,content management,customer,inventory"/>
+
+<meta name="Robots" content="index,follow" />
+<!-- Mobile Specific Metas
+    ================================================== -->
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<!-- CSS
+    ================================================== -->
+<!-- Bootstrap  -->
+<link type="text/css" rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
+<!-- web font  -->
+<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,800"; 
rel="stylesheet" type="text/css">
+<!-- plugin css  -->
+<link rel="stylesheet" type="text/css" 
href="js-plugin/pretty-photo/css/prettyPhoto.css" />
+<link rel="stylesheet" type="text/css" 
href="js-plugin/rs-plugin/css/settings.css" media="screen" />
+<link type="text/css" rel="stylesheet" href="js-plugin/hoverdir/css/style.css">
+<!-- icon fonts -->
+<link type="text/css" rel="stylesheet" 
href="font-icons/custom-icons/css/custom-icons.css">
+<link type="text/css" rel="stylesheet" 
href="font-icons/custom-icons/css/custom-icons-ie7.css">
+<!-- Custom css -->
+<link type="text/css" rel="stylesheet" href="css/layout.css">
+<link type="text/css" id="colors" rel="stylesheet" href="css/colors.css">
+<!--[if lt IE 9]><script 
src="http://html5shim.googlecode.com/svn/trunk/html5.js";></script><![endif]-->
+<!--[if gte IE 9]><style type="text/css">.iconBig, .active, .hover a , .Shover 
a { filter: none !important; } </style> <![endif]-->
+<script src="js/modernizr-2.6.1.min.js"></script>
+<!-- Favicons
+    ================================================== -->
+<link rel="shortcut icon" href="images/favicon.ico">
+<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
+<link rel="apple-touch-icon" sizes="72x72" 
href="images/apple-touch-icon-72x72.png">
+<link rel="apple-touch-icon" sizes="114x114" 
href="images/apple-touch-icon-114x114.png">
+<link rel="apple-touch-icon" sizes="144x144" 
href="images/apple-touch-icon-144x144.png">
+</head>
+<body>
+<!-- header -->
+<header id="mainHeader" class="clearfix">
+  <div class="navbar navbar-fixed-top">
+    <div class="navbar-inner">
+      <div class="container"> <a href="index.html" class="brand"><img 
src="images/OFBiz-logoV3-apache.png" alt="Apache OFBiz Logo"/></a>
+        <nav id="mainMenu" class="clearfix">
+          <ul>
+            <li><a href="index.html" class="firstLevel">Home</a></li>
+            <li><a href="" class="firstLevel">Getting Started</a>
+              <ul>
+                <li><a href="developers.html" class="">Developers</a></li>
+                <li><a href="business-users.html" class="last">Business 
Users</a></li>
+              </ul>
+            </li>
+            <li><a href="" class="firstLevel">News</a>
+              <ul>
+                <li><a href="https://twitter.com/apacheofbiz";>Twitter</a></li>
+                <li><a href="https://blogs.apache.org/ofbiz/";>Blog</a></li>
+                <li><a href="user-stories.html">User Stories and 
References</a></li>
+                <li><a href="" class="last">Press</a></li>
+              </ul>
+            </li>
+            <li><a href="" class="firstLevel">Documentation</a>
+              <ul>
+                <li><a href="" class="">User Documentation</a></li>
+                <li><a 
href="https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Technical+Documentation+-+Home+Page";
 class="">Technical Documentation</a></li>
+                <li><a 
href="https://cwiki.apache.org/confluence/display/OFBIZ/Home"; 
class="">Wiki</a></li>
+                <li><a 
href="https://ci.apache.org/projects/ofbiz/site/javadocs/"; class="last">API 
Reference</a></li>
+              </ul>
+            </li>
+            <li><a href="" class="firstLevel">Community</a>
+              <ul>
+                <li><a href="getting-involved.html">Getting Involved</a></li>
+                <li><a 
href="https://cwiki.apache.org/confluence/display/OFBIZ/Events";>Meetups / 
Events</a></li>
+                <li><a href="mailinglists.html">Mailing Lists</a></li>
+                <li><a href="">Source Repository</a></li>
+                <li><a 
href="https://issues.apache.org/jira/browse/OFBIZ/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel";>Issue
 Tracker</a></li>
+                <li><a href="service-providers.html">Service Providers</a></li>
+                <li><a href="faqs.html" class="last">FAQ</a></li>
+              </ul>
+            </li>
+            <li><a href="" class="firstLevel">Users</a>
+              <ul>
+                <li><a href="our-users.html">e-Commerce / e-business</a></li>
+                <li><a href="our-users.html">Manufacturing</a></li>
+                <li><a href="our-users.html">Retail</a></li>
+                <li><a href="our-users.html">Distribution</a></li>
+                <li><a href="our-users.html">Service Industries</a></li>
+                <li><a href="our-users.html" class="last">Other</a></li>
+              </ul>
+            </li>
+          </ul>
+        </nav>
+      </div>
+    </div>
+  </div>
+</header>
+<!-- header -->
+<!-- globalWrapper -->
+<div id="globalWrapper">
+
+  <!-- page content -->
+  <section id="content" class="faq">
+    <header class="headerPage">
+      <div class="container clearfix">
+        <div class="row">
+          <h1 class="span8"><span>Frequently Asked </span>Questions</h1>
+          <div class="span4" id="navTrail"> <a href="index.html" 
class="homeLink">home</a><span>/</span><a 
href="template-columns.html">templates</a><span>/</span><span 
class="current">faq</span> </div>
+        </div>
+      </div>
+    </header>
+    <div class="slice clearfix">
+      <div class="container">
+        <div class="row">
+          <aside class="span4" id="sidebar">
+            <section id="widgetArea">
+              <h3>Answers to common questions <br />
+                about Apache OFBiz</h3>
+              <p>Please take a look at our FAQs</p>
+            </section>
+          </aside>
+          <div class="span8">
+            <div class="accordion" id="accordionFaq">
+              <div class="accordion-group">
+                <div class="accordion-heading"> <a class="accordion-toggle" 
data-toggle="collapse" data-parent="#accordionFaq" href="#collapseOne"> <i 
class="icon-down-circle"></i> What is Apache OFBiz? </a> </div>
+                <div id="collapseOne" class="accordion-body collapse in">
+                  <div class="accordion-inner">
+                    <p> Apache OFBiz is suite of business applications is 
flexible enough to be used across any industry. A common architecture allows 
developers to enhance or extend it to create custom features. It is an open 
source ERP. </p>
+                  </div>
+                </div>
+              </div>
+              <div class="accordion-group">
+                <div class="accordion-heading"> <a class="accordion-toggle" 
data-toggle="collapse" data-parent="#accordionFaq" href="#collapseTwo"> <i 
class="icon-right-circle"></i> Is OFBiz really free? </a> </div>
+                <div id="collapseTwo" class="accordion-body collapse">
+                  <div class="accordion-inner">
+                    <p>Yes Apache OFBiz is completely free. You can download 
and use it for free. You can find more details about the Apache 2.0 licence. 
</p>
+                  </div>
+              </div>
+              <div class="accordion-group">
+                <div class="accordion-heading"> <a class="accordion-toggle" 
data-toggle="collapse" data-parent="#accordionFaq" href="#collapsethree"> <i 
class="icon-right-circle"></i> Who owns Apache OFBiz? </a> </div>
+                <div id="collapsethree" class="accordion-body collapse">
+                  <div class="accordion-inner">
+                    <p> Apache OFBiz is a project that is part of the Apache 
Software Foundation (ASF). The ASF is a charitable foundation that produces 
software for the public good.</p>
+                  </div>
+                </div>
+              </div>
+              <div class="accordion-group">
+                <div class="accordion-heading"> <a class="accordion-toggle" 
data-toggle="collapse" data-parent="#accordionFaq" href="#collapseFour"> <i 
class="icon-right-circle"></i> Who maintains and updates Apache OFBiz? </a> 
</div>
+                <div id="collapseFour" class="accordion-body collapse">
+                  <div class="accordion-inner">
+                    <p>Apache OFBiz is maintained by it's community. The 
community works together to identify and resolve any bugs or issues found. The 
changes are updated and if required backported to previous releases </p>
+                 </div>
+                </div>
+              </div>
+            </div>
+          </div>
+        </div>
+      </div>
+    </div>
+  </section>
+  <!-- page content -->
+
+</div>
+
+
+ 
+
+<!-- footer -->
+<footer class="footer1">
+  <div class="container" id="footer">
+    <div class="row">
+      <div class="span6 timelineWidget">
+        <h2>Latest tweets</h2>
+        <div class="divider"><span></span></div>
+        <ul class="socialNetwork nav">
+          <li>
+            <a href="https://twitter.com/ApacheOfbiz"; class="icon-twitter-bird 
socialIcon tips"
+              target="_blank" title="follow us on 
Twitter"><span>twitter</span></a>
+          </li>
+        <li><a href="https://www.youtube.com/user/ofbiz"; class="icon-play 
socialIcon tips"  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-facebook socialIcon tips"  title="follow 
us on Facebook"><span>facebook</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>
+        <div id="twitterFrame"> <a class="twitter-timeline" 
href="https://twitter.com/ApacheOfbiz?height=250"; 
data-widget-id="588661945194192896"  data-tweet-limit="2" data-theme="dark" 
data-chrome="nofooter noheader transparent" >Tweets by @ApacheOfbiz</a>
+          <script>!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+        </div>
+      </div>
+      <div class="span3 contactWidget">
+        <h2>Contact Community</h2>
+        <div class="divider"><span></span></div>
+        <ul>
+          <li><a href="mailinglists.html">Mailing Lists</a></li>
+          <li><a href="source-repositories.html">Source Repository 
(SVN)</a></li>
+          <li><a href="https://issues.apache.org/jira/browse/OFBIZ"; 
target="external">Issue Tracker (Jira)</a></li>
+          <li><a href="https://www.youtube.com/user/ofbiz"; 
target="external">OFBiz Youtube Channel</a></li>
+          <li><a href="https://www.hipchat.com/g4vOayvmc"; 
target="external">OFBiz HipChat Room</a></li>
+        </ul>
+      </div>
+      <div class="span3 sociallWidget">
+        <h2>ASF Information</h2>
+        <div class="divider"><span></span></div>
+        <ul>
+          <li><a href="#">Apache Software Foundation</a></li>
+          <li><a href="#">Sponsorship</a></li>
+          <li><a href="#">Thanks</a></li>
+          <li><a href="#">Security</a></li>
+        </ul>
+      </div>
+    </div>
+  </div>
+</footer>
+<footer class="footer2" id="footerRights">
+  <div class="container">
+    <div class="row">
+      <div class="span12">
+        <p>
+          Copyright © 2016 The Apache Software Foundation. Licensed under the
+          Apache License, Version 2.0. Apache OFBiz, OFBiz, the project logo
+          and the Apache feather logo are trademarks of The Apache Software
+          Foundation.
+        </p>
+      </div>
+    </div>
+  </div>
+</footer>
+<!-- footer -->
+</div>
+<!-- globalWrapper -->
+<script type="text/javascript" src="js-plugin/respond/respond.min.js"></script>
+<script type="text/javascript" 
src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js";></script>
+<script type="text/javascript" 
src="js-plugin/jquery-ui/jquery-ui-1.8.23.custom.min.js"></script>
+<!-- third party plugins  -->
+<script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
+<script type="text/javascript" 
src="bootstrap/js/bootstrap-carousel.js"></script>
+<script type="text/javascript" 
src="js-plugin/easing/jquery.easing.1.3.js"></script>
+<script type="text/javascript" 
src="js-plugin/pretty-photo/js/jquery.prettyPhoto.js"></script>
+<script type="text/javascript" 
src="js-plugin/hoverdir/jquery.hoverdir.js"></script>
+<!-- jQuery KenBurn Slider  -->
+<script type="text/javascript" 
src="js-plugin/rs-plugin/js/jquery.themepunch.plugins.min.js"></script>
+<script type="text/javascript" 
src="js-plugin/rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
+<!-- Custom  -->
+<script type="text/javascript" src="js/custom.js"></script>
+<script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', UA]);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+    })();
+</script>
+</body>
+</html>

Propchange: ofbiz/branches/ofbiz-new-website/faqs.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/branches/ofbiz-new-website/faqs.html
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/ofbiz-new-website/faqs.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/LICENSE.txt
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/LICENSE.txt?rev=1787742&view=auto
==============================================================================
--- 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/LICENSE.txt
 (added)
+++ 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/LICENSE.txt
 Mon Mar 20 12:28:40 2017
@@ -0,0 +1,48 @@
+Font license info
+
+
+## Font Awesome
+
+   Copyright (C) 2012 by Dave Gandy
+
+   Author:    Dave Gandy
+   License:   CC BY 3.0 (http://creativecommons.org/licenses/by/3.0/)
+   Homepage:  http://fortawesome.github.com/Font-Awesome/
+
+
+## Web Symbols
+
+   Copyright (c) 2011 by Just Be Nice studio. All rights reserved.
+
+   Author:    Just Be Nice studio
+   License:   SIL (http://scripts.sil.org/OFL)
+   Homepage:  http://www.justbenicestudio.com/studio/websymbols/
+
+
+## Entypo
+
+   Copyright (C) 2012 by Daniel Bruce
+
+   Author:    Daniel Buce
+   License:   SIL (http://scripts.sil.org/OFL)
+   Homepage:  http://www.entypo.com
+
+
+## Typicons
+
+   (c) Stephen Hutchings 2012
+
+   Author:    Stephen Hutchings
+   License:   CC BY-SA 3.0 (http://creativecommons.org/licenses/by-sa/3.0/)
+   Homepage:  http://typicons.com/
+
+
+## Brandico
+
+   (C) 2012 by Vitaly Puzrin
+
+   Author:    Crowdsourced, for Fontello project
+   License:   SIL (http://scripts.sil.org/OFL)
+   Homepage:  
+
+

Propchange: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/LICENSE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/LICENSE.txt
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/LICENSE.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/README.txt
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/README.txt?rev=1787742&view=auto
==============================================================================
--- 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/README.txt
 (added)
+++ 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/README.txt
 Mon Mar 20 12:28:40 2017
@@ -0,0 +1,75 @@
+This webfont is generated by http://fontello.com open source project.
+
+
+================================================================================
+Please, note, that you should obey original font licences, used to make this
+webfont pack. Details available in LICENSE.txt file.
+
+- Usually, it's enough to publish content of LICENSE.txt file somewhere on your
+  site in "About" section.
+
+- If your project is open-source, usually, it will be ok to make LICENSE.txt
+  file publically available in your repository.
+
+- Fonts, used in Fontello, don't require to make clickable links on your site.
+  But any kind of additional authors crediting is welcome.
+================================================================================
+
+
+Comments on archive content
+---------------------------
+
+- /font/* - fonts in different formats
+
+- /css/*  - different kinds of css, for all situations. Should be ok with 
+  twitter bootstrap. Also, you can skip <i> style and assign icon classes
+  directly to text elements, if you don't mind about IE7.
+
+- demo.html - demo file, to show your webfont content
+
+- LICENSE.txt - license info about source fonts, used to build your one.
+
+- config.json - keeps your settings. You can import it back to fontello 
anytime,
+  to continue your work
+
+
+Why so many CSS files ?
+-----------------------
+
+Because we like to fit all your needs :)
+
+- basic file, <your_font_name>.css - is usually enougth, in contains @font-face
+  and character codes definition
+
+- *-ie7.css - if you need IE7 support, but still don't wish to put char codes
+  directly into html
+
+- *-codes.css and *-ie7-codes.css - if you like to use your own @font-face
+  rules, but still wish to benefit of css generation. That can be very
+  convenient for automated assets build systems. When you need to update font -
+  no needs to manually edit files, just override old version with archive
+  content. See fontello source codes for example.
+
+- *-embedded.css - basic css file, but with embedded WOFF font, to avoid
+  CORS issues in Firefox and IE9+, when fonts are hosted on the separate 
domain.
+  We strongly recommend to resolve this issue by `Access-Control-Allow-Origin`
+  server headers. But if you ok with dirty hack - this file is for you. Note,
+  that data url moved to separate @font-face to avoid problems with <IE9, when
+  string is too long.
+
+- animate.css - use it to get ideas about spinner rotation animation.
+
+
+Attention for server setup
+--------------------------
+
+You MUST setup server to reply with proper `mime-types` for font files. In 
other
+case, some browsers will fail to show fonts.
+
+Usually, `apache` already has necessary settings, but `nginx` and other
+webservers should be tuned. Here is list of mime types for our file extentions:
+
+- `application/vnd.ms-fontobject` - eot
+- `application/x-font-woff` - woff
+- `application/x-font-ttf` - ttf
+- `image/svg+xml` - svg

Propchange: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/README.txt
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: 
ofbiz/branches/ofbiz-new-website/font-icons/custom-icons/BCk-safari-pc/README.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain


Reply via email to