利用“rss/atom/xml”实现站点间同步的一个方案

在“google”中以“"rss""站点""同步"”为关键字得到的头条信息就是它。我要认真学习一下它的实现原理和方式,看能不能用于我的目标。网址:http://rss.uooule.com/

下面是它页面上的摘要:

交换blog 内容的最好工具 http://rss.uooule.com 可以相互同步blog

http://rss.uooule.com

Home rss是什么 我要订阅我喜欢的rss 我要注册我自己blog 创建我自己的js代码 演示 rss 联播 ABOUT

把你的网站blog通过rss/atom/xml同步更新到其他网站 或者 把其他的网站同步到你的blog

把你的网站通过rss/atom/xml同步到其他网站! 或者 把其他的网站同步到你的blog

利用下面的工具将帮助你通过rss将你的内容同步发布到其他网站,你只需输入你的rss源的url地址和相关的一些选项;

 

首先,点击预览查看你的内容是否已经输出,如果已经输出点击产生javascript 按钮得到一段javascript ,你还可以用stryle工具美化这些输出

 

URL输入你的rss源的url地址 什么是rss?

提示:你可以点击这里对你输入的url地址进行有效性分析

 

显示频道? (yes/no/title) 显示发布者的信息 (yes=显示标题和简介; title=只显示标题, no=不显示任何东西)

 yes  title  no

显示多少条内容?. 输入要显示的条数 (输入0显示所有的内容)

 

显示/隐藏简介? 显示多少条? (0=不显示; 1=显示完整的; n>1 = 如果输入的n大于1,显示n条前的信息; n=-1 不连接只是显示这些内容)

 

使用 HTML在详细的条目中? ("yes" =使用 HTML 来显示详细的条目, 跳过一些无效的字符; "no" 只输出用css格式化的文本; "paragraphs" = 不用HTML 但是用<br>代替回车 )

 yes  no  preserve paragraphs only

显示日期? (yes/no) 显示发布的日期?.

 yes  no

在新窗口中打开连接? (n="不, 在同一个窗口打开 ", y="是的,在新窗口中打开", "xxxx" = 在 'xxxx的窗口中打开', 'popup' = 使用JavaScript 函数 弹出一个新窗口 )

使用UTF-8编码

 使用UTF-8编码

 

同学结婚了

  我的初中同学,又是近20年来一直保持联系的好朋友,比我大一岁,明天终于要结婚了。他的妈妈,我的阿姨终于放心了。他的烈士父亲在九泉之下也含笑了。昨天和另一个初中同学去帮忙布置新房,我的手脚笨拙,帮不了什么忙,只是尽点心意而已了。明天一大早,我要赶到他家,听候调谴。衷心祝愿他们幸福美满。

  想起自己已经被婚姻的“枷锁”绑了七年了,而我的同学才结婚,真是感叹啊。

(转帖)设计已死? 预先设计 Vs. 持续设计

(转自:http://www.matrix.org.cn/resource/news/463_Up+Front+vs+Continuous.html)

设计已死? 预先设计 Vs. 持续设计

chris 发表于2006-01-18

作者:chris 来自:matrix

评论数:13 点击数:775

摘要:

在很多刚开始接触XP的人看来,XP仿佛给软件设计判了死刑!在XP中,软件设计不仅被讥笑为"Big Up Front Design"。甚至一些软件设计技术,比如UML(统一建模语言)、灵活框架技术、模板设计等似乎都不那么重要了。 文章工具

收藏

发表评论

复制链接

在很多刚开始接触XP的人看来,XP仿佛给软件设计判了死刑!

在XP中,软件设计不仅被讥笑为"Big Up Front Design"。甚至一些软件设计技术,比如UML(统一建模语言)、灵活框架技术、模板设计等似乎都不那么重要了。

up-front design,也就是预先设计,需要提前考虑软件的整体需求,甚至必须预测到开发过程中软件需求发生的变化,这往往是很困难的。因为处理变更需求的方式之一是做灵活的设计,以便当需求有所变动时,你就可以轻易的变更设计。然而,这需要你对将要发生的变动有深刻的洞察力。甚至很多人开始专注于研究需求工程过程(requirements engineering processes),希望得到更准确的需求以避免后面对设计的修改。但是即使朝这个方向去做一样无法解决问题。很多无法预知的需求变更起因于业务的变化。这是不能避免的。

而持续设计则完全相反。

通过不断迭代,持续设计可以在迭代过程中不断演进,从而适合新的需求。XP中有许多启动实践,其中最重要的是测试(Testing)和持续集成(Continuous Integration)。

然而,演进式设计可能因为特定的设计策略(ad hoc design decisions)和照成软件开发混乱而行不通,进入恶梦般的"code and fix"。所以,持续设计也被很多人讥笑,说这是"黑客式开发"。

关于,预先设计 和  持续设计,你有什么看法呢? 正在使用XP的人,发表下见解吧!

本页面地址:  

→用户评论列表

#7832 评论作者: littlebat 发表时间:2006-01-20 10:40

  不懂xp,也不懂设计,只知中国有“中庸”一词很有道理。我觉得我们征对任何一件事要寻求适合这件事的平衡点。

#7819 评论作者: softtiger 发表时间:2006-01-19 10:46

在我看来,当项目具有一定的复杂度时,结论就非常明显了。象一般的应用,由于采用了现成的框架,设计工作很小(业务上的调查还是不能避免的);对于嵌入式平台的开发,若没有一个相对较长的预研工作,二周左右的初始迭代只能是个笑话。总而言之,要视项目的具体情况,灵活采用相应的开发过程。

#7796 评论作者: cleverpig 发表时间:2006-01-19 09:02

to li_nummereins:

完全同意你的见解。

#7786 评论作者: matrix_victor 发表时间:2006-01-18 04:45

有一定道理,不过预先设计还是很重要的。不过个人觉得预先设计可以尽可能做好,在实际进行中不断改进,也算是持续设计了。在此期间文档就没必要那么详细八股了,以协作人员方便交流为原则,等系统测试完成后在形成最后的文档,这样比较好

#7785 评论作者: li_nummereins 发表时间:2006-01-18 03:18

对待“过渡设计”,我们必须在初始设计阶段就做好沟通,做到需求驱动设计。这点是最最重要的。可往往很多项目都力争马上编码,这样做非常错误。我反对在具体技术实现上耍“学术”。只要是能够使用户满意,开发顺利的技术就是好技术。我们的目的是解决问题,而不是制造问题。

#7784 评论作者: topreap 发表时间:2006-01-18 02:41

可以讨论一下“过度设计”的问题,预先设计如果是过度设计往往导致项目延期。。。。但如何避免过度设计关系到管理上的问题,特别是项目经理的管理能力、经验。。。。。

#7782 评论作者: goodsuperstar 发表时间:2006-01-18 02:05

预先设计总是有必要的

首先对整体有个大致的了解,明确方向,起着纲举目张的作用

但是现在很多预先设计已经走向极端,将一些后期考虑的细节问题过多的放到预先设计中,造成整个项目工期延误。

#7781 评论作者: usherlight 发表时间:2006-01-18 12:55

我还是认为预先是重要而且必要的.

否则后期的改动难以进行.

#7780 评论作者: ginger547 发表时间:2006-01-18 12:32

我非常的同意 持续设计的做法!我也很欣赏 write test first ,write code second ,then refactor!

#7779 评论作者: tcmak 发表时间:2006-01-18 11:33

其實 XP 或者 Agile 等方法, 其重點在於減少 "浪費", 此話其實也很 "禪", 像大道理多於執行手則, XP, 及其他敏捷開發界的人士都常說不要把這些東西當成為必然, Design 是要做的, XP 或者其他敏捷開發方法也沒說不要做任何設計工作, 但是, 我們最不想看到的就是花太多時間去做什麼 UML, Data-flow diagram... 或者其他 "浪費" 的事情.

什麼是 "浪費" 呢? 就是對客人沒用的東西, code 對客人有用, 因為有了 code 系統才會行, 但是一個 data-flow diagram 對客人又有多少價值呢? 敏捷開發中沒有反對做什麼 diagram, 只要有用就可以了. 而且重點是, 就算要做什麼 diagram 都好, 都不用把他們做的像什麼嚴謹的文件, 在白板上手畫的已經很 "足夠" 呢

如果管理層或者客戶真的要什麼嚴謹的文件, 就盡量用 program generate 出來呢.

再者, 敏捷開發也講求 Refactoring, 不是要做少一點 design, 但 Refactoring 也是面對避免不了的改變其一個 "適應" 方法, 使到 code 可以更易維持, 系統亦更易理解

XP界其中Ron Jefferies 其中一文講及 Design:

http://www.xprogramming.com/xpmag/whatisxp.htm#design

Design 在 XP 中也有重要地位, 而且是以不段改善和進化的形式去體現, 如果就設計己死, 那我認為是 "Big Up Front Design is Dead".

XP 或者所有敏捷開發都很講求 "紀律", Coding Standard 是其中一重 "紀律" 的體現, 他們也對 testing 有很高的要求的呢 (上文也有提到測試的要求), 而絕不是黑客式開發. 短的開發週期就是希望不要讓隊伍陷入 "Analysis Paralysis"

最後... "Big Upfront design" 所帶出的主要問題是如何減少在開發過程中的 "浪費", 什麼才是 "足夠", 對客人有 "價值", 如何可以迅速地 "適應" 轉變, 只要掌握到, 那你自己也可以有一套自己敏捷的方法.

另外, 如果還是對 "Big Upfront Design" 念念不忘, 又或者 XP 那樣感覺還是不太舒服, 可以看看以下文章, 提及的 design 比 XP 多, 我想也比較易讓大家理解.

http://www.agilemodeling.com/essays/amdd.htm

(不好意思, 兩篇文章都未有中文版)

#7778 评论作者: icess 发表时间:2006-01-18 11:16

January 15, 2006

Continuous Design

Continuous design, also often called evolutionary design or emergent design, is an alternative to up-front design of software. Traditional up-front design (Big Up-front Design, as extreme programming labels it) involves anticipating the requirements of the software, and even more difficult, how the software's requirements will change over time. Then, based on these assumptions, a design or architecture is put in place that allows developers to efficiently implement the needed functionality in a way that leaves the software open to the anticipated later changes.

Continuous design takes a different approach.

By using an iterative, agile approach to software development, the design of an application's code can evolve over time instead of being specified up-front before development begins. In continuous design, one always designs just for the current iteration's required feature set. Code the new features, then refactor away any code smells. If a new feature cannot be implemented because of the existing design's limitations, then refactor the design into something that will accommodate the new feature. But, stop there! By avoiding the temptation to design for anticipated future change, one keeps unnecessary complexity out of the system. How often have you designed the use of a strategy pattern to accommodate an imaginary need to swap out implementations of a particular interface? But the multiple implementations never materialize.

来源:http://java.about.com/b/a/235746.htm

#7774 评论作者: jslzl 发表时间:2006-01-18 09:12

楼主的疑惑可以理解,计算机的技术和手段日新月异,面对这些技术,甚至名词,让

人有时不知如何下手。就开发流程来说,有传统的rup过程,xp等。但是bob (Expert One-on-One J2EE Development develop without Ejb 和Spring的作者)的一句话倒是让我深刻:寻证方法也就是说我们应该根据我的项目的经验去寻找更好,更快的解决方法,如何天天琢磨别人的思想,呵呵,很累的。所以我常说“去你的,大师”。其实那些所谓的大师在能够提出些思想方法,不过是在反复总结自己和别人罢了。

所以,楼主要是愿意比较xp和传统rup等,应该至少先使用一种开发过程,并深刻理解,然后才能对比吧。对我而言,开发过程两种方法同时都在使用,怎么快就怎么来吧!

一席废话,呵呵。欢迎拍我

#7773 评论作者: li_nummereins 发表时间:2006-01-18 09:11

预先设计及其重要。这就像打天下,开始必须要有明确的纲领,将主要矛盾突出。这个阶段不能关注细节,要站在战略的高度思考问题。设计以方向性的概要设计为主,以主要、现存的、明显的需求驱动设计。持续设计专著细节,但对待已经存在好的预先设计必须采取迭代式补充,并充分利用绩效,挣值等方法不断进行校验。要知道,欲望是无限的,资源是有限的。要干好一个项目,最主要的是知道那些必须作,哪些决不能做。

(转帖)rss2.0规范

(转自:http://blogs.law.harvard.edu/tech/rss)

RSS at Harvard Law

Syndication technology hosted by the Berkman Center

RSS 2.0 Specification

Contents

What is RSS?

Sample files

About this document

Required channel elements

Optional channel elements

Elements of <item>

Comments

Extending RSS

Roadmap

License and authorship

What is RSS?

 

 RSS Directory

 About this website

 Specifications

 Feeds

 Aggregators

 Validators

 Howtos/Articles

 Tools

 Utilities

 

 

 

RSS is a Web content syndication format.

Its name is an acronym for Really Simple Syndication.

RSS is a dialect of XML. All RSS files must conform to the XML 1.0 specification, as published on the World Wide Web Consortium (W3C) website.

A summary of RSS version history.

At the top level, a RSS document is a <rss> element, with a mandatory attribute called version, that specifies the version of RSS that the document conforms to. If it conforms to this specification, the version attribute must be 2.0.

Subordinate to the <rss> element is a single <channel> element, which contains information about the channel (metadata) and its contents.

Sample files

Here are sample files for: RSS 0.91, 0.92 and 2.0.

Note that the sample files may point to documents and services that no longer exist. The 0.91 sample was created when the 0.91 docs were written. Maintaining a trail of samples seems like a good idea.

About this document

This document represents the status of RSS as of the Fall of 2002, version 2.0.1.

It incorporates all changes and additions, starting with the basic spec for RSS 0.91 (June 2000) and includes new features introduced in RSS 0.92 (December 2000) and RSS 0.94 (August 2002).

Change notes are here.

First we document the required and optional sub-elements of <channel>; and then document the sub-elements of <item>. The final sections answer frequently asked questions, and provide a roadmap for future evolution, and guidelines for extending RSS.

Required channel elements

Here's a list of the required channel elements, each with a brief description, an example, and where available, a pointer to a more complete description.

Element Description Example

title The name of the channel. It's how people refer to your service. If you have an HTML website that contains the same information as your RSS file, the title of your channel should be the same as the title of your website.  GoUpstate.com News Headlines

link The URL to the HTML website corresponding to the channel. http://www.goupstate.com/

description        Phrase or sentence describing the channel. The latest news from GoUpstate.com, a Spartanburg Herald-Journal Web site.

Optional channel elements

Here's a list of optional channel elements.

Element Description Example

language The language the channel is written in. This allows aggregators to group all Italian language sites, for example, on a single page. A list of allowable values for this element, as provided by Netscape, is here. You may also use values defined by the W3C. en-us

copyright Copyright notice for content in the channel. Copyright 2002, Spartanburg Herald-Journal

managingEditor Email address for person responsible for editorial content. geo@herald.com (George Matesky)

webMaster Email address for person responsible for technical issues relating to channel. betty@herald.com (Betty Guernsey)

pubDate The publication date for the content in the channel. For example, the New York Times publishes on a daily basis, the publication date flips once every 24 hours. That's when the pubDate of the channel changes. All date-times in RSS conform to the Date and Time Specification of RFC 822, with the exception that the year may be expressed with two characters or four characters (four preferred). Sat, 07 Sep 2002 00:00:01 GMT

lastBuildDate The last time the content of the channel changed. Sat, 07 Sep 2002 09:42:31 GMT

category Specify one or more categories that the channel belongs to. Follows the same rules as the <item>-level category element. More info. <category>Newspapers</category>

generator A string indicating the program used to generate the channel. MightyInHouse Content System v2.3

docs A URL that points to the documentation for the format used in the RSS file. It's probably a pointer to this page. It's for people who might stumble across an RSS file on a Web server 25 years from now and wonder what it is. http://blogs.law.harvard.edu/tech/rss

cloud Allows processes to register with a cloud to be notified of updates to the channel, implementing a lightweight publish-subscribe protocol for RSS feeds. More info here. <cloud domain="rpc.sys.com" port="80" path="/RPC2" registerProcedure="pingMe" protocol="soap"/>

ttl ttl stands for time to live. It's a number of minutes that indicates how long a channel can be cached before refreshing from the source. More info here. <ttl>60</ttl>

image Specifies a GIF, JPEG or PNG image that can be displayed with the channel. More info here. 

rating The PICS rating for the channel. 

textInput Specifies a text input box that can be displayed with the channel. More info here. 

skipHours A hint for aggregators telling them which hours they can skip. More info here. 

skipDays A hint for aggregators telling them which days they can skip. More info here. 

<image> sub-element of <channel>

<image> is an optional sub-element of <channel>, which contains three required and three optional sub-elements.

<url> is the URL of a GIF, JPEG or PNG image that represents the channel.

<title> describes the image, it's used in the ALT attribute of the HTML <img> tag when the channel is rendered in HTML.

<link> is the URL of the site, when the channel is rendered, the image is a link to the site. (Note, in practice the image <title> and <link> should have the same value as the channel's <title> and <link>.

Optional elements include <width> and <height>, numbers, indicating the width and height of the image in pixels. <description> contains text that is included in the TITLE attribute of the link formed around the image in the HTML rendering.

Maximum value for width is 144, default value is 88.

Maximum value for height is 400, default value is 31.

<cloud> sub-element of <channel>

<cloud> is an optional sub-element of <channel>.

It specifies a web service that supports the rssCloud interface which can be implemented in HTTP-POST, XML-RPC or SOAP 1.1.

Its purpose is to allow processes to register with a cloud to be notified of updates to the channel, implementing a lightweight publish-subscribe protocol for RSS feeds.

<cloud domain="rpc.sys.com" port="80" path="/RPC2" registerProcedure="myCloud.rssPleaseNotify" protocol="xml-rpc" />

In this example, to request notification on the channel it appears in, you would send an XML-RPC message to rpc.sys.com on port 80, with a path of /RPC2. The procedure to call is myCloud.rssPleaseNotify.

A full explanation of this element and the rssCloud interface is here.

<ttl> sub-element of <channel>

<ttl> is an optional sub-element of <channel>.

ttl stands for time to live. It's a number of minutes that indicates how long a channel can be cached before refreshing from the source. This makes it possible for RSS sources to be managed by a file-sharing network such as Gnutella.

Example: <ttl>60</ttl>

<textInput> sub-element of <channel>

A channel may optionally contain a <textInput> sub-element, which contains four required sub-elements.

<title> -- The label of the Submit button in the text input area.

<description> -- Explains the text input area.

<name> -- The name of the text object in the text input area.

<link> -- The URL of the CGI script that processes text input requests.

The purpose of the <textInput> element is something of a mystery. You can use it to specify a search engine box. Or to allow a reader to provide feedback. Most aggregators ignore it.

--------------------------------------------------------------------------------

Elements of <item>

A channel may contain any number of <item>s. An item may represent a "story" -- much like a story in a newspaper or magazine; if so its description is a synopsis of the story, and the link points to the full story. An item may also be complete in itself, if so, the description contains the text (entity-encoded HTML is allowed; see examples), and the link and title may be omitted. All elements of an item are optional, however at least one of title or description must be present.

Element Description Example

title The title of the item. Venice Film Festival Tries to Quit Sinking

link The URL of the item. http://nytimes.com/2004/12/07FEST.html

description      The item synopsis. Some of the most heated chatter at the Venice Film Festival this week was about the way that the arrival of the stars at the Palazzo del Cinema was being staged.

author Email address of the author of the item. More. 

category Includes the item in one or more categories. More. 

comments URL of a page for comments relating to the item. More. 

enclosure Describes a media object that is attached to the item. More. 

guid A string that uniquely identifies the item. More. 

pubDate Indicates when the item was published. More. 

source The RSS channel that the item came from. More. 

<source> sub-element of <item>

<source> is an optional sub-element of <item>.

Its value is the name of the RSS channel that the item came from, derived from its <title>. It has one required attribute, url, which links to the XMLization of the source.

<source url="http://www.tomalak.org/links2.xml">Tomalak's Realm</source>

The purpose of this element is to propagate credit for links, to publicize the sources of news items. It can be used in the Post command of an aggregator. It should be generated automatically when forwarding an item from an aggregator to a weblog authoring tool.

<enclosure> sub-element of <item>

<enclosure> is an optional sub-element of <item>.

It has three required attributes. url says where the enclosure is located, length says how big it is in bytes, and type says what its type is, a standard MIME type.

The url must be an http url.

<enclosure url="http://www.scripting.com/mp3s/weatherReportSuite.mp3" length="12216320" type="audio/mpeg" />

A use-case narrative for this element is here.

<category> sub-element of <item>

<category> is an optional sub-element of <item>.

It has one optional attribute, domain, a string that identifies a categorization taxonomy.

The value of the element is a forward-slash-separated string that identifies a hierarchic location in the indicated taxonomy. Processors may establish conventions for the interpretation of categories. Two examples are provided below:

<category>Grateful Dead</category>

<category domain="http://www.fool.com/cusips">MSFT</category>

You may include as many category elements as you need to, for different domains, and to have an item cross-referenced in different parts of the same domain.

<pubDate> sub-element of <item>

<pubDate> is an optional sub-element of <item>.

Its value is a date, indicating when the item was published. If it's a date in the future, aggregators may choose to not display the item until that date.

<pubDate>Sun, 19 May 2002 15:21:36 GMT</pubDate>

<guid> sub-element of <item>

<guid> is an optional sub-element of <item>.

guid stands for globally unique identifier. It's a string that uniquely identifies the item. When present, an aggregator may choose to use this string to determine if an item is new.

<guid>http://some.server.com/weblogItem3207</guid>

There are no rules for the syntax of a guid. Aggregators must view them as a string. It's up to the source of the feed to establish the uniqueness of the string.

If the guid element has an attribute named "isPermaLink" with a value of true, the reader may assume that it is a permalink to the item, that is, a url that can be opened in a Web browser, that points to the full item described by the <item> element. An example:

<guid isPermaLink="true">http://inessential.com/2002/09/01.php#a2</guid>

isPermaLink is optional, its default value is true. If its value is false, the guid may not be assumed to be a url, or a url to anything in particular.

<comments> sub-element of <item>

<comments> is an optional sub-element of <item>.

If present, it is the url of the comments page for the item.

<comments>http://ekzemplo.com/entry/4403/comments</comments>

More about comments here.

<author> sub-element of <item>

<author> is an optional sub-element of <item>.

It's the email address of the author of the item. For newspapers and magazines syndicating via RSS, the author is the person who wrote the article that the <item> describes. For collaborative weblogs, the author of the item might be different from the managing editor or webmaster. For a weblog authored by a single individual it would make sense to omit the <author> element.

<author>lawyer@boyer.net (Lawyer Boyer)</author>

Comments

RSS places restrictions on the first non-whitespace characters of the data in <link> and <url> elements. The data in these elements must begin with an IANA-registered URI scheme, such as http://, https://, news://, mailto: and ftp://. Prior to RSS 2.0, the specification only allowed http:// and ftp://, however, in practice other URI schemes were in use by content developers and supported by aggregators. Aggregators may have limits on the URI schemes they support. Content developers should not assume that all aggregators support all schemes.

In RSS 0.91, various elements are restricted to 500 or 100 characters. There can be no more than 15 <items> in a 0.91 <channel>. There are no string-length or XML-level limits in RSS 0.92 and greater. Processors may impose their own limits, and generators may have preferences that say no more than a certain number of <item>s can appear in a channel, or that strings are limited in length.

In RSS 2.0, a provision is made for linking a channel to its identifier in a cataloging system, using the channel-level category feature, described above. For example, to link a channel to its Syndic8 identifier, include a category element as a sub-element of <channel>, with domain "Syndic8", and value the identifier for your channel in the Syndic8 database. The appropriate category element for Scripting News would be <category domain="Syndic8">1765</category>.

A frequently asked question about <guid>s is how do they compare to <link>s. Aren't they the same thing? Yes, in some content systems, and no in others. In some systems, <link> is a permalink to a weblog item. However, in other systems, each <item> is a synopsis of a longer article, <link> points to the article, and <guid> is the permalink to the weblog entry. In all cases, it's recommended that you provide the guid, and if possible make it a permalink. This enables aggregators to not repeat items, even if there have been editing changes.

If you have questions about the RSS 2.0 format, please post them on the RSS2-Support mail list, hosted by Sjoerd Visscher. This is not a debating list, but serves as a support resource for users, authors and developers who are creating and using content in RSS 2.0 format.

Extending RSS

RSS originated in 1999, and has strived to be a simple, easy to understand format, with relatively modest goals. After it became a popular format, developers wanted to extend it using modules defined in namespaces, as specified by the W3C.

RSS 2.0 adds that capability, following a simple rule. A RSS feed may contain elements not described on this page, only if those elements are defined in a namespace.

The elements defined in this document are not themselves members of a namespace, so that RSS 2.0 can remain compatible with previous versions in the following sense -- a version 0.91 or 0.92 file is also a valid 2.0 file. If the elements of RSS 2.0 were in a namespace, this constraint would break, a version 0.9x file would not be a valid 2.0 file.

Roadmap

RSS is by no means a perfect format, but it is very popular and widely supported. Having a settled spec is something RSS has needed for a long time. The purpose of this work is to help it become a unchanging thing, to foster growth in the market that is developing around it, and to clear the path for innovation in new syndication formats. Therefore, the RSS spec is, for all practical purposes, frozen at version 2.0.1. We anticipate possible 2.0.2 or 2.0.3 versions, etc. only for the purpose of clarifying the specification, not for adding new features to the format. Subsequent work should happen in modules, using namespaces, and in completely new syndication formats, with new names.

License and authorship

RSS 2.0 is offered by the Berkman Center for Internet & Society at Harvard Law School under the terms of the Attribution/Share Alike Creative Commons license. The author of this document is Dave Winer, founder of UserLand software, and fellow at Berkman Center.

 

Unless otherwise labeled by its originating author, the content found on this site is made available under the terms of an Attribution/Share Alike Creative Commons license, with the exception that no rights are granted -- since they are not ours to grant -- in any logo, graphic design, trademarks or trade names, including the Harvard name. Last update: Sunday, January 30, 2005 at 6:14:58 PM. Webmaster: Rogers Cadenhead.

关于cnzz的访问统计和我的网站访问日志统计的发现

  例如在我的网站log4j记录中,从昨天早上凌晨(02:23:12,484)到今天早上凌晨(02:14:13,140)共有491次guest帐号登录,但是在cnzz的访问统计中昨天大概只有20个独立ip和独立访客,每个访客大概访问4~5页,差距是25倍。

看来80%都是是搜索引擎的登录了。cnzz肯定了排除了搜索引擎的登录了的。还有,从我的log4j日志中看到连续每隔几秒就有一次guest登录,那估计就是搜索引擎了。但我搞不懂,为什么一个搜索引擎要连续的登录,它登录一次应该可以访问本站所有的东西的。难道搜索引擎不能保留session吗?

  另外,我在google adsense上申请的广告投放的一天24小时的展示次数大概是190次,也就是一天大概有190页被查看了吗?这跟cnzz的数据100次page view只差一倍。看来,google adsense是不会计算搜索引擎的访问的。

  太多的知识不知道了。只能记在这里了。

实现学习日记和我的blog的双向绑定

实现创意:根据用户提供的rss地址同步更新用户在其它网站的帖子(http://www.learndiary.com/disDiaryContentAction.do?searchDiaryID=1381&goalID=1381&naviStr=a10a2313)。

既然rss阅读器能够做到,为什么学习日记不能做到呢?

www.43things.com已经实现了它到几个blog的单向绑定,见下面的摘录(摘自:http://www.43things.com/about/view/faq):

...

Can I post to my blog from 43 Things?

You bet, but first you’ll have to configure an external blog (do that here). You’ll be guided through the set-up process and at the end you can try a test post to make sure everything works.

Once that’s done, you can have any entry on 43 Things show up on your blog as well.

We currently support the following blogs:

Blogger

Typepad

Movable Type

Live Journal

Word Press

You can set up as many blogs as you like. We haven’t made a way for you to delete one yet. Sorry.

Can I post to 43 Things from my blog?

Not yet. But we are working on our API now. More details soon. Check out our API and recommend it to your favorite blogging software developer.

...

虽然www.43things.com没有实现从blog到它自身的绑定,但是我在网上好像看到过这种做法,而且rss阅读器能实现的,为什么网站上不能实现?

以学习日记到我在matrix的blog(名为建设学习日记:http://blog.matrix.org.cn/page/littlebat)的双向绑定为目标,不限时间,直到实现。

计划步骤:

1、给学习日记添加rss2.0支持;

2、从学习日记绑定到blog;

3、从blog绑定到学习日记;

这个目标已经在开发社区的issue系统提交两个issue:

1、issue 11:binding learndiary and my roller's blog in both two directions(http://learndiary.tigris.org/issues/show_bug.cgi?id=11)(实现学习日记和我的blog的双向绑定)

2、issue 12:add rss2.0 feed support into learndiary(http://learndiary.tigris.org/issues/show_bug.cgi?id=12)(给学习日记添加rss2.0支持;)