You are here

Prisim Portable

15 posts / 0 new
Last post
nathanmaxsonadil
Offline
Last seen: 16 years 2 months ago
Joined: 2007-11-08 21:21
Prisim Portable

Can someone make Prisim Portable?
http://labs.mozilla.com/2007/10/prism/

jwyanze
jwyanze's picture
Offline
Last seen: 10 years 2 months ago
Joined: 2007-08-08 00:44
their are rules for

their are rules for posting
https://portableapps.com/node/4507
it is open source tho.

for who ever want to work on this
this is all i think u really need to worry about. i did regshot:-
C:\Documents and Settings\Owner\Application Data\Prism
C:\Documents and Settings\Owner\Local Settings\Application Data\Prism
C:\Documents and Settings\Owner\Start Menu\Programs\Web Apps
C:\Program Files\Prism
no registry entries to really worry about but this program could add shortcuts to the start menu and desktop u would have to make a clean up after exiting and also if it could be made to make the shortcuts to the PAM menu then that would be cool.

amm maybe John could do some work on it and increase his Rep at Mozilla. lol

Never curse the alligator till you done cross the bridge. Wink

Espreon
Espreon's picture
Offline
Last seen: 11 years 7 months ago
Joined: 2006-09-29 18:23
Actually

John claims he is workin on it.

jwyanze
jwyanze's picture
Offline
Last seen: 10 years 2 months ago
Joined: 2007-08-08 00:44
Works faster than Firefox by

Works faster than Firefox by me here but addblock plus would be a nice addition to this tho. thats great if he's working on it.

Never curse the alligator till you done cross the bridge. Wink

José Pedro Arvela
Offline
Last seen: 5 years 2 months ago
Joined: 2007-07-10 07:29
Actually...

If you extract the contents of the Adblock Plus XPI, open the install.rdf

And replace:

<!-- Target Application this extension can install into, 
with minimum and maximum supported versions. -->

with

<!-- Target Application this extension can install into, 
with minimum and maximum supported versions. -->

<!-- Prism -->
<em:targetApplication>
        <Description>
                <em:id>prism@developer.mozilla.org</em:id>
                <em:minVersion>0.1</em:minVersion>
                <em:maxVersion>0.99</em:maxVersion>
        </Description>
</em:targetApplication> 

And repackage it, the install package will actually work under prism.

It wont have toolbar or statusbar button, but it will work.
Unfortunately, other addons (like greasemonkey, BetterGmail2, BetterGreader and BetterYoutube) don't work...

Blue is everything.

dragonmage
Offline
Last seen: 1 year 2 months ago
Joined: 2007-01-15 02:25
Isn't it basically Firefox

Isn't it basically Firefox stripped down to nothing? I mean it doesn't actually download the web app to your computer right? It just displays it in a toolbarless browser window doesn't it?

Espreon
Espreon's picture
Offline
Last seen: 11 years 7 months ago
Joined: 2006-09-29 18:23
Well

thats what Prism is right now, it is what Mozilla will do to Prism is whats exciting.

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Well...

You can install Google Gears on it apparently and all extensions work.

"If you're not part of the solution, you're part of the precipitate."

fastest963
Offline
Last seen: 16 years 3 months ago
Joined: 2006-09-18 18:39
so is "John" making the

so is "John" making the portable version or not?

Patrick Patience
Offline
Last seen: 4 years 3 months ago
DeveloperModerator
Joined: 2007-02-20 19:26
Well

And I quote ...

Search Prism an you should find the answer if Espreon's comment wasn't clear enuff.

And yea, he goes my 'John', his name is actually Hernando Rodriguez, we just call him 'John' as you put it for fun. Blum

Petes
Offline
Last seen: 15 years 3 months ago
Joined: 2008-12-14 19:55
Mozilla Prism Portable

I am definitely looking to a portable version of Mozilla prism...
What is the big deal???
Firefox without all the "extra" stuff... kiosk mode if you like
I use Prism to run my GTD Tiddlywiki...
It loads faster with Prism and I get rid of all the chrome I don't want...
Very slick...
GTDTiddlywiki Plus
If you haven't used it give a try...
Very handy for saving those random snippets of info...

Go2Null
Offline
Last seen: 1 year 3 months ago
Joined: 2009-08-07 14:24
While we wait - here's a batch script

@ECHO OFF

ECHO Prism Portable, Go2Null, 20090807

REM USER SETTINGS
SET _dPrismUsb=%~dp0..\FirefoxPortable\Data\Prism
SET _dWebappsUsb=%~dp0..\FirefoxPortable\Data\WebApps
SET _eFirefox=%~dp0..\FirefoxPortable\App\Firefox\firefox.exe
SET _dPrismApp=%~dp0..\FirefoxPortable\Data\profile.fat\extensions\refractor@developer.mozilla.org\prism
SET _dDefault=default
REM END OF USER SETTINGS

REM Verify Command Extensions available
VERIFY OTHER 2>nul
SETLOCAL EnableDelayedExpansion
SETLOCAL EnableExtensions
IF ERRORLEVEL 1 GOTO lErrCmdExt

REM PARSE INPUT
SET _dPrismTo=%~1
IF [%_dPrismTo%]==[] GOTO lGetInput
SET _dPrismFrom=%~2
IF [%_dPrismFrom%]==[] (
IF EXIST "%_dPrismUsb%\%_dPrismTo%" (
SET _dPrismFrom=%_dPrismTo%
) ELSE (
SET _dPrismFrom=%_dDefault%
)
)

REM INIT VARIABLES
SET _dPrismHdd=%APPDATA%\Prism
SET _dPrismHddLocal=%USERPROFILE%\Local Settings\Application Data\Prism
SET _dWebappsHdd=%APPDATA%\WebApps
SET _dWebappTo=%_dPrismTo: =.%
SET _dWebappTo=%_dWebappTo%@prism.app
SET _dWebappFrom=%_dPrismFrom: =.%
SET _dWebappFrom=%_dWebappFrom%@prism.app
SET _eXcopy=XCOPY /D /S /V /C /I /F /G /H /R /Y
SET _fOverride=%_dWebappsHdd%\%_dWebappTo%\override.ini
SET _fIcon=webapp
REM _bUri - used to flag use of default URi, so user can change

REM CONFIRM WITH USER
ECHO.
ECHO Confirm the following:
ECHO Name: "%_dPrismTo%"
ECHO ID: "%_dWebappTo%"
IF /I NOT "%_dPrismTo%"=="%_dPrismFrom%" (
ECHO Cloned from:
ECHO Name: "%_dPrismFrom%"
ECHO ID: "%_dWebappFrom%"
)
ECHO Press CTRL+C to abort, or any key to continue.
PAUSE>NUL

REM COPY TO USERPROFILE
IF NOT EXIST "%_dPrismHdd%\%_dPrismTo%" (
ECHO.
%_eXcopy% "%_dPrismUsb%\%_dPrismFrom%\*.*" "%_dPrismHdd%\%_dPrismTo%"
)
IF NOT EXIST "%_dWebappsHdd%\%_dWebappTo%" (
ECHO.
%_eXcopy% "%_dWebappsUsb%\%_dWebappFrom%\*.*" "%_dWebappsHdd%\%_dWebappTo%"
IF /I NOT "%_dPrismTo%"=="%_dPrismFrom%" CALL :fUpdateInis
)

REM START PRISM
CD "%_dPrismApp%"
"%_eFirefox%" -app application.ini -override "%_fOverride%" -webapp %_dWebappTo%

REM UPDATE SOURCE
CALL :fMove "%_dPrismHdd%\%_dPrismTo%\*.*" "%_dPrismUsb%\%_dPrismFrom%"
CALL :fMove "%_dPrismHddLocal%\%_dPrismTo%\*.*" "%_dPrismUsb%\%_dPrismFrom%"
CALL :fMove "%_dWebappsHdd%\%_dWebappTo%\*.*" "%_dWebappsUsb%\%_dWebappFrom%"

REM EXIT
ENDLOCAL
EXIT /B

REM FUNCTIONS
:lErrCmdExt
ECHO Unable to enable Command Extensions. Cannot proceed.
PAUSE
EXIT /B 1

:lGetInput
ECHO.
ECHO Usage: %~n0 "App Name" [ClonedApp]
ECHO ClonedApp allows sharing a common profile amoung multiple apps.
ECHO Ex: a 'google' profile for Google Mail, Calendar, Reader.
ECHO %~n0 GMail google
ECHO If ClonedApp is omitted,
ECHO then will use profile "App Name".
ECHO If ClonedApp is omitted,
ECHO and profile "App Name" doesn't exist,
ECHO then will clone from profile '%_dDefault%'.
ECHO In all cases, the source profile is updated when the app is quit.
ECHO.
SET /P _temp=Enter "App Name" [ClonedApp]:
CALL "%0" %_temp%
GOTO :EOF

:fUpdateInis
ECHO [App] >"%_fOverride%"
ECHO Vendor=Prism>>"%_fOverride%"
ECHO Name=%_dPrismTo%>>"%_fOverride%"

IF EXIST "%_dWebappsHdd%\%_dWebappTo%\%_dPrismTo%.ini" (
DEL "%_dWebappsHdd%\%_dWebappTo%\webapp.ini"
REN "%_dWebappsHdd%\%_dWebappTo%\%_dPrismTo%.ini" webapp.ini
GOTO :EOF
)

REM Popular defaults
SET _sUri=
IF /I "%_dPrismTo%"=="gCalendar" SET _sUri=https://www.google.com/calendar
IF /I "%_dPrismTo%"=="gMail" SET _sUri=https://mail.google.com
IF /I "%_dPrismTo%"=="gReader" SET _sUri=https://www.google.com/reader
IF /I "%_dPrismTo%"=="iGoogle" SET _sUri=https://www.google.com/ig
IF /I "%_dPrismTo%"=="ymail" SET _sUri=http://mail.yahoo.com
IF /I "%_dPrismTo%"=="ypipes" SET _sUri=http://pipes.yahoo.com
IF "%_sUri%"=="" (
SET _sUri=https://www.google.com/ig
SET _bUri=1
)

IF EXIST "%_dWebappsHdd%\%_dWebappTo%\icons\default\%_dPrismTo%.ico" SET _fIcon=%_dPrismTo%

ECHO [Parameters] >"%_dWebappsHdd%\%_dWebappTo%\webapp.ini"
ECHO id=%_dWebappTo% >>"%_dWebappsHdd%\%_dWebappTo%\webapp.ini"
ECHO name=%_dPrismTo% >>"%_dWebappsHdd%\%_dWebappTo%\webapp.ini"
ECHO uri=%_sUri% >>"%_dWebappsHdd%\%_dWebappTo%\webapp.ini"
IF EXIST "%_dWebappsHdd%\%_dWebappTo%\icons\default\%_dPrismTo%.ico" (
ECHO icon=%_dPrismTo%>>"%_dWebappsHdd%\%_dWebappTo%\webapp.ini"
) ELSE (
ECHO icon=webapp>>"%_dWebappsHdd%\%_dWebappTo%\webapp.ini"
)
ECHO status=true >>"%_dWebappsHdd%\%_dWebappTo%\webapp.ini"
ECHO location=true >>"%_dWebappsHdd%\%_dWebappTo%\webapp.ini"
ECHO sidebar=true >>"%_dWebappsHdd%\%_dWebappTo%\webapp.ini"
ECHO navigation=true >>"%_dWebappsHdd%\%_dWebappTo%\webapp.ini"
ECHO trayicon=false >>"%_dWebappsHdd%\%_dWebappTo%\webapp.ini"

IF [%_bUri%]==[1] (
ECHO.
ECHO Please update URI...
NOTEPAD "%_dWebappsHdd%\%_dWebappTo%\webapp.ini"
)

GOTO :EOF

:fMove
ECHO.
%_eXcopy% %1 %2
SET _temp=%~dp1
REM Strip trailing backslash from path
SET _temp=%_temp:~0,-1%
RD /S /Q "%_temp%"
GOTO :EOF

Go2Null
Offline
Last seen: 1 year 3 months ago
Joined: 2009-08-07 14:24
Installation Instructions

REM INSTALLATION
REM 1. Install PortableFirefox
REM 2. Install Prism Addon
REM 3. Copy this batch file (Prism.bat) to any folder that is at the same level as FirefoxPortable.
REM Ex: PortableApps\FirefoxPortable
REM PortableApps\Scripts

Ebildude123
Offline
Last seen: 14 years 3 months ago
Joined: 2009-12-08 01:51
Adblock Plus For Prism and Firefox Extension

Since you guys are want prism...and want it portable, just download Mozilla Firefox (portable):

https://portableapps.com/apps/internet/firefox_portable

Then install prism extension to firefox:

https://addons.mozilla.org/en-US/firefox/addon/6665

Adblock plus for prism:

http://rapidshare.com/files/317876672/adblockplus1.1.1_prismrepackage.xp...

OR

http://www.mediafire.com/?5zwlmmmdyn5

Enjoy!

***Oh here: Prism portable:

[Deceptive and pointless links removed - mod Chris]

*Click on any one of the site to download Prism Portable.

Double click on prism.exe to run prism. Biggrin

I am the ebil. I use portable apps.
I use them...........AND I USE THEM.
Portableapps is where I come.
Confused? Not much.

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 9 months ago
Joined: 2007-04-15 21:08
Not

That is not Prism Portable. Those are just links to http://prism.mozilla.com/downloads/1.0b2/prism-1.0b2.en-US.win32.zip (incidentally you entered your link badly with a space in it, TinyURL and xrl.us fixed it for you but the other two didn't). Using URL shortening services there was deceptive - why did you do it :?? And labelling it as portable was too; I expect that's why you obfuscated the links.

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

Log in or register to post comments