Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.83 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.83 KB

Welcome to News Parser project

Currently project supports parsing of two following websites:

In the following sections you will see a few examples and short information about the project.

Structure

The project contains following application:

  • parser — The News Parser representation

Parser application is explained in its directory.

Quick start

Search

On the main page of the app you fan find:

  1. dropdown list of the categories
  2. search form

Click on dropdown list and select those categories by which you want to make the search.
By default all categories are selected.
You can also use the button (select all \ unselect all) in dropdown list to select \ unselect all categories.

In search form write tags by which you want to make the search. You can separate tags by any non alphanumeric symbol.
If you will not enter any tag the search will be made only by categories.

After all desired categories and tags are entered, press the search button and check the results.

Results

Results of the search are ordered by news time.
Every news consist of its category, time, link to original news and title. Picture and text of the news are optional and depend on whether the resource has provided it.
By clicking on link, title or picture you will be redirected (in the new tab) to the original news.

Navigate through page py scrolling it up or down.
You also can scroll the text of the news if it exists and overflows the size of news container.
There are only 10 results by page. Use first , previous , next, last buttons (at the bottom of the page) to navigate through the results. You can also find the current page and total amount of the pages at the bottom of the each page.