[Citadel Development] Re: Choosing the right framework

2017-02-13 Thread bennabiy
Bah, I hate when I make a typo... Compiled successfully     > Mon Feb 13 2017 15:08:35 EST from bennabiy @ Uncensored Subject: Re: >Choosing the right framework > > > >All fine and wonderful... I guess libraries help ;) >> >> >>/citadel/webcit# make >> >>gcc -c -ggdb http.c -o h

[Citadel Development] Re: Choosing the right framework

2017-02-13 Thread bennabiy
All fine and wonderful... I guess libraries help ;) > > >/citadel/webcit# make > >gcc -c -ggdb http.c -o http.o > >In file included from http.c:15:0: > >webcit.h:34:24: fatal error: libcitadel.h: No such file or directory > > #include > >                        ^ > >compilation ter

[Citadel Development] Re: Choosing the right framework

2017-02-13 Thread bennabiy
Great. I will check it out. What is the current state of ctdlsh? I am considering the administration abstraction from the UI. If the API docs for citserver and webcit could be reworked to reflect the current state, we might be able to get a working Admin console for both. I am thinking of webmin an

[Citadel Development] Re: Choosing the right framework

2017-02-13 Thread IGnatius T Foobar
>If I wanted to fire up webcit-ng, is it in the place where I would be able to >compile and test it out? If so, and since you removed the automake stuff, >what is the recommended method for compiling now? Very easy. :) 1. git checkout webcit-ng 2. cd webcit 3. make 4. ./w

[Citadel Development] Re: Choosing the right framework

2017-02-13 Thread bennabiy
If I wanted to fire up webcit-ng, is it in the place where I would be able to compile and test it out? If so, and since you removed the automake stuff, what is the recommended method for compiling now? > Mon Feb 13 2017 10:16:43 EST from IGnatius T Foobar @ Uncensored Subject: >Re: Choosing the

[Citadel Development] Re: Choosing the right framework

2017-02-13 Thread IGnatius T Foobar
  Point 1. is fulfilled by almost all frameworks. Point 2. by almost none, at least not in the basic use case scenario. Wether point 3. is fulfilled by any of the larger frameworks, I do not know. We need to apply the KISS principle here, Citadel in general is about small footprints on the resou

[Citadel Development] Re: DB frontend for configuration troubleshooting

2017-02-13 Thread bennabiy
http://www.citadel.org/doku.php/documentation:appproto:system_config lists  > > > >CONF (get or set global CONFiguration options) > > >  > >Retrieves or sets various system-wide configuration and policy options. This >command is only available to Admins. > >The six forms of this command

[Citadel Development] Re: Choosing the right framework

2017-02-13 Thread the_mgt
  Sun Feb 12 2017 18:07:32 ESTfrom IGnatius T Foobar @ Uncensored Subject: Re: Choosing the right framework I understand IG's wish to choose something wide spread and well supported, so that it stays with us and our slow web-technique adaption cycle. But we also need something that both progr