网站首页 网站源码 正文
最近很多朋友都说曹操博客的网站总是打开异常,这是因为我们最近在修改网站https协议导致的。
恰巧朋友给我推荐了一款英文的rss程序。可以通过rss订阅的方式来访问我们的网站,今天曹操给大家介绍一下这款程序。
程序首页截图
RSS更新截图
后台面板截图
后来的登录路径在前台可见,在我们网站的右上角有一个设置的小图标,点击即可进入我们的网站。
安装步骤
将程序上传到我们网站的根目录,访问我们的网站即可安装。
下图为曹操录制的程序安装步骤动态图,我们可以在GoogleChrome的浏览器里面去安装,将网页翻译成中文,这样更好的操作。
程序架构
<Lilina-Lilina-b0bf97e> ├.gitignore ├admin.php ├CREDITS ├favicon.ico ├index.php ├install.css ├install.php ├license.txt ├lilina-favicon.php ├readme.html ├<admin> │ ├admin.js │ ├admin.php │ ├admin-ajax.php │ ├feed-import.php │ ├feeds.php │ ├importer.js │ ├index.php │ ├login.php │ ├logo-small.png │ ├plugins.php │ ├plugins-add.php │ ├settings.php │ ├subscribe.php │ ├<includes> │ │ ├common.php │ │ ├feeds.php │ │ ├settings.php │ │ ├<import> │ │ │ ├import-greader.php │ │ │ ├import-gregarius.php │ │ │ └import-other.php │ ├<resources> │ │ ├core.css │ │ ├feed.png │ │ ├full.css │ │ ├greader.png │ │ ├header.png │ │ ├iu.css │ │ ├iu.js │ │ ├jquery-ui.css │ │ ├loading.gif │ │ ├loading-small.gif │ │ ├mini.css │ │ └reset.css ├<content> │ ├<locales> │ │ └.gitignore │ ├<plugins> │ │ ├instapaper.php │ │ └pressit.php │ ├<system> │ │ ├<cache> │ │ │ ├.gitignore │ │ │ └.htaccess │ │ ├<config> │ │ │ ├.gitignore │ │ │ └.htaccess │ │ ├<data> │ │ │ ├.gitignore │ │ │ └.htaccess │ │ ├<temp> │ │ │ └.gitignore │ ├<templates> │ │ ├<default> │ │ │ ├admin-background.png │ │ │ ├application_double.png │ │ │ ├arrow_in.png │ │ │ ├arrow_out.png │ │ │ ├dropdown.png │ │ │ ├dropdown-hover.png │ │ │ ├effects.js │ │ │ ├feed.png │ │ │ ├index.php │ │ │ ├init.php │ │ │ ├loading.gif │ │ │ ├magpie.png │ │ │ ├oss.png │ │ │ ├php.png │ │ │ └style.css │ │ ├<razor> │ │ │ ├core.js │ │ │ ├date.extensions.js │ │ │ ├feed.png │ │ │ ├index.php │ │ │ ├init.php │ │ │ ├loading.gif │ │ │ ├style.css │ │ │ ├to_relative_time.jquery.js │ │ │ ├<resources> │ │ │ │ ├_CPMenuBarWindowBackground.png │ │ │ │ ├_CPToolbarViewBackground.png │ │ │ │ ├icons.js │ │ │ │ ├LICENSE │ │ │ │ ├loading.gif │ │ │ │ ├loading-blue.gif │ │ │ │ ├raphael-min.js │ │ │ │ ├sidebar-selected.png │ │ │ │ ├<fancybox> │ │ │ │ │ ├blank.gif │ │ │ │ │ ├fancy_close.png │ │ │ │ │ ├fancy_loading.png │ │ │ │ │ ├fancy_nav_left.png │ │ │ │ │ ├fancy_nav_right.png │ │ │ │ │ ├fancy_shadow_e.png │ │ │ │ │ ├fancy_shadow_n.png │ │ │ │ │ ├fancy_shadow_ne.png │ │ │ │ │ ├fancy_shadow_nw.png │ │ │ │ │ ├fancy_shadow_s.png │ │ │ │ │ ├fancy_shadow_se.png │ │ │ │ │ ├fancy_shadow_sw.png │ │ │ │ │ ├fancy_shadow_w.png │ │ │ │ │ ├fancy_title_left.png │ │ │ │ │ ├fancy_title_main.png │ │ │ │ │ ├fancy_title_over.png │ │ │ │ │ ├fancy_title_right.png │ │ │ │ │ ├fancybox.css │ │ │ │ │ ├fancybox.js │ │ │ │ │ ├fancybox.png │ │ │ │ │ ├fancybox-x.png │ │ │ │ │ ├fancybox-y.png │ │ │ │ │ ├jquery.easing-1.3.pack.js │ │ │ │ │ ├jquery.fancybox-1.3.4.js │ │ │ │ │ └jquery.mousewheel-3.0.4.pack.js ├<inc> │ ├<contrib> │ │ ├googlereaderapi.php │ │ ├HTMLPurifier.standalone.php │ │ ├parseopml.php │ │ ├simplepie.class.php │ │ ├<pclzip> │ │ │ ├gnu-lgpl.txt │ │ │ ├pclzip.lib.php │ │ │ └readme.txt │ │ ├<pomo> │ │ │ ├entry.php │ │ │ ├mo.php │ │ │ ├po.php │ │ │ ├streams.php │ │ │ └translations.php │ │ ├<standalone> │ │ │ ├<HTMLPurifier> │ │ │ │ ├Printer.php │ │ │ │ ├<ConfigSchema> │ │ │ │ │ ├Exception.php │ │ │ │ │ ├Interchange.php │ │ │ │ │ ├InterchangeBuilder.php │ │ │ │ │ ├schema.ser │ │ │ │ │ ├Validator.php │ │ │ │ │ ├ValidatorAtom.php │ │ │ │ │ ├<Builder> │ │ │ │ │ │ ├ConfigSchema.php │ │ │ │ │ │ └Xml.php │ │ │ │ │ ├<Interchange> │ │ │ │ │ │ ├Directive.php │ │ │ │ │ │ └Id.php │ │ │ │ │ ├<schema> │ │ │ │ │ │ ├Attr.AllowedClasses.txt │ │ │ │ │ │ ├Attr.AllowedFrameTargets.txt │ │ │ │ │ │ ├Attr.AllowedRel.txt │ │ │ │ │ │ ├Attr.AllowedRev.txt │ │ │ │ │ │ ├Attr.ClassUseCDATA.txt │ │ │ │ │ │ ├Attr.DefaultImageAlt.txt │ │ │ │ │ │ ├Attr.DefaultInvalidImage.txt │ │ │ │ │ │ ├Attr.DefaultInvalidImageAlt.txt │ │ │ │ │ │ ├Attr.DefaultTextDir.txt │ │ │ │ │ │ ├Attr.EnableID.txt │ │ │ │ │ │ ├Attr.ForbiddenClasses.txt │ │ │ │ │ │ ├Attr.IDBlacklist.txt │ │ │ │ │ │ ├Attr.IDBlacklistRegexp.txt │ │ │ │ │ │ ├Attr.IDPrefix.txt │ │ │ │ │ │ ├Attr.IDPrefixLocal.txt │ │ │ │ │ │ ├AutoFormat.AutoParagraph.txt │ │ │ │ │ │ ├AutoFormat.Custom.txt │ │ │ │ │ │ ├AutoFormat.DisplayLinkURI.txt │ │ │ │ │ │ ├AutoFormat.Linkify.txt │ │ │ │ │ │ ├AutoFormat.PurifierLinkify.DocURL.txt │ │ │ │ │ │ ├AutoFormat.PurifierLinkify.txt │ │ │ │ │ │ ├AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt │ │ │ │ │ │ ├AutoFormat.RemoveEmpty.RemoveNbsp.txt │ │ │ │ │ │ ├AutoFormat.RemoveEmpty.txt │ │ │ │ │ │ ├AutoFormat.RemoveSpansWithoutAttributes.txt │ │ │ │ │ │ ├Cache.DefinitionImpl.txt │ │ │ │ │ │ ├Cache.SerializerPath.txt │ │ │ │ │ │ ├Cache.SerializerPermissions.txt │ │ │ │ │ │ ├Core.AggressivelyFixLt.txt │ │ │ │ │ │ ├Core.CollectErrors.txt │ │ │ │ │ │ ├Core.ColorKeywords.txt │ │ │ │ │ │ ├Core.ConvertDocumentToFragment.txt │ │ │ │ │ │ ├Core.DirectLexLineNumberSyncInterval.txt │ │ │ │ │ │ ├Core.Encoding.txt │ │ │ │ │ │ ├Core.EscapeInvalidChildren.txt │ │ │ │ │ │ ├Core.EscapeInvalidTags.txt │ │ │ │ │ │ ├Core.EscapeNonASCIICharacters.txt │ │ │ │ │ │ ├Core.HiddenElements.txt │ │ │ │ │ │ ├Core.Language.txt │ │ │ │ │ │ ├Core.LexerImpl.txt │ │ │ │ │ │ ├Core.MaintainLineNumbers.txt │ │ │ │ │ │ ├Core.NormalizeNewlines.txt │ │ │ │ │ │ ├Core.RemoveInvalidImg.txt │ │ │ │ │ │ ├Core.RemoveProcessingInstructions.txt │ │ │ │ │ │ ├Core.RemoveScriptContents.txt │ │ │ │ │ │ ├CSS.AllowedFonts.txt │ │ │ │ │ │ ├CSS.AllowedProperties.txt │ │ │ │ │ │ ├CSS.AllowImportant.txt │ │ │ │ │ │ ├CSS.AllowTricky.txt │ │ │ │ │ │ ├CSS.DefinitionRev.txt │ │ │ │ │ │ ├CSS.ForbiddenProperties.txt │ │ │ │ │ │ ├CSS.MaxImgLength.txt │ │ │ │ │ │ ├CSS.Proprietary.txt │ │ │ │ │ │ ├CSS.Trusted.txt │ │ │ │ │ │ ├Filter.Custom.txt │ │ │ │ │ │ ├Filter.ExtractStyleBlocks.Escaping.txt │ │ │ │ │ │ ├Filter.ExtractStyleBlocks.Scope.txt │ │ │ │ │ │ ├Filter.ExtractStyleBlocks.TidyImpl.txt │ │ │ │ │ │ ├Filter.ExtractStyleBlocks.txt │ │ │ │ │ │ ├Filter.YouTube.txt │ │ │ │ │ │ ├HTML.Allowed.txt │ │ │ │ │ │ ├HTML.AllowedAttributes.txt │ │ │ │ │ │ ├HTML.AllowedElements.txt │ │ │ │ │ │ ├HTML.AllowedModules.txt │ │ │ │ │ │ ├HTML.Attr.Name.UseCDATA.txt │ │ │ │ │ │ ├HTML.BlockWrapper.txt │ │ │ │ │ │ ├HTML.CoreModules.txt │ │ │ │ │ │ ├HTML.CustomDoctype.txt │ │ │ │ │ │ ├HTML.DefinitionID.txt │ │ │ │ │ │ ├HTML.DefinitionRev.txt │ │ │ │ │ │ ├HTML.Doctype.txt │ │ │ │ │ │ ├HTML.FlashAllowFullScreen.txt │ │ │ │ │ │ ├HTML.ForbiddenAttributes.txt │ │ │ │ │ │ ├HTML.ForbiddenElements.txt │ │ │ │ │ │ ├HTML.MaxImgLength.txt │ │ │ │ │ │ ├HTML.Nofollow.txt │ │ │ │ │ │ ├HTML.Parent.txt │ │ │ │ │ │ ├HTML.Proprietary.txt │ │ │ │ │ │ ├HTML.SafeEmbed.txt │ │ │ │ │ │ ├HTML.SafeObject.txt │ │ │ │ │ │ ├HTML.Strict.txt │ │ │ │ │ │ ├HTML.TidyAdd.txt │ │ │ │ │ │ ├HTML.TidyLevel.txt │ │ │ │ │ │ ├HTML.TidyRemove.txt │ │ │ │ │ │ ├HTML.Trusted.txt │ │ │ │ │ │ ├HTML.XHTML.txt │ │ │ │ │ │ ├info.ini │ │ │ │ │ │ ├Output.CommentScriptContents.txt │ │ │ │ │ │ ├Output.FixInnerHTML.txt │ │ │ │ │ │ ├Output.FlashCompat.txt │ │ │ │ │ │ ├Output.Newline.txt │ │ │ │ │ │ ├Output.SortAttr.txt │ │ │ │ │ │ ├Output.TidyFormat.txt │ │ │ │ │ │ ├Test.ForceNoIconv.txt │ │ │ │ │ │ ├URI.AllowedSchemes.txt │ │ │ │ │ │ ├URI.Base.txt │ │ │ │ │ │ ├URI.DefaultScheme.txt │ │ │ │ │ │ ├URI.DefinitionID.txt │ │ │ │ │ │ ├URI.DefinitionRev.txt │ │ │ │ │ │ ├URI.Disable.txt │ │ │ │ │ │ ├URI.DisableExternal.txt │ │ │ │ │ │ ├URI.DisableExternalResources.txt │ │ │ │ │ │ ├URI.DisableResources.txt │ │ │ │ │ │ ├URI.Host.txt │ │ │ │ │ │ ├URI.HostBlacklist.txt │ │ │ │ │ │ ├URI.MakeAbsolute.txt │ │ │ │ │ │ ├URI.Munge.txt │ │ │ │ │ │ ├URI.MungeResources.txt │ │ │ │ │ │ ├URI.MungeSecretKey.txt │ │ │ │ │ │ └URI.OverrideAllowedSchemes.txt │ │ │ │ ├<EntityLookup> │ │ │ │ │ └entities.ser │ │ │ │ ├<Filter> │ │ │ │ │ ├ExtractStyleBlocks.php │ │ │ │ │ └YouTube.php │ │ │ │ ├<Language> │ │ │ │ │ ├<classes> │ │ │ │ │ │ └en-x-test.php │ │ │ │ │ ├<messages> │ │ │ │ │ │ ├en.php │ │ │ │ │ │ ├en-x-test.php │ │ │ │ │ │ └en-x-testmini.php │ │ │ │ ├<Lexer> │ │ │ │ │ ├PEARSax3.php │ │ │ │ │ └PH5P.php │ │ │ │ ├<Printer> │ │ │ │ │ ├ConfigForm.css │ │ │ │ │ ├ConfigForm.js │ │ │ │ │ ├ConfigForm.php │ │ │ │ │ ├CSSDefinition.php │ │ │ │ │ └HTMLDefinition.php │ ├<core> │ │ ├AjaxHandler.php │ │ ├auth-functions.php │ │ ├conf.php │ │ ├Controller.php │ │ ├DataHandler.php │ │ ├default-actions.php │ │ ├Error.php │ │ ├Errors.php │ │ ├feed-functions.php │ │ ├Feeds.php │ │ ├file-functions.php │ │ ├HTTPRequest.php │ │ ├install-functions.php │ │ ├Items.php │ │ ├ItemUpdater.php │ │ ├Lilina.php │ │ ├Localise.php │ │ ├Message.php │ │ ├MessageHandler.php │ │ ├method-api.php │ │ ├method-feed.php │ │ ├method-opml.php │ │ ├method-update.php │ │ ├misc-functions.php │ │ ├Options.php │ │ ├PasswordHash.php │ │ ├plugin-functions.php │ │ ├Services.php │ │ ├skin.php │ │ ├Templates.php │ │ ├update-functions.php │ │ ├User.php │ │ ├version.php │ │ ├<Lilina> │ │ │ ├HTTP.php │ │ │ ├Plugins.php │ │ │ ├Service.php │ │ │ ├Updater.php │ │ │ ├<HTTP> │ │ │ │ ├Exception.php │ │ │ │ ├Response.php │ │ │ │ ├Transport.php │ │ │ │ ├<Transport> │ │ │ │ │ ├cURL.php │ │ │ │ │ └fsockopen.php │ │ │ ├<Service> │ │ │ │ └Local.php │ │ │ ├<SimplePie> │ │ │ │ ├File.php │ │ │ │ └Locator.php │ │ │ ├<Updater> │ │ │ │ ├Exception.php │ │ │ │ ├PluginInfo.php │ │ │ │ ├Plugins.php │ │ │ │ ├Repository.php │ │ │ │ ├<Repository> │ │ │ │ │ └GLO.php │ ├<js> │ │ ├api.js │ │ ├jquery.js │ │ ├jquery.scrollTo.js │ │ ├jquery.ui.js │ │ └json2.js
RSS订阅程序的不足
本程序由网友提供了下载地址,下面是网友发给曹操调试本程序发现的一些不足。
本程序目前没有汉化版本,如英语不好的朋友想使用,需要在全部浏览器中右击,使用网页翻译成中文功能来操作。
在实际使用中发现,效果并没有那么的理想,终于明白了这类rss订阅程序没有多人开发的原因。
原因一:大部分网站都没有明确的rss订阅链接甚至没有rss功能。
原因二: 本rss订阅程序,经过调试发现只能显示网站更新的前10条信息,无法加载更多。
原因三:本程序功能过少,相较而言不如写个采集插件规则来得快了。
请经过测试发现,在后台删除某个rss订阅员之后,前台并不能实时同步删除采集订阅到本地的源站点文章内容。实际上用户需要访问content/ststem/data/items.data文件来手动删除所有产生的缓存。
下载地址
下载仅供技术交流、学习探讨,请勿用于非法用途!请在下载后24小时内删除!
目录导航
程序首页截图
RSS更新截图
后台面板截图
安装步骤
程序架构
RSS订阅程序的不足
下载地址
- 上一篇: 本地域名解析到指定IP教程
- 下一篇: 文件目录树状生成工具(DirTree)绿色版
必看说明
- 本站中所有被研究的素材与信息全部来源于互联网,版权争议与本站无关。
- 本站文章或仅为文本内容原创,非程序原创。如有侵权、不妥之处,请联系站长第一时间删除。敬请谅解!
- 本站所有内容严格遵守国家法律的条例,所有研究的算法技术均来源于搜索引擎公开默认允许用户研究使用的接口。
- 本站分享的任何工具、程序仅供学习参考编写架构,仅可在本地的虚拟机内断网测试,严禁联网运行或上传搭建!
- 任何资源必须在下载后24个小时内,从电脑中彻底删除。不得传播或者用于其他任何用途!否则一切后果用户自负!
- 转载请注明 : 文章转载自 曹操博客 RSS订阅程序源码
- 本文标题:《RSS订阅程序源码》
- 本文链接:https://www.ccooc.cn/1273.html
猜你喜欢
- 2022-04-05 批量获取指定链接标题工具
- 2021-11-05 一款纯静态HTML网址导航程序:口袋导航
- 2021-11-03 军刀seo分享网站优化之如何快速恢复排名的技巧
- 2021-04-29 服务器测速工具:Speedtest
- 2021-03-11 百度sitemap地图批量提交工具(20210311)
- 2021-03-03 百度诊站已上线,网站健康诊断专业工具
- 2021-03-03 小米浏览器禁止网址访问的处理方法
- 2020-11-28 关于网站垃圾反链的危害
- 2020-10-22 WordPress自动采集新闻门户整站源码
- 2020-10-22 WordPress知更鸟图片采集站源码
本文暂时没有评论,来添加一个吧(●'◡'●)
你 发表评论:
欢迎- 1310℃遵纪守法:一起举报违法网址
- 14544℃福利!新手专用站群程序软件打包
- 10905℃亲测小说站:半个月权重八
- 5878℃通过cookie获取token并推送工具
- 3578℃百度多线程批量ping推送链接工具
- 2996℃百度域名批量添加工具及教程
- 3860℃搜狗搜索下拉词相关词采集工具
- 3459℃搜狗相关搜索词获取工具
- 13427℃超度小说站泛目录程序
- 7834℃超度小说站泛目录程序站群版
- 7425℃黑侠万词万能模板站群全套
- 6246℃单页企业泛站搜狗站群程序
- 5878℃通过cookie获取token并推送工具
- 5641℃黑侠站群程序去授权万能模板系统V7.0
- 4601℃按键精灵不能免费制作小精灵脚本了
- 4165℃分城市搜狗泛站群/自带蜘蛛统计和强引
- 04-28360域名收录批量查询工具
- 04-27盘点2022年春季没用的快排软件
- 04-21百度正打击构造虚假标题等违规站点
- 04-19东子图书简介泛目录程序
- 04-19超度小说站泛目录二开版
- 04-19超度小说站泛目录程序
- 04-19站点所有内容自查,所有资源暂停分享通知
- 04-18判断搜索引擎来路则跳转到JS代码
- 近期评论
- 文章归档
-
- 2022年4月 (56)
- 2022年3月 (68)
- 2022年2月 (3)
- 2022年1月 (4)
- 2021年12月 (27)
- 2021年11月 (20)
- 2021年10月 (4)
- 2021年9月 (23)
- 2021年8月 (71)
- 2021年7月 (4)
- 2021年6月 (18)
- 2021年5月 (28)
- 2021年4月 (1)
- 2021年3月 (39)
- 2021年1月 (8)
- 2020年12月 (34)
- 2020年11月 (16)
- 2020年10月 (51)
- 2020年9月 (114)
- 2020年8月 (63)
- 2020年7月 (30)
- 2020年6月 (50)
- 2020年5月 (127)
- 2020年4月 (83)
- 2020年3月 (92)
- 2020年2月 (82)
- 2020年1月 (18)
- 2019年12月 (82)
- 2019年11月 (16)
- 2019年10月 (36)
- 2019年9月 (3)
- 2018年3月 (20)
- 2018年2月 (1)
- 2018年1月 (3)
- 2017年12月 (5)
- 2017年11月 (206)
- 2017年10月 (166)
- 标签列表
- 站点信息
-
- 文章总数:1674
- 页面总数:7
- 分类总数:46
- 标签总数:363
- 评论总数:4040
- 浏览总数:3919891
发表评论 后可见