OpenOffice HTML design
От | Jean-Michel POURE |
---|---|
Тема | OpenOffice HTML design |
Дата | |
Msg-id | 200307171604.27175.jm.poure@freesurf.fr обсуждение исходный текст |
Ответы |
Re: OpenOffice HTML design
|
Список | 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 по дате отправления: