블로그 이미지
푸른_바람

Rss feed Tistory
IT/그외... 2010/03/15 13:27

RSS 피드 & myPickup RSS

 

[code xml]
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<link>http://www.example.com/</link>
<description>블로그 설명 (블로그에 대한 짤막한 소개글)</description>

<item>
<link>http://www.example.com/2007/02/foo.html</link>
<description>포스트 본문 전체, 또는 포스트의 첫부분 일부</description>
<pubdate>Tue, 06 Feb 2007 03:23:00 +0000</pubdate>
<guid>http://www.example.com/2007/02/foo.html</guid>
</item>

<!-- 주석문이 필요할 경우에는 이렇게 -->
</channel>
</rss>
[/code]

XML 내의 HTML은
< : &lt;
> : &gt;
& : &amp;

로 변경되어야 한다.

RSS URL : http://mypickup.kr/rss/cate/orderby/item/search
 - http://mypickup.kr/?rss=1&c=pick&cate=&m=&p=&q=&u=
기본 URL : http://mypickup.kr/rss/
 - http://mypickup.kr/?rss&c=pick
 - http://mypickup.kr/?rss&c=pick&u=estorylabcom

* catetory(cate) : myPikcup 에서 사용하는 카테고리.
- all, IT&기술, Site&서비스, 연예, 스포츠, 시사, 유머, 정치, 경제, 이벤트, ETC
- 기본 : all
* orderby(m)      : 정렬순서
- lists, visitlists
- 기본 : lists
* item(p)           : 아이템 수 ( 게시물 단위입니다.)
- 5 ~ 50
- 기본 : 10
* search(q)         : 검색어
* picker(u)         : picker name- segment 에서는 제공하지 않습니다. query 방식에서 &u= 이후 picker 아이디를 설정하세요.

※ 특이 사항이 없을 경우 http://mypickup.kr/pick/ 과 동일한 URL 설정을 사용합니다. ( 결과만 RSS형식으로 리턴 )

 <?xml version="2.0" encoding="UTF-8"?> 
 <rss version="2.0">  
 <channel>  
 
 <title> myPickup RSS  </title>  
 <link> http://mypickup.kr/ </link>  
 <description> 좋은 콘텐츠 나누면 더 재미 있습니다. myPickUp </description>  
 <category> all </category>  
 <cloud>  </cloud>  
 <copyright>  </copyright>  
 <docs>  </docs>  
 <generator> estorylab.com </generator>  
 <image>  </image>  
 <language> ko </language>  
 <lastBuildDate>  </lastBuildDate>  
 <managingEditor> mypickup+uncaose@estorylab.com </managingEditor>  
 <pubDate> Mon, 15 Mar 2010 17:03:34 +0900 </pubDate>  
 <rating>  </rating>  
 <skipDays>  </skipDays>  
 <skipHours>  </skipHours>  
 <textInput>  </textInput>  
 <ttl> 0 </ttl>  
 <webmaster> mypickup+uncaose@estorylab.com </webmaster>  
 
 <item>  
	 <link> http://2u.lc/3XW </link>  
	 <author>  </author>  
	 <category> ETC </category>  
	 <comments> http://mypickup.kr/pick/all/2796 </comments>  
	 <description> 블랙소시.. 윤아-티파니편.. ㅋㅋ http://2u.lc/3XW </description>  
	 <enclosure>  </enclosure>  
	 <guid> http://2u.lc/3XW </guid>  
	 <pubDate> Mon, 15 Mar 2010 17:41:25 +0900 </pubDate>  
	 <source>  </source>  
	 <title> `블랙소시` 윤아-티파니, 카리스마 발산…`얼굴에서 보여요 </title>  
 </item>  
 
 </channel>  
 </rss>

TOTAL 245,652 TODAY 19