Show
Ignore:
Timestamp:
02/02/08 16:38:05 (10 months ago)
Author:
inureyes
Message:

#819

  • 로그인 비밀번호로도 API를 사용할 수 있도록 함.
  • RSS 주소 변경 사항을 반영
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/piece/blog/entries.php

    r5172 r5194  
    103103            dress('article_rep_id', $entry['id'], $entryView); 
    104104            dress('article_rep_link', $permalink, $entryView); 
    105             dress('article_rep_rp_rssurl', $defaultURL.'/comment/rss/'.$entry['id'], $entryView); 
    106             dress('article_rep_tb_rssurl', $defaultURL.'/trackback/rss/'.$entry['id'], $entryView); 
     105            dress('article_rep_rp_rssurl', $defaultURL.'/rss/comment/'.$entry['id'], $entryView); 
     106            dress('article_rep_tb_rssurl', $defaultURL.'/rss/trackback/'.$entry['id'], $entryView); 
    107107            dress('article_rep_title', htmlspecialchars(fireEvent('ViewPostTitle', $entry['title'], $entry['id'])), $entryView); 
    108108            // 사용자가 작성한 본문은 lib/piece/blog/end.php의 removeAllTags() 다음에 처리하기 위한 조치.