Исходный текст | Переводы |
---|---|
The Drupal module administration page allows you to set the xml-rpc server page and other related options. | |
<p>If you maintain a directory of sites, you can list them on a page using the <code>drupal_client_page()</code> function. Sample instructions: </p> <ul> <li>Ensure that you have the page content type enabled, and you can use PHP in an input format.</li> <li>Select create content >> page.</li> <li>For input format, select PHP code.</li> <li>Give the page a title. For body, put: <pre> <?php print drupal_client_page(); ?> </pre> <li>Save the page.</li> </ul> | |
For more information please read the configuration and customization handbook <a href="@drupal">Drupal page</a>. | |
Using this your site can "call home" to another Drupal server. By calling home to drupal.org and sending a list of your installed modules and themes, you help rank projects on drupal.org and so assist all Drupal administrators to find the best components for meeting their needs. If you want to register with a different server, you can change the Drupal XML-RPC server setting -- but the server has to be able to handle Drupal XML. Some XML-RPC servers may present directories of all registered sites. To get all your site information listed, go to the <a href="@site-settings">site information settings page</a> and set the site name, the e-mail address, the slogan, and the mission statement. | |
<p><a href="@Drupal">Drupal</a> is the name of the software that powers %this-site. There are Drupal websites all over the world, and many of them share their registration databases so that users may freely log in to any Drupal site using a single <strong>Drupal ID</strong>.</p> <p>So please feel free to log in to your account here at %this-site with a username from another Drupal site. The format of a Drupal ID is similar to an e-mail address: <strong>username</strong>@<em>server</em>. An example of a valid Drupal ID is <strong>mwlily</strong>@<em>drupal.org</em>.</p> | |
You must set the name of your site on the <a href="@url">administer » settings » site information</a> page. | |
You must set an e-mail address for your site on the <a href="@url">site information settings page</a>. | |
You must set your site slogan on the <a href="@url">site information settings page</a>. | |
You must set your site mission on the <a href="@url">site information settings page</a>. | |
Register with a Drupal server |