From: Zoran V. <zv...@ar...> - 2005-02-12 16:56:47
|
This is the current layout: aclocal.m4 configure.in include install-sh nscgi nsdb nspd nsssl sample-config.tcl tests ChangeLog CVS index.html license.terms nscp nsext nsperm nsthread tcl win32 configure doc ini2tcl.tcl Makefile nsd nslog nssock README tcl2ini.tcl a) I would scrap entirely: ini2tcl.tcl tcl2ini.tcl index.html b) What about nsssl? I never used it. Is this something which is internationaly viable or is it US-only? Do people normally use the nsopenssl instead of this beast? What do you think? I see some ugly export notices there which are pretty old and obsolete. c) I will leave the license info in the files as-is. Also, license.terms will stay the same (MPL). d) Tests are pretty neglected, Tests require you to poke the server from the browser which is partly ok, but I'd rather do "make test" instead. I could imagine writing test suite with the Tcl test environment which can then be called out of the makefile after the compilation. It might be that something should be extra written/compiled in order to test code requiring browser access or such. Haven't thought that much about it yet. Only noting that the current test suite is ridiculous. I could imagine dropping this part (except the top-level dir) entirely and writing new test suite from scratch. e) Docs are useless. I will however keep the files and will replace the content over the time as I convert stuff found on aolserver site and on wiki into a manageable sources in doctools. So far for now. More might come... If you have any other idea or suggestion, please step out before I commit all. -- With kind regards, Mit besten Gruessen, Meilleures Salutations, ___________________________________________ Zoran Vasiljevic, Vice President, CTO E-mail: mailto:zv...@ar... Web: http://www.archiware.com Phone: +49 89 319 084 98 Fax: +49 89 319 084 99 S-mail: ArchiWare(R) GmbH Gutenbergstr. 3 D-85716 Munich, Germany ___________________________________________ PresSTORE(R) - Backup Synchronize Archive |
From: Stephen D. <sd...@gm...> - 2005-02-12 20:19:16
|
Are these changes/deletions best done before initial import? If anything needs to be moved, we should probably do that early on to preserve as much history as possible. On Sat, 12 Feb 2005 17:53:30 +0100, Zoran Vasiljevic <zv...@ar...> wrote: > > This is the current layout: > > aclocal.m4 configure.in include install-sh nscgi nsdb nspd nsssl sample-config.tcl tests > ChangeLog CVS index.html license.terms nscp nsext nsperm nsthread tcl win32 > configure doc ini2tcl.tcl Makefile nsd nslog nssock README tcl2ini.tcl > > a) > I would scrap entirely: > ini2tcl.tcl > tcl2ini.tcl > index.html Yeah, I think these have past their sell-by date. > b) > What about nsssl? I never used it. Is this something which is > internationaly viable or is it US-only? Do people normally use > the nsopenssl instead of this beast? What do you think? > I see some ugly export notices there which are pretty old and > obsolete. I've never used this. Some modules are obviously core to a webserver and should be shipped by default: nslog, nscgi etc. I'm not sure whether it's best to remove this or to swap it with nsopenssl. I guess we can alway add nsopenssl to core later when it stabilises. > c) > I will leave the license info in the files as-is. > Also, license.terms will stay the same (MPL). Yup. > d) > Tests are pretty neglected, Tests require you to poke the > server from the browser which is partly ok, but I'd rather > do "make test" instead. > I could imagine writing test suite with the Tcl test > environment which can then be called out of the makefile > after the compilation. It might be that something should > be extra written/compiled in order to test code requiring > browser access or such. Haven't thought that much about > it yet. Only noting that the current test suite is ridiculous. > I could imagine dropping this part (except the top-level dir) > entirely and writing new test suite from scratch. I don't understand why the Tcl test stuff isn't used. It does seem to insist on writing to stdout which sucks if you're testing from a web page, but I'm sure that's not insurmountable and as you say, ideally you want to 'make test' anyway. Dump this stuff.. > e) Docs are useless. I will however keep the files and > will replace the content over the time as I convert stuff > found on aolserver site and on wiki into a manageable > sources in doctools. Groovy. > So far for now. More might come... If you have any other > idea or suggestion, please step out before I commit all. How about a top level cvs structure of: /server /modules /website I'm interested in moving more towards a standard autotools setup to make RPM/Deb building easier. There's all kinds of things that *could* be done, like moving all the sources into a top level ./src directory, using libtool to explicitly build a libnsd, and so on, but that's probably too much to tackle right now. What you've mentioned above looks like a good start. |
From: Zoran V. <zv...@ar...> - 2005-02-15 16:29:37
|
On Saturday 12 February 2005 17:53, Zoran Vasiljevic wrote: > > This is the current layout: > > aclocal.m4 configure.in include install-sh nscgi nsdb nspd nsssl sample-config.tcl tests > ChangeLog CVS index.html license.terms nscp nsext nsperm nsthread tcl win32 > configure doc ini2tcl.tcl Makefile nsd nslog nssock README tcl2ini.tcl > I have done the initial cleanup: o. removed all those silly *.html pages from various places containing nothing but (mostly) junk; this info should go into the docs finally o. removed traces of nsssl module o. removed most of the tests and kept only those written lately which utilize tcltest environment o. reset ChangeLog o. removed ini2tcl.tcl and tcl2ini.tcl files I have put the tarball on the: http://www.archiware.com/www/downloads/aolserver_v40_r10.tar.gz for you to check. If there are any things you need to fix, tell now, so we can proceed. Cheers Zoran |
From: Vlad S. <vl...@cr...> - 2005-02-15 16:39:13
|
Looks good Zoran Vasiljevic wrote: > On Saturday 12 February 2005 17:53, Zoran Vasiljevic wrote: > >>This is the current layout: >> >>aclocal.m4 configure.in include install-sh nscgi nsdb nspd nsssl sample-config.tcl tests >>ChangeLog CVS index.html license.terms nscp nsext nsperm nsthread tcl win32 >>configure doc ini2tcl.tcl Makefile nsd nslog nssock README tcl2ini.tcl >> > > > I have done the initial cleanup: > > o. removed all those silly *.html pages from various places > containing nothing but (mostly) junk; this info should > go into the docs finally > > o. removed traces of nsssl module > > o. removed most of the tests and kept only those written > lately which utilize tcltest environment > > o. reset ChangeLog > > o. removed ini2tcl.tcl and tcl2ini.tcl files > > I have put the tarball on the: > > http://www.archiware.com/www/downloads/aolserver_v40_r10.tar.gz > > for you to check. If there are any things you need to fix, > tell now, so we can proceed. > > Cheers > Zoran > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > naviserver-devel mailing list > nav...@li... > https://lists.sourceforge.net/lists/listinfo/naviserver-devel -- Vlad Seryakov 571 262-8608 office vl...@cr... http://www.crystalballinc.com/vlad/ |
From: Bernd E. <eid...@we...> - 2005-02-15 17:06:18
|
> for you to check. If there are any things you need to fix, > tell now, so we can proceed. downloaded it and compiled it against tcl 4.8.9. works. minor minor thing: the README speaks of "AOLserver 4.0.8" in the first paragraph. |
From: Zoran V. <zv...@ar...> - 2005-02-15 17:18:20
|
On Tuesday 15 February 2005 18:11, Bernd Eidenschink wrote: > > for you to check. If there are any things you need to fix, > > tell now, so we can proceed. > > downloaded it and compiled it against tcl 4.8.9. works. > minor minor thing: the README speaks of "AOLserver 4.0.8" in the > first paragraph. > Oh yes. The README (as with the most accompanying doc/test things) must be changed accordingly. This is a work in progress :-) I will try to concentrate on first-things-first: doc. Stephen and Vlad can try figure out how to plugin the multi-protocol stuff and we all should review and bless RFE's; bugs we do not have, yet :-) Cheers, Zoran |
From: Stephen D. <sd...@gm...> - 2005-02-16 04:57:53
|
Tried out the tarball and it doesn't compile with tcl 8.5 from cvs. Neither does standard aolserver 4.0.10, but my fork does. I don't think this has to be fixed before initial import -- that's what cvs is for... :-) Looks like we're good to go. Don't worry, I'll fill up the bug tracker for you... On Tue, 15 Feb 2005 17:26:02 +0100, Zoran Vasiljevic <zv...@ar...> wrote: > On Saturday 12 February 2005 17:53, Zoran Vasiljevic wrote: > > > > This is the current layout: > > > > aclocal.m4 configure.in include install-sh nscgi nsdb nspd nsssl sample-config.tcl tests > > ChangeLog CVS index.html license.terms nscp nsext nsperm nsthread tcl win32 > > configure doc ini2tcl.tcl Makefile nsd nslog nssock README tcl2ini.tcl > > > > I have done the initial cleanup: > > o. removed all those silly *.html pages from various places > containing nothing but (mostly) junk; this info should > go into the docs finally > > o. removed traces of nsssl module > > o. removed most of the tests and kept only those written > lately which utilize tcltest environment > > o. reset ChangeLog > > o. removed ini2tcl.tcl and tcl2ini.tcl files > > I have put the tarball on the: > > http://www.archiware.com/www/downloads/aolserver_v40_r10.tar.gz > > for you to check. If there are any things you need to fix, > tell now, so we can proceed. > > Cheers > Zoran > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > naviserver-devel mailing list > nav...@li... > https://lists.sourceforge.net/lists/listinfo/naviserver-devel > |