home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / comms_networking / headlines / ReadMe < prev   
Encoding:
Text File  |  1998-05-24  |  3.9 KB  |  116 lines

  1. _____________________________________________________________________________
  2.  
  3.                               H e a d l i n e s
  4.  
  5.                  View the news headlines - read the stories
  6.  
  7.                           by David Thomas, © 1996-8
  8.                          version 1.22 (24 May 1998)
  9. _____________________________________________________________________________
  10.  
  11.  
  12.  Introduction ______________________________________________________________
  13.  
  14. Headlines lets you view the news headlines by selecting and displaying the
  15. pertinent details from known news website.  The advantage to doing this is
  16. that it's often a lot quicker and simpler then using a web browser to do the
  17. same job.
  18.  
  19. Headlines is a command line program, which is intended to be used in a
  20. TaskWindow under RISC OS.
  21.  
  22. Source code is provided.  It has been compiled and tested under RISC OS (with
  23. Acorn C/C++ and SocketLib) and under Sun OS and Solaris (with GCC).
  24.  
  25.  
  26.  Usage _____________________________________________________________________
  27.  
  28. Syntax: headlines [article number]
  29.  
  30. Headlines retrieves the news headlines page of the Press Association website
  31. - http://www.pa.press.net/news/main.html - and parses and presents the news
  32. headlines to you as they are received.
  33.  
  34. Quoted after each headline is a number in square brackets.  This is the
  35. article number to specify if you want to read more about the story.  For
  36. example, at the command line:
  37.  
  38.     *Headlines
  39.     Headlines - News fetcher - by David Thomas, (C) 1997-8
  40.  
  41.       ...
  42.  
  43.       - Posh Spice Victoria Adams and Manchester United soccer star
  44.         David Beckham have announced that they are to wed. [3]
  45.  
  46.       ...
  47.  
  48.     *Headlines 3
  49.  
  50.     POSH SPICE AND SOCCER ACE BECKHAM TO WED
  51.  
  52.     Posh Spice Victoria Adams and Manchester United soccer star David
  53.     Beckham have announced that they are to wed.
  54.  
  55.     The couple announced their engagement to their families but the big
  56.     day may not be for at least a year, sources disclosed.
  57.  
  58.     Alan Edwards, Victoria's PR man, said: "They're so happy together,
  59.     they've had bottles of champagne sent up to their suite and are just
  60.     thrilled to be spending some time together. Their parents are
  61.     absolutely delighted at the news."
  62.  
  63.  
  64.  Notes _____________________________________________________________________
  65.  
  66.  - Text is not word-wrapped.  Perhaps I might even get around to doing this
  67.    one day. :-)
  68.  
  69.  - If the format of the PA pages changes significantly in the future then
  70.    it's pretty much guaranteed that this program will cease to function.
  71.  
  72.  
  73.  Versions __________________________________________________________________
  74.  
  75. 1.22 (24 May 1998)
  76.  - The memcpy() call had its parameters the wrong way around!  Bizarrely this
  77.    worked, but only if you gave Headlines a large wimpslot.
  78.  - Headlines should need only a 24K wimpslot.
  79.  
  80. 1.21 (19 Apr 1998)
  81.  
  82. 1.20 (20 Mar 1998)
  83.  - The Press Association have now revised their web site - this version has
  84.    been updated to work with the revised site.
  85.  
  86. 1.10 (31 Jan 1998)
  87.  - You can now use Headlines to read the actual stories (after much moaning
  88.    by dr_chasm. :-)  This is achieved in an ugly way, but what the hey.
  89.  
  90. 1.04 (14 Oct 1997)
  91.  - First release.
  92.  
  93.  
  94.  Copyright & Contact Addresses _____________________________________________
  95.  
  96. This software is copyrighted work of David Thomas, it is supplied “as is”;
  97. using it is entirely at your own risk.  I make no warranty as to the fitness
  98. of this software for any purpose.  You are free to distribute this program
  99. toanyone you please, as long as you are not supplying it for personal or
  100. commercial gain and it is delivered with all of the supplied files unaltered.
  101.  
  102. If you have any comments, bug reports, suggestions for future versions or
  103. anything else don’t hesitate to contact me at -
  104.  
  105.   Mail:  Mr D.P. Thomas
  106.          20 Rosebery Avenue
  107.          Waterloo
  108.          Liverpool
  109.          L22 2BH
  110.  
  111.   Email: dpt@tristone.co.uk
  112.  
  113.   WWW:   http://www.tristone.co.uk/davespace/
  114. _____________________________________________________________________________
  115.  
  116.