From: <the...@us...> - 2006-08-05 17:45:16
|
Revision: 16652 Author: thekingant Date: 2006-08-05 10:45:13 -0700 (Sat, 05 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16652&view=rev Log Message: ----------- Remove some references to Napster on the webpage, too Modified Paths: -------------- web/htdocs/faq2.txt web/htdocs/protocol.php web/htdocs/statusicons.php Modified: web/htdocs/faq2.txt =================================================================== --- web/htdocs/faq2.txt 2006-08-05 17:44:56 UTC (rev 16651) +++ web/htdocs/faq2.txt 2006-08-05 17:45:13 UTC (rev 16652) @@ -1133,7 +1133,7 @@ Q: Did you guys reverse engineer it? -A: Jabber, MSN, Napster, and IRC are published protocols, so we +A: Jabber, MSN and IRC are published protocols, so we didn't have to reverse engineer those. Oscar, ICQ, and Yahoo are not published, and were reverse engineered by other people. Novell was provided by Novell, and SILC was written by one of the developers of Modified: web/htdocs/protocol.php =================================================================== --- web/htdocs/protocol.php 2006-08-05 17:44:56 UTC (rev 16651) +++ web/htdocs/protocol.php 2006-08-05 17:45:13 UTC (rev 16652) @@ -10,7 +10,6 @@ <li><a href="#irc">IRC</a></li> <li><a href="#jabber">Jabber</a></li> <li><a href="#msn">MSN</a></li> - <li><a href="#napster">Napster</a></li> <li><a href="#Novell">Novell GroupWise</a></li> <li><a href="#oscar">Oscar ("AIM/ICQ")</a></li> <li><a href="#Sametime">Lotus Sametime</a></li> @@ -122,18 +121,6 @@ be reverse engineered to work. Some documentation on this effort is available <a href="http://www.hypothetic.org/docs/msn/index.php">here</a>.</p> -<a name="napster"></a> -<h2>Napster</h2> -<p> -Ahh, Napster. The music sharing network that started it all. Gaim does -not support sharing files over Napster. With that out of the way, what -does Gaim support? Instant messages and buddy list notification. We are -not aware of anyone that actually uses this... but it does work. You can -get a free Napster Server from -<a href="http://opennap.sourceforge.net/">http://opennap.sourceforge.net/</a>. -They distribute Windows binaries. I'm not sure if it compiles in Linux. -</p> - <a name="Novell"></a> <h2>Novell</h2> <p> Modified: web/htdocs/statusicons.php =================================================================== --- web/htdocs/statusicons.php 2006-08-05 17:44:56 UTC (rev 16651) +++ web/htdocs/statusicons.php 2006-08-05 17:45:13 UTC (rev 16652) @@ -78,14 +78,6 @@ ) ), - "Napster" => array( - "ID" => "napster", - - "ICONS" => array( - "Online / Available" => "online.png" - ) - ), - "Yahoo!" => array( "ID" => "yahoo", This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |