Changeset 1276

Show
Ignore:
Timestamp:
11/25/08 06:57:58 (16 months ago)
Author:
mart
Message:

Add the extension elements to the example Atom feed template.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/ActionStreams-atomext/plugins/ActionStreams/doc/example_templates/indexes/action-stream.xml

    r1145 r1276  
    33 
    44<?xml version="1.0" encoding="<$MTPublishCharset$>"?> 
    5 <feed xmlns="http://www.w3.org/2005/Atom"> 
     5<feed xmlns="http://www.w3.org/2005/Atom" xmlns:activity="http://activitystrea.ms/spec/1.0"> 
    66    <title><$MTBlogName remove_html="1" encode_xml="1"$>'s Activity Stream</title> 
    77    <link rel="alternate" type="text/html" href="<$MTBlogURL encode_xml="1"$>" /> 
     
    3838                <mt:StreamAction encode_xml="1"> 
    3939                </content> 
     40            <mt:StreamActionVerbs> 
     41                <activity:verb><mt:StreamActionVerbURI encode_xml="1"></activity:verb> 
     42            </mt:StreamActionVerbs> 
     43            <mt:StreamActionObjectTypes> 
     44                <activity:object-type><mt:StreamActionObjectTypeURI encode_xml="1"></activity:object-type> 
     45            </mt:StreamActionObjectTypes> 
    4046        </entry> 
    4147    </mt:ActionStreams>