<?xml version="1.0" encoding="iso-8859-1" ?><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wiki="http://purl.org/rss/1.0/modules/wiki/" ><channel rdf:about="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics">
  <title>cPanel Documentation </title>
  <link>http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics</link>
  <description>cPanel Documentation</description>
<image rdf:resource="http://etwiki.cpanel.net/twiki/pub/TWiki/TWikiLogos/logo.jpg" />
  <dc:language>en-us</dc:language>
  <dc:rights>Copyright 2010 by contributing authors</dc:rights>
  <dc:publisher>TWiki Administrator [adam@cpanel.net]</dc:publisher>
  <dc:creator>The contributing authors of TWiki</dc:creator>
  <dc:source>TWiki</dc:source>
  <items>
    <rdf:Seq>
      <rdf:li rdf:resource="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebHome" />
      <rdf:li rdf:resource="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/CallingApiTwo" />
      <rdf:li rdf:resource="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebAliases" />
      <rdf:li rdf:resource="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/CallingApiOne" />
      <rdf:li rdf:resource="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WritingCpanelModules" />
      <rdf:li rdf:resource="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebLeftBar" />
      <rdf:li rdf:resource="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebPreferences" />
      <rdf:li rdf:resource="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebNotify" />
      <rdf:li rdf:resource="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebRss" />
      <rdf:li rdf:resource="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebAtom" />
      <rdf:li rdf:resource="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebSearch" />
    </rdf:Seq>
  </items>
</channel>
<image rdf:about="http://etwiki.cpanel.net/twiki/pub/TWiki/TWikiLogos/logo.jpg">
  <title>Powered by TWiki.DeveloperResources/ApiBasics</title>
  <link>http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics</link>
  <url>http://etwiki.cpanel.net/twiki/pub/TWiki/TWikiLogos/logo.jpg</url>
</image>
<item rdf:about="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebHome">
  <title>WebHome</title>
  <link>http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebHome</link>
  <description>Introduction to the cPanel API There are several APIs available for interacting with the cPanel software on your server. With so many options, it's easy for users ... (last changed by DavidNeimeyer)</description>
  <dc:date>2010-03-04T17:08:37Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://etwiki.cpanel.net/twiki/bin/view?topic=Main.DavidNeimeyer">
      <rdf:value>DavidNeimeyer</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/CallingApiTwo">
  <title>CallingApiTwo</title>
  <link>http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/CallingApiTwo</link>
  <description>Calling API2 Functions The API version 2 (API2) system is the most advanced of cPanel's APIs and considerably more complicated to use than API1. The API2 system uses ... (last changed by MelanieSeibert)</description>
  <dc:date>2010-01-13T17:31:52Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://etwiki.cpanel.net/twiki/bin/view?topic=Main.MelanieSeibert">
      <rdf:value>MelanieSeibert</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebAliases">
  <title>WebAliases</title>
  <link>http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebAliases</link>
  <description> (last changed by JustinSchaefer)</description>
  <dc:date>2009-11-05T19:38:42Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://etwiki.cpanel.net/twiki/bin/view?topic=Main.JustinSchaefer">
      <rdf:value>JustinSchaefer</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/CallingApiOne">
  <title>CallingApiOne</title>
  <link>http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/CallingApiOne</link>
  <description>Calling API1 Functions cPanel uses the API1 system to add, modify, or delete data on the server. Since API1 functions ordinarily print data to the cPanel interface ... (last changed by MattDees)</description>
  <dc:date>2009-09-10T19:02:23Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://etwiki.cpanel.net/twiki/bin/view?topic=Main.MattDees">
      <rdf:value>MattDees</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WritingCpanelModules">
  <title>WritingCpanelModules</title>
  <link>http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WritingCpanelModules</link>
  <description>Writing cPanel Modules The most powerful way of integrating your custom applications with cPanel is by writing a Perl module. Using this integration method, you can ... (last changed by MattDees)</description>
  <dc:date>2009-09-10T19:00:41Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://etwiki.cpanel.net/twiki/bin/view?topic=Main.MattDees">
      <rdf:value>MattDees</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebLeftBar">
  <title>WebLeftBar</title>
  <link>http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebLeftBar</link>
  <description> (last changed by MelanieSeibert)</description>
  <dc:date>2009-09-03T19:18:38Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://etwiki.cpanel.net/twiki/bin/view?topic=Main.MelanieSeibert">
      <rdf:value>MelanieSeibert</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebPreferences">
  <title>WebPreferences</title>
  <link>http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebPreferences</link>
  <description>Set SKIN alias, pattern Set FAVICON ///favicon.ico Set DONTSPACE EasyApache Set GOOGLESITEKEY UA 8388963 1 (last changed by JustinSchaefer)</description>
  <dc:date>2009-09-03T16:44:28Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://etwiki.cpanel.net/twiki/bin/view?topic=Main.JustinSchaefer">
      <rdf:value>JustinSchaefer</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebNotify">
  <title>WebNotify</title>
  <link>http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebNotify</link>
  <description>This is a subscription service to be automatically notified by e mail when topics change in this nop DeveloperResources/ApiBasics web. This is a convenient service ... (last changed by MelanieSeibert)</description>
  <dc:date>2009-08-03T12:35:56Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://etwiki.cpanel.net/twiki/bin/view?topic=Main.MelanieSeibert">
      <rdf:value>MelanieSeibert</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebRss">
  <title>WebRss</title>
  <link>http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebRss</link>
  <description>cPanel Documentation / cPanel Documentation (last changed by MelanieSeibert)</description>
  <dc:date>2009-04-10T13:25:13Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://etwiki.cpanel.net/twiki/bin/view?topic=Main.MelanieSeibert">
      <rdf:value>MelanieSeibert</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebAtom">
  <title>WebAtom</title>
  <link>http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebAtom</link>
  <description> (last changed by MelanieSeibert)</description>
  <dc:date>2009-04-10T13:16:43Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://etwiki.cpanel.net/twiki/bin/view?topic=Main.MelanieSeibert">
      <rdf:value>MelanieSeibert</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
<item rdf:about="http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebSearch">
  <title>WebSearch</title>
  <link>http://etwiki.cpanel.net/twiki/bin/view/DeveloperResources/ApiBasics/WebSearch</link>
  <description> (last changed by TWikiContributor)</description>
  <dc:date>2006-11-15T19:43:52Z</dc:date>
  <dc:contributor>
    <rdf:Description link="http://etwiki.cpanel.net/twiki/bin/view?topic=Main.TWikiContributor">
      <rdf:value>unknown</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>
 <!-- <ul>
<li> Set SKIN = rss
</li></ul> 
-->
</rdf:RDF>
