From echatellier@users.nuiton.org Sun Jul 7 17:46:52 2013 From: echatellier@users.nuiton.org To: nuiton-js-commits@list.nuiton.org Subject: [Nuiton-js-commits] r138 - sandbox/nuiton-js-backbone/src/site/rst Date: Sun, 07 Jul 2013 17:46:51 +0200 Message-ID: <20130707154651.EE5EB18D88A@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8397246497595094775==" --===============8397246497595094775== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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% .. - =20 -Angular -=3D=3D=3D=3D=3D=3D=3D +Backbone.js +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 -Angular_ is a logic-less templating system for HTML, config files, anything. +Backbone.js_ gives structure to web applications by providing models with ke= y-value binding and +custom events, collections with a rich API of enumerable functions, views wi= th declarative event +handling, and connects it all to your existing API over a RESTful JSON inter= face.=20 =20 - documentation_ -- tutorial_ =20 -.. _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/ =20 Use =3D=3D=3D @@ -41,7 +41,7 @@ =20 org.nuiton.js - nuiton-js-angular + nuiton-js-backbone ${project.version} runtime @@ -50,12 +50,12 @@ =20 <%@ taglib uri=3D"http://java.sun.com/jsp/jstl/core" prefix=3D"c" %> =20 - + =20 Available JS ------------ =20 -- angular.js +- backbone.js =20 Available CSS ------------- --===============8397246497595094775==--