]> git.donarmstrong.com Git - infobot.git/commitdiff
* Moved old /trunk/www out of trunk
authordjmcgrath <djmcgrath@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 18 Oct 2007 17:08:39 +0000 (17:08 +0000)
committerdjmcgrath <djmcgrath@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 18 Oct 2007 17:08:39 +0000 (17:08 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1559 c11ca15a-4712-0410-83d8-924469b57eb5

20 files changed:
www/.cvsignore [deleted file]
www/cvsroot [deleted file]
www/htdocs/cp/.htaccess [deleted file]
www/htdocs/cp/index.php [deleted file]
www/htdocs/cp/news-delete.php [deleted file]
www/htdocs/cp/news.php [deleted file]
www/htdocs/img/logo.gif [deleted file]
www/htdocs/img/news.gif [deleted file]
www/htdocs/inc/.cvsignore [deleted file]
www/htdocs/inc/.htaccess [deleted file]
www/htdocs/inc/mysql.inc.tmpl [deleted file]
www/htdocs/inc/news-delete.inc [deleted file]
www/htdocs/inc/news.inc [deleted file]
www/htdocs/inc/template.inc [deleted file]
www/htdocs/index.php [deleted file]
www/htdocs/not.php [deleted file]
www/htdocs/old/index.html [deleted file]
www/htdocs/old/intro.swf [deleted file]
www/htdocs/old/main.html [deleted file]
www/htdocs/pub/.cvsignore [deleted file]

diff --git a/www/.cvsignore b/www/.cvsignore
deleted file mode 100644 (file)
index 1a3a397..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.htpasswd
diff --git a/www/cvsroot b/www/cvsroot
deleted file mode 100644 (file)
index 8a282e5..0000000
+++ /dev/null
@@ -1 +0,0 @@
-export CVSROOT=":ext:$USER@cvs1:/cvsroot/blootbot"
diff --git a/www/htdocs/cp/.htaccess b/www/htdocs/cp/.htaccess
deleted file mode 100644 (file)
index 265a3bd..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-AuthUserFile /home/groups/b/bl/blootbot/.htpasswd
-AuthGroupFile /dev/null
-AuthName CP
-AuthType Basic
-<Limit GET>
-require valid-user
-
diff --git a/www/htdocs/cp/index.php b/www/htdocs/cp/index.php
deleted file mode 100644 (file)
index 6e21111..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?
-  require("/home/groups/b/bl/blootbot/htdocs/inc/template.inc");
-  require("/home/groups/b/bl/blootbot/htdocs/inc/mysql.inc");
-  require("/home/groups/b/bl/blootbot/htdocs/inc/news.inc");
-
-  bloot_header("C O N T R O L . P A N E L");
-?>
-
-<center><font face="arial" size="+1">C O N T R O L . P A N E L</font><p></center>
-<? box_start("Main Functions",".","90%"); ?>
-<br><b>News Functions:</b><br>
-<a href="news.php">Add News</a><br>
-<a href="news-delete.php">Delete News</a><p>
-<? box_end(); ?>
-
-<?
-  bloot_footer();
-?>
diff --git a/www/htdocs/cp/news-delete.php b/www/htdocs/cp/news-delete.php
deleted file mode 100644 (file)
index 54f8d42..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?
-  require("/home/groups/b/bl/blootbot/htdocs/inc/template.inc");
-  require("/home/groups/b/bl/blootbot/htdocs/inc/mysql.inc");
-  require("/home/groups/b/bl/blootbot/htdocs/inc/news.inc");
-  require("/home/groups/b/bl/blootbot/htdocs/inc/news-delete.inc");
-
-  bloot_header("C O N T R O L . P A N E L:  N E W S . D E L E T E");
-  ?><center><font face="arial" size="+1">C O N T R O L . P A N E L: N E W S . D E L E T E</font><p></center><?
-  ?><font color="red" size="+3">DO NOT REFRESH THIS PAGE!</font><br><?
-  ?><font color="red" size="+1"><i>Do not use the back button after submitting!<br>Please <a href="/cp">click here</a> to return to the control panel<?
-  ?> or <a href="/cp/news-delete.php">here</a> to return to the news-delete control panel</font><?
-  ?></font><?
-   if ($id)
-        delete_news($id);
-  ?><form action="news-delete.php" method="get"><?
-  ?><center>ID Number: <input type="text" name="id"> <?
-  ?><br><b>ONCE NEWS IS DELETED, IT CAN NOT BE BROUGHT BACK. DELETE WITH CAUTION!. DO NOT ENTER AN INVALID ID, I DON'T KNOW WHAT WILL HAPPEN!<br></b><?
-  ?><input type="submit"><?
-  ?></center><?
-  ?></form><?
-
-  show_all_news();
-  bloot_footer();
-?>
diff --git a/www/htdocs/cp/news.php b/www/htdocs/cp/news.php
deleted file mode 100644 (file)
index 52c0c7c..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?
-  require("/home/groups/b/bl/blootbot/htdocs/inc/template.inc");
-  require("/home/groups/b/bl/blootbot/htdocs/inc/mysql.inc");
-  require("/home/groups/b/bl/blootbot/htdocs/inc/news.inc");
-
-  bloot_header("C O N T R O L . P A N E L:  N E W S");
-  ?><center><font face="arial" size="+1">C O N T R O L . P A N E L: N E W S</font><p></center><?
-  ?><font color="red" size="+3">DO NOT REFRESH THIS PAGE!</font><br><?
-  ?><font color="red" size="+1"><i>Do not use the back button after submitting!<br>Please <a href="/cp">click here</a> to return to the control panel<?
-  ?> or <a href="/cp/news.php">here</a> to return to the news control panel</font><?
-  ?></font><?
-   if ($author && $title && $message)
-        add_news($author,$title,$message);
-
-  ?><form action="news.php" method="get"><?
-  ?><center>Title: <input type="text" name="title"> <?
-  ?>Author: <input type="text" name="author"><?
-  ?><br><b>WARNING: Once news is added, it CAN NOT BE CHANGED. Make sure that all the fields are filled out and use propper HTML.</b><br><?
-  ?><input type="submit"><br>Message:<br><?
-  ?><textarea name="message" rows=10 cols=40><?
-  ?></textarea></center><?
-  ?></form><?
-
-  bloot_footer();
-?>
diff --git a/www/htdocs/img/logo.gif b/www/htdocs/img/logo.gif
deleted file mode 100755 (executable)
index 6d14932..0000000
Binary files a/www/htdocs/img/logo.gif and /dev/null differ
diff --git a/www/htdocs/img/news.gif b/www/htdocs/img/news.gif
deleted file mode 100755 (executable)
index 1ec4a14..0000000
Binary files a/www/htdocs/img/news.gif and /dev/null differ
diff --git a/www/htdocs/inc/.cvsignore b/www/htdocs/inc/.cvsignore
deleted file mode 100644 (file)
index affdbae..0000000
+++ /dev/null
@@ -1 +0,0 @@
-mysql.inc
diff --git a/www/htdocs/inc/.htaccess b/www/htdocs/inc/.htaccess
deleted file mode 100644 (file)
index 77700b4..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-AuthUserFile /dev/null
-AuthGroupFile /dev/null
-AuthName DenyViaWeb
-AuthType Basic
-
-
-<Limit GET>
-order allow,deny
-deny from all
-</Limit>
diff --git a/www/htdocs/inc/mysql.inc.tmpl b/www/htdocs/inc/mysql.inc.tmpl
deleted file mode 100644 (file)
index d1eff8f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?
-$db_hostname="moby";
-$db_username="blootbot";
-$db_password="password";
-$db_name="blootbot";
-
-        if (! ($db_handle=@mysql_connect($db_hostname,$db_username,$db_password)) || ! @mysql_select_db($db_name)) {
-        echo "<!-- MSQL ERROR! -->";
-        }
-
-?>
diff --git a/www/htdocs/inc/news-delete.inc b/www/htdocs/inc/news-delete.inc
deleted file mode 100644 (file)
index 62509b7..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?
-function show_all_news() {
-  global $db_name,$db_handle
-  $query = "SELECT * from news ORDER BY id desc";
-
-  if (! $result = mysql_db_query($db_name,$query,$db_handle)) {
-  echo "MYSQL ERROR";
-  }
-?><br>ID - Title - Date<br><?
-  while($news = mysql_fetch_array($result))
-  {
-    echo $news["id"];
-    ?> - <?
-    echo $news["title"];
-    ?> - <?
-    echo date("F d, Y",$news["timestamp"]);
-    ?><br><?
-  }
-}
-
-function delete_news($id)
-{
-  global $db_name,$db_handle
-  $query = "delete from news where id = $id";
-
-  if (! $result = mysql_db_query($db_name,$query,$db_handle)) {
-  echo "MYSQL ERROR";
-  }
-  ?><br>News ID: <?
-  echo $id;
-  ?>Has been deleted<?
-}
-?>
diff --git a/www/htdocs/inc/news.inc b/www/htdocs/inc/news.inc
deleted file mode 100644 (file)
index 455abe9..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?
-function show_news($limit=5) {
-  global $db_name,$db_handle;
-
-  $query = "SELECT * from news ORDER BY id desc LIMIT $limit";
-  $result = mysql_db_query($db_name,$query,$db_handle);
-
-  while($news = mysql_fetch_array($result))
-  {
-    ?><p><?
-    box_start($news["title"],date("F d, Y",$news["timestamp"])." <br>Posted by ".$news["author"],"90%");
-    echo $news["message"];
-    box_end();
-  }
-}
-
-function add_news($author,$title,$message) {
-  global $db_name,$db_handle;
-
-  $timestamp = time();
-  $query = "INSERT INTO news (timestamp,title,author,message) VALUES ('$timestamp','$title','$author','$message')";
-  $result = mysql_db_query($db_name,$query,$db_handle);
-  if (!$result)
-   print("MySQL Error: " . mysql_error());
-}
-
-?>
-
diff --git a/www/htdocs/inc/template.inc b/www/htdocs/inc/template.inc
deleted file mode 100644 (file)
index cfa2808..0000000
+++ /dev/null
@@ -1,122 +0,0 @@
-<?
-function bloot_header($title)
-{
-        ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><?
-        ?><html><head><title>B L O O T B O T . <? echo $title;
-        ?></title><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><?
-        ?></head><body bgcolor="#333333" link="3333bb"><?
-        ?><table width="100%" border="0" cellspacing="0" cellpadding="3"><?
-        ?><tr><?
-        ?><td width="145" height="96"><a href="/"><?
-        ?><img src="/img/logo.gif" width="145" height="96" border="0"><?
-        ?></a></td><td valign="top"><?
-        ?><div align="right"><?
-        ?><font size="+3" color="#999999"><i><?
-        ?>The slowest and most bloated bot in the world</i><?
-        ?></font></div></td></tr><?
-        ?><tr> <td rowspan="2" valign="top"><?
-        bloot_menu();
-        ?><br><?
-        ?></td><?
-        ?><td valign="top" width="100%" height="412"><?
-}
-
-function bloot_menu()
-{
-        ?><table width="100%" border="0" cellspacing="0" cellpadding="3"><?
-        ?><tr bgcolor="#666666"> <?
-        ?><td colspan="2" height="23"><font color="#FFFFFF" size="+1"><center><b>Download</center><?
-        ?></b></font></td><?
-        ?></tr><?
-        ?><tr bgcolor="#999999"><?
-        ?><td colspan="2"><?
-       ?><b>Releases:</b><?
-        ?><p>CVS tarball<br><?
-        ?>[<a href="/pub/blootbot-cvs.tar.gz">HTTP</a> | <a href="ftp://blootbot.sourceforge.net/pub/blootbot/blootbot-cvs.tar.gz">FTP</a>]<br><?
-        ?><p>releases<br><?
-        ?><a href="http://sourceforge.net/project/showfiles.php?group_id=8794">SourceForge</a><br><?
-       ?>Development:<br><?
-       ?>&nbsp;<a href="http://sourceforge.net/cvs/?group_id=8794">CVS info</a><br><?
-       ?>&nbsp;<a href="http://cvs.sourceforge.net/cvstarballs/blootbot-cvsroot.tar.gz">CVS Backup</a><br><?
-        ?>&nbsp;<a href="http://cvs.sourceforge.net/viewcvs.py/blootbot/blootbot/">CVS Tree</a></p><?
-        ?></td><?
-        ?></tr><?
-        ?></table><?
-        ?><br><?
-        ?><table width="%" border="0" cellspacing="0" cellpadding="3"><?
-        ?><tr bgcolor="#666666"><?
-        ?><td colspan="2" height="23"><font color="#FFFFFF" size="+1"><b><center>Support</center><?
-        ?></b></font></td><?
-        ?></tr><?
-        ?><tr bgcolor="#999999"><?
-        ?><td colspan="2"><?
-        ?><p><b>Other:</b> <br><?
-        ?><a href="http://sourceforge.net/support/?func=addsupport&amp;group_id=8794">Support</a><br><?
-        ?><a href="http://sourceforge.net/bugs/?group_id=8794">BUG list</a><br><?
-        ?><a href="http://sourceforge.net/forum/?group_id=8794">Discussion<?
-        ?> Forum</a></p><?
-        ?></td><?
-        ?></tr><?
-        ?></table><?
-        ?><br><?
-        ?><table width="100%" border="0" cellspacing="0" cellpadding="3"><?
-        ?><tr bgcolor="#666666"><?
-        ?><td colspan="2" height="23"><font color="#FFFFFF" size="+1"><b><center>Development</center><?
-        ?></b></font></td><?
-        ?></tr><?
-        ?><tr bgcolor="#999999"><?
-        ?><td colspan="2"><?
-        ?><p>Report <a href="http://sourceforge.net/bugs/?func=addbug&amp;group_id=8794"><?
-        ?> a BUG</a><br><?
-        ?>View <a href="http://cvs.sourceforge.net/viewcvs.py/blootbot/blootbot/TODO?view=markup">TODO</a><br><?
-        ?><br><?
-        ?><a href="http://sourceforge.net/project/admin/?group_id=8794">Admin<?
-        ?></a></p><?
-        ?></td><?
-        ?></tr><?
-        ?></table><?
-}
-function bloot_footer()
-{
-       ?></td><?
-        ?></tr><?
-        ?><tr><? 
-        ?><td valign="bottom" align="right"> <?
-        ?><p><font color="#FFFFFF"><b><i>Hosted by:</i></b></font><br><?
-        ?><a href="http://sourceforge.net/projects/blootbot/"><?                           
-        ?><img src="http://sourceforge.net/sflogo.php?group_id=3248&type=1" width="88" height="31" border="0"<?
-        ?>alt="SourceForge Logo"><?
-        ?></a> </p><?              
-        ?></td><?    
-        ?></tr><?
-        ?></table><?
-        ?><p>&nbsp;</p><?
-        ?></body><?      
-        ?></html><?
-}
-
-function box_start($title,$author,$width)
-{
-       ?><table width="<? echo $width 
-       ?>" border="0" cellspacing="0" cellpadding="3" align="center"><?
-       ?><tr bgcolor="#666666"><?
-       ?><td width="70%"><font color="#FFFFFF" size="+1"><? echo $title;
-       ?></font></td><?
-       ?><td width="100"><?
-       ?><div align="right"><i><font color="#333333"><? echo $author;
-       ?></font></i></div><?
-       ?></td><?
-       ?></tr><?
-       ?><tr bgcolor="#999999"><?
-       ?><td colspan="2"><?
-       ?><p><?
-}
-
-function box_end()
-{
-       ?></td><?
-       ?></tr><?
-       ?></table><?
-}
-
-?>
diff --git a/www/htdocs/index.php b/www/htdocs/index.php
deleted file mode 100644 (file)
index 78b8ba8..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?
-  require("/home/groups/b/bl/blootbot/htdocs/inc/template.inc");
-  require("/home/groups/b/bl/blootbot/htdocs/inc/mysql.inc");
-  require("/home/groups/b/bl/blootbot/htdocs/inc/news.inc");
-
-  bloot_header("H O M E");
-  show_news();
-  bloot_footer();
-?>
diff --git a/www/htdocs/not.php b/www/htdocs/not.php
deleted file mode 100644 (file)
index 48ec63c..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?
-  require("/home/groups/b/bl/blootbot/htdocs/inc/template.inc");
-
-  bloot_header("H O M E");
-?>
-
-<? box_start("C O M I N G . S O O N","404","90%"); ?>
-The file you requested is not available, in fact it is coming soon. We will try to have
-                     this up as soon as possible. We apologize for any inconvenience. If you feel you have
-                     reached this page in error, please report it as a bug. Thank you.
-<? box_end(); ?>
-
-<?
-  bloot_footer();
-?>
diff --git a/www/htdocs/old/index.html b/www/htdocs/old/index.html
deleted file mode 100755 (executable)
index 10c9817..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<HTML>
-<HEAD>
-<TITLE>intro</TITLE>
-</HEAD>
-<BODY bgcolor="#000000">
-<p align="center"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
- codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
- ID=intro WIDTH=100% HEIGHT=100%>
-    <PARAM NAME=movie VALUE="intro.swf">
-    <PARAM NAME=quality VALUE=high>
-    <PARAM NAME=bgcolor VALUE=#000000>
-    <EMBED src="intro.swf" quality=high bgcolor=#000000  WIDTH=100% HEIGHT=100% TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
-    </EMBED> 
-  </OBJECT><font color="#FFFFFF"><a href="/main.html">[SKIP INTRO]</a></font></p>
-<p align="center">&nbsp;</p>
-<p align="center">&nbsp;</p>
-<p align="center"><font color="#FFFFFF"><br>
-  Can't view this page? You need Macromedia flash to see our Flashey intro! <br>
-  However, if you don't want to download the plugin just <a href="/main.html">click 
-  here</a> to skip it.</font></p>
-<p align="center">&nbsp; </p>
-</BODY>
-</HTML>
diff --git a/www/htdocs/old/intro.swf b/www/htdocs/old/intro.swf
deleted file mode 100755 (executable)
index 46961eb..0000000
Binary files a/www/htdocs/old/intro.swf and /dev/null differ
diff --git a/www/htdocs/old/main.html b/www/htdocs/old/main.html
deleted file mode 100755 (executable)
index 8de98f9..0000000
+++ /dev/null
@@ -1,114 +0,0 @@
-<html>
-<head>
-<title>B L O O T B O T . H O M E</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-</head>
-
-<body bgcolor="#333333" link="#333333">
-<table width="80%" border="0" cellspacing="0" cellpadding="3">
-  <tr> 
-    <td width="145" height="96"><img src="logo.gif" width="145" height="96"></td>
-    <td valign="top"> 
-      <div align="right"><font size="+3" color="#999999"><i>The fastest, most 
-        secure and<br>
-        sexiest MySQL bot around</i></font></div>
-    </td>
-  </tr>
-  <tr> 
-    <td rowspan="2"> 
-      <table width="90%" border="0" cellspacing="0" cellpadding="3" align="center">
-        <tr bgcolor="#666666"> 
-          <td colspan="2" height="23"><font color="#FFFFFF" size="+1"><b>Download 
-            </b></font></td>
-        </tr>
-        <tr bgcolor="#999999"> 
-          <td colspan="2"> 
-            <p>Development .tgz<br>
-              [<a href="/pub/blootbot-1.0.0.tgz">HTTP</a> | <a href="/not.html">FTP</a>]<br>
-              <br>
-              <a href="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/blootbot/?cvsroot=blootbot">View 
-              CVS Tree</a></p>
-          </td>
-        </tr>
-      </table>
-      <br>
-      <table width="90%" border="0" cellspacing="0" cellpadding="3" align="center">
-        <tr bgcolor="#666666"> 
-          <td colspan="2" height="23"><font color="#FFFFFF" size="+1"><b>Support 
-            </b></font></td>
-        </tr>
-        <tr bgcolor="#999999"> 
-          <td colspan="2"> 
-            <p><b>Documentation:</b><br>
-              <a href="/not.html">Installation<br>
-              FAQ<br>
-              Development</a><br>
-              <b>E-mail:</b><br>
-              <a href="http://sourceforge.net/support/?func=addsupport&amp;group_id=8794">Request 
-              Support</a><br>
-              <b>Other:</b> <br>
-              <a href="http://sourceforge.net/bugs/?group_id=8794">BUG list</a><br>
-              <a href="http://sourceforge.net/forum/?group_id=8794">Discussion 
-              Forum</a></p>
-          </td>
-        </tr>
-      </table>
-      <br>
-      <table width="90%" border="0" cellspacing="0" cellpadding="3" align="center">
-        <tr bgcolor="#666666"> 
-          <td colspan="2" height="23"><font color="#FFFFFF" size="+1"><b>Development 
-            </b></font></td>
-        </tr>
-        <tr bgcolor="#999999"> 
-          <td colspan="2"> 
-            <p><a href="http://sourceforge.net/bugs/?func=addbug&amp;group_id=8794">Report 
-              a BUG</a><br>
-              <a href="http://sourceforge.net/pm/task.php?group_project_id=3207&amp;group_id=8794&amp;func=browse">View 
-              ToDo List</a><br>
-              <a href="http://sourceforge.net/project/admin/?group_id=8794">Admin 
-              </a></p>
-          </td>
-        </tr>
-      </table>
-      <br>
-    </td>
-    <td valign="top" height="276"> 
-      <table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
-        <tr> 
-          <td><img src="news.gif" width="68" height="17"><br>
-            <font color="#333333">. </font></td>
-        </tr>
-      </table>
-      <table width="90%" border="0" cellspacing="0" cellpadding="3" align="center">
-        <tr bgcolor="#666666"> 
-          <td width="75%"><font color="#FFFFFF" size="+1"><b>7.27.00 -- Page Up!</b></font></td>
-          <td width="25%"> 
-            <div align="right"><i><font color="#333333"><a href="mailto:danny@opticaldelusion.org"><font color="#000000">GmLB</font></a></font></i></div>
-          </td>
-        </tr>
-        <tr bgcolor="#999999"> 
-          <td colspan="2"> 
-            <p>First I'd like to thank Sourceforge for hosting our page! Please 
-              visit them and support the open source community :) Our CVS server 
-              is up now, and will be the center of development. Lots of the scripts 
-              are buggy so please, if you come across a bug, take a second to 
-              report it! With your help we can get all of the source working flawlessly.</p>
-            <p>Thank you,<br>
-              --GmLB</p>
-          </td>
-        </tr>
-      </table>
-      <p>&nbsp;</p>
-    </td>
-  </tr>
-  <tr>
-    <td valign="bottom" align="right"> 
-      <p><font color="#FFFFFF"><b><i>Hosted by:</i></b></font><br>
-        <a href="http://sourceforge.net"> <img src="http://sourceforge.net/sflogo.php?group_id=0&type=1" width="88" height="31" border="0" alt="SourceForge Logo"> 
-        </a> </p>
-      </td>
-  </tr>
-</table>
-<p>&nbsp;</p>
-</body>
-</html>
diff --git a/www/htdocs/pub/.cvsignore b/www/htdocs/pub/.cvsignore
deleted file mode 100644 (file)
index 600b043..0000000
+++ /dev/null
@@ -1 +0,0 @@
-blootbot-cvs.tar.gz