Changes

Jump to: navigation, search

Prism

63 bytes added, 00:50, 28 June 2010
no edit summary
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 an application with an embedded browser designed to work exclusively with a single web application. It doesn’t have the menus, toolbars and accoutrements of a normal web browser. Some people have called it a "[http://www.hawkwings.net/2006/05/13/a-dedicated-distraction-free-browser-for-gmail/ distraction free browser]" because none of the typical browser chrome is used. An SSB also has a tighter integration with the OS and desktop than a typical web application running through a web browser.<div class="note">WebRunner has become [http://labs.mozilla.com/2007/10/prism/ Prism], a Mozilla Labs project. Find more discussion in the Prism [http://groups.google.com/group/mozilla-labs-prism/topics user feedback forum] or the [https://labs.mozilla.com/forum/index.php/board,16.0.html archived forum].</div> == Prism / SSB Objectives ==
<div class="note">WebRunner Looking at what has become [http://labs.mozilla.com/2007already been done and discussed about desktop/10/prism/ Prism]webapp integration, the following is a Mozilla Labs project. Find more discussion in the Prism [http://groups.google.com/group/mozilla-labs-prism/topics user feedback forum] or the [httpssuggested roadmap for SSB experimentation://labs.mozilla.com/forum/index.php/board,16.0.html archived forum].</div>
== Prism / SSB Objectives ==Looking at what has already been done and discussed about desktop/webapp integration, the following is a suggested roadmap for SSB experimentation:* '''Separate process:''' When the webapp goes down or locks up, I don’t want anything else affected. Thankfully, Firefox does have session restore, but that is beside the point. When I open many tabs and have several webapps running in a browser, things get slow and unstable after a day or two.* '''Minimal UI:''' A generic browser UI is not needed for webapps. If any UI is present, make it specific to the webapp I am using.* '''Basic desktop integration:''' Create shortcuts to start the webapp, add ability to show specialized icons in the tray or dock and ability to display notifications.* '''Platform with extensions:''' I don’t want to download a full browser runtime for each webapp. I do want to be able to add some custom code/features that are not directly supported in the webapp. I should be able to install one runtime and then get packages or extensions for each webapp. Think Firefox extensions or Greasemonkey scripts. These extensions should be able to tweak the SSB UI as well.* '''Open external links in real browser:''' If I click a link in the webapp that opens a new site, don’t change my webapp browser window. Open all external links in my default/real browser.
* [[Prism/FAQ | Prism FAQ]]
== Current Features ==* Window title tracking* Context menu for basic clipboard and selection operations* Simple Print support via context menu* About support via context menu which is useful for checking the XULRunner runtime version* Launch Prism with commandline parameters to host specific webapps* Web application profile support - parameters for a web app can be saved to an INI-style *.webapp file* Support for webapp owned popup windows - some email webapps can use a popup to compose email* Show float-over link destinations in the statusbar so users can see where the link will take them* Support download manager* Support for inline spellcheck and suggestions on context menu* A tool to create new webapp profiles so new webapps can be installed from Prism* An extension to allow Firefox to create webapp profiles since most of this process starts in the browser
*Window title tracking *Context menu for basic clipboard and selection operations *Simple Print support via context menu *About support via context menu which is useful for checking the XULRunner runtime version *Launch Prism with commandline parameters to host specific webapps *Web application profile support - parameters for a web app can be saved to an INI-style *.webapp file *Support for webapp owned popup windows - some email webapps can use a popup to compose email *Show float-over link destinations in the statusbar so users can see where the link will take them *Support download manager *Support for inline spellcheck and suggestions on context menu *A tool to create new webapp profiles so new webapps can be installed from Prism *An extension to allow Firefox to create webapp profiles since most of this process starts in the browser == Wishlist == * Add Taskbar icon representation option for the web applications.* Make all link open in it's own app (eg. Facebook Prism app will force all facebook link from any other app to open in this app)* Add one instance behavior in order for the shortcuts to bring the web app to view rather than open a second window.* Add menus for page setup, open profile and work offline* Add support for form field autocompletion, like Firefox* Enable extension support so Prism can be tweaked or enhanced. Also, webapps themselves can be tweaked by extensions* Create some form of adjusting preferences (about:config?). For instance, I had to add the code below in webruner-prefs.js to adjust proxy
pref("network.proxy.autoconfig_url", "http://autoproxy.url.pac");
pref("network.proxy.type", 2) :::using a parameter in the .webapp file would be the best solution&nbsp;:
::: using a parameter in the .webapp file would be the best solution :
proxy=http://myname:mypassword@myproxy:3128/
::: but you could also have a sort of "Registry Editor" webapp (just create one with about:config as the URL--maybe keep it in the Prism shortcuts, rather than the webapp ones) *'''Add url/domain/subdomain restriction (external links won't work) ''give more detail on the discussion page''''' *Add ability to open external links with other browsers (Firefox/Konqueror/IE/etc.) ''this should be working now - give more detail on the discussion page'' *Add ability to have entire software and webapp run from a USB memory device for roaming use. *Possibility of full screen mode *Find box *Use webpage (favicon) icon instead of prism icon *Navigation with Alt + mouse scroll wheel is working, even if navigation is disabled in webapp.ini. Maybe it should be like in firefox Shift + mouse scroll wheel when navigation is enabled. *Navigation with mouse gestures. A left-click, hold and move cursor to the left would signify a Back page request on a left-click, hold and move cursor to the right would be forward. Others such as to the top left corner to signify minimize window. This would enable the use of touch-screen kiosks without keyboard or mouse attached. *<del>More robust command line handling. It would be nice be able to simply type one of these:</del>
* Add url/domain/subdomain restriction (external links won't work) ''give more detail on the discussion page''
* Add ability to open external links with other browsers (Firefox/Konqueror/IE/etc.) ''this should be working now - give more detail on the discussion page''
* Add ability to have entire software and webapp run from a USB memory device for roaming use.
* Possibility of full screen mode
* Find box
* Use webpage (favicon) icon instead of prism icon
* Navigation with Alt + mouse scroll wheel is working, even if navigation is disabled in webapp.ini. Maybe it should be like in firefox Shift + mouse scroll wheel when navigation is enabled.
* Navigation with mouse gestures. A left-click, hold and move cursor to the left would signify a Back page request on a left-click, hold and move cursor to the right would be forward. Others such as to the top left corner to signify minimize window. This would enable the use of touch-screen kiosks without keyboard or mouse attached.
* <del>More robust command line handling. It would be nice be able to simply type one of these:
webrunner gmail.webapp
webrunner https://mail.google.com/mail</del> - Nope * Updater like firefox that tells you when a new version of webrunner has been released.* Add something to configure and block advertisement.* Back, forward (history) and reload buttons are necessary.* Support for increasing and decreasing text size (ctrl++ and ctrl--)* Menu option - 'Preferences'* Option to load "sidebar services", what I mean by this is the option to load services which are meant to load in sidebar (google Chat and google Notebook have specific webpages for the sidebar for example) and which will load in prism as a fixed size window on the left of the screen (and best would be that maximized windows will stay right of it)* Configuration option to sandbox a webapp so it doesn't share cookies with other webapps in the same Prism. This could allow multiple Google apps to be open with different accounts (a@gmail.com Gmail; b@msn.com for Reader; c@hostedgmail.com for Hosted Gmail).* Detection of window close ( user clicks the X button ) with JavaScript. Existing ways to detect browser closure are not reliable and in the context of an app it is essential. Detection of window minimize/restore might be useful as well ( like in a real desktop app... )* Better shell integration: Most options should be accessible via command line and --help should print out something usable.* Add ability to configure/clear private data (cookies, history, passwords, etc.)* NTLM Authentification like "network.automatic-ntlm-auth.trusted-uris" in Firefox* Minimize to system tray with balloon notifications* Enable selecting spell checker's language in context menu, or guess it based on LANG environment variable and lang html attribution. (As of 0.8 it always uses US English.)* Make it possible for the website developer to specify a menu structure in the host window for the normal menu-bar in the top of an application.* The website developer should be able to specify the supported configuration of prism, e.g. enable/disable sidebar service, preferred sidebar url, icon, etc. This will remove the need for the decentralized .app file.* The website developer should be able to specify the preferred/minimum size of the host window. '''Security for use in Computer-Based Exams - Traagoob - 19 July 2008'''  *A toggle-option that locks down the SSB to a registered domain name. For example, an SSB set to w3schools.com would allow links to any higher-level domain name (e.g., www.w3schools.com) or folder (e.g., www.w3schools.com/xml/), but not allow vectoring to another domain name such as google.com. Currently, an SSB set to w3schools.com will vector to www.google.com if the user enters that url into the site's site-search box. At that point the examinee is free to explore unauthorized sites during the examination. *A toggle-option to restrict starting a regular browser. This is possible if the directory names for the regular browsers are modified, but it would be nicer if the SSB could manage this. *To be able to set the window height and width via the configuration file, as well as set the border type (dialog, sizeable, none?, etc). I believe the windowsize could be set in the webapp.js though I think it would be more appropriately set within the webapp.ini == Web Application Bundles == A web application [[Prism/Bundle|bundle]] is a zip archive that holds a [[Prism/Config|configuration]] file, icons and an optional webapp JS [[Prism/Scripting|script]]. The profile can be used to launch and install the webapp in Prism:  <code>prism -webapp [webapp-bundle]</code>  Whenever a web application has been launched / installed using the above command line and the webapp [[Prism/Config|configuration]] has an '''ID''' parameter, the web application is unpacked into the Prism profile folder and can be launched directly using:  <code>prism -webapp [webapp-id]</code>  Here is a simple [[Prism/Bundle#HowTo|how-to]] for building a basic web application bundle.  See: [[Prism/Bundle]]
'''Security for use in Computer-Based Exams - Traagoob - 19 July 2008'''* A toggle-option that locks down the SSB to a registered domain name. For example, an SSB set to w3schools.com would allow links to any higher-level domain name (e.g., www.w3schools.com) or folder (e.g., www.w3schools.com/xml/), but not allow vectoring to another domain name such as google.com. Currently, an SSB set to w3schools.com will vector to www.google.com if the user enters that url into the site's site-search box. At that point the examinee is free to explore unauthorized sites during the examination.* A toggle-option to restrict starting a regular browser. This is possible if the directory names for the regular browsers are modified, but it would be nicer if the SSB could manage this.* To be able to set the window height and width via the configuration file, as well as set the border type (dialog, sizeable, none?, etc). == Web Application Configuration I believe the windowsize could be set in the webapp.js though I think it would be more appropriately set within the webapp.ini==
== Web Application Bundles ==A web application [[Prism/Bundle | webapp bundle]] is a zip archive that holds should contain a webapp.ini [[Prism/Config | configuration]] file. The configuration file is a simple, icons and an optional webapp JS [[Prism/Scripting | script]]INI-style text file that specifies some parameters about a web application. The profile can be used to launch and install the webapp in Prism:
<code>prism -webapp See: [webapp-bundle[Prism/Config]]</code>
Whenever a web application has been launched / installed using the above command line and the webapp [[Prism/Config | configuration]] has an '''ID''' parameter, the web application is unpacked into the Prism profile folder and can be launched directly using:== Web Application Script ==
<code>prism Some Prism-based web applications may want to tweak the behavior or add desktop-ish features to the webapp . Prism supports a simple [[Prism/Scripting|scripting]] system that can be used to add custom JS script to the Prism chrome [[Prism/HostWindow|host]], but not the webcontent itself. <div class="note">In the future, the webapp-id]script may have lower privileges. We are looking into the security aspects of the higher privilege level.</codediv>See: [[Prism/Scripting]]
Here is a simple [[Prism/Bundle#HowTo | how-to]] for building a basic web application bundle.== Web Application Styling ==
See: One of Prism's goals is to make web applications feel more like desktop applications. One way to make the illusion seem more real is to use styling (or theming). Prism supports a simple [[Prism/Styling|styling]] system that allows the user to add CSS files to the webapp [[Prism/Bundle|bundle]].
== Web Application Configuration ==A webapp bundle should contain a webapp.ini See: [[Prism/Config | configurationStyling]] file. The configuration file is a simple, INI-style text file that specifies some parameters about a web application.
See: [[== Prism/Config]]Host Window ==
== Web Application Script ==Some Prism-based provides a simple, scaled down browser window for running web applications may want to tweak the behavior or add desktop-ish features to the webapp. Prism supports a simple Using [[Prism/Scripting Config| scriptingconfiguration]] system that can be used to add custom JS script to the Prism chrome files and webapp [[Prism/HostWindow Scripting| hostscripting]], but not the webcontent itselfhost window can be modified.
<div class="note"> In the future, the webapp script may have lower privileges. We are looking into the security aspects of the higher privilege level.<See: [[Prism/div>HostWindow]]
See: [[Prism/Scripting]]== Installer ==
== Web Application Styling ==One of Prism's goals is to make web applications feel more like desktop applications. One way to make The installer should configure the illusion seem more real is OS to use styling (or theming)associate *. webapp files with Prism supports . This means that when you double-click or launch a simple [[*.webapp file, Prism/Styling | styling]] system that allows is launched and automatically opens the user to add CSS files to the webapp [[Prism/Bundle | bundle]]web application.
See: [[Current Windows and Mac installs automatically associate *.webapp with Prism/Styling]].
== Prism Host Window ==Prism provides One interesting side effect is that after this change, you can select a link to a simple, scaled down browser window for running web applications. Using [[webapp file in a Web Page and you get it run by Prism- in IE this runs anywhere, but this won't work in Firefox unless the webapp is being issued with an appropriate MIME type on the server: application/Config | configuration]] files and webapp x-webrunner works (see [[Prismhttp://blondechris.com/www/Scripting | scriptinggmail.webapp here]], the host window can be modifiedfor an example).
See: [[Prism/HostWindow]]== Installs ==
== Installer ==The installer should configure the OS to associate *.webapp files with Prism. This means that when you double-click is available as an extension for Firefox 3 or launch as a *.webapp file, Prism is launched and automatically opens the web standalone application.
Current Windows and Mac installs automatically associate *.webapp with Prism.==== Beta version ====
One interesting side effect is that after this change, you can select a link to a .webapp file in a Web Page and you get it run by Prism - in IE this runs anywhere, but this won't work in Firefox unless the webapp is being issued with an appropriate MIME type on the server: application/x-webrunner works (see [http://blondechris.com/www/gmail.webapp here] for an example)=== Beta 1.0b2 ===
== Installs ==*Extension (all platforms): [https://addons.mozilla.org/en-US/firefox/addon/6665 Install from addons.mozilla.org]
Prism is available as an extension for Firefox 3 or as a standalone application*Install (Mac)(DMG)&nbsp;: [http://prism.mozillalabs.com/downloads/1.0b2/prism-1.0b2.en-US.mac.dmg prism-1.0b2.en-US.mac.dmg] *Install (Windows)(ZIP): [http://prism.mozilla.com/downloads/1.0b2/prism-1.0b2.en-US.win32.zip prism-1.0b2.en-US.win32.zip]
==== Beta version =1.0b1 ===
=== Beta *Install (Linux)&nbsp;: [http://prism.mozilla.com/downloads/1.0b1/prism-1.0b2 ===0b1.en-US.linux-i686.tar.bz2 prism-1.0b1.en-US.linux-i686.tar.bz2] * Extension Install (Mac)(all platformsDMG)&nbsp;: [httpshttp://addonsprism.mozilla.orgcom/downloads/1.0b1/prism-1.0b1.en-US.mac.dmg prism-1.0b1.en-US.mac.dmg] *Install (Windows)(ZIP): [http:/firefox/addonprism.mozilla.com/downloads/1.0b1/6665 Install from addonsprism-1.0b1.en-US.win32.zip prism-1.0b1.en-US.mozillawin32.orgzip]
* Install (Mac)(DMG) : [http://prism.mozillalabs.com/downloads/1.0b2/prism-1.0b2.en-US.mac.dmg prism-1.0b2.en-US.mac.dmg]* Install (Windows)(ZIP): [http://prism.mozilla.com/downloads/1.0b2/prism-1.0b2.en-US.win32.zip prism-1.0b2.en-US.win32.zip]==== Latest version ====
=== Beta 1*Extension (all platforms): [https://addons.mozilla.org/en-US/firefox/addon/6665 Install from addons.0b1 ===mozilla.org] * Install (LinuxWindows) : [http://prismpeople.mozilla.com/downloads~mfinkle/1.0b1prism/prism-10.0b19.en-US.linuxwin32.exe prism-0.9.en-i686US.win32.exe] (6.6 MB) *Install (Windows (ZIP)): [http://people.tarmozilla.bz2 com/~mfinkle/prism/prism-10.0b19.en-US.linuxwin32.zip prism-0.9.en-i686US.tarwin32.bz2zip](8.5 MB) * Install (Mac)(DMG) '''INTEL ONLY''': [http://prismpeople.mozilla.com/downloads~mfinkle/1.0b1prism/prism-10.0b19.en-US.mac.dmg prism-10.0b19.en-US.mac.dmg](11 MB) * Install (Windows)(ZIPLinux): [http://prismpeople.mozilla.com/downloads~mfinkle/1.0b1prism/prism-10.0b19.en-US.win32linux-i686.tar.zip bz2 prism-10.0b19.en-US.win32linux-i686.tar.bz2] (7.9 MB) *Install (DEB Package): [http://goopackage.googlecode.com/files/prism_0.9.deb prism_0.9.zipdeb](8.4 MB)
==== Latest Old version ====
* Extension (all platforms): [https://addons.mozilla.org/en-US/firefox/addon/6665 Install from addons.mozilla.org]* Install (Windows): [http://people.mozilla.comorg/~mfinkle/prism/prism-0.9.en8-US.win32.exe prism-0.9.en8-US.win32.exe] (6.6 MB)* Install (Windows (ZIP)Mac): [http://people.mozilla.comorg/~mfinkle/prism/prism-0.9.en-US.win32.zip prism-0.9.en-US.win32.zip] (8.5 MB)* Install (Mac) '''INTEL ONLY''': [http://people.mozilla.com/~mfinkle/prism/prism-0.9.en-US.mac.dmg prism-0.9.en8-US.mac.dmg] (11 MB17MB)* Install (Linux): [http://people.mozilla.comorg/~mfinkle/prism/prism-0.9.en8-US.linux-i686.tar.bz2 prism-0.9.en8-US.linux-i686.tar.bz2] (7.9 MB)* Install (DEB Package): [http://goopackage.googlecode.com/files/prism_0.9.deb prism_0.9.deb] (8.4 MB8MB)
==== Old version ====''NOTE: "bash: ./prism: No such file or directory" error on 64-bit Linux (Ubuntu Gutsy Gibbon) occurs if you do not have the "ia32-libs" package installed. Installing the package with "sudo aptitude install ia32-libs" resolves the issue.''
* Install (Windows): [http://people.mozilla.org/~mfinkle/prism/prism-0.8-win32.exe prism-0.8-win32.exe] (6 MB)* Install (Mac): [http://people.mozilla.org/~mfinkle/prism/prism-0.8-mac.dmg prism-0.8-mac.dmg] (17MB)* Install (Linux): [http://people.mozilla.org/~mfinkle/prism/prism-0.8-linux.tar.bz2 prism-0.8-linux.tar.bz2] (8MB)==== Bookmarklet ====
''NOTE*Prism Bookmarklet Experiment: "bash[http: //prismspectrum.com/bookmarklet/ prismspectrum.com/prism: No such file or directory" error bookmarklet] (generates webapps on 64-bit Linux (Ubuntu Gutsy Gibbon) occurs if you do not have the "ia32-libs" package installed. Installing the package with "sudo aptitude install ia32-libs" resolves the issue.''fly via web)
*[http://prismspectrum.com/refraction/webapps/?C=M;O=== Bookmarklet ====D refracted webapps]
* Prism Bookmarklet Experiment: [http://prismspectrum.com/bookmarklet/ prismspectrum.com/bookmarklet] (generates webapps on-the-fly via web)==== Bundles ====
* Gmail: [http://starkravingfinkle.org/projects/webrunner/gmail.webapp gmail.webapp] *Google Calendar: [http://starkravingfinkle.org/projects/webrunner/gcalendar.webapp gcalendar.webapp] *Google Docs: [http://starkravingfinkle.org/projects/webrunner/gdocs.webapp gdocs.webapp] *Google Groups: [http://prismspectrumstarkravingfinkle.comorg/refractionprojects/webappswebrunner/?C=M;O=D refracted webappsgroups.webapp groups.webapp] *Google Analytics: [http://starkravingfinkle.org/projects/webrunner/ganalytics.webapp ganalytics.webapp] *Google Reader: [http://starkravingfinkle.org/projects/webrunner/greader.webapp greader.webapp] *Facebook: [http://starkravingfinkle.org/projects/webrunner/facebook.webapp facebook.webapp] *Twitter: [http://starkravingfinkle.org/projects/webrunner/twitter.webapp twitter.webapp]
==== User Contributed Bundles ====
* Gmail32 online todo lists: [http://starkravingfinkleinternetducttape.com/2007/10/05/distraction-free-gtd-32-todolist-apps/ Zip file with web apps for 32 online todo lists] *Anywhere.FM: [http://assets.drop.io/download/479ff19d/3505ccf0bffffc1d90329314ad8a4e96a3a9334d/ce89b8d0-b110-012a-aa90-00127994f632/194200e0-b111-012a-a397-f6c1e1d8b557/anywhere.fmprism.app.webapp anywhere.fm@prism.app.webapp] a service that lets you upload your entire music library to their servers and listen from anywhere through a slick flash interface. *AOL Email&nbsp;: [http://www.mediafire.com/?71btgnbjztc AoLEmail.webapp] *BBC Radio Player [http://alf.hubmed.org/projectsbbcradioplayer.webapp bbcradioplayer.webapp] *Bloglines&nbsp;: [http://webrunnerwww.luckydisasters.com/wp-content/uploads/2007/10/gmailbloglines.webapp gmailbloglines.webapp]* Google CalendarBloglines Beta: [http://starkravingfinklesilenceisdefeat.org/projects~j0ker/beta.bloglines.webapp beta.bloglines.webapp] *Chandler: [http://stuff.occident.us/chandler.webapp chandler.webapp] *Flash Earth (integrates all major mapping sites) [http://www.thanscorner.info/wp-content/uploads/2007/10/FlashEarth.webapp FlashEarth.webapp] *Flickr: [http://william.rawls.googlepages.com/flickr.webapp flickr.webapp] *Gollum Wikipedia Browser in english:[http://atomic1fire.googlepages.com/Gollum-en.webapp Gollum_en.webapp] *Google Notebook: [http://webrunnerwilliam.rawls.googlepages.com/gcalendargnote.webapp gcalendargnote.webapp]* Google DocsPage Creator: [http://starkravingfinklewww.luckydisasters.com/wp-content/uploads/2007/10/google_pagecreator.webapp google_pagecreator.orgwebapp] *Google Reader + GTalk&nbsp;: [http:/projects/webrunnerwww.firefoxstory.com/gdocsPRISM-bundle-google-reader-with-gtalk.webapp gdocsPRISM-bundle-google-reader-with-gtalk.webapp]* Google GroupsWebmaster Tools: [http://starkravingfinklewww.luckydisasters.com/wp-content/uploads/2007/10/google_webmastertools.webapp google_webmastertools.orgwebapp] *GrandCentral Inbox: [http:/projects/william.rawls.googlepages.com/grandc.webapp grandc.webapp] (NOTE: GrandCentral requires the Flash plugin. Only way I found to add the flash plugin to WebRunner was to copy my plugins folder from firefox to the webrunnerfolder. Not the cleanest, but it got all my plugins at once) *Meebo: [http://thanscorner.info/wp-content/uploads/2007/10/groupsmeebo.webapp groupsmeebo.webapp]online instant messaging client * Google AnalyticsMibbit: [http://floresg.googlepages.com/www.mibbit.com.webapp mibbit.webapp] online IRC web application *Miro Guide: [http://starkravingfinklesilenceisdefeat.org/projects~j0ker/miroguide.webapp miroguide.webapp] *Motor0: [http://bakersys.com/files/motor0.webapp motor0.webapp] useful webapp on maintenance and fuel consumptions managment *Pandora: [http://www.cellojoe.net/other/pandora.webapp.zip pandora.webapp] Internet radio that only plays music you like. *Plurk: [http://www.darkcanvas.com/uploads/plurk.webapp plurk.webapp] Social Network utilizing a horizontal time line display and lots of AJAX *reddit: [http://www.betelgeuse.ch/~mgrueter/webrunnerprism/ganalyticsreddit.webapp ganalyticsreddit.webapp]* Remember The Milk: [http://www.betelgeuse.ch/~mgrueter/prism/rtm.webapp rtm.webapp] (NOTE: Should work with Google ReaderGears [http://www.iosart.com/blog/2007/06/05/install-google-gears-in-a-xulrunner-app-in-3-quick-steps/ with some help]) *Rsizr Image Editor [http://www.blogscooper.com/webapps/Rsizr.webapp rsizr.webapp] *SeeqPod: [http://starkravingfinkleassets.drop.orgio/download/479ff19d/c8676867e25684ff7a3cce271850247d4adeab78/projectsce89b8d0-b110-012a-aa90-00127994f632/webrunnerfb177670-b112-012a-8985-fc3c183d16d0/greaderseeqpod.webapp greaderseeqpod.webapp]Playable music search engine. * Facebook[http: //www.slimtimer.com SlimTimer] Client [http://bryce.schoberfamily.com/files/slimtimer.webapp slimtimer.webapp] a very useful time-tracking tool with a "slim" client *SpagoBI [http://starkravingfinklewww.altic.org/projectsdemo/spagobi.webapp spagobi.webapp] a Web collaborative Business Intelligence platform *Streamy [http://webrunnerwww.avinash.ws/wp-content/plugins/download-monitor/download.php?id=3 streamy.webapp] ( [http://www.streamy.com Streamy] is a pretty powerful, next-gen online RSS feed reader. ) *studiVZ: [http://www.betelgeuse.ch/~mgrueter/prism/facebookstudivz.webapp facebookstudivz.webapp]* TwitterWassr: [http://starkravingfinklewassr.orgcom/help/prism.html wassr.webapp] *Weightwatchers.com Plan Manager&nbsp;: [http://geekfarmlife.com/misty/weightwatchers.webapp weightwatchers.webapp] *Yahoo! Mail: [http:/projects/www.thingsthemselves.com/webrunner/twitterymail.webapp twitterymail.webapp](note that this fakes a Firefox user agent string while running, which may affect other running web applications.)
==== User Contributed Bundles ==Contributing ==
* 32 online todo lists: [http://internetducttape.com/2007/10/05/distraction-free-gtd-32-todolist-apps/ Zip file with web apps for 32 online todo lists]* Anywhere.FM: [http://assets.drop.io/download/479ff19d/3505ccf0bffffc1d90329314ad8a4e96a3a9334d/ce89b8d0-b110-012a-aa90-00127994f632/194200e0-b111-012a-a397-f6c1e1d8b557/anywhere.fmprism.app.webapp anywhere.fm@prism.app.webapp] a service that lets you upload your entire music library to their servers and listen from anywhere through a slick flash interface.* AOL Email : [http://www.mediafire.com/?71btgnbjztc AoLEmail.webapp]* BBC Radio Player [http://alf.hubmed.org/bbcradioplayer.webapp bbcradioplayer.webapp]* Bloglines : [http://wwwsvn.luckydisasters.com/wp-content/uploads/2007/10/bloglines.webapp bloglines.webapp]* Bloglines Beta: [http://silenceisdefeatmozilla.org/~j0kerprojects/beta.bloglines.webapp beta.bloglines.webapp]* Chandler: [http:webrunner//stuff.occident.us/chandler.webapp chandler.webappSource code in SVN]* Flash Earth Bugzilla (integrates all major mapping sitesfor bugs and suggestions) [httphttps://wwwbugzilla.thanscornermozilla.infoorg/wp-content/uploads/2007/10/FlashEarthbuglist.webapp FlashEarth.webapp]* Flickr: [http://william.rawls.googlepages.com/flickr.webapp flickr.webapp]* Gollum Wikipedia Browser in english:[http://atomic1fire.googlepages.com/Gollum-en.webapp Gollum_en.webapp]* Google Notebook: [http://william.rawls.googlepages.com/gnote.webapp gnote.webapp]* Google Page Creator: [http://www.luckydisasters.com/wp-content/uploads/2007/10/google_pagecreator.webapp google_pagecreator.webapp]* Google Reader cgi?query_format=advanced&product=Mozilla+ GTalk : [http://www.firefoxstory.com/PRISMLabs&component=Prism&resolution=-bundle-google-reader-with-gtalk.webapp PRISM-bundle-google-reader-with-gtalk.webapp&chfieldto=Now open bugs]* Google Webmaster Tools: [http://www.luckydisasters.com/wp-content/uploads/2007/10/google_webmastertools.webapp google_webmastertools.webapp]* GrandCentral Inbox: [http://william.rawls.googlepages.com/grandc.webapp grandc.webapp] (NOTE: GrandCentral requires the Flash plugin. Only way I found to add the flash plugin to WebRunner was to copy my plugins folder from firefox to the webrunner folder. Not the cleanest, but it got all my plugins at once)* Meebo: [http://thanscorner.info/wp-content/uploads/2007/10/meebo.webapp meebo.webapp] online instant messaging client* Mibbit: [httphttps://floresg.googlepages.com/wwwbugzilla.mibbit.com.webapp mibbit.webapp] online IRC web application* Miro Guide: [http://silenceisdefeat.org/~j0ker/miroguide.webapp miroguide.webapp]* Motor0: [http://bakersys.com/files/motor0.webapp motor0.webapp] useful webapp on maintenance and fuel consumptions managment* Pandora: [http://www.cellojoe.net/other/pandora.webapp.zip pandora.webapp] Internet radio that only plays music you like.* Plurk: [http://www.darkcanvas.com/uploads/plurk.webapp plurk.webapp] Social Network utilizing a horizontal time line display and lots of AJAX* reddit: [http://www.betelgeuse.ch/~mgrueter/prism/reddit.webapp reddit.webapp]* Remember The Milk: [http://www.betelgeuse.ch/~mgrueter/prism/rtm.webapp rtm.webapp] (NOTE: Should work with Google Gears [http://www.iosart.com/blog/2007/06/05/install-google-gears-in-a-xulrunner-app-in-3-quick-steps/ with some help])* Rsizr Image Editor [http://www.blogscooper.com/webapps/Rsizr.webapp rsizr.webapp]* SeeqPod: [http://assets.drop.io/download/479ff19d/c8676867e25684ff7a3cce271850247d4adeab78/ce89b8d0-b110-012a-aa90-00127994f632/fb177670-b112-012a-8985-fc3c183d16d0/seeqpod.webapp seeqpod.webapp] Playable music search engine.* [http://www.slimtimer.com SlimTimer] Client [http://bryce.schoberfamily.com/files/slimtimer.webapp slimtimer.webapp] a very useful time-tracking tool with a "slim" client* SpagoBI [http://www.alticmozilla.org/demo/spagobienter_bug.webapp spagobi.webapp] a Web collaborative Business Intelligence platform* Streamy [http://www.avinash.ws/wp-content/plugins/download-monitor/download.phpcgi?idproduct=3 streamy.webappMozilla+Labs&component=Prism enter new bug] ( [http://www.streamy.com Streamy] is a pretty powerful, next-gen online RSS feed reader. )* studiVZ: [http://www.betelgeuse.ch/~mgrueter/prism/studivz.webapp studivz.webapp]* Wassr: [http://wassr.com/help/prism.html wassr.webapp]* Weightwatchers.com Plan Manager : [http://geekfarmlife.com/misty/weightwatchers.webapp weightwatchers.webapp]* Yahoo! Mail: [http://www.thingsthemselves.com/webrunner/ymail.webapp ymail.webapp] (note that this fakes a Firefox user agent string while running, which may affect other running web applications.)
== Contributing Blog Posts ==* [http://svn.mozilla.org/projects/webrunner/ Source code in SVN]* Bugzilla (for bugs and suggestions) [https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&product=Mozilla+Labs&component=Prism&resolution=---&chfieldto=Now open bugs], [https://bugzilla.mozilla.org/enter_bug.cgi?product=Mozilla+Labs&component=Prism enter new bug]
== Blog Posts ==[http://ad28.ru/?p=275 Mozilla Prism &nbsp;: Web-приложения на рабочем столе (Russian)]<br>[http://dehamerspace.com/2008/04/18/site-specific-browsers/ Site-Specific Browsers]<br>[http://www.kalaj.org/blog/2008/04/08/how-to-install-flash-player-in-mozilla-prism How to install Flash player in Mozilla Prism]<br>[http://thanscorner.info/archives/2007/mozilla-prism-webrunner-with-a-little-extra-juice ThansCorner: Mozilla Prism - Webrunner with Pazzaz]<br>[http://techtracer.com/2007/10/31/mozilla-prism-a-revolution-in-web-apps/ Mozilla Prism - A Revolution in Web Apps]<br>[http://thanscorner.info/archives/2007/mozilla-webrunner-07 ThansCorner: Mozilla WebRunner 0.7]<br>[http://starkravingfinkle.org/blog/2006/11/site-specific-browers/ Site Specific Browsers]<br>[http://starkravingfinkle.org/blog/2007/03/site-specific-browser-webrunner/ WebRunner]<br>[http://starkravingfinkle.org/blog/2007/03/site-specific-browser-using-webrunner/ Using WebRunner]<br>[http://starkravingfinkle.org/blog/2007/06/webrunner-gears-offline-desktop-reader/ WebRunner + Gears = Offline Desktop Reader]<br>[http://starkravingfinkle.org/blog/2007/07/webrunner-05-now-with-more-power/ WebRunner 0.5]<br>[http://starkravingfinkle.org/blog/2007/07/webrunner-05-mac-support/ WebRunner 0.5 - Mac Support]<br>[http://starkravingfinkle.org/blog/2007/07/webrunner-05-linux-install/ WebRunner 0.5 - Linux Install]<br>[http://indigoflats.blogspot.com/2007/10/webrunner-google-reader-and-google.html WebRunner, Google Reader, and Google Notebook]<br>[http://internetducttape.com/2007/10/05/distraction-free-gtd-32-todolist-apps/ Distraction Free GTD - 32+ web app files for online todo lists]<br>[http://www.blogscooper.com/Mozilla-WebRunner-a-one-window-tabless-browser-with-no-URL-bar/ Mozilla WebRunner: a one-window, tabless browser with no URL bar]<br>[http://starkravingfinkle.org/blog/2007/10/webrunner-becomes-prism-a-mozilla-labs-project/ WebRunner becomes Prism - A Mozilla Labs Project]<br>[http://labs.mozilla.com/2007/10/prism/ Mozilla Labs: Prism]<br>[http://blog.mozilla.com/faaborg/2007/10/24/prism/ Alex Faaborg: Prism]<br>[http://www.blogscooper.com/Mozilla-Prism-Bringing-Web-Apps-to-the-Desktop/ Mozilla Prism: Bringing Web Apps to the Desktop]<br>[http://www.christianmontoya.com/2007/12/16/everyone-should-use-site-specific-browsers/ Everyone should use Site Specific Browsers]<br>[http://appsportables.blogspot.com/2009/06/mozilla-prism-10-beta-1-portable.html Mozilla Prism Portable (Spanish)]<br>[http://www.firefoxstory.com/2007/10/prism-lavenir-des-applications-web.html Prism, l'avenir des applications Web selon Mozilla (French)]<br>[http://www.firefoxstory.com/2007/11/mozilla-prism-bundle-google-reader-talk.html Mozilla Prism &nbsp;: bundle custom Google Reader + Talk (French)]<br>[http://arthuran.net/node/34/mozilla-prism Mozilla Prism &nbsp;: arthuran.net (Thai)]
21
edits

Navigation menu