⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 t7000.rdf

📁 jena2.5.4推理机系统的一种最基本实现 HP实验室出品
💻 RDF
字号:
<?xml version="1.0"?>
<RDF:RDF
    xmlns:NC="http://home.netscape.com/NC-rdf#"
    xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

  <RDF:Description RDF:about="NC:ispinfo">
    <NC:providers>
      <NC:nsIMsgAccount RDF:about="domain:aol.com" >

        <!-- server info -->
        <NC:incomingServer>
          <NC:nsIMsgIncomingServer>
            <NC:hostName>imap.mail.aol.com</NC:hostName>
            <NCY:typex xmlns:NCY="http://home.netscape.com/NC-rdf#">imap</NCY:typex>
            <NC:rememberPassword>false</NC:rememberPassword>
            <NC:redirectorType>aol</NC:redirectorType>
          </NC:nsIMsgIncomingServer>
        </NC:incomingServer>

        <!-- identity defaults -->
        <NC:identity RDF:parseType="Literal">
          Note the second parseType below was my error.
          With the first one above, it should no longer be an error.
          RDFReader blows up with any use of namespaces!
         <NCX:nsIMsgIdentity 
    xmlns:NCX="http://home.netscape.com/NC-rdf#"
    xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             RDF:parseType="Literal"
          >
            Ho hum,
            <NCX:composeHtml>false</NCX:composeHtml>
            <RDF:Description about="I am not what I seem" RDF:about="x" nodeID="foo"/>
             Ha
          </NCX:nsIMsgIdentity>
<NCXznsIMsgIdentity 
    xmlnszNCX="http://home.netscape.com/NC-rdf#"
    xmlnszRDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             RDFzparseType="Literal"
          >
            Ho hum,
            <NCXzcomposeHtml>false</NCXzcomposeHtml>
            <RDFzDescription about="I am not what I seem"/>
             Ha
          </NCXznsIMsgIdentity>
        </NC:identity>

        <NC:smtp RDF:parseType="Resource">
            <NC:hostname>smtp.aol.com</NC:hostname>
            <NC:redirectorType>aol</NC:redirectorType>
        </NC:smtp>

        
        <!-- other options... see http://www.mozilla.org/mailnews/?? -->

        <NC:smtpRequiresUsername>true</NC:smtpRequiresUsername>
        <NC:smtpCreateNewServer>true</NC:smtpCreateNewServer>
        <NC:smtpUsePreferredServer>true</NC:smtpUsePreferredServer>

        <NC:wizardSkipPanels>true</NC:wizardSkipPanels>
        <NC:wizardShortName>AOL</NC:wizardShortName>
        <NC:wizardLongName>AOL account (For example, jsmith@aol.com)</NC:wizardLongName>
        <NC:wizardShow>true</NC:wizardShow>
        <NC:wizardPromote>true</NC:wizardPromote>
      </NC:nsIMsgAccount>
    </NC:providers>
  </RDF:Description>

</RDF:RDF>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -