Re: PostgreSQL.hhp - Mailing list pgadmin-hackers

From Dave Page
Subject Re: PostgreSQL.hhp
Date
Msg-id 03AF4E498C591348A42FC93DEA9661B83AF1A4@mail.vale-housing.co.uk
Whole thread Raw
In response to PostgreSQL.hhp  ("Darko Prenosil" <Darko.Prenosil@finteh.hr>)
Responses Re: PostgreSQL.hhp  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgadmin-hackers

> -----Original Message-----
> From: Andreas Pflug [mailto:pgadmin@pse-consulting.de]
> Sent: 22 July 2003 19:17
> To: Darko Prenosil
> Cc: Dave Page; pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] PostgreSQL.hhp
>
> >Sorry; I wasn't aware of that possibility, but I like Idea to have
> >"searchable" help for PostgreSQL. How about checking:
> >     if it is http - call browser
> >    and if is not call wxHelpControler ?
> >Or even beter we can simply check if "SQL help site" option
> points to dir
> >that is subdir of  "docPath".
> >
> >In this case only DisplayPgSqlHelp function should be
> changed. I don't
> >think this is such big change. Shall I do it ?

I think that the SQL help site should default to empty. When empty, the
HTML Help that we ship will be used. When not, the help will function as
previously, using the non-searchable, possible web based help.

>
> It's not all. The problem starts at the beginning, having a separate
> help project/help controller for pgsql. When compiling the
> pgadmin help
> project with html workshop, it will include pg as well,

No it doesn't because there are no links from any of the pgAdmin help to
the PostgreSQL help (just tested it).

> so why should
> there be another project? But this means that the entry point
> calls will
> need review.

There is probably no need for a seperate project I agree. We can easily
call the PostgreSQL help directly (or any SQL help for that matter)
using wxHtmlHelpController::Display(wxT("pg/index.html")) or something
similar.

This way we have just one help system for everything, except the
PostgreSQL help *if* an alternate source has been selected.

Comments?

Regards, Dave.

pgadmin-hackers by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: PostgreSQL.hhp
Next
From: Andreas Pflug
Date:
Subject: Re: PostgreSQL.hhp