home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / alt / internet / services / 2609 < prev    next >
Encoding:
Text File  |  1993-01-22  |  1.6 KB  |  40 lines

  1. Newsgroups: alt.internet.services
  2. Path: sparky!uunet!pipex!warwick!dcs.warwick.ac.uk!robin
  3. From: robin@dcs.warwick.ac.uk (Rob Rainton)
  4. Subject: Re: UK teletext server
  5. Message-ID: <1993Jan22.142443.29334@dcs.warwick.ac.uk>
  6. Sender: news@dcs.warwick.ac.uk (Network News)
  7. Nntp-Posting-Host: granite
  8. Organization: Department of Computer Science, Warwick University, England
  9. References: <1993Jan20.104603.15572@dmu.ac.uk> <1788@ozz.oasis.icl.co.uk> <C19Az0.EMx@dcs.ed.ac.uk>
  10. Distribution: uk
  11. Date: Fri, 22 Jan 1993 14:24:43 GMT
  12. Lines: 26
  13.  
  14. In article <C19Az0.EMx@dcs.ed.ac.uk> paul@dcs.ed.ac.uk (Paul Anderson) writes:
  15. >In article <1788@ozz.oasis.icl.co.uk>, ppg@oasis.icl.co.uk (Philippe Goujard)
  16. >writes:
  17. >> 
  18. >> You can easily filter out graphic characters and colors so a page will
  19. >> display on any terminal.
  20. >
  21. >A student of mine started to do an X-based Teletext terminal emulator.
  22. >Unfortunately, it was never really finished properly, but it isn't hard - if
  23. >there was a good source of pages, it might be worth doing.
  24. >
  25.  
  26. I'm writing an X based teletext system here, I've done this by impelmenting an
  27. X toolkit widget which takes a pointer to a teletext page class as one of it's
  28. resources.
  29.  
  30. The class decodes pages and decides which characters go where, what the
  31. colours are, etc. - the widget just renders them in a window. You could
  32. interogate the class and output any ascii characters you find onto a normal
  33. terminal if you wanted.
  34.  
  35. My biggest problem is where to get pages from as well. At the moment the only
  36. ones I have were captured by a friend of mine on an amiga with a teletext
  37. adapter.
  38.  
  39. Rob.
  40.