PlanetoidNotes: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
add rss to wiki template
add rss to wiki template


<link rel="alternate" type="application/rss+xml" title="本站 RSS 新聞" href="http://www.example.com/news.rss">
<link rel="alternate" type="application/rss+xml" title="本站 RSS 新聞" href="http://wiki.planetoid.info/index.php?title=Special:Recentchanges&feed=rss">


<link rel="alternate" type="application/x.atom+xml" title="本站 ATOM 新聞" href="http://www.example.com/atom.xml">  
<link rel="alternate" type="application/x.atom+xml" title="本站 ATOM 新聞" href="http://wiki.planetoid.info/index.php?title=Special:Recentchanges&feed=atom">  
 
參考:[[http://wiki.moztw.org/index.php?title=RSS_%E6%8E%A8%E5%BB%A3%E5%B0%88%E6%A1%88 RSS 推廣專案 - MoztwWiki]]


== perl ==
== perl ==

Revision as of 20:48, 14 May 2005

todo

tag: MediaWiki, RSS

add rss to wiki template

<link rel="alternate" type="application/rss+xml" title="本站 RSS 新聞" href="http://wiki.planetoid.info/index.php?title=Special:Recentchanges&feed=rss">

<link rel="alternate" type="application/x.atom+xml" title="本站 ATOM 新聞" href="http://wiki.planetoid.info/index.php?title=Special:Recentchanges&feed=atom">

參考:[RSS 推廣專案 - MoztwWiki]

perl

ActivePerl安裝到c:\usr目錄下

Apache

修改Apache 設定檔 httpd.conf

DocumentRoot "C:/Program Files/Apache Group/Apache2/htdocs" 改到另一顆硬碟

首頁編碼更改 [htdoc]/index.html.var index.html.en index.html.zh-tw.big5 -> index.html.zh-tw.utf8