File: features.html

package info (click to toggle)
sitemesh 2.4.1%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, trixie
  • size: 1,816 kB
  • sloc: java: 6,707; xml: 514; jsp: 393; perl: 64; makefile: 11; sh: 9
file content (39 lines) | stat: -rw-r--r-- 1,787 bytes parent folder | download | duplicates (6)
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
<html>
	<head>
		<title>SiteMesh Feature List</title>
	</head>
	<body>
	    <h4>Java</h4>
		<ul>
			<li>Built with Java, the industry standard for enterprise applications.</li>
			<li>Conform to the <a href="http://jcp.org/aboutJava/communityprocess/first/jsr053/index.html">Java Servlet 2.3 specification</a> (final release).</li>
	    </ul>

	    <h4>Open Source</h4>
	    <ul>
			<li>Open source software distributed under the OpenSymphony Software License (derived and fully compatible with the <a href="http://www.apache.org/LICENSE.txt" target="_blank">Apache Software License</a>).</li>
		</ul>

		<h4>Simple</h4>
		<ul>
			<li>Non-technical users can now create professional Web pages while
			effortlessly maintaining a consistent look-and-feel across your web-application.</li>
			<li>Dramatically reduces the time needed to develop and maintain a web-application.</li>
			<li>Eliminates the need to create multiple web-apps for different audiences by
			allowing the decorator to be changed according to the useragent or a request parameter(s) (e.g. printable version).</li>
       </ul>

       <h4>Very flexible</h4>
       <ul>
			<li>A printable version of your entire site is only a matter of minutes!</li>
			<li>Map a decorator based on a cookie value.</li>
			<li>With the <a href="api/com/opensymphony/module/sitemesh/mapper/RobotDecoratorMapper.html">RobotDecoratorMapper</a> you can apply a special decorator to all your pages when
			they are indexed by a search engine robot (also known as spider, crawler). Currently supports over 200 robots.</li>
		</ul>

		<h4>Integrated</h4>
		<ul>
		    <li>Supports <a href="velocity-decorators.html">Velocity</a> and <a href="freemarker-decorators.html">Freemarker</a> for writing decorators.</li>
		</ul>
	</body>
</html>