The entire point of this was to get a self-contained bundle, and not have the files available any other way.
Titanium was a good suggestion, but it made a bundle 75 megs (!) in size, that took about three minutes to load. What I ended up doing was just writing a Cocoa app with one window containing a WebView, and pointing that at the files (which I stuck inside the app bundle). It's about two lines of code. On Sep 17, 9:48 pm, elspub <[email protected]> wrote: > Hi Ross, > It's true you can't point directly at a static html page on your > hard drive. But a good work around to this is get Dropbox (http:// > tr.im/z1dy) which mirrors a folder in your home folder to a back up > server. One of the many great things Dropbox does is provide a public > folder within the larger Dropbox folder, and anything you put in your > public folder can be accessed via a URL that dropbox provides. So put > your static html files in /Dropbox/Public/html and in your > userscript point to the URL you'll get from dropbox which will look > something like this:http://dl.getdropbox.com/u/xxxxxxxx/rossesfile.html > > On Sep 16, 7:24 pm, Todd Ditchendorf <[email protected]> > wrote:> hi ross, bottom line: Fluid can't do this. > > Fluid SSBs are meant to be good OS X citizens and store preferences > > and support files in the normal OS X locations for those files and > are > therefore not optimized for redistribution. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "fluidapp" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/fluidapp?hl=en -~----------~----~----~----~------~----~------~--~---
