gaim/www

Parents a6049f693d90
Children d6fa44b10911
Removing this directory from CVS to free some space on our web
file share thingy
Binary file htdocs/sounds/bent-receive.wav has changed
Binary file htdocs/sounds/brad-receive.wav has changed
Binary file htdocs/sounds/brad-sent.wav has changed
Binary file htdocs/sounds/bruce-online.wav has changed
Binary file htdocs/sounds/bruce-receive.wav has changed
Binary file htdocs/sounds/chait-receive.wav has changed
Binary file htdocs/sounds/chait-sent.wav has changed
Binary file htdocs/sounds/ervin-alert.wav has changed
Binary file htdocs/sounds/ervin-offline.wav has changed
Binary file htdocs/sounds/ervin-online.wav has changed
Binary file htdocs/sounds/ervin-receive.wav has changed
Binary file htdocs/sounds/ervin-sent.wav has changed
Binary file htdocs/sounds/ervin2-alert.wav has changed
Binary file htdocs/sounds/ervin2-offline.wav has changed
Binary file htdocs/sounds/ervin2-online.wav has changed
Binary file htdocs/sounds/ervin2-receive.wav has changed
Binary file htdocs/sounds/ervin2-sent.wav has changed
--- a/htdocs/sounds/index.php Tue Jan 10 15:16:15 2006 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,156 +0,0 @@
-<?
- $page->title = 'Sound Contest';
- require('template.inc.php');
-
-$entries = array(
- array(
- "submitter" => "Ervin",
- "receive" => "ervin-receive.wav",
- "sent" => "ervin-sent.wav",
- "new" => "",
- "online" => "ervin-online.wav",
- "offline" => "ervin-offline.wav",
- "alert" => "ervin-alert.wav"
- ),
- array(
- "submitter" => "Ervin",
- "receive" => "ervin2-receive.wav",
- "sent" => "ervin2-sent.wav",
- "new" => "",
- "online" => "ervin2-online.wav",
- "offline" => "ervin2-offline.wav",
- "alert" => "ervin2-alert.wav"
- ),
- array(
- "submitter" => "Jacob Talkington",
- "receive" => "jacob-receive.wav",
- "sent" => "jacob-sent.wav",
- "new" => "jacob-new.wav",
- "online" => "jacob-online.wav",
- "offline" => "jacob-offline.wav",
- "alert" => "jacob-alert.wav"
- ),
- array(
- "submitter" => "Bent Jensen",
- "receive" => "bent-receive.wav",
- "sent" => "",
- "new" => "",
- "online" => "",
- "offline" => "",
- "alert" => ""
- ),
- array(
- "submitter" => "Bruce Denney",
- "receive" => "bruce-receive.wav",
- "sent" => "",
- "new" => "",
- "online" => "bruce-online.wav",
- "offline" => "",
- "alert" => ""
- ),
- array(
- "submitter" => "Chaitanya Prabhu",
- "receive" => "chait-receive.wav",
- "sent" => "chait-sent.wav",
- "new" => "",
- "online" => "",
- "offline" => "",
- "alert" => ""
- ),
- array(
- "submitter" => "Brad",
- "receive" => "brad-receive.wav",
- "sent" => "brad-sent.wav",
- "new" => "",
- "online" => "",
- "offline" => "",
- "alert" => ""
- ),
- array(
- "submitter" => "A. Torii",
- "receive" => "torii-receive.wav",
- "sent" => "torii-sent.wav",
- "new" => "torii-new.wav",
- "online" => "torii-online.wav",
- "offline" => "torii-offline.wav",
- "alert" => "torii-alert.wav"
- ),
- array(
- "submitter" => "Trevor Key",
- "receive" => "trevor-receive.wav",
- "sent" => "trevor-sent.wav",
- "new" => "trevor-new.wav",
- "online" => "trevor-online.wav",
- "offline" => "trevor-offline.wav",
- "alert" => "trevor-alert.wav"
- )
- /* template
- array(
- "submitter" => "",
- "receive" => "",
- "sent" => "",
- "new" => "",
- "online" => "",
- "offline" => "",
- "alert" => ""
- )
- */
-);
-
-$fields = array(
- "submitter" => "Submitter",
- "receive" => "Message Received",
- "sent" => "Message Sent",
- "new" => "New Conversation",
- "online" => "Buddy Online",
- "offline" => "Buddy Offline",
- "alert" => "Alert"
-)
-
-?>
-
-<h1>New sounds</h1>
-
-<p>
-The following are all the current entries in the Gaim Sounds Contest. To download a tarball of all the sounds, click <a href="sounds.tar.gz">here</a>.
-</p>
-
-<table>
-
-<tr>
-<?
-foreach ($fields as $name => $title) {
- ?>
- <th><?=$title?></th>
- <?
-}
-?>
-</tr>
-
-<?
-foreach ($entries as $entry) {
- ?>
- <tr>
- <?
- foreach ($fields as $fieldname => $title) {
- ?>
- <td>
- <?
- if ($fieldname == 'submitter') {
- print $entry['submitter'];
- } elseif (isset($entry[$fieldname])) {
- ?>
- <a href="<?=$entry[$fieldname]?>"><?=$entry[$fieldname]?></a>
- <?
- }
- ?>
- </td>
- <?
- }
- ?>
- </tr>
- <?
-}
-?>
-</table>
-
Binary file htdocs/sounds/jacob-alert.wav has changed
Binary file htdocs/sounds/jacob-new.wav has changed
Binary file htdocs/sounds/jacob-offline.wav has changed
Binary file htdocs/sounds/jacob-online.wav has changed
Binary file htdocs/sounds/jacob-receive.wav has changed
Binary file htdocs/sounds/jacob-sent.wav has changed
Binary file htdocs/sounds/torii-alert.wav has changed
Binary file htdocs/sounds/torii-new.wav has changed
Binary file htdocs/sounds/torii-offline.wav has changed
Binary file htdocs/sounds/torii-online.wav has changed
Binary file htdocs/sounds/torii-receive.wav has changed
Binary file htdocs/sounds/torii-sent.wav has changed
Binary file htdocs/sounds/trevor-alert.wav has changed
Binary file htdocs/sounds/trevor-offline.wav has changed
Binary file htdocs/sounds/trevor-online.wav has changed
Binary file htdocs/sounds/trevor-received.wav has changed
Binary file htdocs/sounds/trevor-sent.wav has changed