SVN Commit by dpage: r4512 - trunk/pgadmin3/docs/en_US

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4512 - trunk/pgadmin3/docs/en_US
Date: 2005-10-06 12:12:53
Message-ID: 200510061212.j96CCrtJ003173@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage
Date: 2005-10-06 13:12:53 +0100 (Thu, 06 Oct 2005)
New Revision: 4512

Added:
trunk/pgadmin3/docs/en_US/kerberos.html
Modified:
trunk/pgadmin3/docs/en_US/appendices.html
trunk/pgadmin3/docs/en_US/bugreport.html
trunk/pgadmin3/docs/en_US/connect-error.html
trunk/pgadmin3/docs/en_US/gridopts.html
trunk/pgadmin3/docs/en_US/options-tab2.html
Log:
Doc tweaks.

Modified: trunk/pgadmin3/docs/en_US/appendices.html
===================================================================
--- trunk/pgadmin3/docs/en_US/appendices.html 2005-10-06 11:34:43 UTC (rev 4511)
+++ trunk/pgadmin3/docs/en_US/appendices.html 2005-10-06 12:12:53 UTC (rev 4512)
@@ -15,6 +15,11 @@
<LI>The pgAdmin <A HREF="team.html">development team</A>.<BR>&nbsp;</LI>
<LI>The pgAdmin <A HREF="translation_team.html">translation team</A>.<BR>&nbsp;</LI>
<LI>The pgAdmin III <A HREF="licence.html">licence</A>.<BR>&nbsp;</LI>
+</UL>
+
+<P>pgAdmin includes software from the OpenSSL and MIT Kerberos projects:</P>
+<UL>
+ <LI>The MIT Kerberos <A HREF="kerberos.html">licence</A>.<BR>&nbsp;</LI>
<LI>The OpenSSL <A HREF="openssl.html">licence</A>.<BR>&nbsp;</LI>
</UL>
</BODY>

Modified: trunk/pgadmin3/docs/en_US/bugreport.html
===================================================================
--- trunk/pgadmin3/docs/en_US/bugreport.html 2005-10-06 11:34:43 UTC (rev 4511)
+++ trunk/pgadmin3/docs/en_US/bugreport.html 2005-10-06 12:12:53 UTC (rev 4512)
@@ -32,7 +32,9 @@
<LI>If possible and appropriate, include a backtrace from the crash. You may need to recompile wxWidgets and pgAdmin
with the --enable-debug option to do this.
</UL>
-Please do <B>not</B> send an email directly to one of the programmers; they might miss it, or even be the wrong person at all.
+Please do <B>not</B> send an email directly to one of the programmers; they might miss it, or even be the wrong person altogether
+(see <a href="http://people.planetpostgresql.org/dpage/index.php?/archives/2-Support-rant-Dave-goes-off-on-one!!!.html">Dave's
+blog</a> for other reasons why you shouldn't email developers directly).
Using the mailing list guarantees that your request isn't lost and will be answered in a timely fashion.
<P>After a bug has been reported on the mailing list as being fixed,
it might take one or two days until it has made it into the

Modified: trunk/pgadmin3/docs/en_US/connect-error.html
===================================================================
--- trunk/pgadmin3/docs/en_US/connect-error.html 2005-10-06 11:34:43 UTC (rev 4511)
+++ trunk/pgadmin3/docs/en_US/connect-error.html 2005-10-06 12:12:53 UTC (rev 4512)
@@ -22,7 +22,7 @@
<br>
</p>
<H3 id="notrunning">could not connect to Server: Connection refused</H3>
-<img src="images/not-running.png">
+<center><img src="images/not-running.png"></center>
<p>
If this message appears, there are two possible reasons for this: either the server isn't
running at all. Simply start it.
@@ -44,7 +44,7 @@
</p>
<br>
<H3 id="no-hba">FATAL: no pg_hba.conf entry</H3>
-<img src="images/no-hba.png">
+<center><img src="images/no-hba.png"></center>
<p>
If this message appears, your server can be contacted correctly over the network,
but isn't configured to accept your connection. Your client isn't detected

Modified: trunk/pgadmin3/docs/en_US/gridopts.html
===================================================================
--- trunk/pgadmin3/docs/en_US/gridopts.html 2005-10-06 11:34:43 UTC (rev 4511)
+++ trunk/pgadmin3/docs/en_US/gridopts.html 2005-10-06 12:12:53 UTC (rev 4512)
@@ -28,7 +28,7 @@
<P>
You can enter an arbitrary WHERE clause, to restrict the result set
which is retrieved from the database. You can click "Validate" to have
-pgAdmin III tested whether the WHERE clause is valid.
+pgAdmin III test whether the WHERE clause is valid.
</P>
</BODY>
</HTML>

Added: trunk/pgadmin3/docs/en_US/kerberos.html
===================================================================
--- trunk/pgadmin3/docs/en_US/kerberos.html 2005-10-06 11:34:43 UTC (rev 4511)
+++ trunk/pgadmin3/docs/en_US/kerberos.html 2005-10-06 12:12:53 UTC (rev 4512)
@@ -0,0 +1,47 @@
+<html>
+
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
+<link rel="STYLESHEET" type="text/css" href="pgadmin3.css">
+<title>The MIT Kerberos Licence</title>
+</head>
+
+<body>
+<p>pgAdmin PostgreSQL's libpq library which may be linked with MIT Kerberos
+Libraries on some distributions. The MIT Kerberos licence is included below:</p>
+
+<H3>Kerberos Copyright</H3>
+
+<P>This software is being provided to you, the LICENSEE, by the Massachusetts
+Institute of Technology (M.I.T.) under the following license. By obtaining, using
+and/or copying this software, you agree that you have read, understood, and will
+comply with these terms and conditions:</P>
+
+<P>Permission to use, copy, modify and distribute this software and its documentation
+for any purpose and without fee or royalty is hereby granted, provided that you
+agree to comply with the following copyright notice and statements, including
+the disclaimer, and that the same appear on ALL copies of the software and
+documentation, including modifications that you make for internal use or for
+distribution:</P>
+
+<P>Copyright 1992-2004 by the Massachusetts Institute of Technology. All rights reserved.</P>
+
+<P>THIS SOFTWARE IS PROVIDED "AS IS", AND M.I.T. MAKES NO REPRESENTATIONS OR
+WARRANTIES, EXPRESS OR IMPLIED. By way of example, but not limitation, M.I.T.
+MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY
+PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED SOFTWARE OR DOCUMENTATION
+WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER
+RIGHTS.</P>
+
+<P>The name of the Massachusetts Institute of Technology or M.I.T. may NOT be used
+in advertising or publicity pertaining to distribution of the software. Title to
+copyright in this software and any associated documentation shall at all times
+remain with M.I.T., and USER agrees to preserve same.</P>
+
+<P>Project Athena, Athena, Athena MUSE, Discuss, Hesiod, Kerberos, Moira, OLC,
+X Window System, and Zephyr are trademarks of the Massachusetts Institute of
+Technology (MIT). No commercial use of these trademarks may be made without
+prior written permission of MIT.</P>
+
+</BODY>
+</HTML>

Modified: trunk/pgadmin3/docs/en_US/options-tab2.html
===================================================================
--- trunk/pgadmin3/docs/en_US/options-tab2.html 2005-10-06 11:34:43 UTC (rev 4511)
+++ trunk/pgadmin3/docs/en_US/options-tab2.html 2005-10-06 12:12:53 UTC (rev 4512)
@@ -45,7 +45,7 @@

<li><b>Do not show guru hints; I'm one myself</b> - pgAdmin III pops up
hint windows from time to time, if it thinks you might need some support. If you feel
- annoyed from this, and want to suppress this behaviour, you can check this box.<br>&nbsp;</li>
+ annoyed by this and want to suppress this behaviour, you can check this box.<br>&nbsp;</li>

<li><b>Reset guru hints</b> - When a guru hint is displayed, you may have selected to suppress
it to be shown in the future. If you want the hint to reappear, check this box.<br>&nbsp;</li>

Browse pgadmin-hackers by date

  From Date Subject
Next Message Bastiaan Wakkie 2005-10-06 14:31:45 Re: 1.4.0b1 Install problems
Previous Message Dave Page 2005-10-06 12:12:40 Re: SVN Commit by andreas: r4511 - in trunk/pgadmin3/docs/en_US: . images