mirror of
https://github.com/sbrl/PolyFeed.git
synced 2024-11-14 05:13:00 +00:00
Backup mirror
https://github.com/sbrl/PolyFeed
examples | ||
PolyFeed | ||
.gitignore | ||
LICENSE | ||
PolyFeed.sln | ||
README.md |
PolyFeed
Create Atom feeds for websites that don't support it
PolyFeed generates Atom feeds out of websites that don't have one, such as Twitter or Facebook (* cough * * cough *). It supports any platform that C♯ .NET applications can run, including Linux and Windows.
Install
From a Release
Download and extract the latest release. You're done!
Building from Source
Clone this repository, and then build the code with msbuild
:
msbuild /p:Configuration=Release
The build output will be outputted to PolyFeed/bin/Release
.
Usage
Contributing
Contributions are welcome - feel free to open an issue or (even better) a pull request.
The issue tracker is the place where all the tasks relating to the project are kept.
Licence
PolyFeed is released under the Mozilla Public License 2.0. The full license text is included in the LICENSE
file in this repository.