1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
Source: libfreemarker-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Varun Hiremath <varun@debian.org>,
Torsten Werner <twerner@debian.org>,
Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
ant,
ant-optional,
antlr3,
bnd,
debhelper-compat (= 13),
default-jdk,
default-jdk-doc,
ivy,
ivy-debian-helper,
javacc,
junit,
jython (>= 2.5.3-10~),
jython-doc,
libcommons-io-java,
libcommons-jxpath-java,
libcommons-jxpath-java-doc,
libcommons-logging-java,
libcommons-logging-java-doc,
libdom4j-java,
libdom4j-java-doc,
libfindbugs-annotations-java,
libjaxen-java,
libjaxen-java-doc,
libjdom1-java,
libjdom1-java-doc,
libjetty9-java (>= 9.4),
libjetty9-extra-java (>= 9.4),
liblogback-java,
librhino-java,
librhino-java-doc,
libservlet-api-java,
libslf4j-java,
libtomcat9-java,
libxalan2-java,
libxalan2-java-doc,
libxerces2-java,
libxerces2-java-doc,
maven-repo-helper
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/libfreemarker-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libfreemarker-java
Homepage: https://github.com/apache/freemarker
Rules-Requires-Root: no
Package: libfreemarker-java
Architecture: all
Depends: ${misc:Depends}
Suggests:
jython,
libdom4j-java,
libjaxen-java,
libjdom1-java,
librhino-java,
libxalan2-java
Description: template engine written in Java
FreeMarker is a "template engine"; a generic tool to generate text output
(anything from HTML to autogenerated source code) based on templates. It's a
Java package, a class library for Java programmers. It's not an application
for end-users in itself, but something that programmers can embed into their
products.
.
FreeMarker is designed to be practical for the generation of HTML Web pages,
particularly by servlet-based applications following the MVC (Model View
Controller) pattern. The idea behind using the MVC pattern for dynamic Web
pages is that you separate the designers (HTML authors) from the programmers.
Everybody works on what they are good at. Designers can change the appearance
of a page without programmers having to change or recompile code, because the
application logic (Java programs) and page design (FreeMarker templates) are
separated. Templates do not become polluted with complex program fragments.
This separation is useful even for projects where the programmer and the HMTL
page author is the same person, since it helps to keep the application clear
and easily maintainable.
Package: libfreemarker-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends:
default-jdk-doc,
jython-doc,
libcommons-jxpath-java,
libdom4j-java-doc,
libjaxen-java-doc,
libjdom1-java-doc,
liblog4j1.2-java-doc,
librhino-java-doc,
libxalan2-java-doc,
libxerces2-java-doc
Suggests: libfreemarker-java
Description: template engine written in Java (documentation)
FreeMarker is a "template engine"; a generic tool to generate text output
(anything from HTML to autogenerated source code) based on templates. It's a
Java package, a class library for Java programmers. It's not an application
for end-users in itself, but something that programmers can embed into their
products.
.
FreeMarker is designed to be practical for the generation of HTML Web pages,
particularly by servlet-based applications following the MVC (Model View
Controller) pattern. The idea behind using the MVC pattern for dynamic Web
pages is that you separate the designers (HTML authors) from the programmers.
Everybody works on what they are good at. Designers can change the appearance
of a page without programmers having to change or recompile code, because the
application logic (Java programs) and page design (FreeMarker templates) are
separated. Templates do not become polluted with complex program fragments.
This separation is useful even for projects where the programmer and the HMTL
page author is the same person, since it helps to keep the application clear
and easily maintainable.
.
This package contains the documentation of libfreemarker-java.
|