This is a rough idea, but what about adding a property to the
Info.plist, setting up a custom protocol handler for basecamp. ex:
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>Basecamp Remote URL</string>
<key>CFBundleURLSchemes</key>
<array>
<string>bc</string>
</array>
</dict>
<dict>
<key>CFBundleURLName</key>
<string>com.fluidapp.FluidInstance</string>
<key>CFBundleURLSchemes</key>
<array>
<string>http</string>
<string>https</string>
<string>feed</string>
<string>mailto</string>
</array>
</dict>
</array>
>From there, you could use a Greasekit script in Safari and Grease
Monkey script in Firefox to use a regular expression figuring out the
links which are Basecamp links and parse the URL to the newly created
'bc://' protocol. Then, a Greasekit script within the Basecamp fluid
app could interpret and redirect to the appropriate URL.
This would not help with interpreting links from mail clients or other
non userscript browsers, but it's a start.
There's probably a better way to do this but I'm just trying to get
some ideas out on the table.
Matthew
On Oct 4, 4:01 pm, "Todd Ditchendorf" <[EMAIL PROTECTED]>
wrote:
> Yes, I've also been asking the Fluid community to build this for a long
> time. It would be much better if it were not part of Fluid itself.
> so c'mon... who's gonna do it? ;o]
>
> Todd
>
> On Sat, Oct 4, 2008 at 6:43 AM, Jake McKee <[EMAIL PROTECTED]> wrote:
>
> > Sign me up for someone who would LOVE this!
>
> > On Oct 4, 2008, at 4:25 AM, Brian Lalor wrote:
>
> > > On Oct 3, 2008, at 6:48 PM, jrguitar21 wrote:
>
> > >> It would be FREAKIN awesome if there were a way to configure my mac
> > >> to
> > >> open a Basecamp url in my basecamp Fluid app.
>
> > > I keep thinking about this, myself. You've stated the problem
> > > perfectly. A prefpane with a background helper app would probably fit
> > > the bill, and would probably be useful even for people *not* using
> > > Fluid.
>
> > > --
> > > Brian Lalor / [EMAIL PROTECTED]
> > > Notmeflex (nŏt mē´ flěks) n. The involuntary act of hitting
> > > the brakes
> > > when you see a cop, regardless of whether you're speeding or not.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---