Thread: [Boa Constr] Is BoaConstructor still being developed? -2 questions
Status: Beta
Brought to you by:
riaan
From: vmars <vm...@rg...> - 2008-11-19 18:52:23
|
Greetings: 1) Please, is Boa still being developed? Its very easy for me to use, because I am used to Delphi. I think that BC is a valuable program, and I hope it continues to be developed! 2) I would like to read the BC help files, without having to keep BC running Is there a way to do this? THanks ! ô¿ô V e r n WinXp sp2 , wxPython2.8-win32-unicode-2.8.9.1-py26.exe , Boa 0.6.1, Delphi5 http://www.flickr.com/photos/vmars956/ |
From: Werner F. B. <wer...@fr...> - 2008-11-20 09:32:10
|
Hi Vern, vmars wrote: > Greetings: > > 1) Please, is Boa still being developed? Yes it is. > Its very easy for me to use, because I am used to Delphi. > I think that BC is a valuable program, > and I hope it continues to be developed! I am sure Riaan will be happy to hear this. > > 2) I would like to read the BC help files, without having to keep BC running > Is there a way to do this? Check the folder: yourboainstallfolder\Docs\boa There is an index.html in both of the sub-folders. Werner |
From: Tim B. <ti...@al...> - 2008-11-20 17:14:37
|
Hi Werner, and Riaan, I know Boa is still being developed. Significant updates continue to come, but they don't seem to come very frequently. That indicates to me that Riaan remains the main developer, but as I think he's said, doesn't have much time to improve Boa. I know Riaan welcomes and integrates patches, but I wonder if more people might contribute patches if the code was not managed in a distributed rather than centralized version control system. Over the last year or so I've taken to migrating all my projects out of CVS & Subversion into Bazaar, because the distributed version control system model makes it a little easier for others to contribute code to the mainline, partly by giving each user a local copy of the repository itself. It's also easy to set up any directory as a Bazaar-managed repository (easier than CVS & SVN--3 commands: bzr init, bzr add, bzr commit), because you don't have to set up a central repository server before you can start versioning your code. Bazaar also gives you the option to host your code centrally on Launchpad and use its collaboration features which are similar to SourceForge. I haven't used Launchpad a lot, but I like their model of allowing parallel branches to be owned & developed by different people and merged when an owner wants to merge, because I think that fosters more feature development, yes, with the risk that incompatible branches will develop, but I think the correlative risk in a centralized version control model is that the mainline experiences less feature development. So, you might consider using one of the distributed version control systems if you think there's a bottleneck connected to the version control system that's being used. Tim Black Werner F. Bruhin wrote: > Hi Vern, > > vmars wrote: > >> Greetings: >> >> 1) Please, is Boa still being developed? >> > Yes it is. > >> Its very easy for me to use, because I am used to Delphi. >> I think that BC is a valuable program, >> and I hope it continues to be developed! >> > I am sure Riaan will be happy to hear this. > >> >> 2) I would like to read the BC help files, without having to keep BC running >> Is there a way to do this? >> > Check the folder: > yourboainstallfolder\Docs\boa > > There is an index.html in both of the sub-folders. > > Werner > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users > |
From: Tim B. <ti...@al...> - 2008-11-20 17:16:57
|
Tim Black wrote: > I wonder if more people might contribute patches if the code was not > managed in a distributed rather than centralized version control system. I meant to say, "if the code WAS managed in a distributed..." Tim |
From: Riaan B. <riaan@e.co.za> - 2008-11-20 19:09:50
|
Hi Tim, I really doubt version control has an effect. I've never rejected a useful patch. If enough people contributed to make cvs cumbersome, I'd probably switch. Cheers, Riaan. 2008/11/20 Tim Black <ti...@al...>: > Tim Black wrote: > > I wonder if more people might contribute patches if the code was not managed > in a distributed rather than centralized version control system. > > I meant to say, "if the code WAS managed in a distributed..." > > Tim > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users > > |
From: Tim B. <ti...@al...> - 2008-11-21 00:00:25
|
Riaan Booysen wrote: > I really doubt version control has an effect. > > I've never rejected a useful patch. > > If enough people contributed to make cvs cumbersome, I'd probably switch. > Ok! Thanks again for maintaining Boa; it's a great tool! Tim |
From: Werner F. B. <wer...@fr...> - 2008-11-20 19:44:22
|
vmars wrote: > [["There is an index.html in both of the sub-folders. "]] > > Hmmm... > No such thing on my system: Hmmm..... How did you install Boa? I get mine from CVS and haven't used the installer for some time. Maybe the .html are not included in the standard installer. Werner |