Received: from localhost (maia-5.hub.org [200.46.204.182]) by postgresql.org (Postfix) with ESMTP id AD2019FA49E for ; Mon, 2 Apr 2007 05:15:25 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.182]) (amavisd-maia, port 10024) with ESMTP id 96009-04 for ; Mon, 2 Apr 2007 05:15:14 -0300 (ADT) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.4 Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by postgresql.org (Postfix) with ESMTP id 600BA9FB53B for ; Mon, 2 Apr 2007 05:15:17 -0300 (ADT) Received: by py-out-1112.google.com with SMTP id a73so559914pye for ; Mon, 02 Apr 2007 01:15:16 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=I0nwWv5Xi6yp4c3toNGjQzORPcAXQ5cYZrMH9F+XmxXe/wxIrjowJJwd4voOKqi4XsSQLD38QcLgnJZk9KjI/kkeB7LvGpmnBUWIHVJuUQCBKgBNP+NZ/wjo8Y7EmPlXeJMiS5BE5RPyBE72/ox82nQPlReFZHRFUE+74nX+wtg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=MHRQfjdMtnodA1GazFazcotIgp7K5rEXLZ8BXdKzhF2PzL94Gt84PF5WmOkAikmTAxXGXMYG5Dv03f37WgmNYmcaI/85AYh+HCQ+RGhMEJwCDCJngw7OEy/jGp4/NEPjIkA8frJzSUCLQVvO+hEh9lyWfzM50iEjFIQrNdJyBkw= Received: by 10.35.18.18 with SMTP id v18mr8827341pyi.1175501716397; Mon, 02 Apr 2007 01:15:16 -0700 (PDT) Received: by 10.35.82.5 with HTTP; Mon, 2 Apr 2007 01:15:16 -0700 (PDT) Message-ID: Date: Mon, 2 Apr 2007 11:15:16 +0300 From: "Adrian Maier" To: "PostgreSQL www" Subject: Suggestion: choosing a maximum line length in the html files MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200704/1 X-Sequence-Number: 11751 Hello, I have noticed that some of the html files in portal/templates contain very long lines : entire paragraphs are written on a single line. This makes it difficult to follow the original text while translating. (i am using an own-made editor that (apart from the new translated html file) opens the original file in read-only mode and highlights the current line ). Also, having long lines can make it harder to understand the changes when diff-ing. Therefore i am suggesting the following best practice : in the html files the lines should have no more than 80-90 characters . Cheers, Adrian Maier