V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
爱意满满的作品展示区。
MangozZ
V2EX  ›  分享创造

follow 认证订阅源,即可获得 100power,轻松兑换邀请码

  •  
  •   MangozZ · 4 小时 47 分钟前 · 439 次点击

    follow 成就里面有个 认证订阅源,完成可领取 100power 。 每 100power 可以兑换 1 个邀请码

    步骤: 1 、搭建个 webserver ,responseHeader 需要指定 Content-Type:application/rss+xml; charset=UTF-8 ; responseBody 见下文 RSS 示例(取自 wordpress 的 feed )

    2 、将可访问的 rss 地址添加到订阅源

    3 、右键订阅源 选择认证 ,有三种方式。 选第一个“发布内容”

    4 、copy 认证内容, 追加到 content 里, 比如插入到 “是您的/第一篇文” 此处。保存。

    5 、提交认证。 成功即去成就页面领取 100power 。

    ps:步骤 1 是简化版,搭建到方式有很多,我自己是用的 cfworker 。 小白可以按照正常 php+wordpress 搭建个完整博客网站用于认证。

    <?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
    	xmlns:content="http://purl.org/rss/1.0/modules/content/"
    	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    	xmlns:dc="http://purl.org/dc/elements/1.1/"
    	xmlns:atom="http://www.w3.org/2005/Atom"
    	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    	>
    
    <channel>
    	<title>Wordpress</title>
    	<atom:link href="https://www.com/feed/" rel="self" type="application/rss+xml" />
    	<link>https://www.com</link>
    	<description>又一个 WordPress 站点</description>
    	<lastBuildDate>Sun, 29 May 2022 07:50:16 +0000</lastBuildDate>
    	<language>zh-Hans</language>
    	<sy:updatePeriod>
    	hourly	</sy:updatePeriod>
    	<sy:updateFrequency>
    	1	</sy:updateFrequency>
    	<generator>https://wordpress.org/?v=6.6.2</generator>
    	<item>
    		<title>世界,您好!</title>
    		<link>https://www.com/2022/05/29/hello-world/</link>
    					<comments>https://www.com/2022/05/29/hello-world/#comments</comments>
    		
    		<dc:creator><![CDATA[admin]]></dc:creator>
    		<pubDate>Sun, 29 May 2022 07:50:16 +0000</pubDate>
    				<category><![CDATA[未分类]]></category>
    		<guid isPermaLink="false">http://www.com/?p=1</guid>
    
    					<description><![CDATA[欢迎使用 WordPress 。这是您的第一篇文章。编辑或删除它,然后开始写作吧!]]></description>
    										<content:encoded><![CDATA[
    <p>欢迎使用 WordPress 。这是您的第一篇文章。编辑或删除它,然后开始写作吧!</p>
    ]]></content:encoded>
    					
    					<wfw:commentRss>https://www.com/2022/05/29/hello-world/feed/</wfw:commentRss>
    			<slash:comments>1</slash:comments>
    		
    		
    			</item>
    	</channel>
    </rss>
    
    5 条回复    2024-10-12 19:39:34 +08:00
    windshadow
        1
    windshadow  
       4 小时 42 分钟前
    有邀请码么? 10 元收一个体验一下,谢谢
    shizhibuyu2023
        2
    shizhibuyu2023  
       4 小时 32 分钟前
    我点完 mint 没反应,多点了几次成功了,但是 power 没到账
    hoey
        3
    hoey  
       4 小时 12 分钟前
    没看懂
    root000
        4
    root000  
       4 小时 8 分钟前
    感谢,cfworker 整了一个认证了
    Kazetachinu
        5
    Kazetachinu  
       1 小时 38 分钟前
    不说其他的了,先求个邀请码,感谢大佬🥰
    ZHJlYW14dXNAZ21haWwuY29t
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2535 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 22ms · UTC 13:18 · PVG 21:18 · LAX 06:18 · JFK 09:18
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.