Re: pga3: Help file locations

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pga3: Help file locations
Date: 2003-07-13 21:11:36
Message-ID: 3F11CB08.6010307@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dave Page wrote:

>I'm having serious trouble getting the helpfiles to be found in pgAdmin
>III as the code used to find pages seems to be different for virtually
>every help menu option.
>
>I have started sorting this out by moving bugreport.html into the main
>doc directory. I haven't modified the code to display it, but have added
>it to the index page.
>
>Currently, the Help menu contains these options:
>
>Help...
>pgAdmin III FAQ
>SQL Help
>PostgreSQL Help
>Tip of the Day...
>-------
>Bugreport
>About...
>
>I think we should have:
>
>pgAdmin Help (docs/en_US/index.html)
>SQL Help (docs/en_US/pg/sql-commands.html | xxx.html)
>PostgreSQL Help (docs/en_US/pg/index.html)
>pgAdmin FAQ (http://www.pgadmin.org/pgadmin3/faq/)
>Tip of the Day
>-------
>Bug Reporting (docs/en_US/pg/bugreport.html)
>About
>
>Now, on Windows, the docs are in $INSTALLDIR/docs/en_US/ and
>$INSTALLDIR/docs/en_US/. The binaries live in $INSTALLDIR.
>
>On Unix, the docs are (normally) in
>$INSTALLDIR/share/pgadmin3/docs/en_US/ and
>$INSTALLDIR/share/pgadmin3/docs/en_US/pg/. The binaries live in
>$INSTALLDIR/bin/
>
>
>
So the only problem is bug report? It was just a quick-and-dirty page,
(which shouldn't reside under .../pg, but only en_US), should we include
an official bugreport dialog?

Regards,
Andreas

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-07-13 21:52:00 Re: pga3: Help file locations
Previous Message Darko Prenosil 2003-07-13 20:05:47 Re: Trouble with wxWindows (XRC and STC linking problem)