Author: nivanov Date: Tue Feb 17 06:31:09 2015 New Revision: 1660284 URL: http://svn.apache.org/r1660284 Log: Some fixes.
Modified: incubator/ignite/site/trunk/features.html Modified: incubator/ignite/site/trunk/features.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/features.html?rev=1660284&r1=1660283&r2=1660284&view=diff ============================================================================== --- incubator/ignite/site/trunk/features.html (original) +++ incubator/ignite/site/trunk/features.html Tue Feb 17 06:31:09 2015 @@ -24,6 +24,7 @@ http://www.apache.org/licenses/LICENSE-2 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. @@ -392,7 +393,7 @@ under the License. </pre> </div> <div class="tab-pane" id="compute-example-closure"> - </br> + <br/> <p> This example splits a phrase into collection of words, computes their length on different nodes and then computes total amount of non-whitespaces characters in the phrase. @@ -437,7 +438,7 @@ under the License. Ignite Service Grid allows you to have complete control over services being deployed on the cluster. It allows you to control how many instances of your service should be deployed on each cluster node, ensuring proper deployment and fault tolerance. Service Grid guarantees continuous availability - of all deployed services in case of node failures. </br><br/> + of all deployed services in case of node failures. <br/><br/> </p> <div class="features-heading">Features:</div> <ul class="features-list"> @@ -951,10 +952,10 @@ under the License. </ul> </nav> <div class="col-md-4 col-sm-4"> - <p> + <p align="right"> Copyright © 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. Apache, Apache Ignite, the Apache feather, Ignite logo are trademarks of The Apache Software - Foundation. + Foundation </p> <ul class="social-networks list-unstyled"> <li><a href="https://www.linkedin.com/company/apache-ignite" class="icon-linkedin"></a></li> @@ -967,7 +968,8 @@ under the License. </div> </footer> </div> -<script src="https://crux-framework-tools.googlecode.com/svn/trunk/misc/highlight/highlightLoader.js"></script> +<script src="https://crux-framework-tools.googlecode.com/svn/trunk/misc/highlight/highlight.js"></script> +<!--<script src="https://crux-framework-tools.googlecode.com/svn/trunk/misc/highlight/highlightLoader.js"></script>--> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script type="text/javascript">window.jQuery || document.write('<script src="js/jquery-1.11.1.min.js"><\/script>')</script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> @@ -1048,7 +1050,7 @@ under the License. e.preventDefault(); $(this).tab('show') - }) + }); $('ul#compute-examples a[href="events-example-cache"]').click(function (e) { e.preventDefault();