[Pkg-javascript-commits] [node-topcube] 13/19: Rewrite package description

Jérémy Lal kapouer at alioth.debian.org
Sat Oct 26 13:54:19 UTC 2013


This is an automated email from the git hooks/post-receive script.

kapouer pushed a commit to branch master
in repository node-topcube.

commit f6bbc2c19d772f664027628a707db5bb110fb57f
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sat Oct 26 14:27:53 2013 +0200

    Rewrite package description
---
 debian/control |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index aa7b63c..69f112e 100644
--- a/debian/control
+++ b/debian/control
@@ -20,16 +20,17 @@ Depends:
  ${shlibs:Depends}
  , ${misc:Depends}
  , nodejs
-Description: simple binding to create a webkit window for Node.js
- Topcube is a module that gives Node.js developers a way to have a desktop
- GUI to their Node.js servers, using HTML5 + CSS3 as the GUI platform.
+Description: spawn a child webkit window from Node.js
+ This module allows to open a webkit window as a child process,
+ with a URL given as parameter.
+ The window can handle:
+  * setting its title to the web page title, if any
+  * handing downloads using gtk file browser
+  * opening external URL, with the help of xdg-open
  .
- Its features are:
-  - client/server architecture with communication over HTTP
-  - single HTML5 + CSS3-driven window: the client window does not spawn
-    popups, support tabs, create additional windows or add any native UI
-    components other than what a typical browser pane would provide;
-  - the client window runs as a child process of the calling node process.
+ A typical Node.js application can serve the web pages and open
+ a client webkit window to display the GUI and communicate with
+ the server using standard web tools.
  .
  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-topcube.git



More information about the Pkg-javascript-commits mailing list