<pclass="setting-description">Enter a <ahref="http://us.php.net/manual/en/reference.pcre.pattern.syntax.php">Perl-compatible regular expression</a> here if the feed provides multiple
categories in a single category element. The regular expression should match
...
...
@@ -376,9 +376,11 @@ blank.</p></td>
'post_tag'=>'tags',
);
}
functioncategories_box($page,$box=NULL){
$link=$page->link;
$dummy=null;
$syndicatedlink=newSyndicatedLink($dummy);
if($this->for_feed_settings()):
$post_type=$link->setting('syndicated post type','syndicated_post_type','post');
Should <?phpprint$page->these_posts_phrase();?> be assigned
these <?phpprint$taxonomy->labels->name;?> from the <ahref="<?phpprintesc_html($siteWideHref);?>">site-wide settings</a>, in
addition to the feed-specific <?phpprint$taxonomy->labels->name;?> you set up here?</p>
<ulclass="settings">
<li><p><label><inputtype="radio"name="add_global[<?phpprint$tax;?>]"value="yes"<?phpprint$checked['yes'];?>/> Yes. Place <?phpprint$page->these_posts_phrase();?> under all these categories.</label></p></li>
<li><p><label><inputtype="radio"name="add_global[<?phpprint$tax;?>]"value="no"<?phpprint$checked['no'];?>/> No. Only use the categories I set up on the left. Do not use the global defaults for <?phpprint$page->these_posts_phrase();?></label></p></li>
'update_schedule:check'=>'whenever a FeedWordPress checks in on the update schedule',
'update_schedule:check'=>'whenever a FeedWordPress checks in on the update schedule',
'updated_feeds'=>'as each feed is checked for updates',
'updated_feeds:errors:persistent'=>'when attempts to update a feed have resulted in errors</label> <label>for at least <input type="number" min="1" max="360" step="1" name="diagnostics_persistent_error_hours" value="'.$hours.'" /> hours',
'updated_feeds:errors'=>'any time FeedWordPress encounters any errors while checking a feed for updates',
...
...
@@ -276,15 +276,17 @@ testing but absolutely inappropriate for a production server.</p>
'Syndicated Post Details'=>array(
'feed_items:freshness'=>'as FeedWordPress decides whether to treat an item as a new post, an update, or a duplicate of an existing post',
'feed_items:rejected'=>'when FeedWordPress rejects a post without syndicating it',
'syndicated_posts:categories'=>'as categories, tags, and other terms are added on the post',
'syndicated_posts:meta_data'=>'as syndication meta-data is added on the post',
),
'Advanced Diagnostics'=>array(
'feed_items:freshness:reasons'=>'explaining the reason that a post was treated as an update to an existing post',
'feed_items:freshness:sql'=>'when FeedWordPress issues the SQL query it uses to decide whether to treat items as new, updates, or duplicates',
'feed_items:freshness:sql'=>'when FeedWordPress issues the SQL query it uses to decide whether to treat items as new, updates, or duplicates',
'syndicated_posts:categories:test'=>'as FeedWordPress checks for the familiarity of feed categories and tags',
'syndicated_posts:static_meta_data'=>'providing meta-data about syndicated posts in the Edit Posts interface',
),
),$page);
foreach($fieldsas$section=>$items):
foreach($itemsas$key=>$label):
$checked[$key]='';
...
...
@@ -317,8 +319,8 @@ testing but absolutely inappropriate for a production server.</p>