Skip to content

lostsidewalk/newsgears-json-publisher

Repository files navigation

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 JSON publisher. The JSON publisher is a back-end component that is invoked to produce JSON artifacts from staging post entities. The schema of the artifact document produced by this package is not defined elsewhere, arbitrary, but roughly follows the Project ROME SyndFeed data structure.

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-publisher is a Java 19 library package.

(back to top)

Usage

dependencies {
    api 'com.lostsidewalk.newsgears:newsgears-json-publisher'
}

(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-json-publisher

(back to top)

Acknowledgments

(back to top)