<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<?pixaria pixieversion="1.0.0" scriptversion="1.1" ?>

<PixieDefinition>

	<PixieName>News Headlines</PixieName>
	
	<PixieVersion>2.0.1</PixieVersion>
	
	<PixieUniqueID>AD4</PixieUniqueID>
	
	<PixieDescription>This plug-in allows you to display a selection of the published news articles from your website.  You can select the total number of items to show as well as the number of items to display in the expanded list of most recent stories.</PixieDescription>
	
	<PixieExamples>
		
		<PixieExample>
		
			<PixieExampleDescription>Display list of the fifty newest news items with the top five most recent entries in the expanded detail view.</PixieExampleDescription>
		
			<PixieExampleCode>{load_pixie name="news_headlines" options="50:5"}</PixieExampleCode>
		
		</PixieExample>
		
	</PixieExamples>
	
	<PixieOptions>
	
		<Option>
		
			<OptionName>Total entries to show</OptionName>
			
			<OptionDescription>The total number of entries to extract from the database</OptionDescription>
			
			<OptionType>Integer</OptionType>
			
			<OptionNotes>Optional (default is 40)</OptionNotes>
			
		</Option>
		
		<Option>
		
			<OptionName>Entries in detail view</OptionName>
			
			<OptionDescription>The number of entries to show with more detailed information</OptionDescription>
			
			<OptionType>Integer</OptionType>
			
			<OptionNotes>Optional (default is 5)</OptionNotes>
			
		</Option>
				
	</PixieOptions>
	
</PixieDefinition>

