Re: [opensuse-factory] RFC: Web Development Pattern

2006-09-26 Thread Andras Mantia
On Monday 25 September 2006 19:48, Andreas Jaeger wrote: I've added now bluefish, kdewebdev and nvu as optional (not enabled by default) packages, so the users sees them and can easily select them... The GNOME/KDE logic is possible as well - another time, this is more complex, Ok. As I'm

Re: [opensuse-factory] RFC: Web Development Pattern

2006-09-25 Thread Andras Mantia
On Friday 22 September 2006 16:12, Andreas Jaeger wrote: What about adding some tools for that ? No problem for me - let's hear what others think... Suggestions: 1) Quanta+ (part of kdewebdev3 package) Of course I suggest adding it. ;-) But remember, that Quanta+ needs other software to

Re: [opensuse-factory] RFC: Web Development Pattern

2006-09-25 Thread Andras Mantia
On Friday 22 September 2006 16:12, Andreas Jaeger wrote: What about adding some tools for that ? No problem for me - let's hear what others think... Suggestions: 1) Quanta+ (part of kdewebdev3 package) Of course I suggest adding it. ;-) But remember, that Quanta+ needs other software to

Re: [opensuse-factory] RFC: Web Development Pattern

2006-09-25 Thread Sid Boyce
Andras Mantia wrote: On Friday 22 September 2006 16:12, Andreas Jaeger wrote: What about adding some tools for that ? No problem for me - let's hear what others think... Suggestions: 1) Quanta+ (part of kdewebdev3 package) Of course I suggest adding it. ;-) But remember, that Quanta+ needs

Re: [opensuse-factory] RFC: Web Development Pattern

2006-09-25 Thread Andreas Jaeger
Andras Mantia [EMAIL PROTECTED] writes: On Friday 22 September 2006 16:12, Andreas Jaeger wrote: What about adding some tools for that ? No problem for me - let's hear what others think... Suggestions: 1) Quanta+ (part of kdewebdev3 package) Of course I suggest adding it. ;-) But

Re: [opensuse-factory] RFC: Web Development Pattern

2006-09-22 Thread Alexey Eremenko
On 9/22/06, Andreas Jaeger [EMAIL PROTECTED] wrote: Here's a pattern for Tools and libraries for web applicationdevelopment.Please comment and help to improve,What about adding some tools for that ? Suggestions: 1) Quanta+ (part of kdewebdev3 package)2) Nvu (Not sure if it's part of SUSE, but

Re: [opensuse-factory] RFC: Web Development Pattern

2006-09-22 Thread Andreas Jaeger
Alexey Eremenko [EMAIL PROTECTED] writes: On 9/22/06, Andreas Jaeger [EMAIL PROTECTED] wrote: Here's a pattern for Tools and libraries for web application development. Please comment and help to improve, What about adding some tools for that ? No problem for me - let's hear what others

Re: [opensuse-factory] RFC: Web Development Pattern

2006-09-22 Thread Cristian Rodriguez R.
Andreas Jaeger escribió: Here's a pattern for Tools and libraries for web application development. Please comment and help to improve, Cheers, Andreas Must have (if pattern is selected this is mandatory): LAMP-Pattern the LAMP pattern, for the P and the M to be useful must contain the

Re: [opensuse-factory] RFC: Web Development Pattern

2006-09-22 Thread Andreas Jaeger
Cristian Rodriguez R. [EMAIL PROTECTED] writes: Andreas Jaeger escribió: Here's a pattern for Tools and libraries for web application development. Please comment and help to improve, Cheers, Andreas Must have (if pattern is selected this is mandatory): LAMP-Pattern the LAMP pattern,

Re: [opensuse-factory] RFC: Web Development Pattern

2006-09-22 Thread Alexey Eremenko
mandatoryapache2yast2-http-serveroptional, enabled by defaultapache2-doc apache2-example-pagesapache2-mod_php5apache2-mod_pythonapache2-preforkapache2_mod_perllibapr-util1libapr1mysqlphp5-ctypephp5-domphp5-iconvphp5-mysqlphp5-mysqliphp5-pdo_mysql I am not sure, but I think apache2-prefork is

Re: [opensuse-factory] RFC: Web Development Pattern

2006-09-22 Thread Cristian Rodriguez R.
Alexey Eremenko escribió: I am not sure, but I think apache2-prefork is mandatory, because Apache2 won't start without it. exactly, it is :) additionally mod_php is compiled in non-zts mode, so, it will only run with apache prefork ;) signature.asc Description: OpenPGP digital signature

Re: [opensuse-factory] RFC: Web Development Pattern

2006-09-22 Thread Anders Johansson
On Saturday 23 September 2006 00:44, Alexey Eremenko wrote: I am not sure, but I think apache2-prefork is mandatory, because Apache2 won't start without it. Some sort of apache multi-processing module, but not necessarily prefork. You can also have apache2-worker, for example