Re: [sqlite] Documentation - Downloadable?

2007-10-24 Thread Dan Kennedy
On Tue, 2007-10-23 at 19:54 -0500, Andrew Wiley wrote:
> I've been using SQLite on several minor projects now (it makes File IO so
> easy), and the one suggestion I would make would be to make the
> documentation (api reference) downloadable.
> It would be very handy for myself and probably many others to be able to
> download the API reference and keep it with our projects. For me at least,
> I'm a high school student and work with an IDE running from a flash drive in
> the Computer Science lab, where there is no internet, and documentation
> would be so much better than digging though sqlite.h
> 
> Thanks,
> Andrew

Run "../sqlite/configure && make doc" to generate the website 
html pages.

Dan.



-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Documentation - Downloadable?

2007-10-24 Thread Ralf Junker
Hello Olaf Beckman Lapré,

>Aren't there any source documents? I assume the documentation wasn't written 
>in HTML originally.

All documentation is available via CVS and can be build using the provided TCL 
scripts.

The DISQLite3 HTML Help (http://www.yunqa.de/delphi/) contains the full SQLite3 
API reference plus a few wiki pages in HTML Help format for Win32 systems, with 
full text search.

DISQLite3 is a Delphi wrapper of SQLite3, but the SQLite3 API is included 
unchanged for reference. I am sure it will serve you well if you simply ignore 
the Delphi related information - unless you are using Delphi, of course ;-)

Ralf 


-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Documentation - Downloadable?

2007-10-23 Thread Olaf Beckman Lapré
Aren't there any source documents? I assume the documentation wasn't written 
in HTML originally.


Olaf

- Original Message - 
From: "John Stanton" <[EMAIL PROTECTED]>

To: 
Sent: Wednesday, October 24, 2007 07:50
Subject: Re: [sqlite] Documentation - Downloadable?


A project for you.  Pick up the documentation, transform it to PDF and make 
it an Sqlite contribution on sqlite.org.


Olaf Beckman Lapré wrote:

Hi,

I second this request. I've been wondering for a long time why the 
documentation isn't available off-line. How about making the 
documentation available as a PDF file?


Kind regards, Olaf

- Original Message - From: "Andrew Wiley" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, October 24, 2007 02:54
Subject: [sqlite] Documentation - Downloadable?


I've been using SQLite on several minor projects now (it makes File IO 
so

easy), and the one suggestion I would make would be to make the
documentation (api reference) downloadable.
It would be very handy for myself and probably many others to be able to
download the API reference and keep it with our projects. For me at 
least,
I'm a high school student and work with an IDE running from a flash 
drive in

the Computer Science lab, where there is no internet, and documentation
would be so much better than digging though sqlite.h

Thanks,
Andrew





-

To unsubscribe, send email to [EMAIL PROTECTED]
-





-
To unsubscribe, send email to [EMAIL PROTECTED]
-






-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Documentation - Downloadable?

2007-10-23 Thread John Stanton
A project for you.  Pick up the documentation, transform it to PDF and 
make it an Sqlite contribution on sqlite.org.


Olaf Beckman Lapré wrote:

Hi,

I second this request. I've been wondering for a long time why the 
documentation isn't available off-line. How about making the 
documentation available as a PDF file?


Kind regards, Olaf

- Original Message - From: "Andrew Wiley" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, October 24, 2007 02:54
Subject: [sqlite] Documentation - Downloadable?


I've been using SQLite on several minor projects now (it makes File 
IO so

easy), and the one suggestion I would make would be to make the
documentation (api reference) downloadable.
It would be very handy for myself and probably many others to be able to
download the API reference and keep it with our projects. For me at 
least,
I'm a high school student and work with an IDE running from a flash 
drive in

the Computer Science lab, where there is no internet, and documentation
would be so much better than digging though sqlite.h

Thanks,
Andrew





- 


To unsubscribe, send email to [EMAIL PROTECTED]
- 






-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Documentation - Downloadable?

2007-10-23 Thread Olaf Beckman Lapré

Hi,

I second this request. I've been wondering for a long time why the 
documentation isn't available off-line. How about making the documentation 
available as a PDF file?


Kind regards, Olaf

- Original Message - 
From: "Andrew Wiley" <[EMAIL PROTECTED]>

To: 
Sent: Wednesday, October 24, 2007 02:54
Subject: [sqlite] Documentation - Downloadable?



I've been using SQLite on several minor projects now (it makes File IO so
easy), and the one suggestion I would make would be to make the
documentation (api reference) downloadable.
It would be very handy for myself and probably many others to be able to
download the API reference and keep it with our projects. For me at least,
I'm a high school student and work with an IDE running from a flash drive 
in

the Computer Science lab, where there is no internet, and documentation
would be so much better than digging though sqlite.h

Thanks,
Andrew





-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Documentation - Downloadable?

2007-10-23 Thread John Stanton

Andrew Wiley wrote:

I've been using SQLite on several minor projects now (it makes File IO so
easy), and the one suggestion I would make would be to make the
documentation (api reference) downloadable.
It would be very handy for myself and probably many others to be able to
download the API reference and keep it with our projects. For me at least,
I'm a high school student and work with an IDE running from a flash drive in
the Computer Science lab, where there is no internet, and documentation
would be so much better than digging though sqlite.h

Thanks,
Andrew
Andrew, how about using something like wget to download the HTML pages 
and view them locally?


-
To unsubscribe, send email to [EMAIL PROTECTED]
-



[sqlite] Documentation - Downloadable?

2007-10-23 Thread Andrew Wiley
I've been using SQLite on several minor projects now (it makes File IO so
easy), and the one suggestion I would make would be to make the
documentation (api reference) downloadable.
It would be very handy for myself and probably many others to be able to
download the API reference and keep it with our projects. For me at least,
I'm a high school student and work with an IDE running from a flash drive in
the Computer Science lab, where there is no internet, and documentation
would be so much better than digging though sqlite.h

Thanks,
Andrew