Hi all,
Here are some patches updating the website.
1) Fixes the changelog.html menubar
2) Updates documentation
3) Updates news feed
4) Updates downloads and adds some links
Patch 2 and 4 were to big for the list, unfortunately. They can
be found here:
http://www.audiograaf.nl/misc_stuff/0002-Update-API-and-tools-documentation.patch.xz
http://www.audiograaf.nl/misc_stuff/0004-Update-download.html-and-links.html.patch
Finally, I'd like to point out that the sourceforge page still
has flac-1.2.1b.exe marked as default download for Windows
visitors. So, while visitors on Linux sees flac-1.3.1-win.zip,
visitors on Windows do not. AFAIK this can be fixed by someone
with sourceforge admin rights for the FLAC project going to
files -> flac-win -> flac-1.3.1-win, clicking the i-icon at the
right side of the table, ticking the box in front of the Windows
icon and pressing save :)
>From 29a7688fddb566efc2bea5d2e95e03e8bbf93ffa Mon Sep 17 00:00:00 2001
From: Martijn van Beurden <[email protected]>
Date: Fri, 28 Nov 2014 20:03:22 +0100
Subject: [PATCH 1/4] Fix menu bar on changelog-page
Some items on the menubar went missing when the changelog was
updated. This fixes that
---
changelog.html | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/changelog.html b/changelog.html
index d993e5c..2c07ace 100644
--- a/changelog.html
+++ b/changelog.html
@@ -28,10 +28,13 @@
<div class="navbar">
<a href="index.html">home</a> |
<a href="faq.html">faq</a> |
+ <a href="news.html">news</a> |
+ <a href="download.html">download</a> |
<a href="documentation.html">documentation</a> |
- <a href="developers.html">developers</a> |
+ <a href="comparison.html">comparison</a> |
changelog |
- <a href="http://xiph.org/flac">more</a>
+ <a href="links.html">links</a> |
+ <a href="developers.html">developers</a>
</div>
<div class="below_nav"></div>
--
1.9.1
>From 835d985ba8d8c77cf542ff4afe349990ce263088 Mon Sep 17 00:00:00 2001
From: Martijn van Beurden <[email protected]>
Date: Fri, 28 Nov 2014 20:45:40 +0100
Subject: [PATCH 3/4] Update news feed
---
feeds/feed.xml | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/feeds/feed.xml b/feeds/feed.xml
index 0d16cd9..2390cd0 100644
--- a/feeds/feed.xml
+++ b/feeds/feed.xml
@@ -7,6 +7,30 @@
<atom:link href="http://xiph.org/flac/feeds/feed.xml" rel="self" type="application/rss+xml" />
<item>
+ <title>FLAC 1.3.1 released</title>
+ <description>A new release after 18 months of improvements, triggered by a security issue. Faster encoding and decoding, slightly better compression. Many small code and build improvements. See the changelog for more information</description>
+ <link>https://xiph.org/flac/changelog.html</link>
+ <pubDate>Thu, 27 Nov 2014 09:28:20 +0100</pubDate>
+ <guid>http://xiph.org/flac/news.html#20141127</guid>
+ </item>
+
+ <item>
+ <title>Technics announces FLAC store</title>
+ <description>Technics announced that it will open a download store, serving high-resolution FLAC files. This will start January 2015 and will be available to people in the UK and Germany.</description>
+ <link>http://about.7digital.com/news/technics-launches-%E2%80%98technics-tracks%E2%80%99-new-premium-hi-resolution-audio-service</link>
+ <pubDate>Fri, 21 Nov 2014 13:01:58 +0100</pubDate>
+ <guid>http://xiph.org/flac/news.html#20141121</guid>
+ </item>
+
+ <item>
+ <title>Two new FLAC streaming services</title>
+ <description>Two new FLAC streaming services have been announced recently: Deezer Elite and TIDAL. Deezer Elite, which streams exclusively in the FLAC format, will at first only be available to owners of a Sonos sound system living in the United States. TIDAL will stream in FLAC and Apple Lossless to mobile devices as well</description>
+ <link>http://www.forbes.com/sites/bobbyowsinski/2014/10/30/tidal-starts-the-streaming-race-to-the-top/</link>
+ <pubDate>Thu, 30 Oct 2014 20:32:22 +0100</pubDate>
+ <guid>http://xiph.org/flac/news.html#20140910</guid>
+ </item>
+
+ <item>
<title>Baboom: FLAC streaming service</title>
<description>Kim Dotcom has announced a new music streaming platform which will stream in the FLAC audio format. It has been teased a few years ago and a launch date is not yet known, so it might still take some time before it is available</description>
<link>http://baboom.com/articles/5/aspirations-and-goals</link>
--
1.9.1
_______________________________________________
flac-dev mailing list
[email protected]
http://lists.xiph.org/mailman/listinfo/flac-dev