debian/0000755000000000000000000000000012035770264007174 5ustar debian/install0000644000000000000000000000005512035770264010565 0ustar jsrender*.js /usr/share/javascript/jsrender/ debian/rules0000755000000000000000000000026312035770264010255 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_build: uglifyjs -o jsrender.min.js jsrender.js debian/docs0000644000000000000000000000002212035770264010041 0ustar README.md demos/* debian/control0000644000000000000000000000154312035770264010602 0ustar Source: jsrender Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: David Paleino Build-Depends: debhelper (>= 9) , node-uglify Standards-Version: 3.9.4 Homepage: https://github.com/BorisMoore/jsrender Vcs-Git: git://git.debian.org/pkg-javascript/jsrender.git Vcs-Browser: http://git.debian.org/?p=pkg-javascript/jsrender.git;a=summary Package: libjs-jsrender Architecture: all Depends: ${misc:Depends} , libjs-jquery Recommends: javascript-common Description: JavaScript template rendering system jsRender is a JavaScript library that allows you to define a boilerplate structure once and reuse it to generate content dynamically. . It is an optimized template rendering system, it can be used to render templates to strings, ready for insertion in the DOM. debian/changelog0000644000000000000000000000021112035770264011040 0ustar jsrender (1.0~pre21-1) unstable; urgency=low * Initial release -- David Paleino Fri, 12 Oct 2012 12:08:36 +0200 debian/copyright0000644000000000000000000000455712035770264011142 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: jsRender Source: https://github.com/BorisMoore/jsrender Files: * Copyright: © 2012, Boris Moore License: MIT Files: debian/* Copyright: © 2012, David Paleino License: MIT Files: test/qunit/* Copyright: © 2011, John Resig © 2011, Jörn Zaefferer License: MIT or GPL-2+ Files: test/resources/dot.js Copyright: © 2011, Laura Doktorova License: MIT Files: test/resources/jquery.tmpl.js Copyright: © 2011, Software Freedom Conservancy, Inc. License: MIT or GPL-2+ License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package 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 Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/source/0000755000000000000000000000000012035770264010474 5ustar debian/source/format0000644000000000000000000000001412035770264011702 0ustar 3.0 (quilt) debian/clean0000644000000000000000000000002012035770264010171 0ustar jsrender.min.js debian/patches/0000755000000000000000000000000012035770264010623 5ustar debian/patches/series0000644000000000000000000000002312035770264012033 0ustar 00-fix_paths.patch debian/patches/00-fix_paths.patch0000644000000000000000000004476412035770264014065 0ustar From: David Paleino Subject: point to locally installed files Origin: vendor Forwarded: not-needed --- demos/scenarios/01_default-values-scenario.html | 4 ++-- demos/scenarios/02_separators-scenario.html | 4 ++-- demos/scenarios/03_iterating-through-fields-scenario.html | 4 ++-- demos/scenarios/04_assigning-variables-scenario.html | 4 ++-- demos/scenarios/05_arrays-plus-headers-and-footers.html | 4 ++-- demos/step-by-step/01_inserting-data.html | 4 ++-- demos/step-by-step/02_compiling-named-templates-from-strings.html | 4 ++-- demos/step-by-step/03_converters-and-encoding.html | 4 ++-- demos/step-by-step/04_if-else-tag.html | 4 ++-- demos/step-by-step/05_for-tag.html | 4 ++-- demos/step-by-step/06_template-composition.html | 4 ++-- demos/step-by-step/07_paths.html | 4 ++-- demos/step-by-step/08_custom-tags.html | 4 ++-- demos/step-by-step/09_helper-functions.html | 4 ++-- demos/step-by-step/10_comparison-tests.html | 4 ++-- demos/step-by-step/11_accessing-parent-data.html | 4 ++-- demos/step-by-step/12_passing-in-context.html | 4 ++-- demos/step-by-step/13_associating-helpers-with-templates.html | 4 ++-- demos/step-by-step/20_without-jquery.html | 2 +- demos/variants/accessing-templates/01_compiling-template-objects-from-strings.html | 4 ++-- demos/variants/accessing-templates/02_registering-named-template-from-script-declaration.html | 4 ++-- demos/variants/accessing-templates/03_getting-template-objects-from-script-declaration.html | 4 ++-- demos/variants/accessing-templates/04_template-composition-subtemplates.html | 4 ++-- demos/variants/accessing-templates/05_template-composition-templateobjects.html | 4 ++-- 24 files changed, 47 insertions(+), 47 deletions(-) --- jsrender.orig/demos/scenarios/01_default-values-scenario.html +++ jsrender/demos/scenarios/01_default-values-scenario.html @@ -1,8 +1,8 @@  - - + + --- jsrender.orig/demos/scenarios/02_separators-scenario.html +++ jsrender/demos/scenarios/02_separators-scenario.html @@ -1,8 +1,8 @@  - - + + --- jsrender.orig/demos/scenarios/03_iterating-through-fields-scenario.html +++ jsrender/demos/scenarios/03_iterating-through-fields-scenario.html @@ -1,8 +1,8 @@  - - + + --- jsrender.orig/demos/scenarios/04_assigning-variables-scenario.html +++ jsrender/demos/scenarios/04_assigning-variables-scenario.html @@ -1,8 +1,8 @@  - - + + --- jsrender.orig/demos/scenarios/05_arrays-plus-headers-and-footers.html +++ jsrender/demos/scenarios/05_arrays-plus-headers-and-footers.html @@ -1,8 +1,8 @@  - - + + --- jsrender.orig/demos/step-by-step/01_inserting-data.html +++ jsrender/demos/step-by-step/01_inserting-data.html @@ -1,8 +1,8 @@  - - + + --- jsrender.orig/demos/step-by-step/02_compiling-named-templates-from-strings.html +++ jsrender/demos/step-by-step/02_compiling-named-templates-from-strings.html @@ -1,8 +1,8 @@ - - + + --- jsrender.orig/demos/step-by-step/03_converters-and-encoding.html +++ jsrender/demos/step-by-step/03_converters-and-encoding.html @@ -1,8 +1,8 @@  - - + + --- jsrender.orig/demos/step-by-step/04_if-else-tag.html +++ jsrender/demos/step-by-step/04_if-else-tag.html @@ -1,8 +1,8 @@  - - + + --- jsrender.orig/demos/step-by-step/05_for-tag.html +++ jsrender/demos/step-by-step/05_for-tag.html @@ -1,8 +1,8 @@  - - + + --- jsrender.orig/demos/step-by-step/06_template-composition.html +++ jsrender/demos/step-by-step/06_template-composition.html @@ -1,8 +1,8 @@ - - + + --- jsrender.orig/demos/step-by-step/07_paths.html +++ jsrender/demos/step-by-step/07_paths.html @@ -1,8 +1,8 @@  - - + + --- jsrender.orig/demos/step-by-step/08_custom-tags.html +++ jsrender/demos/step-by-step/08_custom-tags.html @@ -1,8 +1,8 @@  - - + + --- jsrender.orig/demos/step-by-step/09_helper-functions.html +++ jsrender/demos/step-by-step/09_helper-functions.html @@ -1,8 +1,8 @@  - - + + --- jsrender.orig/demos/step-by-step/10_comparison-tests.html +++ jsrender/demos/step-by-step/10_comparison-tests.html @@ -1,8 +1,8 @@  - - + + --- jsrender.orig/demos/step-by-step/11_accessing-parent-data.html +++ jsrender/demos/step-by-step/11_accessing-parent-data.html @@ -1,8 +1,8 @@  - - + + --- jsrender.orig/demos/step-by-step/12_passing-in-context.html +++ jsrender/demos/step-by-step/12_passing-in-context.html @@ -1,8 +1,8 @@  - - + + --- jsrender.orig/demos/step-by-step/13_associating-helpers-with-templates.html +++ jsrender/demos/step-by-step/13_associating-helpers-with-templates.html @@ -1,8 +1,8 @@  - - + + --- jsrender.orig/demos/step-by-step/20_without-jquery.html +++ jsrender/demos/step-by-step/20_without-jquery.html @@ -1,7 +1,7 @@  - + --- jsrender.orig/demos/variants/accessing-templates/01_compiling-template-objects-from-strings.html +++ jsrender/demos/variants/accessing-templates/01_compiling-template-objects-from-strings.html @@ -1,8 +1,8 @@ - - + + --- jsrender.orig/demos/variants/accessing-templates/02_registering-named-template-from-script-declaration.html +++ jsrender/demos/variants/accessing-templates/02_registering-named-template-from-script-declaration.html @@ -1,8 +1,8 @@ - - + + --- jsrender.orig/demos/variants/accessing-templates/03_getting-template-objects-from-script-declaration.html +++ jsrender/demos/variants/accessing-templates/03_getting-template-objects-from-script-declaration.html @@ -1,8 +1,8 @@ - - + + --- jsrender.orig/demos/variants/accessing-templates/04_template-composition-subtemplates.html +++ jsrender/demos/variants/accessing-templates/04_template-composition-subtemplates.html @@ -1,8 +1,8 @@ - - + + --- jsrender.orig/demos/variants/accessing-templates/05_template-composition-templateobjects.html +++ jsrender/demos/variants/accessing-templates/05_template-composition-templateobjects.html @@ -1,8 +1,8 @@ - - + + debian/compat0000644000000000000000000000000212035770264010372 0ustar 9