|
From: Jason K. <coo...@us...> - 2003-07-01 07:10:29
|
Wow.. Good reply! Patrick, hope you noticed I've updated the system a bit. Three things I'm going to be working on this week: Installer, Admin section, and a lost password system. I would like everyone's thoughts on what registration systems we should add. Right now it's send the user a password via email. Others could be confirmation link, and Open System. Any thoughts? Also, how should lost email addresses be handled? As for the ADODB, I've basically laid out the API to allow easy modification of databases. (One file as long as it's SQL based, although I'm sure we could write wrappers for non-SQL based). Also, I do think that DB portability should be high on the list of important things. However, right now I'm more interested in functionality rather then added new features like DB's. Right now, I'm just hoping to find more people to post bug and feature requests on the SF.net site, and maybe help out in correcting some of the bugs and adding more functionality. Any thoughts? Jason Kendall ----- Original Message ----- From: <pg...@he...> To: "Stuardo Rodriguez" <st...@st...> Cc: <eli...@li...> Sent: Tuesday, July 01, 2003 2:19 AM Subject: Re: [Eliteweb-dev] (no subject) > Hi Stuardo, > > Nice to meet you. I'm Patrick, mainly doing C coding. source forge CVS > instructions are here > http://sourceforge.net/docman/?group_id=1 > http://sourceforge.net/docman/display_doc.php?docid=14033&group_id=1 > > Here are some other SF links > [0] SF reference links > http://sourceforge.net/docman/display_doc.php?docid=1952&group_id=1 > > [1] Guide to the SourceForge.net File Release System (FRS) > http://sourceforge.net/docman/display_doc.php?docid=6445&group_id=1 > > [2] SF have a setup for Windows that one can reference here: > http://sfdocs.sourceforge.net/sfdocs/ > > I downloaded this command off one of the pages and haven't used it yet > please let me know if it works. (send your ssh keys first :-) My guess is > it'll work from say shell.sf.net to cvs.sf.net with the correct CVSROOT > variable. > [3] cvs -z3 -d[your user ID]@cvs.eliteweb.sourceforge.net:/cvsroot/eliteweb co eliteweb > > > > Have you uploaded your ssh key(s) yet? they'll help with logging in > between sourceforge servers, if you've a mind to do that. > > I realise I'm comming in on half a conversation, so I'm qualified in what I > say, but I think our goals are mainly to learn whether it be php, C > databases or whatever. adodb looks cool from a convert from one db to another > kind of way. Any work which helps the project along and teaches you stuff > is totally cool. Go ahead. > > The next goal is to create EliteWeb into a project that can be widely > downloadable and installable with the minimum of effort, and be used > as a content management system, by whoever wants to use it. The two > pages www.eliteweb.sourceforge.net and www.sourceforge.net/projects/eliteweb > are a start and the project page has some of the things on it which need to > be done. Not all of them. The things which need to be done in C are with me > and haven't made their way to the project page yet. > > There's lots to read and finding the exact info you need from sourceforge to > do exactly what you need can be a bit of a task, I'm afraid. But I think that's > mainly because of the size of sourceforge, it's got over 60 thousand projects! > > let us know how you get on, but I think the main goal is to learn and above all > have a good time doing it. I think really, that's it. > > Cheers, > > Patrick. > > > > > > should i send this to U or to the list? > > > > > tell me what you use and I'll give you contact info. > > > > My MS messenger id = st...@st... > > > > > I'd suggest you get the latest from CVS, install it and see what you > > > think. > > > > I tried to do this, but it never let me get it. Is it the same > > instructions as in the sourceforge site? could u send me the commands to > > get the cvs? > > > > > Please expand on the ADODB lib idea tho! > > ADODB is ... > > $db = new ADODB('mysql'); > > //$db = new ADODB('oracle'); > > //$db = new ADODB('pgsql'); > > .... > > $db->Connect($dbname,$dbuser,$dbpass); > > > > it is a problem that the postnuke proyect are dealing with and we can avoid. > > [sorry for my bad eng. but my native lang. is spanish]. This lib is well > > tested and debuged, the EliteWeb api could use the ADODB libs... let me > > try to adapt them. > > > > I would like to know what are the ideas to this proy. what are the goals > > and what are all the ideas we are trying to do. > > -- > > StR > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > > Data Reports, E-commerce, Portals, and Forums are available now. > > Download today and enter to win an XBOX or Visual Studio .NET. > > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 > > _______________________________________________ > > Eliteweb-dev mailing list > > Eli...@li... > > https://lists.sourceforge.net/lists/listinfo/eliteweb-dev > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 > _______________________________________________ > Eliteweb-dev mailing list > Eli...@li... > https://lists.sourceforge.net/lists/listinfo/eliteweb-dev > |