diff options
author | olgeni <olgeni@FreeBSD.org> | 2010-08-05 18:32:04 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2010-08-05 18:32:04 +0800 |
commit | 12a2c36969d3ef12a28bb1c4de03c9c42d6f24a5 (patch) | |
tree | b3bd5815d12e2bbe8a77201ce61d22a10ff4ec51 /www | |
parent | 98d5a5939a80e8b9e4a864435d11bf90a49ce3b9 (diff) | |
download | freebsd-ports-gnome-12a2c36969d3ef12a28bb1c4de03c9c42d6f24a5.tar.gz freebsd-ports-gnome-12a2c36969d3ef12a28bb1c4de03c9c42d6f24a5.tar.zst freebsd-ports-gnome-12a2c36969d3ef12a28bb1c4de03c9c42d6f24a5.zip |
Spelling and whitespace fixes.
Diffstat (limited to 'www')
-rw-r--r-- | www/jetty/pkg-descr | 8 | ||||
-rw-r--r-- | www/wgetpaste/pkg-descr | 2 |
2 files changed, 5 insertions, 5 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 diff --git a/www/wgetpaste/pkg-descr b/www/wgetpaste/pkg-descr index 4900e6513405..27c8acbd3e2a 100644 --- a/www/wgetpaste/pkg-descr +++ b/www/wgetpaste/pkg-descr @@ -1,5 +1,5 @@ A Script that automates pasting to a number of pastebin services relying only on bash, sed, coreutils (mktemp/sort/tr/wc/whoami/tee) -and wget +and wget. WWW: http://wgetpaste.zlin.dk/ |