fluid-work IRC Logs-2012-06-21

[09:23:49 CDT(-0500)] <logiclord_> yura1: Is there any standard directory structure for compoenent development except http://wiki.fluidproject.org/display/docs/Set+up+your+environment ?

[09:25:13 CDT(-0500)] <yura1> logiclord_: ya generally we do something like this: https://github.com/fluid-project/infusion/tree/master/src/webapp/components/uiOptions

[09:27:41 CDT(-0500)] <logiclord_> and http://wiki.fluidproject.org/display/docs/Set+up+your+environment says to use built infusion source.. so should I also use that or pull from github ?

[09:27:49 CDT(-0500)] <logiclord_> yura : ^

[09:29:30 CDT(-0500)] <yura1> logiclord_: Ya i would put it in lib directory that's a sibling to your component directory (somewhere like that )

[09:32:04 CDT(-0500)] <logiclord_> yura1: And I will be able to access fluid APIs as described in wiki above

[09:33:59 CDT(-0500)] <logiclord_> ?

[09:34:26 CDT(-0500)] <yura1> logiclord_: yes definitely, as long as you load infusion as you do jquery

[09:36:11 CDT(-0500)] <logiclord_> okay.. one more thing am I free to create namespaces using fluid.registerNamespace e.g. fluid.epub and add all public functions to it ?

[09:38:56 CDT(-0500)] <colinclark> hey sgithens do you have a quick second for a question?

[09:39:43 CDT(-0500)] <sgithens> colinclark: Depends, but shoot. (smile) Also, I am typing up all that stuff from yesterdays chat about the workshop, but not all the way done with the braindump email yet

[09:40:19 CDT(-0500)] <colinclark> cool

[09:40:28 CDT(-0500)] <colinclark> I'm just getting set up for another GPII demo tomorrow

[09:40:41 CDT(-0500)] <colinclark> and I was thinking maybe I should try to use the RFID rings on both Windows and Linux

[09:40:57 CDT(-0500)] <sgithens> ah right

[09:40:59 CDT(-0500)] <colinclark> We've had pretty good success doing it on Windows, but I haven't yet tried on Linux

[09:41:04 CDT(-0500)] <colinclark> First, do you think it's worth trying?

[09:41:09 CDT(-0500)] <sgithens> did we ever get that checked in on windows?

[09:41:28 CDT(-0500)] <colinclark> No, I still haven't gotten a clear answer from Gregg about the code's ownership

[09:41:36 CDT(-0500)] <sgithens> Yes, I think it should work on linux, at least I there is a good enough chance of it working that it's not a waste of your time to try

[09:41:50 CDT(-0500)] <sgithens> I have a script in there that reads/writes the token too

[09:41:53 CDT(-0500)] <colinclark> It's undoubtedly either University of Wisconsin or Raising the Floor International, I just don't know which

[09:42:00 CDT(-0500)] <sgithens> and I based the offset off the windows app

[09:42:02 CDT(-0500)] <colinclark> ooh, awesome

[09:42:10 CDT(-0500)] <colinclark> no more using that awful Windows application

[09:42:23 CDT(-0500)] <sgithens> so even though I don't know if it works with our windows code ( since I don't have it (smile) ), I'm pretty sure it at least matches up

[09:43:39 CDT(-0500)] <colinclark> sgithens: I'm sorry it's taken me so long (sad)

[09:43:56 CDT(-0500)] <colinclark> I'm just naturally cautious about IP issues, especially in this project

[09:44:10 CDT(-0500)] <colinclark> I'll ping Gregg again today to find out

[09:46:15 CDT(-0500)] <colinclark> sgithens: I'll try it out today and let you know how it goes

[09:49:06 CDT(-0500)] <sgithens> https://github.com/sgithens/pcsc-tools/blob/master/pcscutil.py is the read/write/debug script

[09:49:37 CDT(-0500)] <sgithens> you'll need to apt/yum get pyscard

[09:57:53 CDT(-0500)] <colinclark> thanks!

[11:18:16 CDT(-0500)] <logiclord> yura1 : how do we define a member function for a component that will pe invoked by some other function ?

[11:18:27 CDT(-0500)] <logiclord> simply tutorials.parentComponent.time for tutorials.parentComponent component ?

[12:31:07 CDT(-0500)] <logiclord_> yura1 : just dropped you an email regarding few doubts