OpenOffice HTML design

From: Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr>
To: pgadmin-hackers(at)postgresql(dot)org
Cc: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Subject: OpenOffice HTML design
Date: 2003-07-17 14:04:27
Message-ID: 200307171604.27175.jm.poure@freesurf.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dear Andreas,

OpenOffice was used to design/modify web pages.
For example, snapshots.html used to start with:

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="STYLESHEET" type="text/css" href="pgadmin3.css">

It seems that OpenOffice changed the design of the page:

1) The css style sheet was removed.

<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=windows-1252">
<TITLE>pgAdmin3 CVS snapshots</TITLE>
<META NAME="GENERATOR" CONTENT="OpenOffice.org 1.1 (Win32)">
<META NAME="CREATED" CONTENT="20030716;11392547">
<META NAME="CHANGEDBY" CONTENT="Andreas Pflug">
<META NAME="CHANGED" CONTENT="20030716;11393124">
<STYLE>

It is being replaced with several <P STYLE="margin-bottom: 0cm"></P>, etc...

2) Furthermore, font colour being added (automatically?):
<P>Sorry, we do not provide development packages in GNU/Slackware
9.0. If you want to contribute pgAdmin3 projects or simply compile
from source, you need a recent GNU/Linux distribution with wxGTK 2.5
CVS libraries, header files and contributed libraries compiled from
source. <FONT COLOR="#000000">This is actually very straightforward
on Slackware 9 as all dependencies should already be installed. You
should find that the <A HREF="unix_compilation.html">compilation
instructions</A> detail the exact steps required.</FONT></P>

3) Did you try TextPad for Windows (http://www.textpad.com). It supports UTF-8
file format. No need to use windows-1252 or HTML encoding.

Do you think we could come back to the old style sheet? What do you think?

Cheers,
Jean-Michel

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-07-17 14:45:17 pgAdmin II 1.6.0 Released
Previous Message Brage Førland 2003-07-17 12:55:45 Properties dialogue/pane