OpenOffice HTML design - Mailing list pgadmin-hackers

From Jean-Michel POURE
Subject OpenOffice HTML design
Date
Msg-id 200307171604.27175.jm.poure@freesurf.fr
Whole thread Raw
Responses Re: OpenOffice HTML design  (Andreas Pflug <pgadmin@pse-consulting.de>)
List 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


pgadmin-hackers by date:

Previous
From: Brage Førland
Date:
Subject: Properties dialogue/pane
Next
From: "Dave Page"
Date:
Subject: pgAdmin II 1.6.0 Released