Re: [ql-users] Abacus to HTML

2006-02-24 Thread Norman
[EMAIL PROTECTED] wrote:

 My best idea so far has been to create an HTML-generating printer_dat
 for Xchange, which I hope to put on my website tonight.

What a cunning idea - I like it !


 translates: as required, e.g. £ to 163.

This might be difficult. You can find a list (incomplete unfortunately) on my 
HTML website (www.bountiful.demon.co.uk/html/index.html) for the 'special 
characters' but basically you will probably also need :

'' = lt;
'' = gt;
'' = amp;

The other problem you might suffer from is multiple spaces and newlines (is 
that possible in Abacus - except that you are using the PRE tag, so you 
should be ok.

I suspect that because you are using the PRE tag that your special characters 
might be ok, but I'm sure I've had problems when doing assembly stuff in PRE 
that I still had to convert stuff to the xxx; format.

Cheers,
Norman.

___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Re: [ql-users] Software versions was Sedit 2.26

2006-02-24 Thread François Van Emelen
Dilwyn Jones schreef:
 My updated 'keywords list' have more than 3.500 entries now, but I
 don't yhink it is still worth while publishing.
 
 My current 'keywords list' has about 3590 entries. If someone out
 there is interested just let me know.
 If anyone like you has lists of keywords which exceed those on my 
 website, please let me have a copy to keep the list up to date.

Hi Dilwyn,

In which format do you want me to send the keywords list?
Possible formats:
  1)Export for Archive/Suqcess/QLDBAS
  2)HTML (tables)
  3)CSV (can be opened in CALC(OpenOffice) and probably Excell
  4)Plain text (field separator TAB)
  The file will be zipped to reduce its size.

What file name do you want for the 'zip' file?

  Kind regards,

  François Van Emelen


___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] Abacus to HTML

2006-02-24 Thread P Witte
Dilwyn Jones writes:

  I need to convert an Abacus spreadsheet into HTML, preferably as a
  table or monospaced HTML text.
 Hi Dilwyn,
 You could try 'DBF2HTM' (Per Witte website) which converts Archive
 DBF-files to HTLM tables.
 Export your ABACUS file, import it in ARCHIVE and use DBF2HTM
 
 François Van Emelen
 My best idea so far has been to create an HTML-generating printer_dat
 for Xchange, which I hope to put on my website tonight.

A slightly different take on this, with Super/Sub scripts used to define 
hyper links, can be found right at the end of my article on \Printer Drivers 
under the section called \Update March 2000, for those who are interested in 
exploring this further. The address is still 
http://knoware.mysite.freeserve.com/index.html. Navigate to 
\Programs\Articles

Per 
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] Abacus to HTML

2006-02-24 Thread Dilwyn Jones

 
 From: [EMAIL PROTECTED]
 Date: 2006/02/24 Fri AM 08:02:57 GMT
 To: [EMAIL PROTECTED]
 Subject: Re: [ql-users] Abacus to HTML
 
 [EMAIL PROTECTED] wrote:
 
  My best idea so far has been to create an HTML-generating printer_dat
  for Xchange, which I hope to put on my website tonight.
 
 What a cunning idea - I like it !
He he :-)
Thank Marcel, because of his hack of Xchange 3.90M and N I was on an Xchange 
wavelength.

  translates: as required, e.g. £ to 163.
 
 This might be difficult. You can find a list (incomplete unfortunately) on my 
 HTML website (www.bountiful.demon.co.uk/html/index.html) for the 'special 
 characters' but basically you will probably also need :
 
 '' = lt;
 '' = gt;
 '' = amp;
 
 The other problem you might suffer from is multiple spaces and newlines (is 
 that possible in Abacus - except that you are using the PRE tag, so you 
 should be ok.
 
 I suspect that because you are using the PRE tag that your special 
 characters might be ok, but I'm sure I've had problems when doing assembly 
 stuff in PRE that I still had to convert stuff to the xxx; format.
Xchange allows up to 50 translates, but the driver can only be 286 bytes total 
IIRC, so as the lengthy pre and post ambles took up a good chunk of this, I 
think it's limited to a couple of dozen translates of the most common accented 
characters. Using PRE text seems to cope with most simple things, good enough 
for what I wanted. You can see a sample of what html_dat produced on 
www.dilwyn.uk6.net/versions/index.html which links ot the Abacus spreadsheet in 
which I keep my version numbers list and to a html-ised version for comparison.

Not all of the QL character set has equivalents, but most does. The easy option 
is to translate say up arrow to [UP] (OK, cheating I know, but so what)
Dilwyn

-- 
Dilwyn Jones
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Re: [ql-users] Abacus to HTML

2006-02-24 Thread Dilwyn Jones
My Doc2Html program does something similar as well. In this particular case the 
html_dat driver for Abacus did what I needed without a second program being 
needed, but thanks for that.
Dilwyn
 
 From: P Witte [EMAIL PROTECTED]
 Date: 2006/02/24 Fri AM 09:26:45 GMT
 To: [EMAIL PROTECTED]
 Subject: Re: [ql-users] Abacus to HTML
 
 Dilwyn Jones writes:
 
   I need to convert an Abacus spreadsheet into HTML, preferably as a
   table or monospaced HTML text.
  Hi Dilwyn,
  You could try 'DBF2HTM' (Per Witte website) which converts Archive
  DBF-files to HTLM tables.
  Export your ABACUS file, import it in ARCHIVE and use DBF2HTM
  
  François Van Emelen
  My best idea so far has been to create an HTML-generating printer_dat
  for Xchange, which I hope to put on my website tonight.
 
 A slightly different take on this, with Super/Sub scripts used to define 
 hyper links, can be found right at the end of my article on \Printer Drivers 
 under the section called \Update March 2000, for those who are interested in 
 exploring this further. The address is still 
 http://knoware.mysite.freeserve.com/index.html. Navigate to 
 \Programs\Articles
 
 Per 
 ___
 QL-Users Mailing List
 http://www.q-v-d.demon.co.uk/smsqe.htm
 

___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] Abacus to HTML

2006-02-24 Thread P Witte
Dilwyn Jones writes:

 My Doc2Html program does something similar as well. In this particular
 case the html_dat driver for Abacus did what I needed without a second
 program being needed, but thanks for that.


   My best idea so far has been to create an HTML-generating printer_dat
   for Xchange, which I hope to put on my website tonight.
 
  A slightly different take on this, with Super/Sub scripts used to define
  hyper links, can be found right at the end of my article on \Printer
  Drivers
  under the section called \Update March 2000, for those who are
  interested in
  exploring this further. The address is still
  http://knoware.mysite.freeserve.com/index.html. Navigate to
  \Programs\Articles

Im aware of Doc2Html. Like you, I was talking about a simple printer driver.

In practise, you dont need to use up all that space in the pre/post amble. 
Most browsers should cope with a simple

html
bla bla
/html

So, if you need more space for Translates etc, just cut them right to the 
bone. Both Firefox and IE even correctly display

html
titleTitle/title
pre
bla bla
/pre
/html

Per 
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm