From: TAO R. <ron...@ho...> - 2001-05-20 13:55:18
|
> > It will have a number of groovy features: > > -document version tracking > > -multi-language versions of the same document > > -an inline rich (read visual html) editor which works with IE5.5+ > >Now this is something very cool that I've tried out at >binarycloud.com/bc_edit... too bad it's only supported bye IE5.5+ I would feel a little bit disappoint, because bc_edit wouldn't support any netscapr or Mozilla based browser........ but the whole thing is very cool...... bc r2 will absolutely included in my online web-page editing product, which is now still using my old HTML code based and dummy selection editor......... Ronald TAO ron...@ho... _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. |
From: Peter B. <re...@f2...> - 2001-05-21 10:19:55
|
At 02:42 AM 5/21/01 +0200, you wrote: > > Midguard is a CMS. > > one of the binarycloud modules (or more correctly, a couple of the modules) > > will combine to form a CMS. > >Just took an rather extensive look at their tour and docs. It seems to >be pretty mature stuff, and I see some very interesting and complex cms >features in there (user groups, locking, domains, approval, database >replication). > >Looking at the API, i think implementing this as a bc module wouldn't be >as hard as it may seem. Although alot of the functionality in both >systems will overlap ofcourse... The only problem with Midgard is that you are virtually building your Apache/PHP/MySQL install around it. I think we may be able to use some of the code, but could do better. And save people having to install apache modules just to run the CMS. Peter. --oOo-- Narrow Gauge on the web - photos, directory and forums! http://www.narrow-gauge.co.uk --oOo-- Peter's web page - Scottish narrow gauge in 009 http://members.aol.com/reywob/ --oOo-- |
From: Andreas A. <a.a...@th...> - 2001-05-21 10:46:55
|
Hi, I found another framework/cms. It's called eZ publish and can be found here: http://developer.ez.no/ It's quite interesting an feauture-rich. I did not try it out - did someone here? It looks ok. Nevertheless, bc will be far better :-)) Andi |
From: Spiggy T. <th...@me...> - 2001-05-21 11:46:15
|
> I found another framework/cms. It's called eZ publish and can be found here: > > http://developer.ez.no/ > > It's quite interesting an feauture-rich. I did not try it out - did someone > here? It looks ok. Nevertheless, bc will be far better :-)) it has been around for a while and i finally got it running last night. had an enormous amount of trouble with virtual hosts and libxml2. i believe libxml2 is the biggest obstacle when it comes to getting ezpublish to run. in my opinion ezpublish seems very slow. i have not looked at the code but supposedly it is written completely in an OO fashion. |
From: Andreas A. <a.a...@th...> - 2001-05-21 12:02:39
|
Hi, [eZ Publish] > libxml2 is the biggest obstacle when it comes to getting ezpublish to run. Yeah, I tried it tomorrow. Had the same problems, and after an hour of trying and code inspection I stopped wasting my time with it. > in my opinion ezpublish seems very slow. i have not looked at the code but > supposedly it is written completely in an OO fashion. I think it's slow. It's relatively clear code. But e.g. the read configuartion from ini-files each hit, have own database/session abstraction etc. and making things much more complicated than needed. And the table naming conventions - a mess. This is a monster easy to extend but hard to maintain an hard to keep it clear. So I think, as far as I looked over it. Greetings Andi |
From: alex b. <en...@tu...> - 2001-05-21 15:17:09
|
> The only problem with Midgard is that you are virtually building your > Apache/PHP/MySQL install around it. I think we may be able to use some of > the code, but could do better. And save people having to install apache > modules just to run the CMS. you have to run an apache module? that's a bit much. yes, so it sounds like midguard would be useful to look at, but not necessarily use it wholesale. _alex |
From: TAO R. <ron...@ho...> - 2001-05-21 10:26:08
|
> > Midguard is a CMS. > > one of the binarycloud modules (or more correctly, a couple of the modules) > > will combine to form a CMS. > >Just took an rather extensive look at their tour and docs. It seems to >be pretty mature stuff, and I see some very interesting and complex cms >features in there (user groups, locking, domains, approval, database >replication). > >Looking at the API, i think implementing this as a bc module wouldn't be >as hard as it may seem. Although alot of the functionality in both >systems will overlap ofcourse... > Midguard is really mature, and their primary goal is a extension CMS, they make change to PHP3 and they make their own module in PHP4 in order to get a outstanding performance as a whole, I don't think this is the philosophy behind BC. Ronald TAO ron...@ho... _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. |
From: <gr...@i7...> - 2001-05-22 05:10:22
|
Typo3 ie yet another. (http://www.typo3.com/) This is pretty seriously complex system with a demo at http://demo.typo3.com/ . The admin interface is pretty darn cool and it has it's own 'language' and so on. The templating stuff is a little wierd to figure out tho. I'm quite surprised that it's still relatively unknown. One interesting note though, is that the guy has basically done the entire thing by himself which is pretty darn impressive. Much like young Alex :) Cheers, Graeme "Andreas Aderhold" <a.a...@th...> To: <bin...@li...> Sent by: cc: bin...@li...urc Subject: RE: [binarycloud-dev] binarycloud vs. other web app frameworks eforge.net 21/05/2001 08:46 PM Please respond to binarycloud-dev Hi, I found another framework/cms. It's called eZ publish and can be found here: http://developer.ez.no/ It's quite interesting an feauture-rich. I did not try it out - did someone here? It looks ok. Nevertheless, bc will be far better :-)) Andi _______________________________________________ binarycloud-dev mailing list bin...@li... http://lists.sourceforge.net/lists/listinfo/binarycloud-dev |
From: alex b. <en...@tu...> - 2001-05-20 18:10:42
|
> I would feel a little bit disappoint, because bc_edit wouldn't support > any netscapr or Mozilla based browser........ This is because it cannot. netscape/mozilla has no support for what bc/edit does. > but the whole thing is very cool...... > bc r2 will absolutely included in my online web-page editing > product, which is now still using my old HTML code based and > dummy selection editor......... cool. _a |