"OPML an XML-based format that allows exchange of outline-structured information between applications running on different operating systems and environments.
The design goal is to have a transparently simple, self-documenting, extensible and human readable format that‘s capable of representing a wide variety of data that‘s easily browsed and edited. As the format evolves this goal will be preserved. It should be possible for a reasonably technical person to fully understand the format with a quick read of a single Web page. "
以上是來自O(shè)PML官方網(wǎng)站的解釋。OPML(Outline Processor Markup Language)其實建立在XML基礎(chǔ)上的“大綱處理標(biāo)記語言”,主要用于描述一份資料的結(jié)構(gòu),這份資料可能是計劃書、黃頁的目錄,甚至是MP3的播放清單。如果每個軟件可以遵循OPML的格式對所處理資料輸入、輸出,那這些信息就可以在不同系統(tǒng)不同軟件之間傳遞,使不同軟件實現(xiàn)直接“對話”。
家里的電腦出了問題,RSSbandit不能啟動,很是傷腦筋。沒辦法,feeddemon剛剛有1.0 final trial版本出來,先用著把,30次使用限制,每天一次,至少也可以用一個人了。 其實OPML也不是什么復(fù)雜東西,裝好feeddemon以后,找了份里面的opml文件來看。其實就是一份格式化的xml文化,用來記錄網(wǎng)站rss新聞的一個xml集合。 樣式如下
<?xml version="1.0"?> <opml version="1.1" xmlns:fd="http://www./feeddemon/xmlns/1.0/"> <head> <title>Technology</title> </head> <body> <outline text="Ars Technica" title="Ars Technica" type="rss" version="RSS" xmlUrl="http:///etc/rdf/ars.rdf" htmlUrl="http://www." description="Ars Technica"/> <outline text="BBC News | Technology | UK Edition" title="BBC News | Technology | UK Edition" type="rss" version="RSS" xmlUrl="http://www./syndication/feeds/news/ukfs_news/technology/rss091.xml" htmlUrl="http://news./go/click/rss/0.91/public/-/1/hi/technology/default.stm" description="BBC News | Technology | UK Edition"/> <outline text="Clay Shirky's Essays" title="Clay Shirky's Essays" type="rss" version="RSS" xmlUrl="http:///writings/rss.cgi" htmlUrl="http:///writings/rss.cgi" description="Clay Shirky's Essays"/> <outline text="Creative Commons: weblog" title="Creative Commons: weblog" type="rss" version="RSS" xmlUrl="http:///weblog/rss" htmlUrl="http:///weblog/" description="Creative Commons: weblog"/> <outline text="Dan Gillmor's eJournal" title="Dan Gillmor's eJournal" type="rss" version="RSS" xmlUrl="http://weblog./column/dangillmor/index.xml" htmlUrl="http://weblog./column/dangillmor/" description="Dan Gillmor's eJournal"/> <outline text="Extremetech" title="Extremetech" type="rss" version="RSS" xmlUrl="http://rssnewsapps./extreme.xml" htmlUrl="http://www." description="Extremetech"/> <outline text="Geek News Central" title="Geek News Central" type="rss" version="RSS" xmlUrl="http://www./index.xml" htmlUrl="http://www./" description="Geek News Central"/> <outline text="InfoWorld: Top News" title="InfoWorld: Top News" type="rss" version="RSS" xmlUrl="http://www./rss/news.rdf" htmlUrl="http://www./news/index.html" description="InfoWorld: Top News"/> <outline text="Jeremy Allaire's Radio" title="Jeremy Allaire's Radio" type="rss" version="RSS" xmlUrl="http://radio./0113297/rss.xml" description="Jeremy Allaire's Radio"/> <outline text="Jon Udell: InfoWorld" title="Jon Udell: InfoWorld" type="rss" version="RSS" xmlUrl="http://weblog./udell/categories/infoworld/rss.xml" htmlUrl="http://weblog./udell/categories/infoworld/" description="Jon Udell: InfoWorld"/> <outline text="Lessig News" title="Lessig News" type="rss" version="RSS" xmlUrl="http:///index.rdf" htmlUrl="http://cyberlaw./lessig/" description="Columns, interviews, relevant articles, news on Lessig."/> <outline text="Microsoft Watch from Mary Jo Foley" title="Microsoft Watch from Mary Jo Foley" type="rss" version="RSS" xmlUrl="http://rssnewsapps./msw.xml" htmlUrl="http://www." description="What's next for Microsoft? Find out first with exclusive news and analysis from Mary Jo Foley and Microsoft Watch."/> <outline text="New York Times: Technology" title="New York Times: Technology" type="rss" version="RSS" xmlUrl="http://partners./nytRss/technology.xml" htmlUrl="http://www./pages/technology/index.html" description="New York Times: Technology"/> <outline text="SiliconInsider" title="SiliconInsider" type="rss" version="RSS" xmlUrl="http://my.abcnews./rsspublic/siliconinsider_rss093.xml" description="SiliconInsider"/> <outline text="The Doc Searls Weblog" title="The Doc Searls Weblog" type="rss" version="RSS" xmlUrl="http://partners./people/docSearls.xml" htmlUrl="http://doc./" description="The Continuing End of Business As Usual"/> <outline text="The Register" title="The Register" type="rss" version="RSS" xmlUrl="http://www./tonys/slashdot.rdf" htmlUrl="http://www." description="The Register"/> <outline text="Tomalak's Realm" title="Tomalak's Realm" type="rss" version="RSS" xmlUrl="http://static./tomalak/links2.xml" htmlUrl="http://www./" description="Tomalak's Realm"/> </body> </opml>
看來,自己做一份自己的OPML文件保存倒是個不錯的主意。只是公司,家里兩邊的機器如何濾掉讀過的信息,倒是個麻煩事情?,F(xiàn)在討厭用notebook,帶來帶去都覺得很不方便,雖然我的機器已經(jīng)算很輕的了。PDA也是晾在一邊,晚上睡前看一會兒文章而已?,F(xiàn)在倒是有點懷念沒有一堆機器在身邊的日子了。:)
|