From: Justin F. <je...@ey...> - 2001-07-06 12:27:47
|
Our emails crossed in the night.... Ignore 7:53 post. From what you said, everything should have worked, as far as I can determine. What is "suspicious", er, it's the bloody error, is install: /home/pngia/r2/binarycloud/build/en/user/./conf/conf.php: No such file or directory and the fact you don't even have a ./build directory... Didn't you say that? BUILD_DIR is defined in Makefile.in as BUILD_DIR = $(BC_DIR)/build/$(BC_LANG) and that is why I was suspicious that Makefile.in was not being included. Here is another putter. 1. Save the original Makefile 2. Edit the Makefile a) remove the switch --no-print-directory from both "make" calls thus: (echo "in user";cd 2>/dev/null user && make ;); \ (echo "in base";cd 2>/dev/null base && make ;); \ 3. Do the make, see what you get. Should look something like: ------------------------------------ Building en site in user make[1]: Entering directory `/home/jef/tmp/r2/binarycloud/user' in user/htdocs make[1]: Leaving directory `/home/jef/tmp/r2/binarycloud/user' in base make[1]: Entering directory `/home/jef/tmp/r2/binarycloud/base' in core in bldr in init make[2]: /home/jef/tmp/r2/binarycloud/base/utils/processprepend.php: Command not found make[2]: *** [installprepend] Error 127 in lib in mgr make[1]: Leaving directory `/home/jef/tmp/r2/binarycloud/base' --------------------------------- This will "test" if the make(1) behaviour is the same. Boy, I bet the lurkers on the list are laughing at our discomforture out there.... Do you feel watched???? _scratch|_scratch|_scratch _jef ============ Jimmy Harlindong wrote: > > Justin, > > _scratch, _scratch... :) > > > Uh, oh. BSD... I am a BSD ignoramus. And, if you are > > using the C shell, some of the things I suggested _may_ not > > work. I assumed a Bourne/bash shell... > > I tried on CSH and Bash. The only difference is the way to set the > environment variable. > - Same problem [== snip, snip ==] -- Justin Farnsworth Eye Integrated Communications 321 South Evans - Suite 203 Greenville, NC 27858 | Tel: (252) 353-0722 |
From: Jimmy H. <ji...@ha...> - 2001-07-06 13:27:06
|
Justin, Thanks very much for your help. I tried to boot into linux and tried make, BANG it worked (except that I haven't installed php :-) I think there's something wrong with pk2dir.pl - it doesn't work as it is supposed to be (it works/runs). That is why it echoes '.'. And that's why you can see . In the middle of the path. Next, the build directory is created by install but since the path passed to install was wrong (the dot '.' generated by pk2dir.pl) it didn't create the dir. Now I am still trying to investigate the problem and will keep you folks here posted... By the way I don't suppose there's anyone using FreeBSD around here? Although my web server runs linux, I prefer FreeBSD for a lot of reasons. Cheers Jimmy |
From: Alex B. <en...@tu...> - 2001-07-06 20:15:17
|
oh, very interesting. I will look at pk2dir (as no doubt will odysseas, and let you know) _a > Justin, > > Thanks very much for your help. > I tried to boot into linux and tried make, BANG it worked (except that I > haven't installed php :-) > > I think there's something wrong with pk2dir.pl - it doesn't work as it > is supposed to be (it works/runs). That is why it echoes '.'. And that's > why you can see . In the middle of the path. > > Next, the build directory is created by install but since the path > passed to install was wrong (the dot '.' generated by pk2dir.pl) it > didn't create the dir. > > Now I am still trying to investigate the problem and will keep you folks > here posted... By the way I don't suppose there's anyone using FreeBSD > around here? Although my web server runs linux, I prefer FreeBSD for a > lot of reasons. > > Cheers > Jimmy > > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |
From: Alex B. <en...@tu...> - 2001-07-06 20:13:12
|
This does not _sound_ like a "BSD-is-stupid" thing (like bsd make being dumb, or no php binary, etc) I will ask odysseas, because I am unsure about the error below. hrm _a > Our emails crossed in the night.... Ignore 7:53 post. > >> From what you said, everything should have worked, as > far as I can determine. > > What is "suspicious", er, it's the bloody error, is > > install: /home/pngia/r2/binarycloud/build/en/user/./conf/conf.php: No > such file or directory > > and the fact you don't even have a ./build directory... Didn't > you say that? BUILD_DIR is defined in Makefile.in as > > BUILD_DIR = $(BC_DIR)/build/$(BC_LANG) > > and that is why I was suspicious that Makefile.in was not > being included. > > Here is another putter. > 1. Save the original Makefile > 2. Edit the Makefile > a) remove the switch --no-print-directory > from both "make" calls thus: > > (echo "in user";cd 2>/dev/null user && make ;); \ > (echo "in base";cd 2>/dev/null base && make ;); \ > > 3. Do the make, see what you get. Should look something > like: > ------------------------------------ > Building en site > in user > make[1]: Entering directory `/home/jef/tmp/r2/binarycloud/user' > in user/htdocs > make[1]: Leaving directory `/home/jef/tmp/r2/binarycloud/user' > in base > make[1]: Entering directory `/home/jef/tmp/r2/binarycloud/base' > in core > in bldr > in init > make[2]: /home/jef/tmp/r2/binarycloud/base/utils/processprepend.php: > Command not found > make[2]: *** [installprepend] Error 127 > in lib > in mgr > make[1]: Leaving directory `/home/jef/tmp/r2/binarycloud/base' > --------------------------------- > > This will "test" if the make(1) behaviour is the same. > > Boy, I bet the lurkers on the list are laughing at our > discomforture out there.... Do you feel watched???? > > > _scratch|_scratch|_scratch > > _jef > > ============ > > Jimmy Harlindong wrote: >> >> Justin, >> >> _scratch, _scratch... :) >> >>> Uh, oh. BSD... I am a BSD ignoramus. And, if you are >>> using the C shell, some of the things I suggested _may_ not >>> work. I assumed a Bourne/bash shell... >> >> I tried on CSH and Bash. The only difference is the way to set the >> environment variable. >> - Same problem > [== snip, snip ==] > -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |
From: Odysseas T. <ody...@ya...> - 2001-07-06 22:18:06
|
What version of install you are using? You can do > install --version to figure it out. If a file doesn't have a PACKAGE declaration pk2dir's output is "." , i.e., it represents the current directory where "current" is interpreted in a context-dependent manner. Outputing . in that special case, allows the generation of a valid path even when the output of pk2dir is postfix/prefix/infix inserted in an existing path. odysseas > > install: > /home/pngia/r2/binarycloud/build/en/user/./conf/conf.php: > No > > such file or directory > > > > and the fact you don't even have a ./build > directory... Didn't > > you say that? BUILD_DIR is defined in Makefile.in > as > > > > BUILD_DIR = $(BC_DIR)/build/$(BC_LANG) > > > > and that is why I was suspicious that Makefile.in > was not > > being included. > > > > Here is another putter. > > 1. Save the original Makefile > > 2. Edit the Makefile > > a) remove the switch --no-print-directory > > from both "make" calls thus: > > > > (echo "in user";cd 2>/dev/null user && make ;); \ > > (echo "in base";cd 2>/dev/null base && make > ;); \ > > > > 3. Do the make, see what you get. Should look > something > > like: > > ------------------------------------ > > Building en site > > in user > > make[1]: Entering directory > `/home/jef/tmp/r2/binarycloud/user' > > in user/htdocs > > make[1]: Leaving directory > `/home/jef/tmp/r2/binarycloud/user' > > in base > > make[1]: Entering directory > `/home/jef/tmp/r2/binarycloud/base' > > in core > > in bldr > > in init > > make[2]: > /home/jef/tmp/r2/binarycloud/base/utils/processprepend.php: > > Command not found > > make[2]: *** [installprepend] Error 127 > > in lib > > in mgr > > make[1]: Leaving directory > `/home/jef/tmp/r2/binarycloud/base' > > --------------------------------- > > > > This will "test" if the make(1) behaviour is the > same. > > > > Boy, I bet the lurkers on the list are laughing at > our > > discomforture out there.... Do you feel > watched???? > > > > > > _scratch|_scratch|_scratch > > > > _jef > > > > ============ > > > > Jimmy Harlindong wrote: > >> > >> Justin, > >> > >> _scratch, _scratch... :) > >> > >>> Uh, oh. BSD... I am a BSD ignoramus. And, if > you are > >>> using the C shell, some of the things I > suggested _may_ not > >>> work. I assumed a Bourne/bash shell... > >> > >> I tried on CSH and Bash. The only difference is > the way to set the > >> environment variable. > >> - Same problem > > [== snip, snip ==] > > > > > -- > alex black, ceo > en...@tu... > > the turing studio, inc. > http://www.turingstudio.com > > vox+510.666.0074 > fax+510.666.0093 > > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ |
From: Jimmy H. <ji...@ha...> - 2001-07-07 00:11:22
|
# install --version usage: install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-v] [-g group] [-m mode] [-o owner] directory ... It doesn't seem to have --version as an option. I am running FreeBSD 4.3-RELEASE (the latest release) > -----Original Message----- > From: bin...@li... > [mailto:bin...@li...] On > Behalf Of Odysseas Tsatalos > Sent: Saturday, 7 July 2001 8:18 AM > To: bin...@li... > Subject: Re: [binarycloud-dev] Make > > > What version of install you are using? > You can do > > install --version > to figure it out. |
From: Odysseas T. <ody...@ya...> - 2001-07-07 00:55:49
|
So that seems to be the problem. You will need to get the gnu install (part of the fileutils package) Here is what mine says: ----- > install --version install (GNU fileutils) 4.0p Written by David MacKenzie. .... ----- Sorry for the trouble. If getting more GNU stuff is a big no no for you, I guess, I could rewrite the script to avoid using -D (-D means debugging in the bsd version while it has directory implications in the gnu version) odysseas --- Jimmy Harlindong <ji...@ha...> wrote: > # install --version > usage: install [-CcDpsv] [-f flags] [-g group] [-m > mode] [-o owner] > file1 file2 > install [-CcDpsv] [-f flags] [-g group] [-m > mode] [-o owner] > file1 ... > fileN directory > install -d [-v] [-g group] [-m mode] [-o > owner] directory ... > > It doesn't seem to have --version as an option. > I am running FreeBSD 4.3-RELEASE (the latest > release) > > > -----Original Message----- > > From: bin...@li... > > > [mailto:bin...@li...] > On > > Behalf Of Odysseas Tsatalos > > Sent: Saturday, 7 July 2001 8:18 AM > > To: bin...@li... > > Subject: Re: [binarycloud-dev] Make > > > > > > What version of install you are using? > > You can do > > > install --version > > to figure it out. > > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ |
From: Alex B. <en...@tu...> - 2001-07-07 01:11:13
|
I think we rely on the behavior of GNU utils elsewhere, i would sort of be loth to give up groovyness in favor of compatibility given that the gnu apps are not exactly uncommon :) in any case, Jimmy: try getting gnu-fileutils, and see if that solves your problem. though, that could have other implications because it might break other bsd-specific installs. hrmmm.. _a > So that seems to be the problem. > > You will need to get the gnu install (part of the > fileutils package) > Here is what mine says: > ----- >> install --version > install (GNU fileutils) 4.0p > Written by David MacKenzie. > .... > ----- > > Sorry for the trouble. If getting more GNU stuff is > a big no no for you, I guess, I could rewrite the > script to avoid using -D (-D means debugging in the > bsd version while it has directory implications in the > gnu version) > > odysseas > > > --- Jimmy Harlindong <ji...@ha...> wrote: >> # install --version >> usage: install [-CcDpsv] [-f flags] [-g group] [-m >> mode] [-o owner] >> file1 file2 >> install [-CcDpsv] [-f flags] [-g group] [-m >> mode] [-o owner] >> file1 ... >> fileN directory >> install -d [-v] [-g group] [-m mode] [-o >> owner] directory ... >> >> It doesn't seem to have --version as an option. >> I am running FreeBSD 4.3-RELEASE (the latest >> release) >> >>> -----Original Message----- >>> From: bin...@li... >>> >> [mailto:bin...@li...] >> On >>> Behalf Of Odysseas Tsatalos >>> Sent: Saturday, 7 July 2001 8:18 AM >>> To: bin...@li... >>> Subject: Re: [binarycloud-dev] Make >>> >>> >>> What version of install you are using? >>> You can do >>>> install --version >>> to figure it out. >> >> >> >> _______________________________________________ >> binarycloud-dev mailing list >> bin...@li... >> > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > > > __________________________________________________ > Do You Yahoo!? > Get personalized email addresses from Yahoo! Mail > http://personal.mail.yahoo.com/ > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |
From: Jimmy H. <ji...@ha...> - 2001-07-07 01:19:51
|
Hi, What about pk2dir.pl returning . On FreeBSD but not on linux? I can probably patch the install command to work with freebsd but pk2dir is another prob.... Regards, Jimmy > -----Original Message----- > From: bin...@li... > [mailto:bin...@li...] On > Behalf Of Odysseas Tsatalos > Sent: Saturday, 7 July 2001 10:56 AM > To: bin...@li... > Subject: RE: [binarycloud-dev] Make > > > So that seems to be the problem. > > You will need to get the gnu install (part of the > fileutils package) > Here is what mine says: > ----- > > install --version > install (GNU fileutils) 4.0p > Written by David MacKenzie. > ... > ----- > > Sorry for the trouble. If getting more GNU stuff is > a big no no for you, I guess, I could rewrite the > script to avoid using -D (-D means debugging in the > bsd version while it has directory implications in the > gnu version) > > odysseas |
From: Odysseas T. <ody...@ya...> - 2001-07-07 01:22:57
|
pk2dir returns . in both FreeBSD and in Linux. Thats the correct and expected behavior for files with no PACKAGE declaration See my earlier reply. odysseas --- Jimmy Harlindong <ji...@ha...> wrote: > Hi, > > What about pk2dir.pl returning . On FreeBSD but not > on linux? > I can probably patch the install command to work > with freebsd but pk2dir > is another prob.... > > Regards, > Jimmy > > > -----Original Message----- > > From: bin...@li... > > > [mailto:bin...@li...] > On > > Behalf Of Odysseas Tsatalos > > Sent: Saturday, 7 July 2001 10:56 AM > > To: bin...@li... > > Subject: RE: [binarycloud-dev] Make > > > > > > So that seems to be the problem. > > > > You will need to get the gnu install (part of the > > fileutils package) > > Here is what mine says: > > ----- > > > install --version > > install (GNU fileutils) 4.0p > > Written by David MacKenzie. > > ... > > ----- > > > > Sorry for the trouble. If getting more GNU stuff > is > > a big no no for you, I guess, I could rewrite the > > script to avoid using -D (-D means debugging in > the > > bsd version while it has directory implications in > the > > gnu version) > > > > odysseas > > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ |
From: John D. <jo...@we...> - 2001-07-08 18:21:01
|
Dare I mention .. automake On Fri, 6 Jul 2001, Odysseas Tsatalos wrote: > So that seems to be the problem. > > You will need to get the gnu install (part of the > fileutils package) > Here is what mine says: > ----- > > install --version > install (GNU fileutils) 4.0p > Written by David MacKenzie. > .... > ----- > > Sorry for the trouble. If getting more GNU stuff is > a big no no for you, I guess, I could rewrite the > script to avoid using -D (-D means debugging in the > bsd version while it has directory implications in the > gnu version) > > odysseas > > > --- Jimmy Harlindong <ji...@ha...> wrote: > > # install --version > > usage: install [-CcDpsv] [-f flags] [-g group] [-m > > mode] [-o owner] > > file1 file2 > > install [-CcDpsv] [-f flags] [-g group] [-m > > mode] [-o owner] > > file1 ... > > fileN directory > > install -d [-v] [-g group] [-m mode] [-o > > owner] directory ... > > > > It doesn't seem to have --version as an option. > > I am running FreeBSD 4.3-RELEASE (the latest > > release) > > > > > -----Original Message----- > > > From: bin...@li... > > > > > [mailto:bin...@li...] > > On > > > Behalf Of Odysseas Tsatalos > > > Sent: Saturday, 7 July 2001 8:18 AM > > > To: bin...@li... > > > Subject: Re: [binarycloud-dev] Make > > > > > > > > > What version of install you are using? > > > You can do > > > > install --version > > > to figure it out. > > > > > > > > _______________________________________________ > > binarycloud-dev mailing list > > bin...@li... > > > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > > > __________________________________________________ > Do You Yahoo!? > Get personalized email addresses from Yahoo! Mail > http://personal.mail.yahoo.com/ > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > > -- John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos CA 95032 www.intacct.com Public key available off http://www.keyserver.net Key fingerprint = 4024 DF50 56EE 19A3 258A D628 22DE AD56 EEBE 8DDD |
From: Odysseas T. <ody...@ya...> - 2001-07-09 01:15:52
|
Great, We have a volunteer for autmomake. Good job John :-) odysseas --- John Donagher <jo...@we...> wrote: > > Dare I mention .. automake > > On Fri, 6 Jul 2001, Odysseas Tsatalos wrote: > > > So that seems to be the problem. > > > > You will need to get the gnu install (part of the > > fileutils package) > > Here is what mine says: > > ----- > > > install --version > > install (GNU fileutils) 4.0p > > Written by David MacKenzie. > > .... > > ----- > > > > Sorry for the trouble. If getting more GNU stuff > is > > a big no no for you, I guess, I could rewrite the > > script to avoid using -D (-D means debugging in > the > > bsd version while it has directory implications in > the > > gnu version) > > > > odysseas > > > > > > --- Jimmy Harlindong <ji...@ha...> wrote: > > > # install --version > > > usage: install [-CcDpsv] [-f flags] [-g group] > [-m > > > mode] [-o owner] > > > file1 file2 > > > install [-CcDpsv] [-f flags] [-g group] > [-m > > > mode] [-o owner] > > > file1 ... > > > fileN directory > > > install -d [-v] [-g group] [-m mode] [-o > > > owner] directory ... > > > > > > It doesn't seem to have --version as an option. > > > I am running FreeBSD 4.3-RELEASE (the latest > > > release) > > > > > > > -----Original Message----- > > > > From: > bin...@li... > > > > > > > > [mailto:bin...@li...] > > > On > > > > Behalf Of Odysseas Tsatalos > > > > Sent: Saturday, 7 July 2001 8:18 AM > > > > To: bin...@li... > > > > Subject: Re: [binarycloud-dev] Make > > > > > > > > > > > > What version of install you are using? > > > > You can do > > > > > install --version > > > > to figure it out. > > > > > > > > > > > > _______________________________________________ > > > binarycloud-dev mailing list > > > bin...@li... > > > > > > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > > > > > > __________________________________________________ > > Do You Yahoo!? > > Get personalized email addresses from Yahoo! Mail > > http://personal.mail.yahoo.com/ > > > > _______________________________________________ > > binarycloud-dev mailing list > > bin...@li... > > > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > > > > > > -- > > John Donagher > Application Engineer > Intacct Corp. - Powerful Accounting on the Web > 408-395-0989 > 720 University Ave. > Los Gatos CA 95032 > www.intacct.com > > Public key available off http://www.keyserver.net > Key fingerprint = 4024 DF50 56EE 19A3 258A D628 > 22DE AD56 EEBE 8DDD > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ |
From: Justin F. <je...@ey...> - 2001-07-06 13:06:58
|
Jimmy Harlindong wrote: > > Justin, > > _scratch, _scratch... :) ================================== Sigh... Jimmy, Ima giv'n up on ya fer the moment. Iam goin' back to a-writin' modules... FWIW, I suggest you should not give up. I may seem like a Cassandra on this list, but I must again reiterate that BC is the best thing going right now, and Jason and I have been looking for some time. You see the need of what, I think, BC has achieved in its vision and conception. YATS (Yet another template system) are springing up like mushrooms all over the Net. Everybody with a little experience in web-page design feels this need, eventually, that there is a better way to get over this original-sin legacy of HTML of mixing content and layout. And everybody gets tired of rewriting the same code over and over and having near-copies of the same thing over and over and one breaks one day while others don't. And for speed of development, even this little toy set of modules I am playing with, and expanding, show that web development time is going to be slashed dramatically. BC is the best conceived, best thought-out system out there. I have said before, even if it stopped now, I would still use it. When the Mythical Managers (I still have to tweak Alex) are added, especially what I think Entity Manager is going to be, then it is going to really add desirable capability. I am exaggerating for effect here, but it is a kind of a "second generation" idiom. Sigh... _jef -- Justin Farnsworth Eye Integrated Communications 321 South Evans - Suite 203 Greenville, NC 27858 | Tel: (252) 353-0722 |
From: Justin F. <je...@ey...> - 2001-07-06 11:53:02
|
Jimmy Harlindong wrote: > a bunch of stuff that things still are not working --------------- Jimmy: If you still are determined to putter along with my suggestions, until a BSD guy comes on the list and straightens you out, you might try this and let me know what happens. 1. Save a copy of the Makefile, i.e. cp Makefile Makefile.org 2. Ditto for Makefile.in, i.e. cp Makefile.in Makefile.in.org 3. In the Makefile, wipe out include Makefile.in 4. Paste in the "guts" of Makefile.in where the include was, from RM=/bin/rm to/including the target .xml.php Then see if it will make. Oh, lordy, I just realized that you would have to do this for every Makefile in the tree that tries to include Makefile.in. What I am suspecting, and what the above would "correct", is that _possibly_ BSD make(1) does not honor the include directive, which is, I think, an extended facility in gnu make(1). I'm outta here. I don't know nuttin' about BSD... I will wish you the best of British Luck, tho. _jef -- Justin Farnsworth Eye Integrated Communications 321 South Evans - Suite 203 Greenville, NC 27858 | Tel: (252) 353-0722 |
From: Jimmy H. <ji...@aa...> - 2001-07-05 18:31:35
|
Alex.... Still waiting... Can I do a site with r2 now or is it still in 'alpha' / preview stage? |
From: Alex B. <en...@tu...> - 2001-07-06 01:00:55
|
depends on what you need to do. page + modules is up and functioning, so you can certainly build pages, though it will be less convenient than in the future. I would call r2 "beta" - as most of the work is in fact integrating already production-quality code. -a > Alex.... Still waiting... > Can I do a site with r2 now or is it still in 'alpha' / preview stage? > > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |
From: Jimmy H. <ji...@ha...> - 2001-07-06 01:19:23
|
Alex, I want to create site for a company. They need news, course schedule, etc. They should be able to go into admin area and update those items into the database. Can r2 at the moment do that? Thanks > -----Original Message----- > From: bin...@li... > [mailto:bin...@li...] On > Behalf Of Alex Black > Sent: Friday, 6 July 2001 11:02 AM > To: binarycloud-dev > Subject: Re: [binarycloud-dev] Can't wait > > > depends on what you need to do. |
From: Alex B. <en...@tu...> - 2001-07-06 01:30:57
|
> Alex, > > I want to create site for a company. They need news, course schedule, > etc. They should be able to go into admin area and update those items > into the database. > > Can r2 at the moment do that? yes, though you would need to build more code for it to work now than you would if you did it later. You would need to write a query library (instead of using entities and querymanager) - and a set of modules for editing. _alex > Thanks > >> -----Original Message----- >> From: bin...@li... >> [mailto:bin...@li...] On >> Behalf Of Alex Black >> Sent: Friday, 6 July 2001 11:02 AM >> To: binarycloud-dev >> Subject: Re: [binarycloud-dev] Can't wait >> >> >> depends on what you need to do. > > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |