42 lines
		
	
	
		
			773 B
		
	
	
	
		
			XML
		
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			773 B
		
	
	
	
		
			XML
		
	
	
<?xml version='1.0' ?>
 | 
						|
 | 
						|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
 | 
						|
 | 
						|
	<t:atom t:href="$blogs/by" t:rest="author">
 | 
						|
		Recent Posts by <t:label t:name="author" />
 | 
						|
	</t:atom>
 | 
						|
 | 
						|
	<t:title>
 | 
						|
		Recent Posts by <t:label t:name="author" />
 | 
						|
	</t:title>
 | 
						|
 | 
						|
	<t:bind-each t:name="posts">
 | 
						|
 | 
						|
		<h2 class="post-title">
 | 
						|
			<t:a t:href="$blogs/post" t:rest="id">
 | 
						|
				<t:label t:name="title" />
 | 
						|
			</t:a>
 | 
						|
		</h2>
 | 
						|
 | 
						|
		<p class="posting-body">
 | 
						|
			<t:farkup t:name="content" />
 | 
						|
		</p>
 | 
						|
 | 
						|
		<div class="posting-footer">
 | 
						|
			Post by
 | 
						|
			<t:a t:href="$blogs/by" t:rest="author">
 | 
						|
				<t:label t:name="author" />
 | 
						|
			</t:a>
 | 
						|
			on
 | 
						|
			<t:label t:name="date" />
 | 
						|
			|
 | 
						|
			<t:a t:href="$blogs/post" t:rest="id">
 | 
						|
				<t:label t:name="comments" />
 | 
						|
				comments.
 | 
						|
			</t:a>
 | 
						|
		</div>
 | 
						|
 | 
						|
	</t:bind-each>
 | 
						|
 | 
						|
</t:chloe>
 |