Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vincode-io/FeedCurator
Maintain OPML documents and publish them.
https://github.com/vincode-io/FeedCurator
Last synced: 4 days ago
JSON representation
Maintain OPML documents and publish them.
- Host: GitHub
- URL: https://github.com/vincode-io/FeedCurator
- Owner: vincode-io
- License: mit
- Created: 2019-03-22T18:34:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T09:43:57.000Z (over 1 year ago)
- Last Synced: 2024-08-02T14:12:55.935Z (3 months ago)
- Language: Swift
- Size: 962 KB
- Stars: 23
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred-test - vincode-io/FeedCurator - Maintain OPML documents and publish them. (Swift)
README
![Feed Curator Icon](images/Feed-Curator-Banner.png)
#
Feed Curator is a macOS application that makes it easier to OPML listings
of blog feeds. It is a companion app to
[Feed Compass](https://github.com/vincode-io/FeedCompass). You can use
Feed Curator to create, publish, and maintain the blog listings that
users of Feed Compass see. It can also be used as a standalone OPML feed editor.## Download
[![App Store](images/app-store-badge.png)](https://itunes.apple.com/us/app/feed-curator/id1458647758)
## Features
- Create and edit OPML feed files
- Feed Finder - Just drag a page URL to Feed Curator and it will find the
feed for you
- Automatic population of feed details: Title, URL, and Home Page
- Drag and drop rearrangement of feeds
- Free publishing of OPML files using Github Gist
- Easy submission to Feed Compass for inclusion in Feed Compass## Feedback
Have something you want to say about Feed Curator? Leave a comment in our
[Feedback](https://github.com/vincode-io/FeedCurator/issues/1) issue.## Contributing
Pull requests are welcome. If you are a non-technical person and want to
contribute you can file bug reports and feature requests on the
[Issues](https://github.com/vincode-io/FeedCurator/issues) page.## Building
From the command line run the following commands:
```
git clone https://github.com/vincode-io/FeedCurator.git
cd FeedCurator
git submodule init
git submodule update
```You can now open the Feed Curator.xcodeproj project. You will have to fix
the project signing before building and running.## Licence
MIT Licensed
## Credits
Many thanks to [Brent Simmons](http://inessential.com) releasing
[NetNewsWire](https://github.com/brentsimmons/NetNewsWire) as an Open
Source project. There is a lot of NetNewsWire DNA in Feed Curator.