Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 945 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 945 Bytes

This project is archived

cee

Content Extraction Engine

Goal of this project is to build a research client for internet information sources. At this time only RSS based news sites are tracked and can be read in parallel within a working set. In future other internet information sources should be integrated, like twitter tweets, facebook accounts etc.

Run the Software:

Building Instructions:

Type "mvn install" to build the project. After that you should be able to run the current stable client (webbased, GWT) with the following command:

java -jar webreader/target/webreader-[version].war

Build other profiles (development)

  • mvn clean install -Dclient=rest will build the REST service (current development)