aboutsummaryrefslogtreecommitdiff
path: root/network/mozilla-prism/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/mozilla-prism/README')
-rw-r--r--network/mozilla-prism/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/network/mozilla-prism/README b/network/mozilla-prism/README
new file mode 100644
index 000000000000..651429a60eec
--- /dev/null
+++ b/network/mozilla-prism/README
@@ -0,0 +1,17 @@
+Prism is a simple XULRunner-based browser that hosts web applications without
+the normal web browser user interface. Prism is based on a concept called
+Site-Specific Browsers (SSB). An SSB is designed to work exclusively with a
+single web application. It doesn't have the menus, toolbars and other
+accoutrements of a traditional web browser. An SSB also offers tighter
+integration with the operating system and desktop than a typical web
+application running through a web browser. Applications running in an SSB are
+therefore able to benefit from many of the advantages of the desktop and of
+the web at the same time.
+
+Benefits:
+ * separate proecesses
+ * minimal user interface
+ * basic desktop integration
+ * customization
+
+This is a repackaged version of the official Mozilla Prism tarball.