Changeset 1429

Show
Ignore:
Timestamp:
02/29/08 02:36:14 (5 months ago)
Author:
bsmith
Message:

Atom becomes Recent Entries Feed with the departing of RSS. (Thx Atsushi for discovering the bug)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-30/lib/MT/DefaultTemplates.pm

    r1174 r1429  
    5353                rebuild_me => 1, 
    5454            }, 
    55             'atom' => { 
    56                 label => 'Atom', 
     55            'feed_recent' => { 
     56                label => 'Feed - Recent Entries', 
    5757                outfile => 'atom.xml', 
    58                 rebuild_me => 1, 
    59             }, 
    60             'rss' => { 
    61                 label => 'RSS', 
    62                 outfile => 'rss.xml', 
    6358                rebuild_me => 1, 
    6459            },