Changeset 484

Show
Ignore:
Timestamp:
05/20/05 11:35:11 (3 years ago)
Author:
mbonetti
Message:

0.4.2

Location:
trunk/rss
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/rss/constants.php

    r482 r484  
    2929############################################################################### 
    3030# $Log$ 
     31# Revision 1.40  2005/05/20 09:35:11  mbonetti 
     32# 0.4.2 
     33# 
    3134# Revision 1.39  2005/05/20 07:42:21  mbonetti 
    3235# CVS Log messages in the file header 
     
    4043 
    4144// Application version 
    42 define ('_VERSION_', "0.4.1"); 
     45define ('_VERSION_', "0.4.2"); 
    4346define ('MINUTE',60); 
    4447 
  • trunk/rss/robots.txt

    r370 r484  
    11User-agent: * 
    22Disallow: update.php 
     3 
     4User-agent: BecomeBot 
     5Disallow: / 
  • trunk/rss/tags.php

    r482 r484  
    2929############################################################################### 
    3030# $Log$ 
     31# Revision 1.28  2005/05/20 09:35:11  mbonetti 
     32# 0.4.2 
     33# 
    3134# Revision 1.27  2005/05/20 07:42:21  mbonetti 
    3235# CVS Log messages in the file header 
     
    4649 
    4750// these are the fontsizes on the weighted list at /tag/ 
    48 define ('SMALLEST',10); 
     51define ('SMALLEST',9); 
    4952define ('LARGEST',45); 
    5053define ('UNIT','px');