[Citadel Development] webcit: Splitting vcard_edit.c into templates not too trivial

2010-10-03 Thread psy-q
I tried to extract vcard_edit into templates this weekend. I wanted to do it in a way that gets us tokens like VCARD_FIRSTNAME, VCARD_LASTNAME etc. so they can easily be used to populate a template form e.g. vcard_edit.html. It doesn't seem to be so easy, it seems I'd have to RegisterNamespace

[Citadel Development] Re: webcit: Splitting vcard_edit.c into templates not too trivial

2010-10-03 Thread IGnatius T Foobar
Sure, there's a ton of that kind of work that needs to be done. I do it when I'm already in there somewhere and notice little things that need adjusting, but having someone around to focus on it would be great.

[Citadel Development] Re: webcit: Splitting vcard_edit.c into templates not too trivial

2010-10-03 Thread IGnatius T Foobar
Don't spend too much time on the vCard editor. I will probably rewrite it in the not too distant future.