[xiph-commits] SF.net SVN: libspiff:[523] website/index.html

hartwork at users.sourceforge.net hartwork at users.sourceforge.net
Sat Feb 21 16:16:32 PST 2009


Revision: 523
          http://libspiff.svn.sourceforge.net/libspiff/?rev=523&view=rev
Author:   hartwork
Date:     2009-02-22 00:16:30 +0000 (Sun, 22 Feb 2009)

Log Message:
-----------
Rename libSpiff to libxspf

Modified Paths:
--------------
    website/index.html

Modified: website/index.html
===================================================================
--- website/index.html	2009-02-21 21:29:12 UTC (rev 522)
+++ website/index.html	2009-02-22 00:16:30 UTC (rev 523)
@@ -3,7 +3,7 @@
 <html>
 	<head>
 		<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
-		<title>libSpiff - XSPF playlist handling library</title>
+		<title>libxspf - XSPF playlist handling library</title>
 		<style type="text/css">
 			body {
 				font-family:"Bitstream Vera Sans", "Verdana";
@@ -17,7 +17,7 @@
 		</style>
 	</head>
 	<body>
-		<h1>libSpiff</h1>
+		<h1>libxspf</h1>
 
 		<h2>Content</h2>
 		<ul>
@@ -33,11 +33,11 @@
 
 		<h2><a name="about">About</a></h2>
 		<p>
-			libSpiff brings XSPF playlist reading and writing support to your C++ application.
-			Both version 0 and 1 are supported. libSpiff uses <a href="http://expat.sourceforge.net/" target="_blank">Expat</a> for XML parsing,
+			libxspf (formerly called libSpiff) brings XSPF playlist reading and writing support to your C++ application.
+			Both version 0 and 1 are supported. libxspf uses <a href="http://expat.sourceforge.net/" target="_blank">Expat</a> for XML parsing,
 			<a href="http://cpptest.sourceforge.net/" target="_blank">CppTest</a> for unit testing
 			and <a href="http://uriparser.sourceforge.net/" target="_blank">uriparser</a> for handling URIs.
-			libSpiff is the official reference implementation for XSPF of the
+			libxspf is the official reference implementation for XSPF of the
 			<a href="http://www.xiph.org/" target="_blank">Xiph.Org Foundation</a>.
 		</p>
 
@@ -52,7 +52,7 @@
 			<li>Full support for XML namespaces</li>
 			<li>Fast (as XML parsing is done by <a href="http://expat.sourceforge.net/" target="_blank">Expat</a>)</li>
 			<li>Extensive unit testing using <a href="http://cpptest.sourceforge.net/" target="_blank">CppTest</a></li>
-			<li>Liberal license (<a href="http://libspiff.svn.sourceforge.net/viewvc/*checkout*/libspiff/trunk/COPYING" target="_blank">New BSD license</a>)</li>
+			<li>Liberal license (<a href="http://git.xiph.org/?p=libxspf.git;a=blob;f=COPYING;hb=HEAD" target="_blank">New BSD license</a>)</li>
 		</ul>
 
 		<h2><a name="dependencies">Dependencies</a></h2>
@@ -64,9 +64,10 @@
 		<h2><a name="download">Download</a></h2>
 		<p>
 			You can <a href="http://sourceforge.net/project/showfiles.php?group_id=176018">download</a>
-			libSpiff from the "Files" section on libSpiff's project page at SourceForge. Additionally
-			you can <a href="http://libspiff.svn.sourceforge.net/viewvc/libspiff/trunk/">browse</a> the Subversion
-			repository.
+			libxspf from the "Files" section on
+			<a href="http://sourceforge.net/projects/libspiff/" target="_blank">libxspf's project page</a>
+			at SourceForge. Additionally you can
+			<a href="http://git.xiph.org/?p=libxspf.git;a=summary">browse</a> the Git repository.
 		</p>
 
 		<h2><a name="doc">Documentation</a></h2>
@@ -74,8 +75,8 @@
 			The API Documentation is split into language parts:
 		</p>
 		<ul>
-			<li><a href="doc/html/">libSpiff</a> (C++)</li>
-			<li><a href="spiff_c_doc/html/">spiff_c</a> (C)</li>
+			<li><a href="doc/html/">libxspf</a> (C++)</li>
+			<li><a href="xspf_c_doc/html/">xspf_c</a> (C)</li>
 		</ul>
 		<p>
 			The documentation was created with <a href="http://www.stack.nl/~dimitri/doxygen/" target="_blank">Doxygen</a>.
@@ -119,7 +120,7 @@
 
 		<h2><a name="links">Links</a></h2>
 		<ul>
-			<li><a href="http://sourceforge.net/projects/libspiff/" target="_blank">libSpiff project page</a></li>
+			<li><a href="http://sourceforge.net/projects/libspiff/" target="_blank">libxspf project page</a></li>
 			<li><a href="http://freshmeat.net/projects/libspiff/" target="_blank">libSpiff FreshMeat.net page</a></li>
 			<li><a href="http://www.koders.com/info.aspx?c=ProjectInfo&amp;pid=BTMRKQCFUU1U33GML3RRNZG75A" target="_blank">libSpiff Koders.com page</a></li>
 			<li><a href="http://www.xspf.org/specs/" target="_blank">Official XSPF specification</a></li>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the commits mailing list