[Pkg-javascript-commits] [node-connect] 10/23: update package description
Leo Iannacone
l3on-guest at moszumanska.debian.org
Sun Jun 15 16:36:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
l3on-guest pushed a commit to branch master
in repository node-connect.
commit 66b8b53400dd0a73f1ded3db3d085b5f703090dd
Author: Leo Iannacone <l3on at ubuntu.com>
Date: Sun Jun 15 18:09:39 2014 +0200
update package description
---
debian/control | 27 ++++-----------------------
1 file changed, 4 insertions(+), 23 deletions(-)
diff --git a/debian/control b/debian/control
index 0f91283..2b0fe4f 100644
--- a/debian/control
+++ b/debian/control
@@ -21,27 +21,8 @@ Depends:
, node-parseurl
, node-escape-html
, node-utils-merge
-Description: high performance middleware framework for NodeJS
- Connect is a middleware framework for node, shipping with bundled
- middlewares and a rich choice of 3rd-party middlewares.
+Description: extensible HTTP server framework - Node.js module
+ Connect is an extensible HTTP server framework for Node.js
+ using plugins known as middleware.
.
- It bundles:
- - basicAuth: basic http authentication
- - bodyParser: extensible request body parser
- - compiler: static asset compiler (sass, less, coffee-script, etc)
- - cookieParser: cookie parser
- - csrf: cross-site request forgery protection
- - directory: directory listing middleware
- - errorHandler: flexible error handler
- - favicon: efficient favicon server (with default icon)
- - limit: limit the bytesize of request bodies
- - logger: request logger with custom format support
- - methodOverride: faux HTTP method support
- - profiler: request profiler reporting response-time, memory usage, etc
- - query: automatic querystring parser, populating `req.query`
- - responseTime: calculates response-time and exposes via X-Response-Time
- - router: provides rich Sinatra / Express-like routing
- - session: session management support with bundled MemoryStore
- - static: streaming static file server supporting `Range` and more
- - staticCache: memory cache layer for the static() middleware
- - vhost: virtual host sub-domain mapping middleware
+ Node.js is an event-based server-side JavaScript engine.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-connect.git
More information about the Pkg-javascript-commits
mailing list