Login   Register  
PHP Classes
elePHPant
Icontem

File: README

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Sandip Bhattacharya  >  SlashHeadlines  >  README  >  Download  
File: README
Role: ???
Content type: text/plain
Description: Read this before installation
Class: SlashHeadlines
Author: By
Last change:
Date: 2002-03-27 08:39
Size: 1,299 bytes
 

Contents

Class file image Download
$Id: README,v 1.1 2001/03/09 23:15:41 sandipb Exp $
----------------------------------------------------------------------
Requirements:

 PHP4.0+ with XML support. Note that it will NOT run in PHP 3.x
 version as it doesn't implement the xml_set_object() function used in
 this package.

----------------------------------------------------------------------
Installation:

 Include the SlashHeadlines.php file where ever you want this package
 to be used.

---------------------------------------------------------------------
Notes:

 I have tried very hard to make this independent of SlashDot
 specifics. If there is any other site publishing headlines in the
 same format, you can use this package and it's API functions to fetch
 headlines in the same way.

 Please read API.txt for the exact detail of the functions.

---------------------------------------------------------------------
Files:

 SlashHeadlines.php - The main library file.
 TestSlashHeadlines.php - A test file demonstrating the use of this
                          package.
 API.txt - Detailed explanations of the API available to users.
 README - This file!
 LICENCE - Licence under which this package is released.

--------------------------------------------------------------------