dedecms RSS全站静态输出和RSS订阅的步骤详细解答

dedecms RSS全站静态输出和RSS订阅的步骤详细解答,第1张

dedecmsRSS全站静态输出和RSS订阅的步骤详细解答

看了很多社区论坛的帖子,发现有些人不知道怎么用。感觉不够详细,写不完!让我再跟你谈谈。

最先,你新创建一个rss.php文件,把下边的代码拷贝到在其中:

复制代码代码以下:
<?php
require_once(dirname(__FILE__)."/include/common.inc.php");
require_onceDEDEINC."/arc.partview.class.php";
$pv=newPartView();
$pv->SetTemplet($cfg_basedir.$cfg_templets_dir."/default/rss.htm");
header("Content-type:application/xml");
$pv->Display();
?>

储存该文件到网站根目录下。

  随后,再制做一个rss.htm模版輸出文档,把下边的代码拷贝到在其中:

复制代码代码以下:
<?xmlversion="1.0"encoding="gb2312"?>
<rssversion="2.0">
<channel>
<title>{dede:global.cfg_webname/}</title>
<link>{dede:global.cfg_basehost/}</link>
<description>{dede:global.cfg_description/}</description>
copyrightdedecms
<language>zh-cn</language>
<generator>{dede:global.cfg_webname/}</generator>
<webmaster>{dede:global.cfg_adminemail/}</webmaster>
{dede:arclistrow='60'col='1'titlelen='100'orderby='pubdate'}
<item>
<link>https://www.jb51.net[field:arcurl/]</link>
<title><![CDATA[[field:titlefunction='html2text(@me)'/]]]></title>
<author>[field:writer/]</author>
<category>[field:typename/]</category>
<pubDate>[field:pubdatefunction='strftime("%a,%d%b%Y%H:%M:%S0800",@me)'/]</pubDate>
<guid>https://www.jb51.net[field:arcurl/]</guid>
<description><![CDATA[[field:descriptionfunction='html2text(@me)'/]...
文章分类:[field:typename/]
<ahref="https://www.jb51.net[field:arcurl/]"target="_blank">阅读全文</a>|<ahref="https://www.jb51.net/plus/recommend.php?aid=[field:id/]"target="_blank">电子邮件强烈推荐</a>|<ahref="https://www.jb51.net[field:arcurl/]"target="_blank">评价回应</a>]]></description>
织梦cms好,好织梦cms
</item>
{/dede:arclist}
</channel>
</rss>

假如你自己的网站应用时,请把网站地址更换给你的网站地址就可以。储存该文件与index.htm主页模板同样的文件目录下,登录后台管理系统,清除一下缓存文件,升级下html就拥有
---------------------------------------------
之上是动态性键入,要想变成静态数据輸出得话也要按下边说的做
--------------------------------------
第一步:开启频道栏目实体模型下的宣传单页文件管理

点一下提升一个网页页面

依照图中去建个那样的单页面文件就可以了,可是姓名不能用“整站RSS静輸出”最好是应用英文名,自己能够随意起的,点一下储存其他的不必管它

最终升级一下缓存文件,最好是在整站升级一下就可以了
rss的定阅我是把dede中的源文件rssmap.html再次干了一下,随后遮盖初始的文档初始的文档在data文件夹名称中
下边出示一些受欢迎的rss定阅代码供大伙儿参照应用
<divclass="indexContent">
<div><ahref="http://www.google.com/reader/view/feed/http://www.shsui.cn/rss.xml"target="_blank"rel="nofollow"><imgsrc="images/rss/o_sub_google.gif"style="border:1080x;"alt="根据Google定阅本网站"/></a></div>
<div><ahref="http://www.zhuaxia.com/add_channel.php?url=www.shsui.cn/rss.xml"target="_blank"rel="nofollow"><imgsrc="images/o_sub_zhuaxia.gif"style="border:1080x;"alt="根据抓虾定阅本网站"/></a></div>
织梦cms內容智能管理系统

<div><ahref="http://www.xianguo.com/subscribe.php?url=www.shsui.cn/rss.xml"target="_blank"rel="nofollow"><imgsrc="images/rss/o_sub_xianguo.gif"style="border:1080x;"alt="根据水果定阅本网站"/></a></div>
<div><ahref="http://www.shsui.cn/rss.xml"target="_blank"rel="nofollow"><imgsrc="images/rss/o_sub_hexun.gif"style="border:1080x;"alt="根据东方财博揽定阅本网站"/></a></div>
<div><ahref="http://add.my.yahoo.com/rss?url=www.shsui.cn/rss.xml"target="_blank"rel="nofollow"><imgsrc="images/rss/o_sub_myyahoo.gif"style="border:1080x;"alt="根据yahoo定阅本网站"/></a></div>
文中来源于织梦cms
<div><ahref="http://reader.yodao.com/#url=http://www.shsui.cn/rss.xml"target="_blank"rel="nofollow"><imgsrc="images/rss/o_yodaoresbutton.gif"style="border:1080x;"alt="根据有道在线定阅本网站"/></a></div>
<div><ahref="http://www.bloglines.com/sub/http://www.shsui.cn/rss.xml"target="_blank"rel="nofollow"><imgsrc="images/rss/o_sub_bloglines.gif"style="border:1080x;"alt="根据BlogLines定阅本网站"/></a></div></div>
文中源于“玩linux…做运维管理…没事儿..”blog,请尽量保存此出處

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zz/773633.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-03
下一篇 2022-05-03

发表评论

登录后才能评论

评论列表(0条)

保存