Skip to content

Commit

Permalink
Add doc for atom feed
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse committed Mar 17, 2016
1 parent e0c82dd commit f73a377
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ It uses GitHub as a backend to store assets, and it can easily be deployed to He
- :sparkles: Release notes endpoint
- `/notes/:version`
- :sparkles: Up-to-date releases (GitHub webhooks)
- :sparkles: Atom/RSS feeds for versions/channels

#### Deploy it / Start it

Expand Down
4 changes: 4 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ By default releases are tagged as 32-bits (except for OSX), but 64-bits will als
### How should I tag my releases?

Nuts requires applications to follow [SemVer](http://semver.org). And even if you're not using Nuts, you should follow it!

### Does nuts provide an Atom feed of versions?

Yes, [See Feed URLS](./urls.md).
8 changes: 7 additions & 1 deletion docs/urls.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Download urls
# Download Urls

Nuts provides urls to access releases assets. These assets are cached on the disk.

Expand All @@ -9,3 +9,9 @@ Nuts provides urls to access releases assets. These assets are cached on the dis
* Specific channel: `http://download.myapp.com/download/channel/beta`
* Specific channel for specific platform: `http://download.myapp.com/download/channel/beta/osx`

# Atom Feed Urls

Nuts provides different Atom feeds:

* All versions: `http://download.myapp.com/feed/channel/all.atom`
* Versions in specific channel: `http://download.myapp.com/feed/channel/:channel.atom`

0 comments on commit f73a377

Please sign in to comment.