[PATCH] Added some news (including FLAC development moving to Xiph.org), replaced cvs-links by git-links and changing most links to the bug tracker with the new sourceforge link-style (for example replaced http://sourceforge.net/tracker/.... with http://sourceforge.net/p/flac/support-requests/)

Martijn van Beurden (none) martijn at MartijnKubuntu.
Tue Jan 1 11:51:58 PST 2013


---
 developers.html                 |   16 ++++++++--------
 documentation.html              |    4 ++--
 documentation_bugs.html         |    2 +-
 documentation_example_code.html |    2 +-
 documentation_tools.html        |    2 +-
 download.html                   |    2 +-
 faq.html                        |    2 +-
 feeds/feed.rss                  |   31 +++++++++++++++++++++++++++++--
 license.html                    |    2 +-
 9 files changed, 45 insertions(+), 18 deletions(-)

diff --git a/developers.html b/developers.html
index ec689fb..b09820b 100644
--- a/developers.html
+++ b/developers.html
@@ -56,14 +56,14 @@
 		<br />
 		Some pointers to developer documentation and code:<br />
 		<ul>
-			<li><a href="license.html">License</a> - The license under which the official tools are distributed.</li>
-			<li><a href="api/index.html">libFLAC and libFLAC++ APIs</a> - Complete library documentation.</li>
-			<li><a href="documentation_example_code.html">Example Code</a> - Some simple example programs demonstrating the use of libFLAC and libFLAC++.</li>
-			<li><a href="format.html">FLAC Format Specification</a> - The formal specification.</li>
-			<li><a href="ogg_mapping.html">Ogg FLAC Mapping</a> - How FLAC should be embedded in an Ogg container.</li>
-			<li><a href="id.html">ID Registration</a> - Register an ID if you need to write custom metadata.</li>
-			<li><a href="http://sourceforge.net/cvs/?group_id=13478">CVS Access</a> - instructions for checking out the source code.</li>
-			<li><a href="http://flac.cvs.sourceforge.net/flac">Browse the CVS repository</a> from your web browser.</li>
+			<li><a href="license.html">License</a> - The license under which the official tools are distributed.
+			<li><a href="api/index.html">libFLAC and libFLAC++ APIs</a> - Complete library documentation.
+			<li><a href="documentation_example_code.html">Example Code</a> - Some simple example programs demonstrating the use of libFLAC and libFLAC++.
+			<li><a href="format.html">FLAC Format Specification</a> - The formal specification.
+			<li><a href="ogg_mapping.html">Ogg FLAC Mapping</a> - How FLAC should be embedded in an Ogg container.
+			<li><a href="id.html">ID Registration</a> - Register an ID if you need to write custom metadata.
+			<li><a href="https://git.xiph.org/?p=flac.git;a%3Dsummary">Git access</a> - for checking out the source code.
+			<li><a href="http://sourceforge.net/p/flac/bugs/">Bug Tracker</a> - to submit bug reports and patches
 		</ul>
 		More resources are available on the <a href="http://sourceforge.net/projects/flac">FLAC project page</a> on Sourceforge.net.
 	</div>
diff --git a/documentation.html b/documentation.html
index d60d917..a06f123 100644
--- a/documentation.html
+++ b/documentation.html
@@ -63,7 +63,7 @@
 			<li><a href="documentation_tools.html">Official Tools</a> - How to use the <span class="commandname">flac</span> and <span class="commandname">metaflac</span> command-line tools.</li>
 			<li><a href="comparison.html">Comparison</a> - A comparison of FLAC with other lossless codecs.</li>
 			<li><a href="documentation_bugs.html">Bugs</a> - How to report bugs and request features, and a list of known bugs in the FLAC tools.</li>
-			<li><a href="http://sourceforge.net/tracker/?group_id=13478&amp;atid=213478">Request Support</a> - Support for the official FLAC tools.  For other programs, use <a href="http://www.hydrogenaudio.org/">hydrogenaudio.org</a></li>
+			<li><a href="http://sourceforge.net/p/flac/support-requests/">Request Support</a> - Support for the official FLAC tools.  For other programs, use <a href="http://www.hydrogenaudio.org/">hydrogenaudio.org</a></li>
 			<li><a href="http://lists.xiph.org/mailman/listinfo/flac">FLAC Mailing List</a> - General discussion about FLAC, tools, releases, etc.  (You must subscribe to post.)</li>
 		</ul>
 		For developers who want to add FLAC support to their programs:
@@ -74,7 +74,7 @@
 			<li><a href="api/index.html">libFLAC and libFLAC++ APIs</a> - Complete library documentation.</li>
 			<li><a href="documentation_example_code.html">Example Code</a> - Some simple example programs demonstrating the use of libFLAC and libFLAC++.</li>
 			<li><a href="license.html">License</a> - The license under which the official tools are distributed.</li>
-			<li>(see also the <a href="http://flac.sourceforge.net/developer.html">developer page</a>)</li>
+			<li>(see also the <a href="developers.html">developer page</a>)</li>
 		</ul>
 		Keep in mind that the online version of the documentation will always apply to the latest release.  For older releases, check the documentation included with the release package.
 	</div>
diff --git a/documentation_bugs.html b/documentation_bugs.html
index 2f7873e..8d95c86 100644
--- a/documentation_bugs.html
+++ b/documentation_bugs.html
@@ -71,7 +71,7 @@
 	</div>
 	<div class="box_header"></div>
 	<div class="box_body">
-		To report a bug, please go to the <a href="http://sourceforge.net/tracker/?group_id=13478&amp;atid=113478">FLAC bug tracker</a> (or appropriately the <a href="http://sourceforge.net/tracker/?group_id=13478&amp;atid=363478">feature request tracker</a>, <a href="http://sourceforge.net/tracker/?group_id=13478&amp;atid=313478">patch page</a>, or <a href="http://sourceforge.net/tracker/?group_id=13478&amp;atid=213478">support page</a>).<br />
+		To report a bug, please go to the <a href="http://sourceforge.net/p/flac/bugs/">FLAC bug tracker</a> (or appropriately the <a href="http://sourceforge.net/p/flac/feature-requests/">feature request tracker</a>, <a href="http://sourceforge.net/p/flac/patches/">patch page</a>, or <a href="http://sourceforge.net/p/flac/support-requests/">support page</a>).<br />
 		<br />
 		First check that there is not already an existing request.  If you do submit a new request, make sure and provide an email contact <b>and</b> use the Monitor feature.<br />
 		<br />
diff --git a/documentation_example_code.html b/documentation_example_code.html
index 58d721f..8dffb54 100644
--- a/documentation_example_code.html
+++ b/documentation_example_code.html
@@ -50,7 +50,7 @@
 	</div>
 	<div class="box_header"></div>
 	<div class="box_body">
-		The FLAC source code has several small example programs that demonstrate how to use the libraries.  The source is available on the <a href="download.html">download page</a>, or can be <a href="http://sourceforge.net/cvs/?group_id=13478">checked out from CVS</a> or <a href="http://flac.cvs.sourceforge.net/flac/flac/examples/">browsed online</a>.  The examples complement the <a href="api/index.html">API documentation</a>.<br />
+		The FLAC source code has several small example programs that demonstrate how to use the libraries.  The source is available on the <a href="download.html">download page</a>, or can be <a href="https://git.xiph.org/?p=flac.git;a%3Dsummary">checked out from git</a> or <a href="https://git.xiph.org/?p=flac.git;a=tree;f=examples">browsed online</a>.  The examples complement the <a href="api/index.html">API documentation</a>.<br />
 		<br />
 		Currently the examples show how to encode WAV files to FLAC and vice-versa using both libFLAC and libFLAC++.  Over time we'll be adding more examples.
 	</div>
diff --git a/documentation_tools.html b/documentation_tools.html
index baf0f0d..aa9374b 100644
--- a/documentation_tools.html
+++ b/documentation_tools.html
@@ -59,7 +59,7 @@
 		Other resources:
 		<ul>
 			<li><a href="documentation_bugs.html">Bugs</a> - How to report bugs and request features, and a list of known bugs in the FLAC tools.</li>
-			<li><a href="http://sourceforge.net/tracker/?group_id=13478&amp;atid=213478">Request Support</a> - Support for the official FLAC tools.  For other programs, use <a href="http://www.hydrogenaudio.org/">hydrogenaudio.org</a>
+			<li><a href="http://sourceforge.net/p/flac/support-requests/">Request Support</a> - Support for the official FLAC tools.  For other programs, use <a href="http://www.hydrogenaudio.org/">hydrogenaudio.org</a>
 			<li><a href="http://lists.xiph.org/mailman/listinfo/flac">FLAC Mailing List</a> - General discussion about FLAC, tools, releases, etc.  (You must subscribe to post.)</li>
 		</ul>
 		<br />
diff --git a/download.html b/download.html
index 2342710..fa594ad 100644
--- a/download.html
+++ b/download.html
@@ -95,7 +95,7 @@
 				<b>Source code</b>
 				<ul>
 					<li><a href="http://sourceforge.net/project/showfiles.php?group_id=13478&amp;package_id=12677">FLAC full source code</a>; also includes documentation and build systems for Windows (MSVC++) and *nix,*BSD,OS/2,OS X (autotools)</li>
-					<li><a href="http://cvs.sourceforge.net/cvstarballs/flac-cvsroot.tar.bz2">Nightly CVS tarball</a>; this is the actual CVS repository used for development</li>
+					<li><a href="https://git.xiph.org/?p=flac.git;a%3Dsummary">Development git</a>; this is the actual git repository used for development</li>
 				</ul>
 			</li>
 			<li>
diff --git a/faq.html b/faq.html
index f19af55..534c48c 100644
--- a/faq.html
+++ b/faq.html
@@ -382,7 +382,7 @@
 		<br />
 		<a name="project__submit_bug"><b>How do I submit a bug report?</b></a><br />
 		<br />
-		First, <a href="http://sourceforge.net/tracker/?group_id=13478&amp;atid=113478">visit the bug tracking page</a> and do a little searching of both open and closed bugs to see if yours is already there.  If you have something truly new, <a href="http://sourceforge.net/bugs/?func=addbug&amp;group_id=13478">submit a new bug</a>.  <b>Make sure</b> to monitor the bug or include your email address in the description.  Include as much information as possible: the version of FLAC that you are running, the name and version of any frontend you are running, your operating system and version, your CPU type and speed, the amount of memory you have, where you downloaded FLAC from, the exact error message (if any) copied from the console, and anything else you may think will help.
+		First, <a href="http://sourceforge.net/p/flac/bugs/">visit the bug tracking page</a> and do a little searching of both open and closed bugs to see if yours is already there.  If you have something truly new submit a new bug there.  <b>Make sure</b> to monitor the bug or include your email address in the description.  Include as much information as possible: the version of FLAC that you are running, the name and version of any frontend you are running, your operating system and version, your CPU type and speed, the amount of memory you have, where you downloaded FLAC from, the exact error message (if any) copied from the console, and anything else you may think will help.
 	</div>
 	<div class="box_footer"></div>
 </div>
diff --git a/feeds/feed.rss b/feeds/feed.rss
index 59a9111..295980b 100644
--- a/feeds/feed.rss
+++ b/feeds/feed.rss
@@ -5,7 +5,27 @@
     <link>http://xiph.org/flac</link>
     <description>The latest news about FLAC (Free Lossless Audio Codec)</description>
     
-    
+    <item>
+      <title>Google Play cloud service supports FLAC</title>
+      <description>Google announches that Google Play, an online music shop, now has a cloud service that matches music on the users computer with music on Google Play and uploads music not on Google Play. This way, music can be streamed back to any PC or Android-device. The scanner, Google’s Music Manager, supports FLAC and OGG Vorbis alongside non-DRM WMA, AAC and MP3</description>
+      <link>https://plus.google.com/u/0/+GooglePlay/posts/VZhB6EpsWKx</link>
+      <pubDate>Wed, 19 Dec 2012 16:28:22 +0100</pubDate>
+      <guid>http://flac.sourceforge.net/news.html#20121219</guid>
+    </item>
+    <item>
+      <title>Olive One with FLAC support</title>
+      <description>Olive announches the One, their "All-in-One Home Music Player" as they call it. It supports WAV, AIF, FLAC and Apple Lossless as lossless formats as well as MP3, AAC, OGG Vorbis as lossy formats</description>
+      <link>http://www.myoliveone.com/</link>
+      <pubDate>Tue, 18 Dec 2012 20:56:25 +0100</pubDate>
+      <guid>http://flac.sourceforge.net/news.html#20121218</guid>
+    </item>
+    <item>
+      <title>Astell &amp; Kern AK100 with FLAC support</title>
+      <description>At $699 not your average media player, but this Astell &amp; Kern AK100 from iRiver Japan comes with support for WAV, FLAC, APE, OGG Vorbis and of course MP3 and stands out for being able of playing 192kHz/24-bit files, the latter being only possible when using either WAV of FLAC as file format. Beside using it as a (portable) media player, it can be used as DAC as well</description>
+      <link>http://www.pcmag.com/article2/0,2817,2413076,00.asp</link>
+      <pubDate>Mon, 17 Dec 2012 20:50:20 +0100</pubDate>
+      <guid>http://flac.sourceforge.net/news.html#20121217</guid>
+    </item>
     <item>
       <title>Highresaudio.com offers FLAC</title>
       <description>The European-based Highresaudio.com has started to offer high-resolution 'studio-master' versions of all kinds of music. They offer downloads as FLAC, ALAC and WAV and sell DVD's containing FLAC-files as burn-on-demand.</description>
@@ -13,7 +33,6 @@
       <pubDate>Tue, 28 Aug 2012 12:50:00 +0200</pubDate>
       <guid>http://flac.sourceforge.net/news.html#20120828</guid>
     </item>
-    
     <item>
       <title>Javascript FLAC decoder released</title>
       <description>Developers from Official.fm have built a nice piece of javascript-code that is able to decode FLAC-files. The code can be used to feed FLAC-data to the 'web-audio' API which is to be included in the HTML5 standard. This would enable FLAC-driven DJ-apps or audioeditors with HTML5.</description>
@@ -23,6 +42,14 @@
     </item>
     
     <item>
+      <title>FLAC development moved to Xiph.org</title>
+      <description>Develoment of FLAC has been moved from Sourceforge to Xiph.org. For more information, see the linked mail</description>
+      <link>http://lists.xiph.org/pipermail/flac-dev/2012-February/003083.html</link>
+      <pubDate>Wed, 01 Feb 2012 10:56:00 +0200</pubDate>
+      <guid>http://flac.sourceforge.net/news.html#20120201</guid>
+    </item>
+    
+    <item>
       <title>HP's WebOS now FLAC-enabled</title>
       <description>HP new release of the mobile-OS WebOS now features out-of-the-box support for OGG Vorbis en FLAC.</description>
       <link>http://kb.hpwebos.com/wps/portal/kb/na/touchpad/touchpad/wifi/solutions/article/18666_en.html</link>
diff --git a/license.html b/license.html
index 042d19c..0b2ed77 100644
--- a/license.html
+++ b/license.html
@@ -56,7 +56,7 @@
 		<br />
 		The FLAC project also makes available software that implements the formats, which is distributed according to <a href="http://www.opensource.org/docs/definition.php">Open Source</a> licenses as follows:<br />
 		<br />
-		The reference implementation libraries are licensed under the New <!-- <a href="http://www.xiph.org/licenses/bsd/"> --><a href="http://flac.cvs.sourceforge.net/*checkout*/flac/flac/COPYING.Xiph">BSD License</a>.  In simple terms, these libraries may be used by any application, Open or proprietary, linked or incorporated in whole, so long as acknowledgement is made to Xiph.org Foundation when using the source code in whole or in derived works.  The Xiph License is free enough that the libraries have been used in commercial products to implement FLAC, including in the firmware of hardware devices where other Open Source licenses can be problematic.  In the source code these libraries are called <span class="commandname">libFLAC</span> and <span class="commandname">libFLAC++</span>.<br />
+		The reference implementation libraries are licensed under the New <!-- <a href="http://www.xiph.org/licenses/bsd/"> --><a href="https://git.xiph.org/?p=flac.git;a=blob_plain;f=COPYING.Xiph">BSD License</a>.  In simple terms, these libraries may be used by any application, Open or proprietary, linked or incorporated in whole, so long as acknowledgement is made to Xiph.org Foundation when using the source code in whole or in derived works.  The Xiph License is free enough that the libraries have been used in commercial products to implement FLAC, including in the firmware of hardware devices where other Open Source licenses can be problematic.  In the source code these libraries are called <span class="commandname">libFLAC</span> and <span class="commandname">libFLAC++</span>.<br />
 		<br />
 		The rest of the software that the FLAC project provides is licensed under the <a href="http://www.gnu.org/licenses/licenses.html#GPL">GNU General Public License</a> (GPL).  This software includes various utilities for converting files to and from FLAC format, plugins for audio players, et cetera.  In general, the GPL allows redistribution as long as derived works are also made available in source code form according to compatible terms.<br />
 		<br />
-- 
1.7.10.4


--------------000503000208080609010906--


More information about the flac-dev mailing list