@@ -708,7 +708,7 @@ function aggregator_form_feed($edit = array()) {
$edit['refresh']=3600;
}
$form['title']=array(type=>'textfield',title=>t('Title'),default_value=>$edit['title'],size=>60,maxlength=>64,description=>t('The name of the feed; typically the name of the web site you syndicate content from.'));
$form['url']=array(type=>'textfield',title=>t('URL'),default_value=>$edit['url'],size=>60,maxlength=>255,description=>t('The fully-qualified URL of the feed.'));
$form['refresh']=array(type=>'select',title=>t('Update interval'),default_value=>$edit['refresh'],options=>$period,description=>t('The refresh interval indicating how often you want to update this feed. Requires crontab.'));
@@ -708,7 +708,7 @@ function aggregator_form_feed($edit = array()) {
$edit['refresh']=3600;
}
$form['title']=array(type=>'textfield',title=>t('Title'),default_value=>$edit['title'],size=>60,maxlength=>64,description=>t('The name of the feed; typically the name of the web site you syndicate content from.'));
$form['url']=array(type=>'textfield',title=>t('URL'),default_value=>$edit['url'],size=>60,maxlength=>255,description=>t('The fully-qualified URL of the feed.'));
$form['refresh']=array(type=>'select',title=>t('Update interval'),default_value=>$edit['refresh'],options=>$period,description=>t('The refresh interval indicating how often you want to update this feed. Requires crontab.'));
options=>array(t('Users cannot control whether or not they see this block.'),t('Show this block by default, but let individual users hide it.'),t('Hide this block by default but let individual users show it.')),t('Allow individual users to customize the visibility of this block in their account settings.'),
options=>array(t('Users cannot control whether or not they see this block.'),t('Show this block by default, but let individual users hide it.'),t('Hide this block by default but let individual users show it.')),t('Allow individual users to customize the visibility of this block in their account settings.'),
description=>t('Select the content types for which you wish to enable posting via blogapi. Each type will appear as a different "blog" in the client application (if supported).')
description=>t('Select the content types for which you wish to enable posting via blogapi. Each type will appear as a different "blog" in the client application (if supported).')
form_set_error('drupal_directory',t('You must set your site mission on the <a href="%url">administer » settings</a> page.',array('%url'=>url('admin/settings'))));
}
$form['drupal_server']=array(type=>'textfield',title=>t('Drupal XML-RPC server'),default_value=>variable_get('drupal_server','http://www.drupal.org/xmlrpc.php'),size=>60,maxlength=>128,description=>t('The URL of your root Drupal XML-RPC server.'));
description=>t("If enabled, your Drupal site will make itself known to the Drupal directory at the specified Drupal XML-RPC server. For this to work properly, you must set your site's name, e-mail address, slogan and mission statement. When the \"Drupal XML-RPC server\" field is set to \"%drupal-xml-rpc\", your web site will get listed on the <a href=\"%drupal-sites\">Drupal sites</a> page. Requires the cron feature to be enabled.",array("%drupal-xml-rpc"=>"http://www.drupal.org/xmlrpc.php","%drupal-sites"=>"http://www.drupal.org/drupal-sites/"))
form_set_error('drupal_directory',t('You must set your site mission on the <a href="%url">administer » settings</a> page.',array('%url'=>url('admin/settings'))));
}
$form['drupal_server']=array(type=>'textfield',title=>t('Drupal XML-RPC server'),default_value=>variable_get('drupal_server','http://www.drupal.org/xmlrpc.php'),size=>60,maxlength=>128,description=>t('The URL of your root Drupal XML-RPC server.'));
description=>t("If enabled, your Drupal site will make itself known to the Drupal directory at the specified Drupal XML-RPC server. For this to work properly, you must set your site's name, e-mail address, slogan and mission statement. When the \"Drupal XML-RPC server\" field is set to \"%drupal-xml-rpc\", your web site will get listed on the <a href=\"%drupal-sites\">Drupal sites</a> page. Requires the cron feature to be enabled.",array("%drupal-xml-rpc"=>"http://www.drupal.org/xmlrpc.php","%drupal-sites"=>"http://www.drupal.org/drupal-sites/"))