From: Jim M. <pu...@wi...> - 2001-10-01 21:44:46
|
Howdy! This note from Patrick O'Brien was a revelation to me; I'd previously given up on boa for lack of documentation and/or time to figure it out. Bearing that in mind, may I suggest the following patch to the website to make the documentation more easily accessible? It can be applied by saving it into a file (e.g. /tmp/boaweb.patch), cd'g to the top-level directory of the web content directory and typing: patch -up 1 < /tmp/boaweb.patch Now to go see if it was a lack of docs, or just general density on my part. ;] Thanks, Patrick! --j The patch: diff -ru boa.orig/Download.html boa.new/Download.html --- boa.orig/Download.html Mon Oct 1 14:17:06 2001 +++ boa.new/Download.html Mon Oct 1 14:28:52 2001 @@ -64,7 +64,7 @@ <p> Boa Constuctor 0.0.5 can be downloaded from SourceForge -<a href="http://sourceforge.net/project/showfiles.php?group_id=1909">here</a>.<br> +<a href="http://sourceforge.net/project/showfiles.php?group_id=1909">here</a>. The latest documentation for Boa Constructor can be had as either a <a href="Help/Docs.zip">zip file</a> or a <a href="Help/Docs.tar.gz">gzipped tarball</a>.<br> <p> Before this can work, you'll need to have successfully installed <a href="http://wxPython.org/download.php">wxPython 2.2.5</a> and diff -ru boa.orig/Help/index.html boa.new/Help/index.html --- boa.orig/Help/index.html Mon Oct 1 14:18:20 2001 +++ boa.new/Help/index.html Mon Oct 1 14:24:29 2001 @@ -59,6 +59,9 @@ <br>The following forms of help / participation are available: <ul> <li> +The latest application documentation in a <a href="Docs.zip">zip file</a> or a <a href="Docs.tar.gz">gzipped tarball</a>. + +<li> <a href="AppHelp">Application help</a></li> Patrick K. O'Brien wrote: > The docs are released separately and are not very easy to find. Here are > Riaan's instructions from a previous message: > > * New help system, completely replacing the old one. > You'll have to download the help data files from: > http://boa-constructor.sourceforge.net/Help/Docs.zip > or > http://boa-constructor.sourceforge.net/Help/Docs.tar.gz > and unzip into the Boa root directory. > The new help system uses the wxHTMLHelpController and contains help > for Boa, the Boa Guide, Python, wxPython and CVS. > Each section has contents and indexes. > * Customiseable preference storage. > If you have an environment variable HOME and your HOME dir has a > dir called .boa, all config/preference files that Boa maintains > will be copied here and used from here. This is mainly aimed at linux > users whose Boas can't update their preferences, but it's useful, > and it also works on windows. > > --- > Patrick K. O'Brien > Orbtech (http://www.orbtech.com) > "I am, therefore I think." > > -----Original Message----- > From: boa...@li... > [mailto:boa...@li...]On Behalf Of > Warnes, Gregory R > Sent: Wednesday, September 05, 2001 6:56 PM > To: 'boa...@li...' > Subject: [Boa Constr] Why aren't Docs in CVS? > > > Hi, > > I've just gotten started with Boa and I'm very impressed. I had been trying > to use v0.0.5, until I realized that this was way out of date and grabbed > the new 0.0.13 from CVS. When I did so, I noticed that the documentation > (Doc/*) was not in the current CVS version. Is there a particular reason > for this? > > -Greg > > > LEGAL NOTICE > Unless expressly stated otherwise, this message is confidential and may be > privileged. It is intended for the addressee(s) only. Access to this E-mail > by anyone else is unauthorized. If you are not an addressee, any disclosure > or copying of the contents of this E-mail or any action taken (or not taken) > in reliance on it is unauthorized and may be unlawful. If you are not an > addressee, please inform the sender immediately. > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users > > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users > > > -- Jim Meyer, Geek At Large pu...@wi... |