Changeset 484
- Timestamp:
- 05/20/05 11:35:11 (3 years ago)
- Location:
- trunk/rss
- Files:
-
- 3 modified
-
constants.php (modified) (2 diffs)
-
robots.txt (modified) (1 diff)
-
tags.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rss/constants.php
r482 r484 29 29 ############################################################################### 30 30 # $Log$ 31 # Revision 1.40 2005/05/20 09:35:11 mbonetti 32 # 0.4.2 33 # 31 34 # Revision 1.39 2005/05/20 07:42:21 mbonetti 32 35 # CVS Log messages in the file header … … 40 43 41 44 // Application version 42 define ('_VERSION_', "0.4. 1");45 define ('_VERSION_', "0.4.2"); 43 46 define ('MINUTE',60); 44 47 -
trunk/rss/robots.txt
r370 r484 1 1 User-agent: * 2 2 Disallow: update.php 3 4 User-agent: BecomeBot 5 Disallow: / -
trunk/rss/tags.php
r482 r484 29 29 ############################################################################### 30 30 # $Log$ 31 # Revision 1.28 2005/05/20 09:35:11 mbonetti 32 # 0.4.2 33 # 31 34 # Revision 1.27 2005/05/20 07:42:21 mbonetti 32 35 # CVS Log messages in the file header … … 46 49 47 50 // these are the fontsizes on the weighted list at /tag/ 48 define ('SMALLEST', 10);51 define ('SMALLEST',9); 49 52 define ('LARGEST',45); 50 53 define ('UNIT','px');
