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 =================================================================== --- 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 -.. * published by the Free Software Foundation, either version 3 of the -.. * License, or (at your option) any later version. -.. * -.. * 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. -.. * -.. * You should have received a copy of the GNU General Lesser Public -.. * License along with this program. If not, see -.. * <http://www.gnu.org/licenses/lgpl-3.0.html>. -.. * #L% -.. - - -Utilisation -=========== - -:: - - <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> - - <script language="javascript" type="text/javascript" src="<c:url value="/nuiton-js/mustache.js"/>"></script> - -JS disponible -------------- - -- mustache - -CSS disponible --------------- - -aucun Copied: sandbox/nuiton-js-mustache/src/site/rst/index.rst.vm (from rev 111, sandbox/nuiton-js-mustache/src/site/rst/index.rst) =================================================================== --- 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 +.. * published by the Free Software Foundation, either version 3 of the +.. * License, or (at your option) any later version. +.. * +.. * 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. +.. * +.. * You should have received a copy of the GNU General Lesser Public +.. * License along with this program. If not, see +.. * <http://www.gnu.org/licenses/lgpl-3.0.html>. +.. * #L% +.. - + +Mustache +======== + +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 +=========== + +Maven part:: + + <dependency> + <groupId>org.nuiton.js</groupId> + <artifactId>nuiton-js-mustache</artifactId> + <version>${project.version}</version> + </dependency> + +JSP part:: + + <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> + + <script language="javascript" type="text/javascript" src="<c:url value="/nuiton-js/mustache.js"/>"></script> + +Available JS +------------ + +- mustache + +Available CSS +------------- + +N/A