On Thu, 14 Mar 2002, Amir Abiri wrote: > It's not much but am going to work a lot on it this weekend: > > http://abiri-e.com/IGLU/ > http://abiri-e.com/IGLU/admin/ > > I spent most of last night, writing the basic fucntions that i thought > i'll need. There is nothing much to see right now, but whatyou see there > is completly controlled by very simple .ini files. And right now i am > going to work on controlling those .ini files through an easy > drag-and-drop/point-and-click web interface. After that i will move on > to content & permissions managment. Iintend to continue working on it > now, and for the rest of this weekend.
what about: * automated posting of articles * comments articles - threaded? * searching the content of past articles (and comments) (read: is there a need for a database backend?) * forums - do we need ones? - provide an interface to a newsgroup/mailinglist? How is authentication done? How is session management done? > > About PHP-nuke: Again, this is not what ihad in mind. > > I have a lot of > expirience with such pre-made easily-installed web-applications. We used > an email system of horde called imp once, and that's only one example. > > As a thump rule: you get around 1000 lines of code that you don't need > at all. And that's not 1000 lines of code compiled in. That's 1000 lines > of code that are read, parsed, and exectuted FOR EACH PAGE HIT. Our > notorious web system was SLOW ON THE LOCAL NET. And frankly, i don't > think we need it. This is more then my lack of faith in code that i > didn't write. It's hours of painful debugging of hundreds of lines > spaggethi code. Just trust me on this one. If a project contains badly-written code, then this is a good reason not to use it (it is not exactly usable) Keep in mind that horde is originally intended as a "groupware"and focused around authnenticated users. our weblog system will generally be for non-authenticated users. -- Tzafrir Cohen /"\ mailto:[EMAIL PROTECTED] \ / ASCII Ribbon Campaign Taub 229, 972-4-829-3942, X Against HTML Mail http://www.technion.ac.il/~tzafrir / \ ---------------------------------------------------------------------------- To unsubscribe, send a message to [EMAIL PROTECTED] Archives available at http://www.mail-archive.com/[email protected]/
