Table of Contents
This repository contains the RSS importer. The RSS importer is a back-end component that runs periodically to import articles from RSS feeds on behalf of users.
For more information about NewsGears, and RSS in general, see the parent project repository at: https://www.github.com/lostsidewalk/newsgears-app.
newsgears-rss-importer is a Java 19 library package.
dependencies {
api 'com.lostsidewalk.newsgears:newsgears-rss-importer'
}
See the open issues for a full list of known issues/proposed features.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/newFeature
) - Commit your Changes (
git commit -m 'Add some newFeature'
) - Push to the Branch (
git push origin feature/newFeature
) - Open a Pull Request
This project is licensed under the terms of the GNU General Public License, version 3 (GPLv3).
Copyright (c) 2023 Lost Sidewalk Software LLC
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
meh - @lostsidewalkllc - meh@lostsidewalk.com
Project Link: https://github.com/lostsidewalk/newsgears-rss-importer