home *** CD-ROM | disk | FTP | other *** search
- infocenter WashingtonPost {
- action:
- Init;
- Search;
-
- field:
- URL;
- Title;
- Description;
-
- nextpage;
- }
-
- WashingtonPost::Init
- {
- Category = "News";
- Bitmap = "images\news.bmp";
- IndexOrder = 4;
- IDNumber = 4;
- SiteName = "Washington Post";
- SynopsisField = "Description";
-
- FieldName.Title = "Article Title";
- }
-
- WashingtonPost::Search
- {
- QueryURL.base = "http://search1.washingtonpost.com/?_v.7=92&wp=on&_g.k_1=";
- QueryURL.term = "<term>";
- QueryURL.midterm = "%20";
- QueryURL.items = "&_NO_RETURN=1&_b.<items + 1>=/";
-
- ParseSpec.datastart = "COLOR=\"#666666\"";
-
- ParseSpec.termstart.URL = "HREF=\"http://www.washingtonpost.com/wp-dyn/articles";
- ParseSpec.termstart.URL.offset = 6;
- ParseSpec.termend.URL = "\" ";
-
- ParseSpec.termstart.Title = ">";
- ParseSpec.termstart.Title.offset = 1;
- ParseSpec.termend.Title = "</A>";
-
- ParseSpec.termstart.Description = "<FONT COLOR=\"#666666\" FACE=\"times\" SIZE=\"-1\">";
- ParseSpec.termstart.Description.offset = 45;
- ParseSpec.termend.Description = "</FONT>";
-
- ParseSpec.nextpage = "Next Page";
- }
-
-
-