乡下人产国偷v产偷v自拍,国产午夜片在线观看,婷婷成人亚洲综合国产麻豆,久久综合给合久久狠狠狠9

  • <output id="e9wm2"></output>
    <s id="e9wm2"><nobr id="e9wm2"><ins id="e9wm2"></ins></nobr></s>

    • 分享

      何為OPML?OPML文檔樣式。

       胡楊烈風(fēng) 2006-09-29

       

      "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)其實(shí)建立在XML基礎(chǔ)上的“大綱處理標(biāo)記語言”,主要用于描述一份資料的結(jié)構(gòu),這份資料可能是計(jì)劃書、黃頁的目錄,甚至是MP3的播放清單。如果每個(gè)軟件可以遵循OPML的格式對(duì)所處理資料輸入、輸出,那這些信息就可以在不同系統(tǒng)不同軟件之間傳遞,使不同軟件實(shí)現(xiàn)直接“對(duì)話”。

      家里的電腦出了問題,RSSbandit不能啟動(dòng),很是傷腦筋。沒辦法,feeddemon剛剛有1.0 final trial版本出來,先用著把,30次使用限制,每天一次,至少也可以用一個(gè)人了。
      其實(shí)OPML也不是什么復(fù)雜東西,裝好feeddemon以后,找了份里面的opml文件來看。其實(shí)就是一份格式化的xml文化,用來記錄網(wǎng)站rss新聞的一個(gè)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文件保存倒是個(gè)不錯(cuò)的主意。只是公司,家里兩邊的機(jī)器如何濾掉讀過的信息,倒是個(gè)麻煩事情?,F(xiàn)在討厭用notebook,帶來帶去都覺得很不方便,雖然我的機(jī)器已經(jīng)算很輕的了。PDA也是晾在一邊,晚上睡前看一會(huì)兒文章而已。現(xiàn)在倒是有點(diǎn)懷念沒有一堆機(jī)器在身邊的日子了。:)

        本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn)。請(qǐng)注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊一鍵舉報(bào)。
        轉(zhuǎn)藏 分享 獻(xiàn)花(0

        0條評(píng)論

        發(fā)表

        請(qǐng)遵守用戶 評(píng)論公約

        類似文章 更多