[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 f

[Citadel Development] Re: Two commits at GitHub: Trying to clean some older HTML to learn

2010-09-30 Thread psy-q
  > Thu Sep 30 2010 18:11:43 EDT from dothebart @ Uncensored Subject: Re: >Two commits at GitHub: Trying to clean some older HTML to learn > > > >hm, where do I get the url to pipe it into git am? > > > Just realized that didn't really answer your question. But I think you can do

[Citadel Development] Re: Two commits at GitHub: Trying to clean some older HTML to learn

2010-09-30 Thread psy-q
ry page. But this should work to add that GitHub repository as an additional remote: git remote add psy-q git://github.com/psy-q/citadel.git git pull psy-q master That would merge all my changes into your git tree. Or if you want to cherry-pick single commits instead of just merging everyth

[Citadel Development] Two commits at GitHub: Trying to clean some older HTML to learn

2010-09-30 Thread psy-q
I put up a copy of Citadel at GitHub (I'll remove it if you don't like that) and I did two commits: One to harmonize the HTML a little: http://github.com/psy-q/citadel/commit/cbcd09d02d90ebab24419700bfad8fd7355a2b0 d One to add some indentation to a table I found lying aroun

[Citadel Development] Re: Setting up a build environment to work with the source release

2010-09-29 Thread psy-q
  > Wed Sep 29 2010 16:16:03 EDT from dothebart @ Uncensored Subject: Re: >Setting up a build environment to work with the source release > > > >me personaly symlinks the static/ directory from the target directory >(/usr/share/citadel-webcit/static on my debian) over. > >note that if w

[Citadel Development] Setting up a build environment to work with the source release

2010-09-29 Thread psy-q
I'm curious about poking around the templating stuff and perhaps rip out some wc_printf() bits into templates in WebCit (like dothebart suggested in Citadel Support). Is there any preferred way of setting up a build environment? I just set my PREFIX, CFLAGS and LDFLAGS to put everything in /usr/loc