Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
Use template/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed May 5, 2019
1 parent d204ada commit 6348ad1
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!-- Source: https://github.com/MattIPv4/template/blob/master/README.md -->

<!-- Title -->
<h1 align="center" id="RSS-Merger">
RSS Merger
</h1>

<!-- Tag line -->
<h3 align="center">A PHP tool to merge multiple RSS streams into one output.</h3>

<!-- Badges -->
<p align="center">
<a href="http://slack.mattcowley.co.uk/" target="_blank">
<img src="https://img.shields.io/badge/slack-MattIPv4-blue.svg?style=flat-square" alt="Slack">
</a>
</p>

----

<!-- Content -->
## PHP Script to Merge RSS Streams

This is a little PHP script that takes multiple RSS streams as query parameters, fetches them all and merges them into one final RSS stream output.

This can be a slow to load script/page due to it having to fetch all streams requested before processing them into date order and producing the final output.

<!-- Contributing -->
## Contributing

Contributions are always welcome to this project!\
Take a look at any existing issues on this repository for starting places to help contribute towards, or simply create your own new contribution to the project.

Please make sure to follow the existing standards within the project such as code styles, naming conventions and commenting/documentation.

When you are ready, simply create a pull request for your contribution and I will review it whenever I can!

Need to chat about the project and how you can get involved?\
Join the Slack workspace to find the appropriate channel, talk to other contributors and myself: [slack.mattcowley.co.uk](http://slack.mattcowley.co.uk)

<!-- Discussion & Support -->
## Discussion, Support and Issues

Need support with this project or have found an issue?
> Please check the project's issues page first!
Not found what you need?
* Create a GitHub issue here to report the situation, as much detail as you can!
* _or,_ You can join our Slack workspace to discuss the issue or to get support for the project:
<a href="http://slack.mattcowley.co.uk/" target="_blank">
<img src="https://img.shields.io/badge/slack-MattIPv4-blue.svg?logo=slack&logoWidth=30&logoColor=blue&style=popout-square" alt="Slack" height="60">
</a>

0 comments on commit 6348ad1

Please sign in to comment.