diff options
Diffstat (limited to 'appcast-snapshots.xml.in')
-rw-r--r-- | appcast-snapshots.xml.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/appcast-snapshots.xml.in b/appcast-snapshots.xml.in new file mode 100644 index 0000000..3103565 --- /dev/null +++ b/appcast-snapshots.xml.in @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle"> + <channel> + <title>OpenSCAD Development Snapshots</title> + <link>http://openscad.org/appcast-snapshots.xml</link> + <language>en</language> + <item> + <title>OpenSCAD @VERSION@</title> + <pubDate>@VERSIONDATE@</pubDate> + <sparkle:releaseNotesLink>https://raw.github.com/openscad/openscad/master/RELEASE_NOTES</sparkle:releaseNotesLink> + <enclosure url="https://openscad.googlecode.com/files/OpenSCAD-@VERSION@.dmg" + sparkle:version="@VERSIONDATE@" + sparkle:shortVersionString="@VERSION@" + length="@FILESIZE@" + type="application/octet-stream"/> + </item> + </channel> +</rss> |