-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added the IE plugin source. Time to get cooking! #16
base: master
Are you sure you want to change the base?
Conversation
i do still plan to look at this soon, I've just been swamped. I just wanted to post an update in case any interested parties are watching this as it's really exciting if we can get it working! |
Is this dead then? |
hey Dovy, i'm really sorry for the lack of action, things outside of work have made it hard to work on BabelExt but I'm sincerely interested in reviving it... I haven't had the chance to get a VM going and my windows machine is hosed... Do you have some time in the near future to perhaps get on a google hangout and walk me through testing / working with the IE portion of things? If we schedule something, that forces me to set aside the time, and I could use a refresher on how to deal w/the IE side of things because I don't quite know where to start and that's going to be a barrier to entry... |
I actually found this... It's called Open Forge and it already has IE. Perhaps we could marry the two? |
a few of us from the RES team actually discussed that one a while ago, a few concerns:
I'm certainly open to borrowing concepts and whatnot from the project, but it seems they've lost interest in it. I, on the other hand, haven't lost interest so much as available time :-( That said, I'd like to schedule some time to get BabelExt in better shape, and if we could schedule some collab time I'm up for it. CC: @andytuba in case he is interested too. |
Yes, triggerIO the company could care less. But why not fork it and use it. I mean, you don't need another environment to build. They have that all built into one package and that's nice. I'm fine for a chat sometime. I just am hoping to have something this year. :P |
I haven't tried trigger's package at all so I have no idea how functional If you have -- what makes you still want to tinker with BabelExt at all if I'm not thrilled with their startup requirements, but how much point is On Mon, Sep 1, 2014 at 5:33 PM, Dovy Paukstys [email protected]
|
I just dug in. Creation was painless. They use a python environment so you can build with any OS I believe (docs haven't said otherwise). Haven't really dug in, but I don't think they have as many APIs as you do. That's why I suggested a marry. ;) |
Just a warning, I've had a project use OpenForge, and even after upgrading the FF SDK version in there, it got bounced by the FF add-on review crew, so if you go and use that, you'll most likely not get it into the FF extension store. |
@dovy, if it is just about the creation process, going with a yeoman generator for this project would be much easier, flexible, and easy to maintain (more people understanding yeoman generators then the custom hacked Python build system of OpenForge). |
This is the IE plugin that we used. Based in Visual Studio 2008. The goal is to make this work without Visual Studio, obviously. If not, we'll have to have a build service for people.
Has some work to do. Good luck!