> Somebody who has a downloadable .tar.gz containing the documentation?
I did found older Gambas3 offline doc package over at
http://whiteislandsoftware.com,
look in the guides section.
If you have problems getting it just let me know and I can upload
it somewhere.
/CJ
--
Somebody who has a downloadable .tar.gz containing the documentation?
2012/4/20 Willy Raets
> On do, 2012-04-19 at 10:43 -0700, Randall Morgan wrote:
> > Couldn't this be done simply running a simple web server as localhost on
> an
> > unused port and downloading the site using a site copier lik
On do, 2012-04-19 at 10:43 -0700, Randall Morgan wrote:
> Couldn't this be done simply running a simple web server as localhost on an
> unused port and downloading the site using a site copier like HTTtrack for
> the local version. Then simply allowing user to choose online or offline
> documentati
Couldn't this be done simply running a simple web server as localhost on an
unused port and downloading the site using a site copier like HTTtrack for
the local version. Then simply allowing user to choose online or offline
documentation via a menu item that simply choose the real domain or
localho
HTTtrack will change the links for you and download all the images and
sample code if told to do so... But the size of the site is very large. It
would be nice if it was compressed locally but I have a large hard drive so
I didn't do that. It does take a long time to download the site even with a
h
I have already created an "off line" documentation package 2 months ago. This
was no small task as there are over 600 folders and over 9000 files for just
the English version. You also need to change where the links point to, all
2 of them.
I posted on my forum about this back in February i
HTTtrack can be used to download the docs from the web. As
Demosthenes explained it
simply copies the site to a local directory and modifies all links so they
work locally. What is needed in the IDE is code to check at startup for a
web connection and if it exists, use the online version. If it doe
On 04/19/2012 09:24 AM, John Spikowski wrote:
> On Thu, 2012-04-19 at 08:09 +0200, Rolf-Werner Eilert wrote:
>> Could you explain this a bit more in detail?
>>
>> Thanks
>> Rolf
>>
>> Am 18.04.2012 19:08, schrieb Randall Morgan:
>>> Oh, I solved my offline document use with HTTtrack and simply copi
On Thu, 2012-04-19 at 08:09 +0200, Rolf-Werner Eilert wrote:
> Could you explain this a bit more in detail?
>
> Thanks
> Rolf
>
> Am 18.04.2012 19:08, schrieb Randall Morgan:
> > Oh, I solved my offline document use with HTTtrack and simply copied the
> > site to my local hard drive.
> >
> >
> >
Could you explain this a bit more in detail?
Thanks
Rolf
Am 18.04.2012 19:08, schrieb Randall Morgan:
> Oh, I solved my offline document use with HTTtrack and simply copied the
> site to my local hard drive.
>
>
> On Wed, Apr 18, 2012 at 10:07 AM, Randall Morganwrote:
>
>> I too often develop on
Oh, I solved my offline document use with HTTtrack and simply copied the
site to my local hard drive.
On Wed, Apr 18, 2012 at 10:07 AM, Randall Morgan wrote:
> I too often develop on my laptop with no internet access. And it is
> very frustrating when you have no documentation to refer to.
>
> W
I too often develop on my laptop with no internet access. And it is
very frustrating when you have no documentation to refer to.
Writing a python crawler to extract the docs from the website and put it
into either local html or pdf files shouldn't be too difficult. we just
need an IDE hook to view
2012/4/18 Demosthenes Koptsis :
> i try to download the docs with
>
> wget -kvrc --*html-extension *http://gambasdoc.org/help?v3
>
> i think with this way we can have convert php files to html and have
> offline documentation.
php ... it's a gambas cgi !
>
> if all are good i can send the tarball
On 18/04/12 23:02, Mathias Maes wrote:
> Why would you need a webserver to download files from a webserver?
> Just simply download them, and show them in the IDE like theyre showed now.
> Would be much easier.
Indeed, but the IDE itself will not read help files from a local hard
drive directly, it
Why would you need a webserver to download files from a webserver?
Just simply download them, and show them in the IDE like theyre showed now.
Would be much easier.
2012/4/18 Ian Haywood
> On Wed, Apr 18, 2012 at 6:33 PM, Demosthenes Koptsis
> wrote:
> > i try to download the docs with
> >
> >
On Wed, Apr 18, 2012 at 6:33 PM, Demosthenes Koptsis
wrote:
> i try to download the docs with
>
> wget -kvrc --*html-extension *http://gambasdoc.org/help?v3
>
> i think with this way we can have convert php files to html and have
> offline documentation.
>
> if all are good i can send the tarball
i try to download the docs with
wget -kvrc --*html-extension *http://gambasdoc.org/help?v3
i think with this way we can have convert php files to html and have
offline documentation.
if all are good i can send the tarball to put it to download section.
Another option is to setup a cron job to
On Wednesday 18 April 2012 16:30:53 Rolf-Werner Eilert wrote:
Would be great for me - I can't get proper internet at home - no adsl and am
in a wireless deadspot.
richard
> Oh yes, and it requires a webserver to handle this, I guess. But maybe
> it is possible to let Gambas do this work in the
Oh yes, and it requires a webserver to handle this, I guess. But maybe
it is possible to let Gambas do this work in the background while the
IDE is running?
Anyway, I join in to the request (well, actually I already asked for it
some months ago).
Let me think this over. There are half-ready ht
If the documentation is done in html, you could make a compressed
offline version of its current state, like a compressed copy of the
entire website. But I guess it is also made with Gambas :-)
Csaba
2012/4/17, Jesus :
> One more joining the request!
>
> Thanks
>
> --
> Jesus
>
> El 17/04/12 21:0
Oh, not just IDE but also manually download them as tar ball, etc.
Jussi
On Tue, Apr 17, 2012 at 22:40, Jussi Lahtinen wrote:
>
> I removed the offline documentation in Gambas 3 because I don't have the
>> time to deal with it anymore.
>>
>
> Maybe I didn't get this right...
> Couldn't it be p
> I removed the offline documentation in Gambas 3 because I don't have the
> time to deal with it anymore.
>
Maybe I didn't get this right...
Couldn't it be possible for IDE to just download all the documentation html
pages and then use local folder as source for the help browser?
Jussi
-
One more joining the request!
Thanks
--
Jesus
El 17/04/12 21:04, Willy Raets escribió:
> And another agreed here as I am not always online when coding.
>
> On di, 2012-04-17 at 21:32 +0300, Jussi Lahtinen wrote:
>> Also agreed,
>> sometimes it takes a while to get help info from online, I would
Le 17/04/2012 21:04, Willy Raets a écrit :
> And another agreed here as I am not always online when coding.
>
> On di, 2012-04-17 at 21:32 +0300, Jussi Lahtinen wrote:
>> Also agreed,
>> sometimes it takes a while to get help info from online, I would like it to
>> be immediate.
>>
>> Jussi
>>
>>
>
And another agreed here as I am not always online when coding.
On di, 2012-04-17 at 21:32 +0300, Jussi Lahtinen wrote:
> Also agreed,
> sometimes it takes a while to get help info from online, I would like it to
> be immediate.
>
> Jussi
>
>
>
> On Tue, Apr 17, 2012 at 20:35, M. Cs. wrote:
>
Also agreed,
sometimes it takes a while to get help info from online, I would like it to
be immediate.
Jussi
On Tue, Apr 17, 2012 at 20:35, M. Cs. wrote:
> I agree with you. If would be nice to have a package gambas3-gb-help,
> as an option.
>
> Csaba
>
> 2012/4/17, sundar j :
> > Is it possi
I agree with you. If would be nice to have a package gambas3-gb-help,
as an option.
Csaba
2012/4/17, sundar j :
> Is it possible to make online documentation to include in standard
> installation and make it available from help/F1. It would be nice if
> examples also included in the offline docum
Is it possible to make online documentation to include in standard installation
and make it available from help/F1. It would be nice if examples also included
in the offline documentation.
--
Better than sec? Nothing is
28 matches
Mail list logo