From bpoussin@users.nuiton.org Fri Jul 5 17:51:21 2013 From: bpoussin@users.nuiton.org To: nuiton-js-commits@list.nuiton.org Subject: [Nuiton-js-commits] r112 - sandbox/nuiton-js-mustache/src/site/rst Date: Fri, 05 Jul 2013 17:51:21 +0200 Message-ID: <20130705155121.32676188BFF@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0869796495770244745==" --===============0869796495770244745== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: bpoussin Date: 2013-07-05 17:51:20 +0200 (Fri, 05 Jul 2013) New Revision: 112 Url: http://nuiton.org/projects/nuiton-js/repository/revisions/112 Log: update documentation with link to documentation and demo Added: sandbox/nuiton-js-mustache/src/site/rst/index.rst.vm Removed: sandbox/nuiton-js-mustache/src/site/rst/index.rst Deleted: sandbox/nuiton-js-mustache/src/site/rst/index.rst =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-mustache/src/site/rst/index.rst 2013-07-05 15:26:20 UTC= (rev 111) +++ sandbox/nuiton-js-mustache/src/site/rst/index.rst 2013-07-05 15:51:20 UTC= (rev 112) @@ -1,42 +0,0 @@ -.. - -.. * #%L -.. * Nuiton JS :: Mustache -.. * $Id:$ -.. * $HeadURL:$ -.. * %% -.. * Copyright (C) 2012 - 2013 CodeLutin -.. * %% -.. * This program is free software: you can redistribute it and/or modify -.. * it under the terms of the GNU Lesser General Public License as=20 -.. * published by the Free Software Foundation, either version 3 of the=20 -.. * License, or (at your option) any later version. -.. *=20 -.. * This program is distributed in the hope that it will be useful, -.. * but WITHOUT ANY WARRANTY; without even the implied warranty of -.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -.. * GNU General Lesser Public License for more details. -.. *=20 -.. * You should have received a copy of the GNU General Lesser Public=20 -.. * License along with this program. If not, see -.. * . -.. * #L% -.. - - -Utilisation -=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D - -:: - - <%@ taglib uri=3D"http://java.sun.com/jsp/jstl/core" prefix=3D"c" %> - - - -JS disponible -------------- - -- mustache - -CSS disponible --------------- - -aucun Copied: sandbox/nuiton-js-mustache/src/site/rst/index.rst.vm (from rev 111, s= andbox/nuiton-js-mustache/src/site/rst/index.rst) =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-mustache/src/site/rst/index.rst.vm = (rev 0) +++ sandbox/nuiton-js-mustache/src/site/rst/index.rst.vm 2013-07-05 15:51:20 = UTC (rev 112) @@ -0,0 +1,62 @@ +.. - +.. * #%L +.. * Nuiton JS :: Mustache +.. * $Id:$ +.. * $HeadURL:$ +.. * %% +.. * Copyright (C) 2012 - 2013 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU Lesser General Public License as=20 +.. * published by the Free Software Foundation, either version 3 of the=20 +.. * License, or (at your option) any later version. +.. *=20 +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Lesser Public License for more details. +.. *=20 +.. * You should have received a copy of the GNU General Lesser Public=20 +.. * License along with this program. If not, see +.. * . +.. * #L% +.. - + +Mustache +=3D=3D=3D=3D=3D=3D=3D=3D + +Mustache_ is a logic-less templating system for HTML, config files, anything. + +- documentation_ +- demo_ + +.. _Mustache: http://mustache.github.io/ +.. _documentation: http://mustache.github.io/mustache.5.html +.. _demo: http://mustache.github.io/#demo + +Utilisation +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D + +Maven part:: + + + org.nuiton.js + nuiton-js-mustache + ${project.version} + + +JSP part:: + + <%@ taglib uri=3D"http://java.sun.com/jsp/jstl/core" prefix=3D"c" %> + + + +Available JS +------------ + +- mustache + +Available CSS +------------- + +N/A --===============0869796495770244745==--