aboutsummaryrefslogtreecommitdiff
path: root/www/jetty
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2010-08-05 10:32:04 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2010-08-05 10:32:04 +0000
commit4c030a62ccb1806c20eeb2239ed6c32e4c4559dd (patch)
tree0a2f3fb5b922506b93cb586d75d37912aef71de6 /www/jetty
parent5b3a65c635266f17caf56c41a5dea2dd26e28f96 (diff)
downloadports-4c030a62ccb1806c20eeb2239ed6c32e4c4559dd.tar.gz
ports-4c030a62ccb1806c20eeb2239ed6c32e4c4559dd.zip
Notes
Diffstat (limited to 'www/jetty')
-rw-r--r--www/jetty/pkg-descr8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/jetty/pkg-descr b/www/jetty/pkg-descr
index 9bd74bf52bcf..f31a96247f3a 100644
--- a/www/jetty/pkg-descr
+++ b/www/jetty/pkg-descr
@@ -1,5 +1,5 @@
Jetty is an open-source, standards-based, full-featured web server implemented
-entirely in java. It is released under the Apache 2.0 licence and is therefore
+entirely in Java. It is released under the Apache 2.0 licence and is therefore
free for commercial use and distribution.
Jetty can be used as:
@@ -7,7 +7,7 @@ Jetty can be used as:
* a stand-alone traditional web server for static and dynamic content
* a dynamic content server behind a dedicated HTTP server such as Apache
using mod_proxy
- * an embedded component within a java application
+ * an embedded component within a Java application
Some of the defining features of Jetty are:
@@ -15,11 +15,11 @@ Simplicity: The guiding principle of Jetty could be said to be "simplicity not
complexity". We want to make Jetty easy to understand and use:
Efficiency: A lot of effort goes into optimizing Jetty's performance and
-crafting the code so as to make the footprint as small as possible:
+crafting the code so as to make the footprint as small as possible.
Embeddability: Jetty is designed to be a good component. This means that it can
easily be embedded in an application without forcing the application to adapt to
-it:
+it.
Pluggability: Jetty is architected for pluggability. The API allows different
implementations of all of the principal Jetty components to be selected. At