Author: echatellier Date: 2013-07-07 17:46:51 +0200 (Sun, 07 Jul 2013) New Revision: 138 Url: http://nuiton.org/projects/nuiton-js/repository/revisions/138 Log: Fix doc Modified: sandbox/nuiton-js-backbone/src/site/rst/index.rst.vm Modified: sandbox/nuiton-js-backbone/src/site/rst/index.rst.vm =================================================================== --- sandbox/nuiton-js-backbone/src/site/rst/index.rst.vm 2013-07-07 15:27:09 UTC (rev 137) +++ sandbox/nuiton-js-backbone/src/site/rst/index.rst.vm 2013-07-07 15:46:51 UTC (rev 138) @@ -1,6 +1,6 @@ .. - .. * #%L -.. * Nuiton JS :: Mustache +.. * Nuiton JS :: Backbone .. * $Id$ .. * $HeadURL$ .. * %% @@ -22,17 +22,17 @@ .. * #L% .. - -Angular -======= +Backbone.js +=========== -Angular_ is a logic-less templating system for HTML, config files, anything. +Backbone.js_ gives structure to web applications by providing models with key-value binding and +custom events, collections with a rich API of enumerable functions, views with declarative event +handling, and connects it all to your existing API over a RESTful JSON interface. - documentation_ -- tutorial_ -.. _Angular: http://www.angularjs.org/ -.. _documentation: http://www.angularjs.org/ -.. _tutorial: http://docs.angularjs.org/tutorial +.. _Backbone.js: http://backbonejs.org/ +.. _documentation: http://backbonejs.org/ Use === @@ -41,7 +41,7 @@ <dependency> <groupId>org.nuiton.js</groupId> - <artifactId>nuiton-js-angular</artifactId> + <artifactId>nuiton-js-backbone</artifactId> <version>${project.version}</version> <scope>runtime</scope> </dependency> @@ -50,12 +50,12 @@ <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> - <script language="javascript" type="text/javascript" src="<c:url value="/nuiton-js/angular.js"/>"></script> + <script language="javascript" type="text/javascript" src="<c:url value="/nuiton-js/backbone.js"/>"></script> Available JS ------------ -- angular.js +- backbone.js Available CSS -------------