Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for appcast generation #1057

Merged
merged 5 commits into from
Jan 19, 2016
Merged

Add support for appcast generation #1057

merged 5 commits into from
Jan 19, 2016

Conversation

coolya
Copy link
Contributor

@coolya coolya commented Dec 26, 2015

Appcasts are a RSS extension[1] that can be used to publish updates to
client. It is used by the popular sparkle[2] framework to publish updates
to OS X clients.

Currently not all features of the appcast format are supported and I have not added tests. I would like to get feedback if such a feature would get into fake.

[1] http://microformats.org/wiki/appcast-formats
[2] http://sparkle-project.org

Appcasts are a RSS extension[1] that can be used to publish updates to
client. It is used by the popular sparkle[2] framework to publish updates
to OS X clients.

[1] http://microformats.org/wiki/appcast-formats
[2] http://sparkle-project.org
@forki
Copy link
Member

forki commented Dec 28, 2015

yes this sounds useful

@forki
Copy link
Member

forki commented Jan 12, 2016

ready to merge?

@coolya
Copy link
Contributor Author

coolya commented Jan 12, 2016 via email

@coolya coolya changed the title RFC: Add support for appcast generation Add support for appcast generation Jan 12, 2016
@coolya
Copy link
Contributor Author

coolya commented Jan 12, 2016

I'm done.

items : AppcastItem list;
}

/// writes an appcast to a file
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we have a little more docs. like a sample or something.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like this or is it to complex?

forki added a commit that referenced this pull request Jan 19, 2016
Add support for appcast generation
@forki forki merged commit 8ebc375 into fsprojects:master Jan 19, 2016
@forki
Copy link
Member

forki commented Jan 19, 2016

thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants