errorsystem-devel Mailing List for ErrorSystem (Page 2)
Status: Planning
Brought to you by:
sonicmctails
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(30) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: BrokenClock <bro...@fr...> - 2003-12-15 11:47:36
|
I transfer your mail to the ES-devel mailing-list so the others can share your idears. I hope I will have more time today to answer more, and to McTails so, but it is a big day here. On the other hand, it's going to be= a very long day, so I *may* have some time. Have fun, Stephane > -----Message d'origine----- > De : nw [mailto:bi...@ra...] > Envoy=E9 : lundi 15 d=E9cembre 2003 10:00 > =C0 : bro...@fr... > Objet : Re: PHP developpers for ErrorSystem > > > Hello. > I've visited design page. Following is an example MySql database > structure as i see it: > > ES-Main table > _____________ > System ID (i think that errorsystem server should can manage not only > one system. This field can be unique key for every system) > System Name (that you have described) > AdminMail (that you have described) > DefLg (that you have described) > > ES-Languages table (good error system should support more than 2 > languages, let the user manage any number of languages. This table > only define system languages but not errors text) > __________________ > SystemID (foreign key to associate with specific system from ES-Main) > LanguageShortName (fr, eng, ru or another - used as primary key) > LanguageFullName (France, English, Russian or another. This field > maybe must contain native name of language - Deutsch, =D0=F3=F1=F1=EA=E8= =E9, English > or another) > > ES-Errors table (contain special info about errors) > ________________ > ErrorNum (used as index and primary key) > ErrorLevel (foreign key to asscociate with following ES-ErrorLevels > table) > InternalCode > (In this table i have some doubts about errorName to use by special > action and SpecialMsg to use by special action) > > > ES-ErrorLevels table > ____________________ > ErrorLevel (number of level, used as primary key) > ErrorLevelDescription (like "stop the execution of the software") > > > ES-Messages table (contain messages table for every language, defined > in ES-Languages table) > _________________ > LanguageShortName (used to make relation with language from > ES-Languages table) > ErrorNum (used foreign key to make relation with ES-Errors table) > ErrorName (in this language) > ShortDesc > LongDesc > HTMLDesc > XMLDesc > > This way structured database is able to manage any numbers of error > systems in one database (became error system server), is able to use > any numbers of user defined languages. > > I think so. > Best Regards. > nw. > > On Thu, 11 Dec 2003 16:35:01 +0100 > "BrokenClock" <bro...@fr...> wrote: > >Hi, > > > >I've already add you as a developer. > >I was just working on an update of the design page when i received > >your > >mail. What will I say on this page in about one hour? That, as > >McTails > >suggested, we better planed to use SQLite (www.sqlite.com) instead of > >flat > >files. SQLite will be implemented in PHP5, which should be published > >very > >soon. Waiting, we will use MySQL. I think we should not have a lot of > >work > >to add the code for SQLite, using SQL requests. > >Check the page when it is up to date, and we will re-talk about it. > > > >Regards, > > > >Stephane > > > >> -----Message d'origine----- > >> De : nw [mailto:bi...@ra...] > >> Envoy=E9 : jeudi 11 d=E9cembre 2003 16:23 > >> =C0 : bro...@fr... > >> Objet : Re: PHP developpers for ErrorSystem > >> > >> > >> Hello. > >> I've read project information at project homepage and subscribed > >> error-devel mailing-list. And about Unix name, maybe you mean my > >> Sourceforge login? It's biznw. > >> I think that ErrorSystem is an interesting idea. On my mind, system > >> will be more flexible and powerfull with MySQL, but you are right > >> about synchronous development of both (db and files-driven). I > >>expect > >> from this project better knowlege of php and expierense of team > >> working. Now? you can pose a problem(s)! > >> > >> On Thu, 11 Dec 2003 15:04:56 +0100 > >> "BrokenClock" <bro...@fr...> wrote: > >> >OK, so read the home page : http://errorsystem.sourceforge.net/ > >> >Subscribe the error-devel mailing-list. > >> >Send me your Unix name (your account name on SourceForge, you must > >> >have > >> >one), so I can had you as a developper. > >> >And tell me what you think about this project, your suggestion and > >> >all. > >> > > >> >Pleased to have you with us. > >> > > >> >Stephane > >> > > >> >> -----Message d'origine----- > >> >> De : Andrew [mailto:bi...@us...] > >> >> Envoy=E9 : mardi 9 d=E9cembre 2003 15:20 > >> >> =C0 : bro...@us... > >> >> Objet : RE: PHP developpers for ErrorSystem > >> >> > >> >> > >> >> Hello! > >> >> > >> >> I have some expierence in php programming and want to learn > >> >> > >> >> more. Will be glad to share workload! > >> >> > >> > > >> > >> > > > > |
From: <son...@ss...> - 2003-12-12 21:00:04
|
Mostly right, but I was infering as MySQL as the default as it supports republiation, and has tools to make altering tables alot easier then SQLite. I think that what should be done is that a crontab event (the crontab is a way to run programs at a certian time on *NIXs). That crontab would do a data-only dump of the MySQL tables, backup the current SQLite database, and then recreate it using CREATE TABLE statements and the INSERT data. Also, you can use SQLite with PHP 4, it's available as a PECL module, and I have it running on my local copy of PHP. Anyway, as now I have some desgin, I'm going to write the Database API, so it will be easy to use the rollover. As an additional option, maybe we should add it so it can rollover to something else before SQLite, like a backup server ? Also, what should the file layout for this problem be ?. I was going to put the database layer in, as well as the default schema: errorsystem/include/db/db-mysql.php errorsystem/include/db/schema/base-mysql.sql Also, what does this mean for this project now that you can do it at your workplace ? Will they adapt it once we get a working version ?. Stephane, can you please send me what code you have so I can get it into CVS. Also, here is some information about using WinCVS with SSH. http://minimal.cx/wincvsssh.php However, once you run this part: --- Now log into the remote machine, and add this ID to the trusted hosts file [1]: ssh -l <user> <remote_host> cat id_dsa.pub >> .ssh/authorized_keys rm id_dsa.pub -- Do this: While still at the command prompt, type cat id_dsa.pub and copy the lines it generates (it should start with ssh-dss), and then copy that into your Public Key Management on the SourceForge User page. Once it syncs itself back to the CVS/Shell server, you should be able to get into CVS. Then follow the rest of the directions starting with wincvs setup. Two notes: I'm loading this project into XCode (The Mac OS X Coder IDE), so it's going to put some additional files into the directory, but they won't interfer with anything (though we would have to remove them before making a release). Second, I'm going to write a Linux shell script that will strip out the .DS_Store files Mac OS X likes to leave behind, but they will be there, floating in the CVS files but you can safely ingore them. > > Hi McTails, > >> -----Message d'origine----- >> De : err...@li... >> [mailto:err...@li...]De la part de >> son...@ss... >> Envoyé : vendredi 5 décembre 2003 21:32 >> À : bro...@fr... >> Cc : son...@ss...; ES-devel >> Objet : RE: [ErrorSystem-devel] home page little update >> >> >> It's McTails, sorry if I mispelt it :-P. > > Sorry, I have misunderstood... > >> I never figured that ES would be >> used as a way to report MySQL errors as it already has a good >> errorsystem. > > So do I. But I was thinking about ES should be used for advanced error > reporting when a system uses MySQL. Imagine a PHP script, run regulary > with > the commandline (every 10 minutes for exemple), using MySQL to store > datas. > The db server is down, so the query fails. PHP will prompt the error, and > it > should be log with a redirection. And this error should run for a long > time, > since someone looks in the log file. I think ES should be used to send a > mail to the admin on the first the error appends. In fact, it exactely a > feature I require. I should do that in the original script, but I could > also > do everything I need in the script, but it should so better to do this > with > ES > >> Anyway, the CVS respiorty is empty and I find that a bunch of Windows >> CVS >> clients just don't report errors when using SSH. > Shit! >>WinCVS doesn't report >> that it can't find putty, and it seems to appear working with >> everything. >> Remember that you must have your public key(s) upload to SF.net. > How can I do that? >> Also the >> CVS script is not part of SF itself, it's a seperate one called cvsweb >> (this I know because I run a private local SF.net server). > Nice! > >>What a >> possiabile solution to do is to wait for PHP5, as it will be including >> SQLite, a file based SQL system that doesn't require a server. > I don't know much about SQLite, but one of the soft I use (bacula : > www.bacula.org, a nice backup soft!), uses it, and it seems to works well. >>What could >> be done is a. Data from MySQL is copied to SQLite at various times b. We >> use SQLite be default unless the user chooses otherwise c. We use it >> seperate as a manual failback. > So, if I understood well : SQLite as default, MySQL as an option, with a > backup on SQLite. And we should begin with MySQL only, waiting for PHP5. I > think I can agreed that. >> Regrads, >> McTails >> Regrads, >> Sonic McTails > > Regards, > > Stephane > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op¿ick > _______________________________________________ > ErrorSystem-devel mailing list > Err...@li... > https://lists.sourceforge.net/lists/listinfo/errorsystem-devel > |
From: BrokenClock <bro...@fr...> - 2003-12-11 15:54:11
|
Hello guys, As I tell you before, I've updated the design page (http://errorsystem.sourceforge.net/design.php), following McTails' suggestion : planned to use SQLite instead of flat files, and develop now with MySQL. I am waiting for your comments and suggestions. When we will be agree about the design of tables, I think we could shortly write a first script to create ES.ini file, and ES-main table, as a first step to an installation script. I think I have to go now... Have fun, Stephane |
From: BrokenClock <bro...@fr...> - 2003-12-11 14:04:29
|
Hello everybody, I have a little good news. My boss agreed the project, so I could develop ES on my working time, and the project will progress faster. I was waiting his decision to continue, that's why there was no progress last days. There will big a big update for me here, after it will be the end year with all its parties, you know what I mean. So I planned to update the design page before this week-end, with the idear to use MySQL (and SQlite when PHP5 will be published) instead of flat files, as suggested by McTails. I will post a mail when it's done. By the way, some of you had tell me that they had some idears or suggestions, but nothing cames. Are you shy, all of you? Have fun, guys, Stephane |
From: BrokenClock <bro...@fr...> - 2003-12-08 12:46:55
|
Hi McTails, > -----Message d'origine----- > De : err...@li... > [mailto:err...@li...]De la part de > son...@ss... > Envoy=E9 : vendredi 5 d=E9cembre 2003 21:32 > =C0 : bro...@fr... > Cc : son...@ss...; ES-devel > Objet : RE: [ErrorSystem-devel] home page little update > > > It's McTails, sorry if I mispelt it :-P. Sorry, I have misunderstood... > I never figured that ES would be > used as a way to report MySQL errors as it already has a good errorsyst= em. So do I. But I was thinking about ES should be used for advanced error reporting when a system uses MySQL. Imagine a PHP script, run regulary wi= th the commandline (every 10 minutes for exemple), using MySQL to store data= s. The db server is down, so the query fails. PHP will prompt the error, and= it should be log with a redirection. And this error should run for a long ti= me, since someone looks in the log file. I think ES should be used to send a mail to the admin on the first the error appends. In fact, it exactely a feature I require. I should do that in the original script, but I could a= lso do everything I need in the script, but it should so better to do this wi= th ES > Anyway, the CVS respiorty is empty and I find that a bunch of Windows C= VS > clients just don't report errors when using SSH. Shit! >WinCVS doesn't report > that it can't find putty, and it seems to appear working with everythin= g. > Remember that you must have your public key(s) upload to SF.net. How can I do that? > Also the > CVS script is not part of SF itself, it's a seperate one called cvsweb > (this I know because I run a private local SF.net server). Nice! >What a > possiabile solution to do is to wait for PHP5, as it will be including > SQLite, a file based SQL system that doesn't require a server. I don't know much about SQLite, but one of the soft I use (bacula : www.bacula.org, a nice backup soft!), uses it, and it seems to works well. >What could > be done is a. Data from MySQL is copied to SQLite at various times b. W= e > use SQLite be default unless the user chooses otherwise c. We use it > seperate as a manual failback. So, if I understood well : SQLite as default, MySQL as an option, with a backup on SQLite. And we should begin with MySQL only, waiting for PHP5. = I think I can agreed that. > Regrads, > McTails > Regrads, > Sonic McTails Regards, Stephane |
From: <son...@ss...> - 2003-12-05 20:31:44
|
It's McTails, sorry if I mispelt it :-P. I never figured that ES would be used as a way to report MySQL errors as it already has a good errorsystem. Anyway, the CVS respiorty is empty and I find that a bunch of Windows CVS clients just don't report errors when using SSH. WinCVS doesn't report that it can't find putty, and it seems to appear working with everything. Remember that you must have your public key(s) upload to SF.net. Also the CVS script is not part of SF itself, it's a seperate one called cvsweb (this I know because I run a private local SF.net server). What a possiabile solution to do is to wait for PHP5, as it will be including SQLite, a file based SQL system that doesn't require a server. What could be done is a. Data from MySQL is copied to SQLite at various times b. We use SQLite be default unless the user chooses otherwise c. We use it seperate as a manual failback. Regrads, McTails Regrads, Sonic McTails > Ok, MacTails, I updated the news. > I am agree with you, but someone should use ES on the same host where the > scripts he wants to document. So, if one error occured concerning MySQL > (can > connect to db cause MySQL sever is down), how should ES provide the > documentation? > Of course, the better case is to use ES on a remote server, even a free > server on the internet if the documentation isn't confidential. But, ES > should be used for an internal only proccess, as I should use it, and some > of my users may not access to the internet. > In fact, I must say, I think using a MySQL db should not be the better way > for my needs, and I should not be the only one. > So, you are absolutly right, but some particular cases, mine for example, > should require flat files. That's why I propose to do both. > > Concerning CVS, when I tested TortoiseCVS, I've been able to send file, > and > to received them in an other folder. I re-do it, just to know if I can > update, and it seems to work, but when I have a look in the Web interface > for the CVS tree, I couldn't see anything : > http://cvs.sourceforge.net/viewcvs.py/errorsystem/ . So my trouble. But, > it's important, during all the test proccess, even when the test failed, I > never get any error messages concerning SSH. On the other hand, when I > administer the mailing-lists, I could not see any subscribers in the SF > admin page, but I can see you using the GNU mail page... I think some > things > did not work well on SF, and maybe the Web CVS tree is one of those. > > To conclued, we can chat about it, I'll be online from now to 4h30 pm > (GMT+1) today, if there's no stress here... > > Regards, > > Stephane > > > -----Message d'origine----- > De : err...@li... > [mailto:err...@li...]De la part de > son...@ss... > Envoyé : jeudi 4 décembre 2003 21:43 > À : bro...@fr... > Cc : ES-devel > Objet : Re: [ErrorSystem-devel] home page little update > > > First, I would just like to say, I perfer to go by McTails rather then > Sonic :-P. Anyway, I don't like using flat files, as this can be > problematic with file permissions and some more restrictive PHP hosts > could really make that a pain. My big problem is that if someone mucks up > a line, or puts in a newline in the wrong place, it can cause bad things > to happen. However, MySQL gives it a strict table structure and it makes > it so it's hard to accidently destory. However, I'll bit and do what you > recommend although. Anyway, I'm going to write some code (possiabily just > the return of the said query, although until we debate on the backend it's > not going much father then that) > SMT >> Hi all, >> >> I've just a little home page update, principally to correct my very bad >> english, thanks to my wife. >> And I added a little paragraph concerning db server on the design page : >> http://errorsystem.sourceforge.net/design.php. >> >> I wrote : >> "Note : Sonic would like to use a db server to store data, instead of >> files. >> I think we can do that, using MySQL (more used by free webhosting >> providers). I think we can do both, and let ES administrator make his >> own >> choice. So, I think this page should be still available, just correct in >> this way : replace langage file by one table, where each error should a >> record and each line one field, replace all ini file by one table, where >> each system should be a record, and each line a field. Well, this my >> proposition." >> >> Oh, and I switched pages from html to php, so I added a script to >> generate >> automaticaly the menu on each page. >> >> Tell me what you think. >> >> Regards, >> >> Stéphane >> >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by: IBM Linux Tutorials. >> Become an expert in LINUX or just sharpen your skills. Sign up for >> IBM's >> Free Linux Tutorials. Learn everything from the bash shell to sys >> admin. >> Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op¿ick >> _______________________________________________ >> ErrorSystem-devel mailing list >> Err...@li... >> https://lists.sourceforge.net/lists/listinfo/errorsystem-devel >> > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > ErrorSystem-devel mailing list > Err...@li... > https://lists.sourceforge.net/lists/listinfo/errorsystem-devel > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op¿ick > _______________________________________________ > ErrorSystem-devel mailing list > Err...@li... > https://lists.sourceforge.net/lists/listinfo/errorsystem-devel > |
From: BrokenClock <bro...@fr...> - 2003-12-05 08:29:41
|
Ok, MacTails, I updated the news. I am agree with you, but someone should use ES on the same host where the scripts he wants to document. So, if one error occured concerning MySQL (= can connect to db cause MySQL sever is down), how should ES provide the documentation? Of course, the better case is to use ES on a remote server, even a free server on the internet if the documentation isn't confidential. But, ES should be used for an internal only proccess, as I should use it, and som= e of my users may not access to the internet. In fact, I must say, I think using a MySQL db should not be the better wa= y for my needs, and I should not be the only one. So, you are absolutly right, but some particular cases, mine for example, should require flat files. That's why I propose to do both. Concerning CVS, when I tested TortoiseCVS, I've been able to send file, a= nd to received them in an other folder. I re-do it, just to know if I can update, and it seems to work, but when I have a look in the Web interface for the CVS tree, I couldn't see anything : http://cvs.sourceforge.net/viewcvs.py/errorsystem/ . So my trouble. But, it's important, during all the test proccess, even when the test failed, = I never get any error messages concerning SSH. On the other hand, when I administer the mailing-lists, I could not see any subscribers in the SF admin page, but I can see you using the GNU mail page... I think some thi= ngs did not work well on SF, and maybe the Web CVS tree is one of those. To conclued, we can chat about it, I'll be online from now to 4h30 pm (GMT+1) today, if there's no stress here... Regards, Stephane -----Message d'origine----- De : err...@li... [mailto:err...@li...]De la part de son...@ss... Envoy=E9 : jeudi 4 d=E9cembre 2003 21:43 =C0 : bro...@fr... Cc : ES-devel Objet : Re: [ErrorSystem-devel] home page little update First, I would just like to say, I perfer to go by McTails rather then Sonic :-P. Anyway, I don't like using flat files, as this can be problematic with file permissions and some more restrictive PHP hosts could really make that a pain. My big problem is that if someone mucks up a line, or puts in a newline in the wrong place, it can cause bad things to happen. However, MySQL gives it a strict table structure and it makes it so it's hard to accidently destory. However, I'll bit and do what you recommend although. Anyway, I'm going to write some code (possiabily just the return of the said query, although until we debate on the backend it'= s not going much father then that) SMT > Hi all, > > I've just a little home page update, principally to correct my very bad > english, thanks to my wife. > And I added a little paragraph concerning db server on the design page = : > http://errorsystem.sourceforge.net/design.php. > > I wrote : > "Note : Sonic would like to use a db server to store data, instead of > files. > I think we can do that, using MySQL (more used by free webhosting > providers). I think we can do both, and let ES administrator make his o= wn > choice. So, I think this page should be still available, just correct i= n > this way : replace langage file by one table, where each error should a > record and each line one field, replace all ini file by one table, wher= e > each system should be a record, and each line a field. Well, this my > proposition." > > Oh, and I switched pages from html to php, so I added a script to gener= ate > automaticaly the menu on each page. > > Tell me what you think. > > Regards, > > St=E9phane > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM= 's > Free Linux Tutorials. Learn everything from the bash shell to sys admi= n. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id371&op=BFick > _______________________________________________ > ErrorSystem-devel mailing list > Err...@li... > https://lists.sourceforge.net/lists/listinfo/errorsystem-devel > ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=3D1278&alloc_id=3D3371&op=3Dclick _______________________________________________ ErrorSystem-devel mailing list Err...@li... https://lists.sourceforge.net/lists/listinfo/errorsystem-devel |
From: <son...@ss...> - 2003-12-04 20:42:48
|
First, I would just like to say, I perfer to go by McTails rather then Sonic :-P. Anyway, I don't like using flat files, as this can be problematic with file permissions and some more restrictive PHP hosts could really make that a pain. My big problem is that if someone mucks up a line, or puts in a newline in the wrong place, it can cause bad things to happen. However, MySQL gives it a strict table structure and it makes it so it's hard to accidently destory. However, I'll bit and do what you recommend although. Anyway, I'm going to write some code (possiabily just the return of the said query, although until we debate on the backend it's not going much father then that) SMT > Hi all, > > I've just a little home page update, principally to correct my very bad > english, thanks to my wife. > And I added a little paragraph concerning db server on the design page : > http://errorsystem.sourceforge.net/design.php. > > I wrote : > "Note : Sonic would like to use a db server to store data, instead of > files. > I think we can do that, using MySQL (more used by free webhosting > providers). I think we can do both, and let ES administrator make his own > choice. So, I think this page should be still available, just correct in > this way : replace langage file by one table, where each error should a > record and each line one field, replace all ini file by one table, where > each system should be a record, and each line a field. Well, this my > proposition." > > Oh, and I switched pages from html to php, so I added a script to generate > automaticaly the menu on each page. > > Tell me what you think. > > Regards, > > Stéphane > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op¿ick > _______________________________________________ > ErrorSystem-devel mailing list > Err...@li... > https://lists.sourceforge.net/lists/listinfo/errorsystem-devel > |
From: BrokenClock <bro...@fr...> - 2003-12-04 18:54:49
|
Hi all, I've just a little home page update, principally to correct my very bad english, thanks to my wife. And I added a little paragraph concerning db server on the design page : http://errorsystem.sourceforge.net/design.php. I wrote : "Note : Sonic would like to use a db server to store data, instead of fil= es. I think we can do that, using MySQL (more used by free webhosting providers). I think we can do both, and let ES administrator make his own choice. So, I think this page should be still available, just correct in this way : replace langage file by one table, where each error should a record and each line one field, replace all ini file by one table, where each system should be a record, and each line a field. Well, this my proposition." Oh, and I switched pages from html to php, so I added a script to generat= e automaticaly the menu on each page. Tell me what you think. Regards, St=E9phane |
From: BrokenClock <bro...@fr...> - 2003-12-04 08:56:39
|
Hi Sonic, Most of the time, I will developp with Win98 (not my choice!), with XP ev= ery wednesday, an i planned to install RedHat at home very soon (Xp for the present). I don't know about ixti. About IM : I should use one, maye Trillian. I should install it to day if there is no cataclysm... I should be connect between 8 and 17 o'clock, Pa= ris time (GMT+1), from monday to friday. For the week-end, well, it depends o= n a lot of things... I've join 2 php files. I don't know if we should reuse them. I used them = in one of my PHP script, and they give me the idear of ErrorSystem. They are the only thing we have for the moment to work on together. ErrDisplayFunction : a function to include in PHP script for using ErrDisplay script. ErrDisplay : the main file, that send error information to the caller. Maybe can you put those on a CVS directory. About CVS, I have tried TortoiseCVS, and an other I don't remember. It se= ems that I feel easier with Tortoise, but I am not sure. Maybe can we plan an ICQ (or like) "rendez-vous" this week-end or next, s= o you could explain me (and Alexey (ixti)?) how to use. Regards, Stephane -----Message d'origine----- De : son...@ss... [mailto:son...@ss...] Envoy=E9 : mercredi 3 d=E9cembre 2003 22:51 =C0 : BrokenClock Objet : Re: RE : PHP developpers I'm not that great with mailing lists, although I have joined errorsystem-devel. Anyway, can you tell me what platform you and (if you know) ixti are develpoing on, as CVS w/ SSH (the way SourceForge uses it)= , can be a problem for Windows computers. Two major things you should be aware of is that I use a wireless modem, and it's limited to 14.4kbs whic= h means that updates from me are not going to be offen as it's very slow (since it's being encrypted) :-P. Second, I use a Mac, and I leave behind files called .DS_Store, which can be safely deleted, although I can't get rid of them. Anyway, is there any source to work w/ right now that I can commit into CVS and if there is, can you send it to me, or should I just put in an empty placeholder CVS directory. Also, do you have AOL Instant Messager, or some other IM software, as I perfer it to email (although th= e time difference from EST and GMT might be a problem). Regrads, Sonic McTails > Hi, > > I'm very pleased that you want to join. > Already, I add you as a developper to this project. > It seems that you have not subscribe the errorsystem-devel mailing list. > I strongly recommend you to. There is an other developper who want to > join, and it could be useful for our communication. He did not know > anything about CVS, so your help is welcome. > About MySQL or DB : I think we should discuss this item on the mailing > list. Personnaly, I think it could be useful for big documentation > storage, but, on the other hand, I wish to use a minimum requirement to > run ErrorSystem. > > Again : very pleased to have you with us. > > Regards, > > Stephane > > >> -----Message d'origine----- >> De : Sonic McTails [mailto:son...@us...] >> Envoy=E9 : mardi 2 d=E9cembre 2003 21:55 >> =C0 : bro...@us... >> Objet : RE: PHP developpers >> >> >> I checked out your help wanted request, and I also checked >> >> your project. It seems like a pretty good idea, although you >> >> will need a backend, something like MySQL, or PostgreSQL. >> >> Anyway, I would like to join your project, and I have >> >> experience in using CVS so I can configure that too, as well >> >> as help you with it (you need to use it to create file >> >> releases). My SF.net screen name is sonicmctails, and you >> >> can get me via AIM, screen name Sonic McTails, and >> >> ICQ:160566652. Please contact me ASAP. >> >> Regrads, >> >> SMT >> > > |