lostsidewalk / newsgears-rss-importer

Newsgears RSS Importer

Home Page:https://www.feedgears.com/newsgears

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues License


Logo

NewsGears RSS

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Usage
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgments

What Is This

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.

(back to top)

Built With

newsgears-rss-importer is a Java 19 library package.

(back to top)

Usage

dependencies {
    api 'com.lostsidewalk.newsgears:newsgears-rss-importer'
}

(back to top)

See the open issues for a full list of known issues/proposed features.

(back to top)

Contributing

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".

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/newFeature)
  3. Commit your Changes (git commit -m 'Add some newFeature')
  4. Push to the Branch (git push origin feature/newFeature)
  5. Open a Pull Request

(back to top)

Copyright and License

This project is licensed under the terms of the GNU General Public License, version 3 (GPLv3).

Copyright

Copyright (c) 2023 Lost Sidewalk Software LLC

License

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/.

(back to top)

Contact

meh - @lostsidewalkllc - meh@lostsidewalk.com

Project Link: https://github.com/lostsidewalk/newsgears-rss-importer

(back to top)

Acknowledgments

(back to top)

About

Newsgears RSS Importer

https://www.feedgears.com/newsgears

License:GNU General Public License v3.0


Languages

Language:Java 100.0%